When a router receives route advertisements from different sources for the exact same destination network, it evaluates their trustworthiness using Administrative Distance (AD). How should the following route sources be ordered from the lowest administrative distance (most trustworthy) to the highest administrative distance (least trustworthy)?
- 1Directly connected interface
- 2Static route
- 3OSPF dynamic route
- 4RIP dynamic route
Answer
The correct sequence from lowest to highest Administrative Distance is: Directly connected interface (AD = ), Static route (AD = ), OSPF dynamic route (AD = ), and RIP dynamic route (AD = ).
Administrative Distance (AD) is a feature used by routers to select the best path when there are two or more different routes to the same destination from different routing protocols. The default AD values in increasing order are: Directly connected interfaces (), Static routes (), OSPF (), and RIP ().
Step-by-Step Solution
Key Concept
Administrative Distance Hierarchy