210-250 · Question #77
Stateful and traditional firewalls can analyze packets and judge them against a set of predetermined rules called access control lists (ACLs). They inspect which of the following elements within a…
The correct answer is C. Source and destination ports and source and destination IP addresses D. Protocol information. Traditional and stateful firewalls operate at Layers 3 and 4, inspecting packet-level attributes such as IP addresses, port numbers, and protocol types to enforce ACL-based rules.
Question
Stateful and traditional firewalls can analyze packets and judge them against a set of predetermined rules called access control lists (ACLs). They inspect which of the following elements within a packet? (Choose Two)
Options
- ASession headers
- BNetFlow flow information
- CSource and destination ports and source and destination IP addresses
- DProtocol information
How the community answered
(56 responses)- A5% (3)
- B4% (2)
- C91% (51)
Why each option
Traditional and stateful firewalls operate at Layers 3 and 4, inspecting packet-level attributes such as IP addresses, port numbers, and protocol types to enforce ACL-based rules.
Session headers are not a distinct, inspectable packet field; while stateful firewalls track session state internally, there is no packet element called a 'session header' that traditional or stateful firewalls parse against ACLs.
NetFlow is a Cisco traffic-monitoring and reporting technology used for flow telemetry and analytics, not a packet element that firewalls inspect when applying ACL rules.
Source and destination IP addresses and port numbers are the core Layer 3 and Layer 4 fields that both traditional packet-filter and stateful inspection firewalls evaluate against ACL rules to permit or deny traffic. These identifiers reveal which host is communicating, with which destination, and over which service port.
Protocol information such as TCP, UDP, or ICMP is inspected by firewalls at Layer 4 to identify the type of traffic and apply the correct rule set. Knowing the protocol allows stateful firewalls to track connection states appropriately, such as monitoring TCP handshake sequences.
Concept tested: Stateful and traditional firewall packet inspection elements
Source: https://www.cisco.com/c/en/us/products/security/firewalls/what-is-a-firewall.html
Topics
Community Discussion
No community discussion yet for this question.