Free Microsoft Internet Information Server MCQ Questions and Answers — Questions and Answers
Question 1: Which of the following services is not supported by Microsoft IIS 4.0?
- News
- WWW
- Gopher (Correct answer)
Correct answer: Gopher
Microsoft IIS 4.0, released with Windows NT 4.0 Option Pack, primarily supported WWW (HTTP), FTP, NNTP (News), and SMTP (Mail) services. The Gopher protocol, an older internet protocol for retrieving documents, was largely superseded by the World Wide Web and was not a core service supported by IIS 4.0. Therefore, Gopher is the service not supported by IIS 4.0.
Question 2: You want to give your website's visitors the option to search. What IIS service offers this function?
- Mail Server
- NNTP
- Transaction Server
- Index Server (Correct answer)
Correct answer: Index Server
Microsoft Index Server was an integrated component of IIS 4.0 (and later versions) designed to provide full-text search capabilities for websites. It indexed the content of web pages and other documents, allowing visitors to perform keyword searches directly on the website. This service is specifically designed to enable search functionality for web content.
Question 3: You are the owner of the domain host.primary.mycomp.com. I am assuming that you have a DNS server established; which domain name element must be registered with InterNIC at the very least?
- primary.mycomp.com
- host.primary.mycomp.com
- None of the above
- mycomp.com (Correct answer)
Correct answer: mycomp.com
When registering a domain name, you register the second-level domain (e.g., 'mycomp') and the top-level domain (e.g., '.com'). InterNIC (now ICANN) is responsible for managing these registrations. Therefore, for 'host.primary.mycomp.com', the minimum element that needs to be registered with InterNIC is 'mycomp.com', as 'host' and 'primary' are subdomains managed within your own DNS.
Question 4: An acronym for MMC is:
- Multimedia Management and Control
- Microsoft Management Console (Correct answer)
- Microsoft Motion Control
- Microsoft Media Console
Correct answer: Microsoft Management Console
MMC stands for Microsoft Management Console. It is a framework that provides a common user interface for administrative tools, known as snap-ins, in Windows operating systems. Many server management tools, including the IIS Manager, are implemented as MMC snap-ins, offering a consistent interface for system administration.
Question 5: Check your website to see if any links need to be fixed. What instrument do you use?
- Site Server Express (Correct answer)
- NT Explorer
- Performance Monitor
- User Manager
Correct answer: Site Server Express
Microsoft Site Server Express was a suite of tools included with IIS 4.0 that provided various website management functionalities, including a Link Checker. This tool was specifically designed to scan a website and identify broken or invalid hyperlinks, helping webmasters maintain the integrity and usability of their sites. It is the appropriate instrument for checking website links.
Question 6: You have a 100 MB corpus. How much disk space, on average, would be needed to index these documents?
- Around 40% of the corpus is needed on the hard drive to index the documents. (Correct answer)
- To index the documents, around 22% of the Corpus is needed on the hard drive.
- Around 80% of the corpus is needed on the hard drive to index the documents.
- Around 60% of the corpus is needed on the hard drive to index the documents.
Correct answer: Around 40% of the corpus is needed on the hard drive to index the documents.
When indexing documents with tools like Microsoft Index Server, the index files themselves require additional disk space. A general rule of thumb for full-text indexing is that the index can consume a significant percentage of the original data's size. Approximately 40% of the corpus size is a common estimate for the disk space required for the index, meaning 40 MB for a 100 MB corpus.
Question 7: You host a website using Perl scripts for many web pages. You discover that no users can view Web pages that include Perl script. What's the most likely reason?
- Perl scripts cannot be used on the Microsoft Web Server. A Microsoft Web server cannot support it.
- By changing the Scripts folder's properties, you must point to the Perl interpreter installed as part of IIS 4.0.
- Each client system has to have the Perl interpreter installed as a plug-in.
- You need to install Perl interpreter on the Web Server. (Correct answer)
Correct answer: You need to install Perl interpreter on the Web Server.
For a web server like IIS to execute scripts written in languages like Perl, the corresponding interpreter for that language must be installed on the server. IIS itself only provides the environment to serve web pages; it relies on external interpreters (like ActivePerl for Perl scripts) to process dynamic content. Without the Perl interpreter installed on the web server, the server cannot understand or run the Perl code, leading to pages not being viewable.
Which of the following services is not supported by Microsoft IIS 4.0?