1.

What Is Tcp Connection Establishment And Tear Down?

Answer»

The FOLLOWING is the process for Tcp connection:

  • As connection is made by synchronizing sender and receiver and the OS is informed about the connection establishment.
  • Sender STARTS sending information and gets acknowledged. Soon after the sender sends the data, a TIMER is started.
  • When the sender is not RECEIVED any acknowledgement ever after exceeding the timer's limit, the data is transmitted.
  • If WINDOWING occurs, buffer on the receiver is full, then a stop signal is sent by the sender and stops sending information
  • Soon after processing all data, a go signal is sent by the sender, followed by transmitting data again.

The following is the process for Tcp connection:



Discussion

No Comment Found