CISSP · Question #263
A proxy firewall operates at what layer of the Open System Interconnection (OSI) model?
The correct answer is D. Application. A proxy firewall operates at the Application layer (Layer 7) of the OSI model, inspecting and filtering traffic based on application-level protocols and content.
Question
A proxy firewall operates at what layer of the Open System Interconnection (OSI) model?
Options
- ATransport
- BData link
- CNetwork
- DApplication
How the community answered
(33 responses)- A3% (1)
- B3% (1)
- C6% (2)
- D88% (29)
Why each option
A proxy firewall operates at the Application layer (Layer 7) of the OSI model, inspecting and filtering traffic based on application-level protocols and content.
The Transport layer (Layer 4) is associated with stateful packet inspection firewalls that filter based on TCP/UDP ports and connection state, not proxy firewalls that perform full application-layer content analysis.
The Data link layer (Layer 2) handles MAC addressing and frame switching, and no standard firewall type operates primarily at this layer for traffic filtering purposes.
The Network layer (Layer 3) is where packet-filtering firewalls operate, inspecting IP addresses and basic protocol headers, which lacks the application-awareness that defines a proxy firewall.
A proxy firewall operates at the Application layer (Layer 7) because it acts as an intermediary that fully understands application-layer protocols such as HTTP, FTP, and DNS. It terminates connections from clients, inspects the application-layer content for malicious payloads or policy violations, and then establishes a new connection to the destination, providing deep content inspection that lower-layer firewalls cannot perform.
Concept tested: Proxy firewall OSI layer classification
Source: https://www.cloudflare.com/learning/ddos/glossary/open-systems-interconnection-model-osi/
Topics
Community Discussion
No community discussion yet for this question.