mcseFREEsite
Just the right place to learn for Microsoft certifications

Internet Information Server 4.0
(Study Guide)

Web Servers: In this era of Internet, web servers are virtually dominating the computing world. Almost everything is either hosted on or governed by web servers which could also be termed as storehouses of all the information available over the Net. All the (more than 2 million) websites are hosted on different web servers across the world. These servers are powerful systems that have in-built extra-ordinary administration, application and security features. They are the ones that make the web work. And they are the backbone of all Internet operations.

Internet Information Server is one of the most prominently used web servers across the world. Till a few months ago, it had almost monopolized the Internet server activities. But now Apache web server has wrested the top spot from this Microsoft product, leaving IIS at a distant second place. Sun Microsystem’s Java Web Server is also emerging as a powerful contender to IIS. But here we are not going to discuss the pros and cons of using these servers. We would concentrate ourselves on the Microsoft Product, which is undoubtedly very effective, simple and works fine.

Internet Information Server:

IIS 4.0 is part of the Windows NT Option Pack. It does not come with Windows NT Server or NT Workstation. We have to separately purchase NT Option Pack in order to install IIS 4.0.

Hardware Requirements:

486/50 with 16MB RAM and 50 MB disk space required.

P90 with 32-64MB RAM and 200MB-disk space recommended.

Software Requirements:

NT Server 4.0 with Service Pack 3 and IE4.01 running TCP/IP.

NT workstation and Win9x can run personal web server, which is a scaled down version of IIS.

Core components of the option Pack are:

Microsoft Certificate Server 1.0 – issue digital certificates for security.

Microsoft Index Server 2.0 – Indexes websites so clients can perform a search via a query.

Microsoft Internet Information Server 4.0 (IIS) – Web Server.

Microsoft Management Console 1.0 (MMC) – The interface used to manage IIS. This is the future of Windows NT. The console provides a shell that applications will have a snap-in for. All Back Office products will have a snap-in for the MMC.

Microsoft Site Server Express 2.0 (SSE)

Content Analyzer – Site Mapping, link Management and verification, and content analysis.

Usage Image and report writer – Analyze log files.

Posting Acceptor – Allows users to post content via HTTP.

Microsoft Transaction Server 2.0 (MTS) – used for developing scalable server applications.

WWW Service - IIS4.0 supports HTTP1.1, which is the newest standard. It is faster; more secure and provides Virtual-hosting abilities. WWW Service is for publishing html pages to be viewed as graphical in a browser. IIS4.0 allows you to have unlimited virtual websites.

FTP Service – File Transfer Protocol. Used primarily for file copies. IIS4.0 allows you to have unlimited virtual FTP sites. Each virtual FTP site requires its own unique IP address. FTP does not support the uses of host headers for virtual servers.

NNTP Service – Network News Transfer Protocol. Hosts electronic discussion groups. Can be secured using Secure Sockets Layer (SSL)

SMTP Service – Simple Mail Transfer Protocol. IIS4.0 can act as an SMTP client allowing web based applications to send and receive messages. SMTP service requires the use of the NTFS file system.

Gopher is no longer supported in IIS4.0.

IIS and Active Server Pages. – Server side scripting for IIS with support for Vbscript and Jscript. Programmers can write programs that the client will run using html in a browser. The programs are triggered and run on the server.

Three ways to administer IIS:

Internet services Manager snap-in for the MMC – The graphical interface to the IIS settings.

Internet Service Manager (HTML) – allows for remote configuration. SMTP and NNTP can not be administered through the web-based option.

Scripting. – Allows for automated administration. ActiveX scripting allows scripts using Vbscript or Jscript. Dos command scripts are also supported.

Windows Scripting Host (WSH) – Allows you to execute scripts on the windows desktop or command console without embedding the scripts in an html document.

Metabase:

The Metabase replaces the registry in IIS 4.0. The metabase loads in memory and stores all of the configuration data. Some of the registry keys remain for backward compatibility but most info is in the metabase. The file is metabase.bin in the Inetsrv directory, which is where IIS got installed.

Hosting multiple domains on one server

  1. Use unique IP addresses for reach domain
  2. Use one IP and unique host headers for each domain
  3. Use one IP and assign different ports to each domain.

Virtual directories – A web site can point at any directory on any physical hard drive on the IIS computer or on another computer in the same domain. It will appear to the surfer that that directory is the www root.

Properties

The top-level property sheet is the master properties. This is created during install and will be inherited by all sites created. If you change the master properties, all future sites will be affected but not existing.

You can change the properties for a site after creating it.

Web Site Properties - What properties can be set from each of the tabs in the MMC.

Web Site Tab

Web site ID

Connections

Logging

Operators Tab

Performance Tab

ISAPI Filters Tab

Home Directory Tab

Content Control:

Application Settings

Configuration

Documents Tab

Directory Security Tab

Anonymous Access and Authentication Control

Secure Communications

IP Address and Domain Name

HTTP Headers Tab

Custom Errors Tab

FTP Service

Virtual Servers

Property Pages

FTP Site Main Page:

Security Accounts Page:

Messages Page:

Home Directory Page:

Directory Security Page:

SMTP Service

The SMTP service is not a full SMTP server. It uses four directories:

SMTP service supports a masquerade domain which allows you to replace any local domain name used in any from lines in the header with a different domain name.

By default, SMTP service does not allow relay to external mail addresses.

 

Back to Top

Back to Home

 

Hosted by www.Geocities.ws

1