Match each dynamic routing protocol on the left with its defining metric or structural classification on the right.
- RIP (Routing Information Protocol)Distance-vector protocol that uses hop count as its primary metric with a maximum limit of 15 hops.
- OSPF (Open Shortest Path First)Link-state interior gateway protocol that uses cost based on interface bandwidth for path calculation.
- BGP (Border Gateway Protocol)Path-vector exterior gateway protocol used to route packets between different autonomous systems across the Internet.
Answer
RIP matches with the distance-vector protocol using hop count (max 15 hops); OSPF matches with the link-state protocol using bandwidth cost; BGP matches with the path-vector exterior gateway protocol connecting autonomous systems.
Each protocol is accurately matched to its operational category and primary metric calculation method. RIP uses distance-vector logic and hop counts, OSPF uses link-state logic and bandwidth-based cost, and BGP serves as the path-vector exterior gateway protocol for routing between autonomous systems.
Step-by-Step Solution
Key Concept
Routing Concepts and Dynamic Routing Protocols