Multiple choice

A network is converged and the routing tables are complete. When a packet needs to be forwarded, what is the first criterion used to determine the best path in the routing table?

  1. the route with the smallest AD

  2. the route with the longest address and mask match to the destination

  3. the route with the highest bandwidth

  4. the route with the best combination of AD and lowest cost

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The correct answer is B because routers use longest prefix match first - they look for the most specific route (longest subnet mask) that matches the destination IP. AD (administrative distance) is used only when multiple routes exist for the exact same prefix. Bandwidth and metric are considered later in the selection process.