nerdexam
EC-Council

312-50V11 · Question #465

The establishment of a TCP connection involves a negotiation called 3 way handshake. What type of message sends the client to the server in order to begin this negotiation?

The correct answer is D. SYN. In the TCP three-way handshake, the client initiates the connection by sending a SYN (synchronize) segment to the server.

Scanning Networks

Question

The establishment of a TCP connection involves a negotiation called 3 way handshake. What type of message sends the client to the server in order to begin this negotiation?

Options

  • ARST
  • BACK
  • CSYN-ACK
  • DSYN

How the community answered

(35 responses)
  • A
    6% (2)
  • B
    3% (1)
  • D
    91% (32)

Why each option

In the TCP three-way handshake, the client initiates the connection by sending a SYN (synchronize) segment to the server.

ARST

RST (Reset) is used to abruptly terminate an existing connection or reject an invalid connection attempt, not to initiate one.

BACK

ACK (Acknowledgment) is the third step of the handshake sent by the client after receiving the server's SYN-ACK, not the first step.

CSYN-ACK

SYN-ACK is the second step of the handshake, sent by the server in response to the client's initial SYN, not the opening message from the client.

DSYNCorrect

The TCP three-way handshake begins when the client sends a SYN packet with a randomly generated Initial Sequence Number (ISN) to the server. The server responds with a SYN-ACK, and finally the client sends an ACK to complete the connection establishment. SYN is specifically the initiation message that signals the client's intent to open a connection.

Concept tested: TCP three-way handshake initiation sequence

Source: https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/three-way-handshake-via-tcpip

Topics

#TCP handshake#SYN packet#TCP/IP#connection establishment

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice