5,271 views
13 votes
13 votes

Djikstra’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

3 Answers

Best answer
14 votes
14 votes

answer is c)

Calculation of routing tables ,as djikstra algorithm calculates shortest path for all

the nodes  in link state routing protocol .

selected by
1 votes
1 votes

Djikstra’s algorithm is used to A)Create LSAs

In LSA (Linked State algorithm) we finds minimum path which is done by Djikstra’s algorithm

1 votes
1 votes
If we talk about Dijsktra algorithm, it is used to find Shortest path.

In computer it has been preferred in many applications.In routing when we go with link state Routing and we had to find shortest path between routers in world wide web then their Dijsktra algorithm is used in calculating the routing tables..

(C) will be best
Answer:

Related questions

1.7k
views
1 answers
4 votes
Ruturaj Mohanty asked Dec 27, 2018
1,702 views
Which of the following statements is/are correct with respect to Djikstra Algorithm?(P) It always works perfectly for graphs with negative weight edges.(Q) It does not work perfectly ... Q, R, T are correctOnly Q, R, S, T and U are correct
3.1k
views
1 answers
2 votes
Hardik Maheshwari asked Jul 5, 2018
3,114 views
I read that the space complexity of Dijasktra is $O(V^2)$ . (http://igraph.wikidot.com/algorithm-space-time-complexity)But how ????
3.1k
views
1 answers
6 votes
vaishali jhalani asked Nov 5, 2016
3,101 views
What is the time complexity of Dijkstra’s algorithm if it is implemented using AVL Tree instead of Priority Queue over a graph G = (V, E)?