Jump to content

Client-server

From Simple English Wikipedia, the free encyclopedia

Clients characteristics

Server characteristics

  • Always wait for a request from one of the clients.
  • Serves clients' requests then replies to the clients with the requested data.
  • A server may communicate with other servers in order to serve a client request.
  • If additional information is required to process a request (or security is implemented), a server may request additional data (passwords) from a client before processing a request.
  • End users typically do not interact directly with a server, but use a client.


Examples