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.
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)- A4% (1)
- B4% (1)
- C9% (2)
- D83% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.