Difficulty: Easy
Correct Answer: All of the above
Explanation:
Introduction / Context:Routers interconnect multiple IP networks and forward packets between them. Understanding their key functions clarifies how traffic is directed, controlled, and secured in enterprise and service-provider environments. While some tasks overlap with other devices, routers remain central to inter-network operations.
Given Data / Assumptions:
Concept / Approach:
Packet switching is the fundamental act of forwarding packets from an ingress interface to an egress interface based on a routing table (or FIB/CEF). Packet filtering is achieved through ACLs, firewall features, or zone-based policies that permit or deny traffic. Internetwork communication is the core purpose: connecting different IP networks and enabling hosts on separate subnets to exchange data. Path selection occurs via routing protocols and administrative policies that determine the best next hop to reach a destination network.
Step-by-Step Solution:
Confirm that a router learns routes (static/dynamic) and installs best paths in the RIB/FIB.Verify packet forwarding using show ip cef or show ip route plus interface counters.Apply ACLs to demonstrate packet filtering and observe counters increment.Validate inter-VLAN or inter-subnet communication through successful end-to-end pings across routed boundaries.Verification / Alternative check:
Traceroute reveals path selection decisions; ACL logs or counters prove filtering; throughput tests confirm switching performance. Combined, these demonstrate all listed functions.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
All of the above
Discussion & Comments