网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

If a web site is blocked because it has a low web reputation score, which of the following iscontained in the un-customized End-User Notification?()

  • A、 The authenticated users,if authentication tool place.
  • B、 The DVS engine verdict.
  • C、 The web reputation score.
  • D、 The Treat Type.

参考答案

更多 “If a web site is blocked because it has a low web reputation score, which of the following iscontained in the un-customized End-User Notification?()A、 The authenticated users,if authentication tool place.B、 The DVS engine verdict.C、 The web reputation score.D、 The Treat Type.” 相关考题
考题 You create a Web site. The Web site has many predefined roles and associated users that will be used for security purposes. You need to manage these roles and user accounts.Which tool should you use? ()A. the Microsoft .NET Framework Configuration toolB. the Code Access Security Policy toolC. the ASP.NET IIS Registration toolD. the Web Site Administration Tool

考题 You deploy your companys Internet Web site. You need to deny anonymous access to the Web site, allowing only authenticated users. Which code segment should you use?()A、authorization allow users="?"/ /authorizationB、authorization deny users="?"/ /authorizationC、authorization deny users="*"//authorizationD、authorization allow users="*"/ /authorization

考题 Your company has an Active Directory domain. All computers are members of the domain. Your networkcontains an internal Web site that uses Integrated Windows Authentication. From a computer that runs Windows 7, you attempt to connect to the Web site and are prompted for authentication. You verify that youruser account has permission to access the Web site. You need to ensure that you are automaticallyauthenticated when you connect to the Web site.  What should you do?()A、Create a complex password for your user account.B、Open Credential Manager and modify your credentials.C、Add the URL of the Web site to the Trusted sites zone.D、Add the URL of the Web site to the Local intranet zone.

考题 What does the appearance of the ACL tag BLOCK_WBRS in the access log mean?() A、 the proxy blocked an outbound request because the client is infected with malwareB、 the proxy blocked access to a site with a low reputation scoreC、 the proxy blocked access to a site because of a suspicious server responseD、 your appliance or the WBRS key is out of support

考题 An Administrator notices a decrease in the performance of his site.  This is directly related to an increase in usage.  After further investigation he notices that users appear to be pooling up in the web server.  Which of the following would cause this to occur?()A、The web Server ThreadsPerChild directive could be set too low.B、The Web Container Thread Pool Minimum Size could be set too high.C、The Web Container Thread Pool Maximum Size could be set too high.D、The growable thread pool setting could be disabled for the Web Container.

考题 Your company has a server that runs Windows Server 2008. The server has the Web Server (IIS) role installed.  You need to activate SSL for the default Web site.  Which two actions should you perform?()A、Obtain and import a server certificate by using the IIS Manager console.B、Select the Generate Key option in the Machine Key dialog box for the default Web site.C、Add bindings for the HTTPS protocol to the default Web site by using the IIS Manager console.D、Install the Digest Authentication component for the Web server role by using the Server Manager console.

考题 You are an enterprise administrator for Cer-tech .com. The company runs Windows Server 2008 on all theservers on the network. One of the servers, Server01 has the Web Server (IIS) role installed on it. Which of the following options would you choose to activate SSL for the default Web site on the server? ()A、Select the Generate Key option in the Machine Key dialog box for the default Web Site.B、Create an HTTPS binding on the default Web site.C、Install the Digest Authentication component for the Web server.D、Obtain an appropriate server certificate.

考题 You are the network administrator for your company. The network consists of a single Active Directory domain. All servers run Windows Server 2003. The network contains a Web server that runs IIS 6.0 and hosts a secure intranet site. All users are required to connect to the intranet site by authenticating and using HTTPS. However, because an automated Web application must connect to the Web site by using HTTP, you cannot configure the intranet site to require HTTPS.  You need to collect information about which users are connecting to the Web site by using HTTPS.   What should you do?()A、Check the application log on the Web server.B、Use Network Monitor to capture network traffic on the Web server.C、Review the log files created by IIS on the Web server.D、Configure a performance log to capture all Web service counters. Review the performance log data.

考题 You are a systems administrator responsible for deploying Windows SharePoint Services (WSS) for accessby users from an external business partner. You have installed the appropriate server role and have verified that the SharePoint Web site loads properly from the local server computer. All options are usingtheir installation default values. External users report that they cannot log on to the site. Which of thefollowing changes should you make to resolve the problem?()A、Create a new site within an existing site collection for the external users.B、Create a new site collection for the external users.C、Change the authentication mode for the Web application to Forms authentication.D、Modify the User Permissions For Web Applications settings.

考题 You create a Web site. The Web site has many predefined roles and associated users that will be used for security purposes. You need to manage these roles and user accounts. Which tool should you use? ()A、the Microsoft .NET Framework Configuration toolB、the Code Access Security Policy toolC、the ASP.NET IIS Registration toolD、the Web Site Administration Tool

考题 You are an IIS Web server administrator implementing authentication settings for a new Web site.According to the requirements for the Human Resources Web site, users should be prompted forauthentication information when they attempt to access the site. The site will be accessed only by userswho have accounts in your organization’s Active Directory domain. You have already configured the filesystem permissions for the content based on the appropriate settings. You also want to maximize securityof the site. Which two actions should you take to meet these requirements?()A、Enable Windows authentication.B、Enable basic authentication.C、Disable anonymous authentication.D、Enable anonymous authentication.

