300-320 · Question #39
Which algorithm does IS-IS use to determine the shortest path through a network?
The correct answer is C. Dijkstra's algorithm. IS-IS is a link-state routing protocol and, like OSPF, uses Dijkstra's Shortest Path First (SPF) algorithm to calculate the shortest path to all destinations in its topology database. Each router runs the SPF algorithm independently against its local Link State Database (LSDB)…
Question
Which algorithm does IS-IS use to determine the shortest path through a network?
Options
- ABellman-Ford routing algorithm
- BJohnson's algorithm
- CDijkstra's algorithm
- DFloyd-Warshall algorithm
How the community answered
(28 responses)- A4% (1)
- B4% (1)
- C93% (26)
Explanation
IS-IS is a link-state routing protocol and, like OSPF, uses Dijkstra's Shortest Path First (SPF) algorithm to calculate the shortest path to all destinations in its topology database. Each router runs the SPF algorithm independently against its local Link State Database (LSDB) to build a loop-free tree of shortest paths. Bellman-Ford is used by distance-vector protocols like RIP, and Floyd-Warshall/Johnson's algorithms are not used by standard IGPs.
Topics
Community Discussion
No community discussion yet for this question.