1
10kviews
Draw and explain connection establishment using 3 way handshaking in TCP.
1 Answer
1
277views

Connection Establishment:

TCP transmits data in full-duplex mode. When two TCPs in two machines are connected, they are able to send segments to each other simultaneously. This implies that each party must initialize communication and get approval from the other party before any data is transferred.

Three-Way Handshaking:

  • The connection …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.