312-50V9 · Question #604
312-50V9 Question #604: Real Exam Question with Answer & Explanation
The correct answer is B: Attacker floods TCP SYN packets with random source addresses towards a victim host. A TCP SYN flood attack exploits the three-way handshake by flooding a victim with SYN packets using spoofed source IPs, exhausting the connection queue. The victim sends SYN/ACK replies that are never acknowledged, leaving half-open connections that consume resources.
Question
Options
- AAttacker generates TCP SYN packets with random destination addresses towards a victim host
- BAttacker floods TCP SYN packets with random source addresses towards a victim host
- CAttacker generates TCP ACK packets with random source addresses towards a victim host
- DAttacker generates TCP RST packets with random source addresses towards a victim host
Explanation
A TCP SYN flood attack exploits the three-way handshake by flooding a victim with SYN packets using spoofed source IPs, exhausting the connection queue. The victim sends SYN/ACK replies that are never acknowledged, leaving half-open connections that consume resources.
Common mistakes.
- A. Generating SYN packets toward random destination addresses describes a scanning or reconnaissance technique, not a SYN flood DoS attack against a specific victim.
- C. Generating ACK packets with random source addresses does not fill the connection queue and does not exploit the SYN/SYN-ACK handshake mechanism described.
- D. Generating TCP RST packets is used in TCP reset attacks to tear down existing connections, not to exhaust the half-open connection queue via the three-way handshake.
Concept tested. TCP SYN flood denial-of-service attack mechanics
Community Discussion
No community discussion yet for this question.