|
Your company has the following requirement: All traffic sent over WAN links must be secure. What protocol would you enable for web content sent over the WAN? (Choose all that apply.)
HTTP
SSL
IPSec
MD5
| ||
|
What protocols are included as part of IIS? (Choose all that apply.)
SMTP
HTTP
SMB
NetBIOS
| ||
|
Your company has had some security issues with the WebDAV protocol due to improperly applied permissions. Your boss has decided that WebDAV does not need to be running on the IIS servers. You need to prohibit WebDAV. What should you do?
Set the EnableWebDAV key in each website’s portion of the metabase to False.
Set the EnableWebDAV key in the IIS portion of the Registry to False.
Install UrlScan 2.5 on the server. Configure UrlScan to filter WebDAV.
Prohibit WebDAV in the Web Service Extensions section of the IIS Manager administration tool.
| ||
|
You need to authenticate a user with a domain controller running Active Directory. The client is using Internet Explorer 6 on Windows XP. You want to use the Kerberos protocol to authenticate your users. Which option should you choose for authentication?
Basic authentication
Digest authentication
Integrated Windows authentication
.NET Passport authentication
| ||
|
You need to enable authentication on your server, but you need to support any browser that the user chooses to use. You will also need to use a SQL Server 2000 database to store the credentials. What authentication method should you use?
Forms-based authentication
Basic authentication
.NET Passport authentication
Certificate authentication
| ||
|
You need to provide a secure authentication mechanism for an extranet with two partner sites. The partner sites will have approximately 200 users each. You want a secure but easy-to-manage authentication method. You do not require the identification of each individual user, just the organization. What should you do?
Enable SSL on the extranet website. Generate a certificate and user account for each user in the partner company. Enable the one-to-one certificate mapping with the appropriate Windows user account. Set proper permissions based on the user account.
Enable SSL on the extranet website. Generate a certificate and user account for each partner in the partner company. Enable the many-to-one certificate mapping with the appropriate Windows user account. Set proper permissions based on the user account.
Enable .NET Passport authentication.
Enable forms-based authentication. Assign each user a username and password. Have each user authenticate through the web page.
| ||
|
You need to authenticate a user with a domain controller running Active Directory. The client will use an HTTP 1.1–compliant browser, but it will not necessarily be Internet Explorer. You do not need encryption for all content and have chosen not to enable SSL. You need to provide for password security. Which option should you choose for authentication?
Basic authentication
Digest authentication
Integrated Windows authentication
.NET Passport authentication
| ||
|
One of your company’s web applications keeps crashing. You suspect that an attacker is exploiting a bug in the server to cause it to crash, thereby creating a denial of service attack. You need to determine what web requests are causing the web server to crash. What type of logging should you enable on the server?
Protocol logging
Audit object access with Windows auditing
ODBC logging
Network Monitor logging
| ||
|
You need to log what users are downloading from the website. What should you do?
Enable protocol logging for the website.
Use Performance Monitor to monitor the Downloads\Content counter.
Install Network Monitor to record all activity with the server.
Enable auditing on the directories from which the content is hosted. Audit successful downloads of content.
| ||
|
You need to update the content on your web server. The content is sensitive and should remain private. Your server is on the other side of a firewall that allows only HTTP and HTTPS to pass through it. What should you do?
Use WebDAV to update the content of the server. You don’t need to worry about encryption because WebDAV is secure.
Use WebDAV to update the content of the server. Enable SSL on the site to encrypt the content as it is being updated.
Install FTP on the web server. Configure FTP to update the virtual directory. Use FTP to upload the new content.
Install FTP on the web server. Configure FTP to update the virtual directory. Use FTP to upload the new content. Configure IPSec on the server and client to encrypt the traffic.
|
Answers