Difficulty: Easy
Correct Answer: True
Explanation:
Introduction / Context:
A firewall enforces a security policy by controlling traffic between networks. While dedicated firewall appliances are prevalent, classic implementations used (and still use) routers with access control lists (ACLs) to filter packets based on addresses, ports, and protocols.
Given Data / Assumptions:
Concept / Approach:
Routers can implement packet-filtering firewalls by applying ACLs or filter policies on ingress/egress interfaces. These rules drop or permit traffic according to source/destination addresses, transport ports, and protocol types. While next-generation firewalls add application awareness, routers remain a valid (and common) enforcement point in layered security architectures.
Step-by-Step Solution:
Verification / Alternative check:
Review router configurations (for example, Cisco IOS ACLs, Juniper firewall filters) showing common firewalling at the routing boundary.
Why Other Options Are Wrong:
Common Pitfalls:
Relying solely on stateless ACLs for complex applications; combine with stateful/NGFW where appropriate.
Final Answer:
True
Discussion & Comments