server

[sur-ver] /ˈsɜr vər/
noun
1.
a person who serves.
2.
something that serves or is used in serving, as a salver.
3.
a broad fork, spoon, or spatula for dishing out and serving individual portions of food, as vegetables, cake, or pie.
4.
Ecclesiastical. an attendant on the priest at Mass, who arranges the altar, makes the responses, etc.
5.
(in tennis, badminton, handball, etc.) the player who puts the ball or shuttlecock in play.
6.
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.
Origin
1350-1400; Middle English; see serve, -er1
Examples from the web for server
  • It'll take a grizzled hardware veteran to remember when server sales were this low.
  • At a local restaurant, patrons demean and criticize the server for not bringing them exactly what they want when they want it.
  • Fortify yourself with a bourbon on the rocks, then ask any server for ghost stories and a quick, informal tour.
  • Actually the human brain has vastly more computational power than any server on the planet.
  • Comedians will put their content on whatever server and send it to you specifically.
  • These folks are now left without any cell service until server loads die down.
  • Last month, the free ad server unveiled an ad exchange.
  • Relocate a college's server computers next to a solar-power generator.
  • Don't leave your tip on the table, instead hand it directly to your server when you pay the bill.
  • There's probably half a billion dollars in equipment in this picture and probably more in that server room.
British Dictionary definitions for server

server

/ˈsɜːvə/
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
Word Origin and History for server
n.

late 14c., agent noun from serve (v.). Computer sense by 1992.

server in Science
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 in Culture

server definition


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

Slang definitions & phrases for server

server

noun

: As many as 10 ''servers,'' slang for dealers, worked out of the Keefe house (1990s+ Narcotics)


server in Technology


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)