Free Microsoft Internet Information Server 4.0 Test Questions and Answers — Questions and Answers
Question 1: Of the protocols listed below, which one is utilized for web documents?
- HTTP (Correct answer)
- HTML
- NNTP
- SMTP
Correct answer: HTTP
HTTP (Hypertext Transfer Protocol) is the primary protocol used for transmitting web documents, such as HTML pages, images, and other resources, over the internet. It defines how messages are formatted and transmitted, and what actions web servers and browsers should take in response to various commands. Without HTTP, the World Wide Web as we know it would not function.
Question 2: Which of the following is an official online document URL?
- ftp://www.practicetestgeeks.com
- http:/www.practicetestgeeks.com
- http:www.practicetestgeeks.com
- http://www.practicetestgeeks.com (Correct answer)
Correct answer: http://www.practicetestgeeks.com
A valid URL (Uniform Resource Locator) for an online document typically begins with a scheme, such as 'http://' or 'https://', followed by the domain name and path. The correct format includes the double forward slashes after the protocol. Option D, 'http://www.practicetestgeeks.com', correctly follows this standard syntax for accessing web resources.
Question 3: Which of the subsequent protocols has anything to do with email? (Check each appropriate box.)
- SMTP (Correct answer)
- HTTP
- SNMP
- POP (Correct answer)
Correct answer: SMTP
SMTP (Simple Mail Transfer Protocol) and POP (Post Office Protocol) are both fundamental protocols associated with email. SMTP is used for sending email messages between servers and from email clients to servers. POP is used by email clients to retrieve email messages from a mail server, typically downloading them to the local device.
Question 4: Which installation technique should be utilized to install all of the IIS components?
- Custom (Correct answer)
- Typical
- Complete
- Full
Correct answer: Custom
To install all available IIS components, the 'Custom' installation technique should be utilized. A custom installation allows the user to individually select or deselect specific role services and features, ensuring that every desired component is included. 'Typical' or 'Complete' installations often install a predefined set of components, which may not include everything available.
Question 5: Which of the following is NOT a part of the IIS installation at the minimum level?
- FTP Server (Correct answer)
- Web Server
- Microsoft Management Console (MMC)
- Index Server
Correct answer: FTP Server
The FTP Server is NOT a part of the minimum IIS installation. When IIS is installed with its basic components, it primarily includes the core Web Server functionality, which handles HTTP requests. The FTP Server is an optional role service that needs to be explicitly added if file transfer protocol capabilities are required.
Question 6: What IIS release comes with Windows NT Server 4.0?
- IIS 4.0
- Personal Web Server
- IIS 3.0
- IIS 2.0 (Correct answer)
Correct answer: IIS 2.0
Windows NT Server 4.0, released in 1996, came bundled with IIS 2.0. This version of Internet Information Server was a significant step in Microsoft's efforts to provide web server capabilities on its Windows NT platform. Subsequent versions of IIS were released with later Windows Server operating systems.
Question 7: Which of the following is NOT a new IIS 4.0 feature?
- HTTP post
- Index Server 1.0 (Correct answer)
- HTTP prediction
- HTTP 1.1
Correct answer: Index Server 1.0
Index Server 1.0 was not a new feature introduced with IIS 4.0; it was an existing component that provided content indexing and search capabilities. IIS 4.0, released with Windows NT 4.0 Option Pack, introduced several new features like Active Server Pages (ASP), HTTP 1.1 support, and improved administration tools, but Index Server was already available.
Of the protocols listed below, which one is utilized for web documents?