-2

To establish a connection normally we will send a data from server to client, but can data be sent from client to server.

venkat
  • 11
  • 4

1 Answers1

0

To establish a TCP connection we will not just 'normally' but always send a connection request from the client to the server, acknowledge it from the server to the client, and acknowledge the acknowledgement from the client to the server.

This will normally be followed by a data request from the client and then a data response from the server.

Your question is based on a false premiss.

user207421
  • 305,947
  • 44
  • 307
  • 483