nerdexam
GIAC

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.

Advanced Incident Response & Digital Forensics Fundamentals

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)
  • A
    4% (2)
  • B
    12% (6)
  • C
    80% (40)
  • D
    4% (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.

ASwitch-level firewall

Switch-level firewall is not a recognized standard firewall classification and does not describe a type that performs session state tracking.

BApplication-level firewall

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.

CStateful inspection firewallCorrect

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.

DCircuit-level firewall

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

#stateful inspection#firewall#session tracking#packet filtering

Community Discussion

No community discussion yet for this question.

Full GCIA Practice