考题 You have a Windows Server 2008 server that has the Web Server (IIS) server role installed. The server contains a Web site.  You need to ensure that the cookies sent from the Web site are encrypted on users computers.  Which Web site feature should you configure?()A、Authorization RulesB、Machine KeyC、Pages And ControlsD、SSL Settings

考题 You are working on an existing Web site. You need to secure the Web site by redirecting all users to the logon page, Login.aspx. After logging on, users must be sent back to the page that they originally requested. Which code segment should you use? ()A、 In the Web.config file: authorization deny users=”?”//authorization On each page in the Web site: void Page_Load(Object sender, EventArgs E){ FormsAuthentication.Initialize(); //Rest of the Page_Load code goes here}B、On each page in the Web site: void Page_Load(Object sender, EventArgs E){ FormsAuthentication.RedirectToLoginPage(“login.aspx”); //Rest of the Page_Load code goes here}C、On each page in the Web site: void Page_Load(Object sender, EventArgs E){ Response.Redirect(“login.aspx”);//Rest of the Page_Load code goes here}D、In the Web.config file: authentication mode=”Forms” forms name=”.ASPXUSERDEMO” loginUrl=”login.aspx” protection=”All”timeout=”60” / /authentication

考题 You create a Web site for a customer. You need to deploy the Web site to the customers server without any of the source files for the Web site. You do not want the customer to be able to update any of the static pages on the Web site. Which tool should you use? ()A、aspnet_compiler.exeB、InstallUtil.exeC、CSC.exeD、aspnet_wp.exe

考题 You are a systems administrator responsible for managing a Windows Server 2008 Web server. Recently,your organization set up a new IIS Web site that will be accessed by users outside of your organizations.Consultants should be able to connect to this Web site, using IIS Manager. Your organization’s securitypolicy prevents you from creating domain accounts or local user accounts for these users. You attempt touse the IIS Manager Permissions feature for the Web site. However, when you click Allow User, you areable to select only Windows users.  How can you resolve this problem?()A、Verify that Management Service has been started.B、Reconfigure the file system permissions for the root folder of the Web site.C、Reconfigure Management Service to enable Windows And IIS Manager Credentials.D、Verify the Authentication settings for the Web site.

考题 You have a server that runs Windows Server 2008. The server has the Web Server (IIS) server role installed.   The server contains a Web site that is configured to use only Windows Authentication. You have a security group named Group1 that contains several user accounts.  You need to prevent the members of Group1 from accessing a Web site. You must not prevent other users from accessing the Web site.  Which Web site feature should you configure?()A、AuthenticationB、Authorization RulesC、IIS Manager PermissionsD、SSL Settings

考题 You manage a server that runs Windows Server 2008. The server has the Web Server (IIS) role installed. The server hosts an Internet-accessible Web site that has a virtual directory named /orders/. A Web server certificate is installed and an SSL listener has been configured for the Web site. The /orders/ virtual directory must meet the following company policy requirements: Be accessible to authenticated users only. Allow authentication types to support all browsers. Encrypt all authentication traffic by using HTTPS.  All other directories of the Web site must be accessible to anonymous users and be available withoutSSL.  You need to configure the /orders/ virtual directory to meet the company policy requirements.  Which two actions should you perform?()A、Configure the Web site to the Require SSL setting.B、Configure the /orders/ virtual directory to the Require SSL setting.C、Configure the Digest Authentication setting to Enabled for the /orders/ virtual directory.D、Configure the Basic Authentication setting to Enabled and the Anonymous Authentication setting to Disabled for the Web site.E、Configure the Basic Authentication setting to Enabled and the Anonymous Authentication setting to Disabled for the /orders/ virtual directory.

考题 多选题An Administrator notices a decrease in the performance of his site.  This is directly related to an increase in usage.  After further investigation he notices that users appear to be pooling up in the web server.  Which of the following would cause this to occur?()AThe web Server ThreadsPerChild directive could be set too low.BThe Web Container Thread Pool Minimum Size could be set too high.CThe Web Container Thread Pool Maximum Size could be set too high.DThe growable thread pool setting could be disabled for the Web Container.

考题 问答题Facebook is, in Silicon Vallese, a “social network”: a website for keeping track of your friends and sending them messages and sharing photos and doing all those other things that a good little Web 2.0 company is supposed to help you do. It was started by Harvard students in 2004 as a tool for meeting—or at least discreetly ogling—other Harvard students, and it still has a reputation as a hangout for teenagers and the teenaged-at-heart. Which is ironic because Facebook is really about making the Web grow up.

考题 单选题You create a Web site for a customer. You need to deploy the Web site to the customers server without any of the source files for the Web site. You do not want the customer to be able to update any of the static pages on the Web site. Which tool should you use? ()A aspnet_compiler.exeB InstallUtil.exeC CSC.exeD aspnet_wp.exe

考题 单选题What does the appearance of the ACL tag BLOCK_WBRS in the access log mean?()A  the proxy blocked an outbound request because the client is infected with malwareB  the proxy blocked access to a site with a low reputation scoreC  the proxy blocked access to a site because of a suspicious server responseD  your appliance or the WBRS key is out of support

考题 单选题If a web site is blocked because it has a low web reputation score, which of the following iscontained in the un-customized End-User Notification?()A  The authenticated users,if authentication tool place.B  The DVS engine verdict.C  The web reputation score.D  The Treat Type.