client
A client is a computer system that requests a service of another computer system (a
server ) on the
network .
A computer that has access to services over a computer network. The computer providing the services is a server. Note: in an X-11 environment, the meanings of client and server are reversed. See
Database.
A software program that is used to contact and obtain data from a Server software program on another computer, often across a great distance. Each Client program is designed to work with one or more specific kinds of Server programs, and each Server requires a specific kind of Client. A Web Browser is a specific kind of Client.
A computer system or process that requests a service of another computer system or process. A workstation requesting the contents of a file from a file server is a client of the file server. See also: client-server model, server. [Source: NNSC]
A program ( like a web browser) that connects to and requests information from a server.