The Control Plane: Route Calculation - Dijkstra's
In this lesson, we'll study Dijkstra's shortest path algorithm!
Phase II: Route Calculation
Each router then computes the spanning tree rooted at itself and calculates the entries in the routing table by using Dijkstra’s shortest path algorithm. Dijkstra’s is a common algorithm that is usually taught in Algorithms or Data Structures classes. Let’s get a quick refresher of it.
Get hands-on with 1400+ tech skills courses.