Skip to content

Servers

In a technical sense, a server is an instanceof a computer program that accepts and responds to requests made by another program, known as a client. Less formally, any device that runs server software could be considered a server as well. Servers are used to manage network resources. For example, a user may setup a server to control access to a network, send/receive e-mail, manage print jobs, or host a website.

Some servers are committed to a specific task, often referred to as dedicated. As a result, there are a number of dedicated server categories, like print servers, file servers, network servers, and database servers. However, many servers today are shared servers which can take on the responsibility of e-mail, DNS, FTP, and even multiple websites in the case of a web server.

Because they are commonly used to deliver services that are required constantly, most servers are never turned off. Consequently, when servers fail, they can cause the network users and company many problems. To alleviate these issues, servers are commonly high-end computers setup to be fault tolerant

Examples of servers

The following list contains links to various server types.

  • Application server
  • Blade server
  • Cloud server
  • Database server
  • Dedicated server
  • File server
  • Mail server
  • Print server
  • Proxy server
  • Standalone server
  • Web server
Back To Top