|
Home > Archive > 70-218 > October 2002 > QoD - Sat 26 Oct
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| ruscorp 2002-10-26, 4:00 pm |
| Subject: Evil IIS
Q.) You are the admininistrator of a Web server running IIS 5. This Web server hosts several Web sites, including the company's public Internet site. You want to allow employees to download documents when they are away from office. All employees are using Internet Explorer. You want to ensure the security of each user's username and password and ensure that only employees can access the documents. What should you do?
A.) Create an FTP site and configure it to use only Anonymous user connections.
B.) Create an FTP site and configure it to use only Basic authentication connections.
C.) Create a document website and configure it to use Basic authentication, and enable directory browsing.
D.) Create a document Web site and configure it to use Windows integrated authentication, and enable directory browsing. | |
| sanjbatra 2002-10-26, 4:40 pm |
| hmmm... not 100% sure but if I had to answer this I would go for.....
D.) Create a document Web site and configure it to use Windows integrated authentication, and enable directory browsing.
 | |
| darklord_2000 2002-10-26, 9:36 pm |
| Basic authentication provides more security than anonymous authentication, but sends the username and password in clear text and can be viewed by anyone. Basic authentication good in that it is supported by all browsers.
so I'm going with D
D.) Create a document Web site and configure it to use Windows integrated authentication, and enable directory browsing. | |
| NetChild1985 2002-10-27, 2:39 am |
| I'd say "D" as well! | |
| ruscorp 2002-10-27, 1:00 pm |
| quote: Originally posted by ruscorp
Subject: Evil IIS
Q.) You are the admininistrator of a Web server running IIS 5. This Web server hosts several Web sites, including the company's public Internet site. You want to allow employees to download documents when they are away from office. All employees are using Internet Explorer. You want to ensure the security of each user's username and password and ensure that only employees can access the documents. What should you do?
A.) Create an FTP site and configure it to use only Anonymous user connections.
B.) Create an FTP site and configure it to use only Basic authentication connections.
C.) Create a document website and configure it to use Basic authentication, and enable directory browsing.
D.) Create a document Web site and configure it to use Windows integrated authentication, and enable directory browsing.
100% again everyone! Either my questions are too damn easy or everyone is ready for 218. Good job! The correct answer is D.) Create a document Web site and configure it to use Windows integrated authentication, and enable directory browsing. because of all the answers suggested, only Windows Integrated Authentication provides security for the username and password. |
|
|
|
|