210-250 · Question #22
A firewall requires deep packet inspection to evaluate which layer?
The correct answer is A. application. Deep packet inspection requires examining the application layer payload of packets to identify applications, content, and threats beyond what header inspection alone provides.
Question
A firewall requires deep packet inspection to evaluate which layer?
Options
- Aapplication
- BInternet
- Clink
- Dtransport
How the community answered
(55 responses)- A89% (49)
- B4% (2)
- C2% (1)
- D5% (3)
Why each option
Deep packet inspection requires examining the application layer payload of packets to identify applications, content, and threats beyond what header inspection alone provides.
Deep packet inspection (DPI) analyzes the actual content of network packets at the application layer (Layer 7), going beyond IP headers and port numbers to inspect the payload data. This allows a firewall to identify specific applications, detect malware signatures, enforce content policies, and recognize application-layer attacks such as SQL injection or cross-site scripting that are invisible to stateful packet filtering.
The Internet layer (Layer 3) is evaluated by standard packet filtering using IP addresses and routing information, which does not require deep packet inspection.
The link layer (Layer 2) is processed by switches and basic network hardware using MAC addresses, not by DPI-capable firewalls.
The transport layer (Layer 4) is handled by stateful firewalls using TCP/UDP port numbers and connection state tables, which is a less sophisticated inspection method than DPI.
Concept tested: Deep packet inspection application layer firewall analysis
Source: https://www.cisco.com/c/en/us/products/security/what-is-deep-packet-inspection.html
Topics
Community Discussion
No community discussion yet for this question.