9 results for: server Browse Nearby Entries
High-Performance Servers
Breakthrough server performance with Intel® Xeon® Quad-Core
www.Intel.com

Sponsored Links
Server
HP ProLiant DL385 G5 Server - View Features & Specs Online Now!
www.hp.com
Server
Save Time & Money With Simplified Business Server Solutions at Dell
www.Dell.com/SmallBusiness
Dictionary.com Unabridged (v 1.1) - Cite This Source - Share This
serv·er    Audio Help   [sur-ver] Pronunciation Key
–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; ME; see serve, -er1]
Dictionary.com Unabridged (v 1.1)
Based on the Random House Unabridged Dictionary, © Random House, Inc. 2006.
High-Performance Servers
Breakthrough server performance with Intel® Xeon® Quad-Core
www.Intel.com

Sponsored Links
Server
HP ProLiant DL385 G5 Server - View Features & Specs Online Now!
www.hp.com
Server
Save Time & Money With Simplified Business Server Solutions at Dell
www.Dell.com/SmallBusiness
Encyclopædia Britannica, Inc.
server

To learn more about server visit Britannica.com

© 2008 Encyclopædia Britannica, Inc.
Windows Dedicated Servers
Fully Loaded Windows Server Over $2000 in Software Included!
www.ServerIntellect.com

Sponsored Links
Windows Dedicated Server
Rackspace - The Hosting Specialists Full-Scale Solutions & 0% Downtime!
www.Rackspace.com
American Heritage Dictionary - Cite This Source - Share This
serv·er    Audio Help   (sûr'vər)  Pronunciation Key 
n.  
    1. One who serves food and drink.
    2. Something, such as a tray, that is used in serving food and drink.
    3. A file server.
    4. A computer that processes requests for HTML and other documents that are components of webpages.
  1. An altar server.
  2. Law One who serves a writ or summons.
  3. Sports The player who serves, as in court games.
  4. Computer Science
    1. A file server.
    2. A computer that processes requests for HTML and other documents that are components of webpages.

(Download Now or Buy the Book)
The American Heritage® Dictionary of the English Language, Fourth Edition
Copyright © 2006 by Houghton Mifflin Company.
Published by Houghton Mifflin Company. All rights reserved.
WordNet - Cite This Source - Share This
server

noun
1. a person whose occupation is to serve at table (as in a restaurant) [syn: waiter
2. (court games) the player who serves to start a point 
3. (computer science) a computer that provides client stations with access to files and printers as shared resources to a computer network 
4. utensil used in serving food or drink 

WordNet® 3.0, © 2006 by Princeton University.
Kernerman English Multilingual Dictionary - Cite This Source - Share This
ˈserver1 noun
(usually in plural) a utensil used in serving food
Example: salad servers
Arabic: طَقْم من الآنية تُسْتَخْدم على المائِدَه
Chinese (Simplified): 菜盘
Chinese (Traditional): 菜盤
Czech: servírovací mísa
Danish: bestik; -bestik
Dutch: opscheplepel
Estonian: serveerimisnõud
Finnish: ottimet
French: couvert à servir
German: das Servierbesteck
Greek: σκεύος σερβιρίσματος (πληθ.)
Hungarian: tál
Icelandic: áhöld til að skenkja; spaði, skeið, gafall
Indonesian: peralatan makan
Italian: posate*
Japanese:
Korean: 쟁반, 음식을 나누어 담는 식기
Latvian: paplāte
Lithuanian: įrankis valgiui įdėti į lėkštę
Norwegian: serveringsbestikk
Polish: sztuciec
Portuguese (Brazil): talher para servir
Portuguese (Portugal): utensílio
Romanian: tavă
Russian: лопаточка и вилка
Slovak: servírovací vozík
Slovenian: servirni pribor
Spanish: cubierto de servir
Swedish: bestick
Turkish: çatallı kaşık
ˈserver2 noun
a person who serves (a ball)
Arabic: من يَسْتَهِل الضَّرْبَة المَبدَئِيَّه
Chinese (Simplified): 发球者
Chinese (Traditional): 發球者
Czech: podávající hráč, -ka
Danish: server
Dutch: serveerder
Estonian: servija
Finnish: syöttäjä
French: serveur, *-euse
German: der Aufschläger
Greek: παίκτης που κάνει σερβίς
Hungarian: adogató (teniszben)
Icelandic: sá sem á uppgjöf
Indonesian: pelaku serve
Italian: servitore, cameriere
Japanese: サーブする人
Korean: (공을) 서브하는 사람
Latvian: servētājs
Lithuanian: servuotojas
Norwegian: server, utspiller
Polish: serwujący
Portuguese (Brazil): jogador que serve
Portuguese (Portugal): aquele que serve
Romanian: jucător care serveşte (mingea)
Russian: игрок, подающий мяч
Slovak: podávajúci hráč, -ka
Slovenian: server
Spanish: camarero, mesero
Swedish: servare
Turkish: servis atan oyuncu
See also: serving, it serves you right, serve, serve an apprenticeship, serve out, serve up

Kernerman English Multilingual Dictionary, © 2000-2006 K Dictionaries Ltd.
The American Heritage Science Dictionary - Cite This Source - Share This
server    Audio Help   (sûr'vər)  Pronunciation Key 
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.

The American Heritage® Science Dictionary
Copyright © 2002 by Houghton Mifflin Company.
Published by Houghton Mifflin Company. All rights reserved.
American Heritage New Dictionary of Cultural Literacy, Third Edition - Cite This Source - Share This
server

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


[Chapter:] Technology


The American Heritage® New Dictionary of Cultural Literacy, Third Edition
Copyright © 2005 by Houghton Mifflin Company.
Published by Houghton Mifflin Company. All rights reserved.
Free On-line Dictionary of Computing - Cite This Source - Share This

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.
[The Jargon File]
(2003-12-29)

The Free On-line Dictionary of Computing, © 1993-2007 Denis Howe
Webster's Revised Unabridged Dictionary - Cite This Source - Share This

Server

Serv"er\, n. 1. One who serves.

2. A tray for dishes; a salver. --Randolph.
Webster's Revised Unabridged Dictionary, © 1996, 1998 MICRA, Inc.
Browse Nearby Entries:

servants
servants'
servation
serve
serve (someone) right
serve a purpose
serve an apprenticeship
serve one right
serve out
serve right
serve up
serve well
serve's
serveable
served
servelet
server
server farm
server message block
server room
server's
server-parsed html
server-side
server-side include
serveries
serverlet
servers
servers'
servery
serves
serves'
servetian
servetianism

View results from: Dictionary | Thesaurus | Encyclopedia | All Reference | the Web

Share This:   Share This: del.icio.usShare This: digg.comShare This: FacebookShare This: furl.netShare This: www.netscape.comShare This: myweb2.search.yahoo.comShare This: www.stumbleupon.comShare This: www.google.comShare This: www.technorati.comShare This: blinklist.comShare This: newsvine.comShare This: ma.gnolia.comShare This: reddit.comShare This: favorites.live.comShare This: tailrank.com

Perform a new search, or try your search for "server" at: