๐ฅ CISSP Study Note: Which Firewall Type Inspects Packets Up to Layer 7?
๐ฅ CISSP Study Note: Which Firewall Type Inspects Packets Up to Layer 7?
❓ Exam Question
Which firewall type inspects packets up to Layer 7 of the OSI model?
✅ Application Proxy Firewall
๐ Definition
An Application Proxy Firewall (also called an Application-Layer Gateway) operates at Layer 7 – the Application Layer of the OSI model.
It does more than inspect headers or ports—it actually understands and filters the content of the communication itself.
Instead of passing traffic directly between client and server, it acts as an intermediary, creating two separate connections:
One from the client to the proxy, and
One from the proxy to the destination server
๐ง Why It Matters in CISSP
The CISSP exam tests your understanding of how deep different firewall types inspect traffic.
You need to know:
-
Which layers each firewall type operates at
-
What each can (and can’t) see or control
Knowing that only the Application Proxy Firewall reaches Layer 7 helps you pick the right answer every time.
๐ Firewall Comparison Table
| Firewall Type | OSI Layer | What It Sees | Notes |
|---|---|---|---|
| Packet Filtering | Layer 3 (Network) | IP addresses, ports | Fast, but low intelligence |
| Stateful Inspection | Layer 4 (Transport) | Tracks TCP sessions | Tracks connection state |
| Application Proxy ✅ | Layer 7 (Application) | Full protocol content (e.g., HTTP, SMTP) | Deep inspection, can block specific app commands |
| Next-Gen Firewall | Layers 3–7 | Hybrid of all above | Includes intrusion prevention, content filtering |
✅ Example (CISSP-Style)
Question: A company wants a firewall that can inspect HTTP requests and filter out malicious scripts at the application layer. Which firewall type is most appropriate?
-
A. Packet-filtering firewall
-
B. Stateful inspection firewall
-
C. Application proxy firewall ✅
-
D. Circuit-level proxy
✅ Correct Answer: C – Application Proxy Firewall
Because it can analyze Layer 7 data like HTTP and FTP commands, which others cannot.
๐ Found In CISSP Domains
| Domain | Focus |
|---|---|
| ๐ Domain 4: Communication and Network Security | Covers firewall types, OSI model layering, and how traffic is filtered and secured |
| ๐ Domain 3: Security Architecture and Engineering | Discusses security components and technologies, including proxies and layered defenses |
๐ Memory Hook
“Layer 7 = Language of Apps. Only Proxy Firewalls Speak It.”
If the firewall understands the application protocol, it’s at Layer 7—and that means Application Proxy.
Comments
Post a Comment