11.1.The Client-Server Programming Model
\(11.1.\)The Client-Server Programming Model
A client-server transaction consists of four steps:
When a client needs service, it initiates a transaction by sending a request to the server.
The server receives the request, interprets it, and manipulates its resources in the appropriate way.
The server sends a response to the client and then waits for the next request.
Theclient receives the response and manipulates it.