400-007 · Question #287
Company XYZ is revisiting the security design for their data center because they now have a requirement to control traffic within a subnet and implement deep packet inspection. Which technology…
The correct answer is C. transparent firewall. A transparent firewall operates at Layer 2 in bridging mode, allowing it to inspect and control traffic within a subnet while performing deep packet inspection without requiring IP address changes.
Question
Company XYZ is revisiting the security design for their data center because they now have a requirement to control traffic within a subnet and implement deep packet inspection. Which technology meets the updated requirements and can be incorporated into the design?
Options
- Azone-based firewall on the Layer 3 device
- Brouted firewall
- Ctransparent firewall
- DVLAN ACLs on the switch
How the community answered
(27 responses)- A7% (2)
- B4% (1)
- C70% (19)
- D19% (5)
Why each option
A transparent firewall operates at Layer 2 in bridging mode, allowing it to inspect and control traffic within a subnet while performing deep packet inspection without requiring IP address changes.
A zone-based firewall on a Layer 3 device enforces policy between routed interfaces and zones, so it cannot inspect or control traffic that remains within a single subnet because that traffic never crosses a Layer 3 boundary.
A routed firewall also operates at Layer 3 and sits between subnets as a default gateway; it cannot intercept intra-subnet traffic because such traffic is switched at Layer 2 and never routed through the firewall.
A transparent firewall functions as a Layer 2 'bump in the wire,' meaning it can be inserted anywhere in the network - including within an existing subnet - without altering IP addressing or routing topology. Because all frames pass through it, it can perform stateful deep packet inspection on intra-subnet traffic between hosts, directly satisfying both requirements stated in the scenario.
VLAN ACLs on a switch can filter traffic within a VLAN using header-based permit/deny rules, but they do not support stateful deep packet inspection of application-layer content.
Concept tested: Transparent firewall mode for intra-subnet deep inspection
Source: https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/98881-transparent-mode-config.html
Topics
Community Discussion
No community discussion yet for this question.