what is client and server
Answers
Answered by
0
Answer:
Client–server model is a distributed application structure that partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients.
In simplest form, a server is a connection point for several clients, that will handle their requests. A client is software that (usually) connects to the server to perform actions. The client provide a user interface that allows users to carry out actions.
Similar questions