LX0-104 · Question #68
What is true regarding a default route?
The correct answer is C. The default route is only used if there is not a more specific route to a destination host or network.. The default route serves as a catch-all mechanism, directing traffic to a specified gateway when no more specific route to the destination is found in the routing table. This ensures connectivity to networks not explicitly defined.
Question
Options
- AThe default route is always used first. When the default route is not available more specific routes
- BWhen a default route is set, all other routes are disabled until the default route is deleted.
- CThe default route is only used if there is not a more specific route to a destination host or network.
- DWithout a default route, no network communication even in directly attached networks is possible.
How the community answered
(67 responses)- A4% (3)
- B1% (1)
- C93% (62)
- D1% (1)
Why each option
The default route serves as a catch-all mechanism, directing traffic to a specified gateway when no more specific route to the destination is found in the routing table. This ensures connectivity to networks not explicitly defined.
Routing decisions prioritize more specific routes over the default route; the default route is used last, not first.
Setting a default route does not disable other specific routes; rather, other routes take precedence.
The default route, often represented as 0.0.0.0/0 in IPv4 or ::/0 in IPv6, acts as the last resort for routing decisions. A system's routing table is consulted from most specific to least specific, and if no matching specific route exists for a destination, the default route is then used to forward the packet.
Network communication within directly attached networks is possible even without a default route, as these routes are typically configured directly on the interface and are inherently more specific.
Concept tested: Default routing behavior
Source: https://learn.microsoft.com/en-us/windows-server/networking/technologies/ip-addressing/ipv4-routing-tables#default-route
Topics
Community Discussion
No community discussion yet for this question.