LOGBOOK

HELP

Quiz Entry - updated: 2026.07.05

What does the SYN flag mean in TCP?

SYN = Synchronize - it synchronizes sequence numbers to open a connection (first step of the three-way handshake).

SYN = Synchronize

The SYN flag is used during connection establishment (the three-way handshake).

Purpose:

  • Requests to establish a connection
  • Synchronizes sequence numbers between devices
  • First step in the TCP three-way handshake

When it appears:

  • Step 1: Client → Server sends SYN
  • Step 2: Server → Client sends SYN+ACK

Tip: Think "SYN = Start Your Numbers" - it's about synchronizing sequence numbers to start the conversation.

Go deeper:

From Quiz: NETW1 / Transport Layer | Updated: Jul 05, 2026