A router learns the same prefix from both OSPF and EIGRP. Which route is installed by default?
Correct. Lower AD wins between different routing protocols.
Why this answer
When identical prefixes are learned from different routing protocols, the router compares administrative distance first. EIGRP internal routes use AD 90, while OSPF uses AD 110.
Exam trap
Remember that lower administrative distance values indicate higher preference. Don't confuse protocol complexity with route preference.
Why the other options are wrong
The type of routing protocol (link-state vs. distance vector) does not determine route preference when comparing routes from different protocols. Route selection is based on administrative distance, not protocol characteristics.
Metrics are only comparable within the same routing protocol. Different protocols use different metrics (e.g., OSPF uses cost, EIGRP uses composite metric), so they cannot be directly compared. Administrative distance is used to choose between protocols.
By default, a router installs only the best route (lowest AD) for a given prefix into the routing table. Both routes are not installed unless features like equal-cost multipath or policy routing are configured, which is not the case here.