Microsoft Internet Information Server Microsoft Internet Information Server 4.0 Test 2 — Questions and Answers
Question 1: Which IIS 4.0 component provides server-side scripting support for Active Server Pages?
- ASP.DLL (Correct answer)
- ISAPI filter
- CGI handler
- MSMQ service
Correct answer: ASP.DLL
ASP.DLL is the ISAPI extension that processes Active Server Pages on IIS 4.0.
Question 2: In IIS 4.0, what is the default port for HTTPS (SSL) connections?
- 80
- 8080
- 443 (Correct answer)
- 8443
Correct answer: 443
Port 443 is the standard port for HTTPS/SSL traffic in IIS 4.0.
Question 3: Which IIS 4.0 tool allows administrators to manage bandwidth throttling on a per-site basis?
- Internet Service Manager (Correct answer)
- Network Monitor
- Performance Monitor
- Site Server
Correct answer: Internet Service Manager
Internet Service Manager (ISM) is the MMC-based console used to configure bandwidth throttling per site.
Question 4: What authentication method in IIS 4.0 sends credentials encrypted using an MD5 hash?
- Anonymous
- Basic
- Digest (Correct answer)
- NTLM
Correct answer: Digest
Digest authentication uses an MD5 hash of credentials, unlike Basic which sends them base64-encoded.
Question 5: Which Windows NT Option Pack component must be installed for IIS 4.0 to support Microsoft Transaction Server?
- MSMQ
- MTS (Correct answer)
- Index Server
- Certificate Server
Correct answer: MTS
Microsoft Transaction Server (MTS) provides COM+ transaction support and must be installed alongside IIS 4.0.
Question 6: In IIS 4.0, what file extension is associated with Internet Data Connector queries?
- .asp
- .idc (Correct answer)
- .cgi
- .pl
Correct answer: .idc
The .idc extension identifies Internet Data Connector files used to query ODBC data sources.
Question 7: Which IIS 4.0 log format records data in a format compatible with most third-party log analysis tools?
- IIS log format
- NCSA Common Log format
- W3C Extended log format (Correct answer)
- ODBC logging
Correct answer: W3C Extended log format
W3C Extended log format is the most flexible and widely supported format for log analysis tools.
Which IIS 4.0 component provides server-side scripting support for Active Server Pages?