nerdexam
GIAC

GPEN · Question #280

Which of the following does NOT use a proxy software to protect users?

The correct answer is D. Circuit level proxy server. True proxy-based firewalls fully intermediate application-layer connections; a circuit-level gateway only validates TCP session handshakes without inspecting or re-originating application content, so it does not act as proxy software in the protective sense.

Penetration Testing Foundations & Reconnaissance

Question

Which of the following does NOT use a proxy software to protect users?

Options

  • AStateful inspection
  • BPacket filtering
  • CApplication layer gateway
  • DCircuit level proxy server

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    9% (2)
  • D
    83% (19)

Why each option

True proxy-based firewalls fully intermediate application-layer connections; a circuit-level gateway only validates TCP session handshakes without inspecting or re-originating application content, so it does not act as proxy software in the protective sense.

AStateful inspection

Stateful inspection tracks the state of active connections and validates packets against known session context, but it is not a proxy-based mechanism and does not intermediate connections on behalf of users.

BPacket filtering

Packet filtering evaluates packets based on header fields such as source or destination IP address and port number, with no proxy involvement and no session or content awareness.

CApplication layer gateway

An application layer gateway fully proxies connections at the application layer by inspecting and re-originating traffic on behalf of the user, making it a true proxy-based protection mechanism.

DCircuit level proxy serverCorrect

A circuit-level proxy server operates at the session layer (Layer 5) and verifies that TCP handshakes represent legitimate sessions, but it relays traffic without inspecting application-layer payload or acting as a content-aware intermediary on behalf of the user. Because it does not fully proxy application traffic - it only monitors the session establishment - it is not classified as proxy software that actively protects users from application-layer threats.

Concept tested: Proxy-based versus non-proxy firewall protection mechanisms

Source: https://csrc.nist.gov/publications/detail/sp/800-41/rev-1/final

Topics

#packet filtering#proxy firewall#stateful inspection#firewall types

Community Discussion

No community discussion yet for this question.

Full GPEN Practice