Computer Science, asked by Rumaisa3491, 1 year ago

Write the steps to the connection between client and server

Answers

Answered by Anonymous
0

Following are the steps to establish a connection between server and client :->

  • Firstly, a request is made by the client to the server for retrieval of some data.
  • Now, the server decodes the client’s request according to the some protocols called communication protocols.
  • Then, if the server is free at that point of time, he responses to the client giving the requested data/info.
Answered by Arslankincsem
0

In a network like peer-to-peer, two or more peers pool their resources to carry out communication and do it a decentralized type system.

Clients in a client-server type network, peers communicate with other peers directly. Provides both way message communication between a server and a wide ranges of clients.

User diagram protocol, UDP is not based on connection.

Here  each transmission of data packets is an independent event.

Similar questions