Definition of Client-server

Babylon English
client server
computerized methodology by which a number of computer programs are simultaneously run (they are connected by the service provider)

Search Dictionary:
Search Web Search Dictionary



Client-server definition was found in categories: Computer & Internet(5)  Science & Technology(1)  Language, Idioms & Slang(1)  Encyclopedia(1)  

Client-server Definition from Computer & Internet Dictionaries & Glossaries

FOLDOC
client-server
<programming> A common form of distributed system in which software is split between server tasks and client tasks. A client sends requests to a server, according to some protocol, asking for information or action, and the server responds.
This is analogous to a customer (client) who sends an order (request) on an order form to a supplier (server) who despatches the goods and an invoice (response). The order form and invoice are part of the "protocol" used to communicate in this case.
There may be either one centralised server or several distributed ones. This model allows clients and servers to be placed independently on nodes in a network, possibly on different hardware and operating systems appropriate to their function, e.g. fast server/cheap client.
Examples are the name-server/name-resolver relationship in DNS, the file-server/file-client relationship in NFS and the screen server/client application split in the X Window System.
Usenet newsgroup: news:comp.client-server.
["The Essential Client/Server Survival Guide", 2nd edition, 1996].
(1998-01-25)

A Glossary of Internet & PC Terminology
Client Server
Client/Server distributes the processing of a Computer Application between 2 computers the Client & the Server - the principal being to exploit the power of each. The Client is normally a PC. The Application Program will access Data & perform processing on the Server & using the data obtained via the server more processing tasks will be performed on the Client. The Application can be used by more than one user.

WebGuest Web Glossary
Client/Server
A client is a computer system that requests a service of another computer system (a server ) on the network  .

Jensen's Technology Glossary
Client-server
A corporate computing trend that is gradually replacing the old way of conducting business--large mainframe computers connected to terminals. In the new arrangement, company software applications run on a midrange computer (the server) that is connected over networks to PCs (clients). (See also Server)

Internet Glossary
Client-server
Two computer systems linked by a network or modem connection where the client computer uses resources by sending requests to the server computer.


Client-server Definition from Science & Technology Dictionaries & Glossaries

Telecommunication Standard Terms
client server
Any hardware/software combination that generally adheres to a client-server architecture, regardless of the type of application.


Client-server Definition from Language, Idioms & Slang Dictionaries & Glossaries

hEnglish - advanced version
client-server

client-server
a common form of distributed system in which software is split between server tasks and client tasks. a client sends requests to a server, according to some protocol, asking for information or action, and the server responds.



Client-server Definition from Encyclopedia Dictionaries & Glossaries

Wikipedia English - The Free Encyclopedia
Client-server
Client-server is a computing architecture which separates a client from a server, and is almost always implemented over a computer network. Each client or server connected to a network can also be referred to as a node. The most basic type of client-server architecture employs only two types of nodes: clients and servers. This type of architecture is sometimes referred to as two-tier. It allows devices to share files and resources.

See more at Wikipedia.org...