Server

A computer, or a software package, that provides a specific kind of service to client software running on other computers.

The term can refer to a particular piece of software, such as a WWW server, or to the machine on which the software is running, e.g.Our mail server is down today, that's why e-mail isn't getting out.

A single server machine could have several different server software packages running on it, thus providing many different servers to clients on the network. In a modern computing environment there are usually two kinds of computer classifications when more than one is connected together to create a network. The server is the computer which provides data and is the central repository, and/or gatekeeper between multiple "client" computers.

A server can also be called a "host" because it hosts the data "served" to "clients", For example, a file server is a computer and storage device dedicated to storing files. Any user on the network can store files on the server.

A print server is a computer that manages one or more printers, and a network server is a computer that manages network traffic.

A database server is a computer system that processes database queries.

Related Articles

Script

A type of computer code than can be directly executed by a program that understands the language in which the script is written. Scripts do not need to be compiled into object code to be executed.

Scrolling text box

A labeled, multiple-line form field in which users can type one or more lines of text.

SSL

Secure Socket Layer , A protocol designed by Netscape Communications to enable encrypted, authenticated communications across the Internet. SSL used mostly (but not exclusively) in communications...

SSI

Server side includes , is a set of tags which can be used within HTML pages to be replaced by something else, added ("included") by the server. An example might be that you have one file with...

Server-Side Image Map

An image map that passes the coordinates of the cursor to a CGI handler routine on the server. Server-side image maps require your server to compute the target URL of the hyperlink based on the...