Server


noun
1.
a person who serves.
2.
a person who waits on tables; a waiter or waitress.
3.
something that serves or is used in serving, as a salver.
4.
a broad fork, spoon, or spatula for dishing out and serving individual portions of food, as vegetables, cake, or pie.
5.
Ecclesiastical. an attendant on the priest at Mass, who arranges the altar, makes the responses, etc.
6.
(in tennis, badminton, handball, etc.) the player who puts the ball or shuttlecock in play.
7.
a computer that makes services, as access to data files, programs, and peripheral devices, available to workstations on a network.
Compare client (def 5), file server.
noun
1.
a person who serves
2.
(mainly RC Church) a person who acts as acolyte or assists the priest at Mass
3.
something that is used in serving food and drink
4.
the player who serves in racket games
5.
(computing) a computer or program that supplies data or resources to other machines on a network
server
(sûr’vər)
A computer that manages centralized data storage or network communications resources. A server provides and organizes access to these resources for other computers linked to it.

server definition

Computer or software that performs administration or coordination functions within a network.
server

1. A program which provides some service to other (client) programs. The connection between client and server is normally by means of message passing, often over a network, and uses some protocol to encode the client’s requests and the server’s responses. The server may run continuously (as a daemon), waiting for requests to arrive or it may be invoked by some higher level daemon which controls a number of specific servers (inetd on Unix).
There are many servers associated with the Internet, such as those for HTTP, Network File System, Network Information Service (NIS), Domain Name System (DNS), FTP, news, finger, Network Time Protocol. On Unix, a long list can be found in /etc/services or in the NIS database “services”. See client-server.
2. A computer which provides some service for other computers connected to it via a network. The most common example is a file server which has a local disk and services requests from remote clients to read and write files on that disk, often using Sun’s Network File System (NFS) protocol or Novell Netware on PCs. Another common example is a web server.
[Jargon File]
(2003-12-29)

Read Also:

  • Server farm

    noun a collection of interconnected Internet computer servers; also a business with such a collection Examples A server farm expedites computing processes by harnessing the power of multiple servers.

  • Serveries

    noun, plural serveries. 1. Chiefly British. a food counter in a cafeteria or pub.

  • Serverlet

    Java Servlet

  • Server message block

    protocol (SMB) A client/server protocol that provides file and printer sharing between computers. In addition SMB can share serial ports and communications abstractions such as named pipes and mail slots. SMB is similar to remote procedure call (RPC) specialised for file system access. SMB was developed by Intel, Microsoft, and IBM in the early 1980s. […]

  • Server-parsed html

    file format, World-Wide Web (SPML, SHTML) A kind of HTML file containing server-specific, non-standard commands which are interpreted by the HTTP server and replaced by standard HTML or text before the data is returned to the client. Different servers use different command syntax and support different sets of commands. The most common example is a […]


Disclaimer: Server definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.