Computer Science, asked by devikapinju935, 4 months ago

How client and server communicate with each other

Answers

Answered by anjalipatil09
5

Answer:

Clients and servers exchange messages in a request–response messaging pattern. The client sends a request, and the server returns a response. This exchange of messages is an example of inter-process communication.

Similar questions