Select the correct combination of Routing Protocol and Routing Protocol type.
-
RIP -- Distance Vector
-
RIP -- Link-State
-
OSPF -- Distance Vector
-
OSPF -- Link-State
A
Correct answer
Explanation
RIP (Routing Information Protocol) is a Distance Vector routing protocol that uses hop count as its metric. OSPF (Open Shortest Path First) is a Link-State protocol that uses Dijkstra's algorithm. Option A correctly pairs RIP with Distance Vector. Option B is wrong because RIP is not Link-State. Option C is wrong because OSPF is not Distance Vector. Option D has the correct protocol-type pairing but A is the answer that's marked correct.