Lesson 7 | Additional servers and their functions |
Objective | Describe the additional types of servers and their functions. |
Additional Servers and Their Functions
There are many other types of servers used to perform specific client activities. Some servers work as search engines, while others are used for mailing lists, security, or even handling the amount of traffic coming to a specific site.
Index or Catalog
An index or catalog server indexes documents in multiple Web sites in an organization, in effect becoming a search engine. The results are viewed in a format similar to a catalog, hence the name.
List Server
A list server is an email server that manages a special type of email list called a listserv. It allows listserv subscribers to add or remove themselves from the mailing list without human intervention.
Mail Server
A mail server provides electronic mail messaging services. Mail servers store and forward email using the POP3 and SMTP protocols. In other words, the mail server is responsible for handling your email, much the way the post office is responsible for handling your snail mail.
Mirror Server
A mirror server is a replica of an original server. It contains an exact copy of an existing Internet site. The purpose is to reduce the load on the individual servers for heavily trafficked sites, such as the Amazon Web site, and to accommodate the volume of daily hits. Mirror
servers are often connected to ISPs in other parts of the world.
The table below continues the list of servers with their functions.
News, Proxy, Telnet, and Web Servers
1. News Server | A news server is a set of software used to handle Usenet articles. It may also refer to a computer itself which is primarily or solely used for handling Usenet. A reader server provides an interface to read and post articles, generally with the assistance of a news client. A transit server exchanges articles with other servers. Most servers can provide both functions. |
2. Proxy Server | In computer networks, a proxy server is a server (a computer system or an application) that acts as an intermediary for requests from clients seeking resources from other servers.A client connects to the proxy server, requesting some service, such as a file, connection, web page, or other resource available from a different server and the proxy server evaluates the request as a way to simplify and control its complexity. Proxies were invented to add structure and encapsulation to distributed systems. Today, most proxies are web proxies, facilitating access to content on the World Wide Web and providing anonymity. |
3. Telnet Server | Telnet Server hosts the remote sessions for Telnet clients. When Telnet Server is running on a computer, users can connect to the server with a Telnet client from a remote computer. Telnet Server is implemented in Windows as a service that can be configured to always run, even when no one is logged on to the server.When a Telnet client connects to a computer running Telnet Server, the remote user is asked to enter a user name and password. The user name and password combination must be one that is valid on the Telnet Server. Telnet Server on Windows supports two types of authentication: NTLM and Password (or plaintext). |
4. Web HTTP Server | A web server is a computer system that processes requests via HTTP, the basic network protocol used to distribute information on the World Wide Web. The term can refer to the entire system, or specifically to the software that accepts and supervises the HTTP requests. |
In the next lesson, Internet bandwidth technologies will be discussed.