nerdexam
GIAC

GSEC · Question #323

Which of the following correctly describes a stateless packet filter?

The correct answer is B. Data is passed through unchecked. A stateless packet filter inspects only packet headers against static rules without tracking connection state, meaning the payload content effectively passes unchecked.

Network Security

Question

Which of the following correctly describes a stateless packet filter?

Options

  • AStreams are rebuilt for analysis
  • BData is passed through unchecked
  • CPacket processing is very slow
  • DSecurity is verified at the application level

How the community answered

(27 responses)
  • A
    7% (2)
  • B
    78% (21)
  • C
    4% (1)
  • D
    11% (3)

Why each option

A stateless packet filter inspects only packet headers against static rules without tracking connection state, meaning the payload content effectively passes unchecked.

AStreams are rebuilt for analysis

Rebuilding streams for analysis describes stateful or deep packet inspection firewalls, which reassemble TCP sessions to analyze context and content.

BData is passed through uncheckedCorrect

Stateless packet filters evaluate each packet in isolation using basic header fields such as source/destination IP and port, but do not inspect payload content or maintain session context. Because no deep content analysis or state tracking occurs, the data portion of packets passes through without content-level verification, making this the most accurate description among the choices.

CPacket processing is very slow

Stateless packet filtering is actually very fast precisely because it performs only simple header comparisons with no state table lookups.

DSecurity is verified at the application level

Verifying security at the application level describes an application-layer firewall or Web Application Firewall (WAF), which operates at OSI Layer 7.

Concept tested: Stateless packet filter characteristics vs. stateful inspection

Source: https://www.cisco.com/c/en/us/support/docs/security/ios-firewall/23602-state-firewall.html

Topics

#stateless packet filter#firewall#packet filtering#network security

Community Discussion

No community discussion yet for this question.

Full GSEC Practice