CISA · Question #34
Which of the following types of firewalls provide the GREATEST degree of control against hacker intrusion?
The correct answer is C. Application level gateway. An application-level gateway (or proxy firewall) offers the greatest degree of control against hacker intrusion by operating at the application layer and performing deep packet inspection. This allows it to understand and filter specific application protocols and content, unlike
Question
Which of the following types of firewalls provide the GREATEST degree of control against hacker intrusion?
Options
- APacket filtering router
- BCircuit gateway
- CApplication level gateway
- DScreening router
How the community answered
(30 responses)- B3% (1)
- C90% (27)
- D7% (2)
Why each option
An application-level gateway (or proxy firewall) offers the greatest degree of control against hacker intrusion by operating at the application layer and performing deep packet inspection. This allows it to understand and filter specific application protocols and content, unlike lower-layer firewalls.
A packet filtering router operates at the network and transport layers, inspecting only header information like IP addresses and port numbers, offering less granular control.
A circuit-level gateway operates at the session layer, monitoring the TCP handshake and session state but not the content of the data packets themselves.
An application-level gateway, also known as a proxy firewall, operates at the application layer (Layer 7) of the OSI model, allowing it to inspect the actual content and commands within application-specific traffic (e.g., HTTP, FTP). This deep packet inspection provides the highest level of granular control and protection by filtering based on protocol syntax and behavior, effectively proxying connections.
A screening router is essentially a packet filtering router, providing basic filtering based on IP addresses and port numbers, which is a lower level of control.
Concept tested: Firewall types and their control levels
Source: https://learn.microsoft.com/en-us/training/modules/introduction-to-network-security/3-common-types-of-firewalls
Topics
Community Discussion
No community discussion yet for this question.