LOGBOOK

HELP

Quiz Entry - updated: 2026.07.05

What does the RST flag mean in TCP?

RST = Reset - it immediately aborts the connection (no graceful handshake), typically after an error, timeout, or a packet sent to a closed port.

RST = Reset

The RST flag immediately terminates the connection without the normal handshake.

Purpose:

  • Aborts a connection due to error
  • Rejects invalid connection attempts
  • Responds to packets on closed ports

Common causes:

  • Connection timeout
  • Application crash
  • Packet sent to closed port
  • Firewall blocking connection

Tip: RST is the "emergency stop" button - something went wrong, abort immediately!

Go deeper:

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