GCIA · Question #14
Which of the following types of firewall ensures that the packets are part of the established session?
The correct answer is C. Stateful inspection firewall. A stateful inspection firewall tracks the state of active network connections and verifies that each incoming packet belongs to a legitimately established session.
Question
Which of the following types of firewall ensures that the packets are part of the established session?
Options
- ASwitch-level firewall
- BApplication-level firewall
- CStateful inspection firewall
- DCircuit-level firewall
How the community answered
(50 responses)- A4% (2)
- B12% (6)
- C80% (40)
- D4% (2)
Why each option
A stateful inspection firewall tracks the state of active network connections and verifies that each incoming packet belongs to a legitimately established session.
Switch-level firewall is not a recognized standard firewall classification and does not describe a type that performs session state tracking.
An application-level firewall (proxy firewall) inspects packet payload content at Layer 7 but is not primarily defined by tracking session state across individual packets.
A stateful inspection firewall maintains a state table recording source and destination IP addresses, ports, TCP sequence numbers, and connection states for every active session. Each packet is checked against this table, and packets that do not correspond to a known, established connection are dropped, preventing spoofed or out-of-state traffic from entering the network.
A circuit-level firewall validates the TCP three-way handshake at the session layer but does not continue inspecting subsequent packets to confirm they remain part of the established session.
Concept tested: Stateful inspection firewall session state tracking
Source: https://www.cisco.com/c/en/us/products/security/firewalls/what-is-a-firewall.html
Topics
Community Discussion
No community discussion yet for this question.