0
1.9kviews
Transport Layer: Three-way handshake
1 Answer
0
23views

Transport Layer

Protocols used: TCP (connection-oriented), UDP (connectionless)

[m5-2]

How three-way handshake work?

  1. The source (client) sends an SYN packet to the destination system (server/host)
  2. The destination system replies with an SY packet & acknowledges the source system’s SYN packet by sending an ACK packet.
  3. The source system sends an ACK …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.