GCIH · Question #374
How does an attacking host initiate a SYN flood attack?
The correct answer is B. It sends many SYN packets to a target machine from a spoofed address. When a client and server establish a normal TCP three-way handshake, the exchange looks like 1. Client requests connection by sending SYN (synchronize) message to the server. 2. Server acknowledges by sending SYN-ACK (synchronize-acknowledge) message back to the 3. Client…
Question
How does an attacking host initiate a SYN flood attack?
Options
- AIt sends many SYN-ACK packets to a target machine from a spoofed address
- BIt sends many SYN packets to a target machine from a spoofed address
- CIt sends many SYN-RST packets to a target machine from a spoofed address
- DIt sends many SYN-FIN packets to a target machine from a spoofed address
How the community answered
(21 responses)- A5% (1)
- B90% (19)
- D5% (1)
Explanation
When a client and server establish a normal TCP three-way handshake, the exchange looks like 1. Client requests connection by sending SYN (synchronize) message to the server. 2. Server acknowledges by sending SYN-ACK (synchronize-acknowledge) message back to the 3. Client responds with an ACK (acknowledge) message, and the connection is established.
Topics
Community Discussion
No community discussion yet for this question.