001.png Refer to the exhibit. Which type of route does R1 use to reach host 10.10.13.10/32?
Show Answer & Explanation
Correct Answer: B. network route
The exhibit shows R1's routing table with the entry: O 10.10.13.0/25 [110/6576] via 10.10.10.1. Host 10.10.13.10 falls within the 10.10.13.0/25 subnet range (10.10.13.0 to 10.10.13.127). This /25 entry is a network route because it points to a subnet rather than a specific host (/32) or the default gateway (0.0.0.0/0). A host route would be a /32 entry specific to one IP address. A default route is represented by 0.0.0.0/0, which exists in the table but is not the most specific match for 10.10.13.10. A floating static route is a static route with a higher administrative distance used as a backup, which is not the case here. Since longest-prefix matching selects the most specific route, 10.10.13.0/25 is chosen over 0.0.0.0/0. Therefore, R1 uses a network route to reach host 10.10.13.10.