Open In App

Difference between Distance vector routing and Link State routing

Prerequisite – Classification of Routing Algorithms 

Distance Vector Routing – 



Link State Routing – 

Comparison between Distance Vector Routing and Link State Routing 



Figure:- Distance Vector Routing Vs Link State Routing

S.No.  Distance Vector Routing Link State Routing
1. Bandwidth required is less due to local sharing, small packets and no flooding. Bandwidth required is more due to flooding and sending of large link state packets.
2. Based on local knowledge, since it updates table based on information from neighbours. Based on global knowledge, it have knowledge about entire network.
3. Make use of Bellman Ford Algorithm. Make use of Dijakstra’s algorithm.
4. Traffic is less. Traffic is more.
5. Converges slowly i.e, good news spread fast and bad news spread slowly. Converges faster.
6. Count of infinity problem. No count of infinity problem.
7. Persistent looping problem i.e, loop will be there forever. No persistent loops, only transient loops.
8. Practical implementation is RIP and IGRP. Practical implementation is OSPF and ISIS.

 

Article Tags :