GCIH · Question #30
DOS attacks. Which of the following is most useful against DOS attacks?
The correct answer is A. SPI. Stateful Packet Inspection (SPI) is the most effective defense against DoS attacks because it tracks connection states and can identify and drop flood or malformed traffic that does not match a valid session.
Question
DOS attacks. Which of the following is most useful against DOS attacks?
Options
- ASPI
- BDistributive firewall
- CHoney Pot
- DInternet bot
How the community answered
(59 responses)- A92% (54)
- B2% (1)
- C5% (3)
- D2% (1)
Why each option
Stateful Packet Inspection (SPI) is the most effective defense against DoS attacks because it tracks connection states and can identify and drop flood or malformed traffic that does not match a valid session.
SPI maintains a dynamic state table of all active connections and validates that each incoming packet belongs to a legitimate, established session. This enables the firewall to detect and block DoS patterns such as SYN floods, UDP floods, and spoofed packets that cannot be matched to any valid connection state entry.
A distributive firewall improves security coverage across a network but does not inherently provide the connection-state tracking mechanism needed to specifically counter DoS flood traffic.
A honeypot is a decoy system used to lure and study attackers, not a tool that actively blocks or mitigates DoS traffic directed at production systems.
An internet bot is an automated software agent and is not a defensive security technology used to counter DoS attacks.
Concept tested: Stateful Packet Inspection as a DoS countermeasure
Source: https://www.cisco.com/c/en/us/products/security/firewalls/what-is-a-stateful-firewall.html
Topics
Community Discussion
No community discussion yet for this question.