Question 1 · Difficulty 3/5
What is the primary purpose of a default route in a routing table?
Show answer & explanation
Correct answer: A
Forward packets with no matching specific route entry
A default route (
0.0.0.0/0) serves as the gateway of last resort, forwarding packets whose destination address does not match any more specific entry in the routing table. It is not used to route traffic between directly connected subnets, perform load balancing, or advertise summary routes.