Database-Management-System
August 9, 2024ISRO CS 2008
August 9, 2024Routing
Question 28 |
Dijkstra’s algorithm is used to
Create LSAs | |
Flood an internet with information | |
Calculate the routing tables | |
Create a link state database |
Question 28 Explanation:
Dijkstra’s algorithm finds shortest paths from the source to all other nodes in the graph, producing a shortest-path tree and is used in building the routing tables on a network.
Correct Answer: C
Question 28 Explanation:
Dijkstra’s algorithm finds shortest paths from the source to all other nodes in the graph, producing a shortest-path tree and is used in building the routing tables on a network.