A router has a static route to 10.20.20.0/24 and also has a default route. Which route is used for traffic to 10.20.20.8?
This is correct because the /24 route matches the destination more specifically than the default route.
Why this answer
The static route to 10.20.20.0/24 is used because it is more specific than the default route. In practical terms, the router always chooses the route that most precisely matches the destination before falling back to the default route.
This question reinforces the idea that the default route is a route of last resort, not a preferred choice when a better match already exists.
Exam trap
A frequent exam trap is assuming the default route is used whenever it exists, ignoring the presence of more specific static routes. This misunderstanding leads to incorrect answers because routers always prefer the route with the longest matching prefix, not the default route unless no other matches exist.
Why the other options are wrong
This option is incorrect because the default route is less specific and only used when no other matching routes exist. Here, a more specific static route is present.
This option is incorrect because routers do not load balance equally between a specific static route and a default route; they prefer the most specific route.
This option is incorrect because the static route to 10.20.20.0/24 clearly matches the destination, making it a valid route for forwarding traffic.