Implementation of link state routing using Dijkstra algorithm in Java
Link state routing uses Dijkstra's algorithm to build routing tables for all the routers in its network. OSPF protocol uses link state routing which uses Dijkstra's algorithm.
- Constructs the network of the routers
- Form the routing tables for all the routers in the network
- Simulate the network path between the routers
- Number of routers and number of links between them
- The network link between two routers with their weight
- 2 router nodes to simulate the network path between them