nerdexam
EC-Council

312-50V9 · Question #290

What is the correct process for the TCP three-way handshake connection establishment and connection termination?

The correct answer is D. Connection Establishment: SYN, SYN-ACK, ACK. TCP connection establishment follows a strict three-step SYN, SYN-ACK, ACK sequence, while termination uses a separate FIN-based four-way exchange.

Scanning Networks

Question

What is the correct process for the TCP three-way handshake connection establishment and connection termination?

Options

  • AConnection Establishment: FIN, ACK-FIN, ACK
  • BConnection Establishment: SYN, SYN-ACK, ACK
  • CConnection Establishment: ACK, ACK-SYN, SYN
  • DConnection Establishment: SYN, SYN-ACK, ACK

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    3% (1)
  • D
    93% (27)

Why each option

TCP connection establishment follows a strict three-step SYN, SYN-ACK, ACK sequence, while termination uses a separate FIN-based four-way exchange.

AConnection Establishment: FIN, ACK-FIN, ACK

FIN, ACK-FIN, ACK describes the connection termination process, not establishment - a FIN segment signals a desire to close a connection, not open one.

BConnection Establishment: SYN, SYN-ACK, ACK

While the establishment sequence shown matches SYN, SYN-ACK, ACK, this choice does not include the correct connection termination sequence required to fully answer the question.

CConnection Establishment: ACK, ACK-SYN, SYN

ACK, ACK-SYN, SYN is the reverse of the correct establishment sequence and does not correspond to any valid TCP handshake phase.

DConnection Establishment: SYN, SYN-ACK, ACKCorrect

TCP connection establishment begins with the client sending a SYN segment to synchronize sequence numbers, the server replies with SYN-ACK to acknowledge and synchronize its own sequence, and the client finalizes with an ACK. Connection termination is a separate process using FIN and ACK segments. Answer D correctly pairs the establishment sequence with the proper termination sequence, distinguishing it from the incomplete or incorrectly ordered alternatives.

Concept tested: TCP three-way handshake establishment and termination sequence

Source: https://www.rfc-editor.org/rfc/rfc9293

Topics

#TCP handshake#SYN-ACK#connection establishment#TCP/IP

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice