Discuss an effective communication between a client and server
Answers
The 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.
mark as brainlist
client-server software is known as an architecture model consisting of two parts, client systems and server systems, both communicating over a computer network or on the same computer. A client-server application is a distributed system made up of both client and server software.A computing system consists of two logical parts first a server, which provides information or services, and second a client, which requests them. On a network, for example, users can access server resources from their personal computers using client software.