7,185 views
14 14 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
18 18 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
2 2 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 1 vote
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:
Position:
Show:

Related questions

4 4 votes
1 1 answer
2.8k
2.8k views
Ruturaj Mohanty asked Dec 27, 2018
2,847 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 wo...
2 2 votes
1 1 answer
4.0k
4.0k views
Hardik Maheshwari asked Jul 5, 2018
4,003 views
I read that the space complexity of Dijasktra is $O(V^2)$ . (http://igraph.wikidot.com/algorithm-space-time-complexity)But how ????
0 0 votes
2 answers 2 answers
1.9k
1.9k views
Bikram asked May 26, 2017
1,947 views
What will be the running-time of Dijkstra's single source shortest path algorithm, if the graph $G(V,E)$ is stored in the form of an adjacency list and binary heap is use...