Computer Science, asked by vihangaravishka30, 2 months ago

State and explain the steps of client-server interaction on a connection-oriented network.​

Answers

Answered by muhammedafnan3456
2

Answer:

Client machine. Server Machine. Server process. Client process. Network ... If they use TCP, the interaction is connection-oriented. TCP ... Other calls defined in the socket API include:.

Answered by priyaag2102
7

The steps of client-server interaction on a connection-oriented network

Explanation:

  • Following are the steps of client-server interaction on a connection-oriented network.
  • Following are the steps to establish the connection between server and client or we can say that the following are the steps of client-server interaction on a connection-oriented network.
  • First, a request is made by the client to the server for retrieval of some data.
  • Now, the server analyzes the client's request according to some procedure known as communication protocol.
  • Then, if the server is available at that time, it responds by giving the requested data/information to the client.
Similar questions