Multiple choice

Dijkstra's algorithm is used to

  1. create LSAs

  2. flood an internet with information

  3. calculate the routing tables

  4. create a link state database

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Dijkstra's algorithm is used in link-state routing protocols (like OSPF) to calculate shortest-path trees and build routing tables. It determines the optimal path from a source node to all other nodes in the network graph.