DVR shares entire routing table to neighbours periodically.
For loops prevention, it uses just hop count metric.
It uses bellman ford algorithm for implementation.
LSR doesn't send entire routing table to others, just share the LSA(Link State Advertisement).
To prevent looping various metric along with hop count is used.
Djikstra's shortest path finding algorithm is used here.
For loops prevention, it uses just hop count metric.
It uses bellman ford algorithm for implementation.
LSR doesn't send entire routing table to others, just share the LSA(Link State Advertisement).
To prevent looping various metric along with hop count is used.
Djikstra's shortest path finding algorithm is used here.