Establishing a connection

To establish a connection, there is a classic handshake protocol known as the three-way handshake.

  1. The first packet from the station initiating the connection can be identified, it has its synchronisation (SYN) bit set.

  2. The response has both the synchronization bit and the acknowledment (ACK) bit set, ackknowledging the SYN request.

  3. The final handshake is just an acknowledgment that both sides agree a connection has been established.

During this process, both sides agree on initial sequence numbers.

Last updated