PCCSA · Question #37
Which type of attack floods a target with TCP SYN requests?
The correct answer is C. denial-of-service. Flooding a target with TCP SYN requests is a SYN flood, a classic form of denial-of-service (C) attack - it exhausts the target's connection table by initiating handshakes that are never completed, making the service unavailable to legitimate users. A (table poisoning) refers…
Question
Options
- Atable poisoning
- Breconnaissance
- Cdenial-of-service
- DIP spoofing
How the community answered
(29 responses)- B3% (1)
- C93% (27)
- D3% (1)
Explanation
Flooding a target with TCP SYN requests is a SYN flood, a classic form of denial-of-service (C) attack - it exhausts the target's connection table by initiating handshakes that are never completed, making the service unavailable to legitimate users.
- A (table poisoning) refers to corrupting lookup tables like ARP or DNS caches to redirect traffic, not flooding connections.
- B (reconnaissance) is passive information gathering (scanning, enumeration) - the opposite of an active flood attack.
- D (IP spoofing) is a technique often used within SYN floods (to fake source IPs), but spoofing alone doesn't flood or deny service.
Memory tip: Think DoS = Deny Others Service - any attack whose goal is making a resource unreachable (including SYN floods) falls under denial-of-service.
Topics
Community Discussion
No community discussion yet for this question.