...

>

TCP Connection Establishment: Three-way Handshake

TCP Connection Establishment: Three-way Handshake

In this lesson, we'll discuss how a TCP connection is established!

A TCP connection is established by using a three-way handshake, which we briefly touched upon in a previous lesson. The connection establishment phase uses the sequence number, the acknowledgment number, and the SYN flag.

Initiating a Connection

When a ...