0% found this document useful (0 votes)
22 views

Server Is A: Computer Program Device Clients Architecture Client-Server Model Resources

Servers provide functionality and services to client programs or devices over a network, with a single server able to serve multiple clients simultaneously. A client makes a request that the server processes and returns a response to complete the transaction. Servers are specialized computer systems designed to reliably provide services like data storage, computation and content to clients in a client-server architecture.

Uploaded by

Adriel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Server Is A: Computer Program Device Clients Architecture Client-Server Model Resources

Servers provide functionality and services to client programs or devices over a network, with a single server able to serve multiple clients simultaneously. A client makes a request that the server processes and returns a response to complete the transaction. Servers are specialized computer systems designed to reliably provide services like data storage, computation and content to clients in a client-server architecture.

Uploaded by

Adriel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

server is a computer program or a device that provides functionality for other programs or devices,

called "clients". Thisarchitecture is called the clientserver model, and a single overall computation is
distributed across multiple processes or devices. Servers can provide various functionalities, often
called "services", such as sharing data or resources among multiple clients, or performing
computation for a client. A single server can serve multiple clients, and a single client can use
multiple servers. A client process may run on the same device or may connect over a network to a
server on a different device.[1] Typical servers are database servers, file servers,mail servers, print
servers, web servers, game servers, and application servers.[2]
Clientserver systems are today most frequently implemented by (and often identified with)
the requestresponse model: a client sends a request to the server, which performs some action and
sends a response back to the client, typically with a result or acknowledgement. Designating a
computer as "server-class hardware" implies that it is specialized for running servers on it. This often
implies that it is more powerful and reliable than standard personal computers, but alternatively,
large computing clusters may be composed of many relatively simple, replaceable server
components.

You might also like