200-901 · Question #146
Which network device monitors incoming and outgoing traffic and decides whether to allow or block specific traffic based on a defined set of rules?
The correct answer is D. firewall. A firewall is the network security device that inspects incoming and outgoing traffic and enforces allow or deny decisions based on a configured rule set. It operates at various OSI layers depending on its type (packet filter, stateful, or application layer).
Question
Which network device monitors incoming and outgoing traffic and decides whether to allow or block specific traffic based on a defined set of rules?
Options
- Aswitch
- Bload balancer
- Creverse proxy
- Dfirewall
How the community answered
(13 responses)- C8% (1)
- D92% (12)
Why each option
A firewall is the network security device that inspects incoming and outgoing traffic and enforces allow or deny decisions based on a configured rule set. It operates at various OSI layers depending on its type (packet filter, stateful, or application layer).
A switch operates at Layer 2 and forwards frames based on MAC address tables; it does not inspect or enforce security policies on traffic content.
A load balancer distributes incoming requests across multiple backend servers to optimize utilization and availability; its primary purpose is not to enforce traffic security policies.
A reverse proxy forwards client requests to backend servers and may provide SSL termination or caching, but its primary function is request routing and proxying, not allow/deny enforcement based on a security rule set.
A firewall evaluates network packets against a defined policy rule set - which may use ACLs, stateful inspection tables, or application-layer signatures - to permit or block traffic. This inspection-and-enforcement function is the fundamental and defining characteristic of a firewall, distinguishing it from all other network devices.
Concept tested: Firewall function in network security
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.