Internet Information Server 4.0 : Test 1 (ver 1.3.00)

Click on the MOST correct answer



1 What is the primary function of the MMC?
It is the main administration tool for IIS
It provides the architectural structure for IIS
It holds the metabase
It provides a common environment

2 What is stored in the Metabase?
SSL key properties
Logging properties
Files properties
User properties

3 You want to create a proprietary authentication that meets the needs of your company. What technique should be used?
Create a Win32 program that will interact with the Windows NT user database
Create an ISAPI filter using the Win32 SDK
Create a CGI script that handles all user authentication
A proprietary authentication method cannot be created

4 Which Internet Information Server service layer provides support for process isolation?
Transport Services
Internet Services
Application Services
Network Services

5 Which of the following are components of Application Services?
ISAPI
Server Side Include
HTMLA (HTML-based Administration)
HTTP ODBC

6 How does a data request route through IIS 4.0?
1. The data request enters the IIS server via Windows NT System Services 2. The data is forwarded to Web Services 3. The data is passed to Application Services 4. The response retraces the data request's route
1. The data request enters the IIS server through Web Services. 2. The data is forwarded to Windows NT System Services 3. The data is passed to Application Services 4. The response retraces the data request's route
1. The data request enters the IIS server via Windows NT System Services 2. The data is forwarded to Application Services 3. The data is passed to Web Services 4. The response retraces the data request's route
1. The data request enters the IIS Server via Application Services 2. The data is forwarded to Windows NT System Services 3. The data is passed to Web Services 4. The response retraces the data request's route

7 IIS 4.0 supports which TCP/IP protocols?
File Transfer
Hypertext Transfer
Gopher
Network News Transfer
Simple Mail Transfer

8 Which of the following connectors are supported by IIS 4.0?
Microsoft Exchange Server/Web Connector
ODBC Connector
CGI
ISAPI Filters
Active Server Pages

9 In which layer of IIS architecture does data enter through TCP/IP and exit through WinSock?
System Services
Internet Services
Web Services
Application Services
Presentation Services

10 The system administrator has told you that you can edit the metabase using an ADSI provider. Upon returning to your desk, what do you do?
Go to www.microsoft.com/downloads on the Internet and download the latest ADSI provider
Load HTMLA
Use the Resource Kit Utilities CD to load the appropriate tool
Use Regedit32.exe

11 In order to remotely administer an IIS server, you must connect to it. What steps do you take to do this?
It is not possible to remotely administer an IIS Server
Open the ISM, right-click the IIS snap-in and select "Connect". Type in the domain name of the server you wish to manage and click OK
Open the ISM, right-click the IIS snap-in and select "Connect". Type in the NetBIOS name of the server you wish to manage and click OK
Open the ISM, right-click the domain name of the server, and select connect. Click OK

12 Your visitor's browser is requesting an ISAPI server-side script but lacks the appropriate credentials. Which error will be given to the browser in response to this request?
403
505
911
401

13 The domain name for a Web server is www.xyz.com. If the product directory from this domain contained an .html file called widgets, the URL for this file would be:
http://www.xyz.com/Products/widgets.html
//www.xyz.com/Products/widgets.html
http://widgets.html
http://www.xyz.com/widgets.html

14 Jana wants to create remote virtual servers. In order for her to do this, which of the following conditions is required?
Assign each site a unique host header name
Separate domains for every virtual server
Separate gateways for each virtual server
Install Proxy on each virtual server

15 After installing IIS4, you want to make sure that the WWW service is running. What two things can you do to test your installation?
Connect to the Internet using a client running IE 4.01, and specify the URL that points to the home directory of your Web server
Ping the Web server from a computer that is connected to the Internet and running IE 4.01
On the machine where IIS4 was just installed, use Internet Service Manager to confirm that the WWW service is running
Using IE 4.01 on the machine where IIS4 was just installed, specify the URL that points to the home directory of your Web server

16 Which of the following tasks should be performed to configure IIS 4.0 to support the WWW service?
Set the bandwidth, user connections and default pages
Set user logon and authentication requirements
Modify the port settings
Enable the HTTP Keep-Alives

17 At the ABC company, administration has required internal users accessing the Web server to authenticate using a username and password with Windows NT Challenge / Response authentication. External users are to authenticate using the anonymous account with BASIC (Clear Text) authentication.

Where would you configure this?
Administrative Tools, User Manager for Domains, Policies, User Rights
Internet Service Manager, WWW Properties Sheet, Services Tab
Internet Service Manager, Web Site Properties Sheet, Directory Security, Edit
You cannot have more than one authentication method at the same time

18 Your client advertises on the internet with a Banner and wants to measure the success of her business's marketing effort by performing a cost/benefit analysis at the end of each month. She knows how much she pays for the Banner advertising but wishes to track the effectiveness of viewers looking at the banner. She asks you for your assistance in tracking this information. Which of the following will achieve this goal?
Enable logging on the Web Site property sheet. Use Site Server Express to produce analysis reports
Enable Log Access on the Home Directory tab of the Web property sheet
Using Performance Monitor, monitor the SSLAccess Counter
There is no way to accurately monitor hits on a web page using IIS 4.0. Rather, use FrontPage 98 to create a hit counter for your client

19 A user calls to complain that she cannot run an ISAPI application on the corporate intranet. She suspects her password, which she changed less than two minutes ago. The application runs on a virtual directory. What action would allow the user immediate access to the application?
entering her new password on the application's Directory Properties tab
giving her account Administrator rights
having her select a new password
stopping and restarting the WWW Service

20 When accessing a web site, which port is used by default?
Port number 21
Port number 23
Port number 70
Port number 80

21 Which of the following log formats is a customizable ASCII format?
MS IIS Log Format
W3C Extended Log Format
ODBC Logging
NCSA Common Log File Format

22 Which of the following Log Formats are fixed (non-customizable)? (check all that apply)
MS IIS Log Format
W3C Extended Log Format
ODBC Logging
NCSA Common Log File Format

23 Microsoft IIS Log Format is:
dynamic and configurable
fixed (non-customizable)
no longer available with IIS 4.0
not an ASCII format

24 What are three good reasons to re-direct a browser?
Part of the Web site is under construction
The home directory was moved to a new location
Performance tuning for the workstation
Many older browsers do not support the use of host header names

25 If you were setting up both a Web site and an FTP site on the same computer what would be the default home directory for the WWW service and the FTP service?
C:\Wwwroot and c:\Ftproot
C::\InetPub\Wwwroot and C:\InetPub\Ftproot
C:\InetPub\Wwwhome and C:\InetPub\Ftphome
C:\Wwwhome and C:\Ftphome