A router has installed several routes into the routing table. How will the router determine which route to use to forward packets?
- the longest prefix match
- the highest metric
- the lowest metric
- the lowest administrative distance
Answers Explanation & Hints:
The route chosen for forwarding a packet is the route with the longest prefix length matching the destination network of the packet. The metric and administrative distance are used to determine which routes will appear in the routing table. |