GCIH · Question #200
You are the Administrator for a corporate network. You are concerned about denial of service attacks. Which of the following would be the most help against Denial of Service (DOS) attacks?
The correct answer is D. Stateful Packet Inspection (SPI) firewall. A Stateful Packet Inspection (SPI) firewall is the most effective listed defense against DoS attacks because it tracks connection state and can detect and block anomalous or flood-based attack traffic.
Question
You are the Administrator for a corporate network. You are concerned about denial of service attacks. Which of the following would be the most help against Denial of Service (DOS) attacks?
Options
- APacket filtering firewall
- BNetwork surveys.
- CHoney pot
- DStateful Packet Inspection (SPI) firewall
How the community answered
(32 responses)- A13% (4)
- B3% (1)
- C6% (2)
- D78% (25)
Why each option
A Stateful Packet Inspection (SPI) firewall is the most effective listed defense against DoS attacks because it tracks connection state and can detect and block anomalous or flood-based attack traffic.
A packet filtering firewall only inspects individual packet headers without tracking connection state, making it unable to detect flood-based or stateful DoS attack patterns.
Network surveys are assessment activities used to discover devices and topology on a network, and provide no active protection or mitigation against DoS attack traffic.
A honeypot is a decoy system designed to lure and study attackers, but it does not actively block or mitigate DoS attack traffic directed at production systems.
Stateful Packet Inspection firewalls maintain a state table of all active connections, allowing them to identify and block traffic that does not match a legitimate established session - a key characteristic of many DoS attacks such as SYN floods. Unlike basic packet filtering, SPI can recognize when connection attempts are anomalous, half-open, or do not follow the normal TCP handshake sequence. This state-awareness makes SPI firewalls significantly more effective at mitigating DoS attacks than stateless alternatives.
Concept tested: Stateful Packet Inspection firewall defense against DoS attacks
Source: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-41r1.pdf
Topics
Community Discussion
No community discussion yet for this question.