Mar 31
Web Feed Server, also known as an RSS Server, enables the distribution, management, reading and tracking of internal and external RSS, ATOM and XML web feeds behind an organization’s firewall. Using a web feed server, IT administrators can create users and groups and define subscriptions for each. Typically a web feed server manages the synchronization of web feeds between desktop, browser and mobile RSS readers connected to the server. Additionally, it aggregates the company wide RSS feeds, eliminating the need for individual RSS feed aggregators per computer.
Mar 31
Game servers can be classified as listen servers and dedicated servers. Listen servers are run on the same machine as the game client. When the client disconnects, the server is shut down, as the server and host client are run together. Listen servers usually cannot support many players, due to bandwidth and CPU requirements. The software running the listen server typically limits the number of players for this very reason.

Dedicated servers are usually run on dedicated hardware located in a data center, providing more bandwidth and dedicated processing power. Dedicated servers are the preferred method of hosting a game server for practically all PC-based multiplayer games. Dedicated servers can be set up by obtaining the server files, editing the configuration and executing the server.

Massively multiplayer online games are all run on dedicated servers usually hosted by the software company that developed and owns the game title, as this allows them to control and update content. In many cases they are run on clustered servers to allow for huge environments and large player counts.

Listen servers are mostly used by individual players in a LAN party setting.

Mar 31
A File Server is a computer attached to a network that has the primary purpose of providing a location for the shared storage of information (such as documents, sound files, photographs, movies, images, databases, et cetera) that can be accessed by the workstations that are attached to the network. As distinguished from Timesharing or a Mainframe (where a central computer provides calculation resources for “dumb” terminals) a File Server is designed primarily to enable the rapid storage and retrieval of data where the heavy computation is provided by the workstations.
Mar 31
A fax server is a set of software running on a server computer which is equipped with one or more fax-capable modems attached to telephone lines (or, more recently, software modem emulators which use T.38 (”Fax over IP”) technology to transmit the signal over an IP network). Its function is to accept documents from users, convert them into faxes, and transmit them, as well as to receive fax calls and either store the incoming documents or pass them on to users. Users may communicate with the server in several ways, through either a local network or the Internet. In a big organisation with heavy fax traffic, the computer hosting the fax server may be dedicated to that function, in which case the computer itself may also be known as a fax server.
Mar 31
proxy server is a server (a computer system or an application program) which services the requests of its clients by forwarding requests to 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. The proxy server provides the resource by connecting to the specified server and requesting the service on behalf of the client. A proxy server may optionally alter the client’s request or the server’s response, and sometimes it may serve the request without contacting the specified server. In this case, it would ‘cache’ the first request to the remote server, so it could save the information for later, and make everything as fast as possible.

A proxy server that passes all requests and replies unmodified is usually called a gateway or sometimes tunneling proxy.

A proxy server can be placed in the user’s local computer or at specific key points between the user and the destination servers or the Internet.