Drag steps to the numbered slots on the right, or tap a step then tap a slot.
CEH Introduction to Ethical Hacking Practice Question
Drag and drop the steps to perform a TCP three-way handshake into the correct order.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Send SYN, then receive SYN-ACK, then send ACK
The TCP three-way handshake establishes a connection: SYN, SYN-ACK, ACK, then data transfer.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Send SYN, then receive SYN-ACK, then send ACK
Why this is correct
This is the correct order because the TCP three-way handshake starts with the client sending a SYN packet to initiate synchronization, the server responds with SYN-ACK to acknowledge and synchronize, and finally the client sends an ACK to confirm the connection establishment.
- ✗
Send SYN-ACK, then send SYN, then send ACK
Why it's wrong here
Sending a SYN-ACK as the initial packet is fundamentally flawed because a SYN-ACK is a response, not an initiation. It signifies acknowledgment of a received SYN and synchronization request from the server. The TCP three-way handshake must always commence with an unacknowledged SYN packet from the client to propose a connection, making this sequence illogical.
- ✗
Send SYN, then send ACK, then send SYN-ACK
Why it's wrong here
This sequence is incorrect because the server's immediate response to a client's SYN packet must be a SYN-ACK, not merely an ACK. The SYN-ACK serves to acknowledge the client's synchronization request while simultaneously sending its own synchronization request to the client. Sending only an ACK would fail to establish the server's initial sequence number with the client, preventing proper connection setup.
- ✗
Send ACK, then send SYN, then send SYN-ACK
Why it's wrong here
Initiating the TCP handshake with an ACK packet is impossible, as an ACK's purpose is to acknowledge previously received data or a synchronization request. At the very beginning of a connection attempt, there is nothing to acknowledge. The first packet must be a SYN to propose a connection and establish initial sequence numbers, making this sequence logically invalid.
Visual reference
Go deeper
Related to this question
About these practice questions
Courseiva writes every CEH question from scratch — 870 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CEH practice question is part of Courseiva's free EC-Council certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CEH exam.