Click on New Graph button,clicking on it will generate a graph on random basis from the already fed 3 graphs in the system containing 5 nodes.
As soon as the new graph is added, the initial table will be created automatically initially depicting the directly connected nodes.
Continue clicking the Update button until all tables are updated.
For adding an extra edge specify the source and destination along with the weight to connect the two nodes and click the Submit button.
After the new edges have been added, once again click the Update button.
For sending the data packet, provide the source node and destination node in the space provided and click the Send Message button.
The best path will be chosen and displayed using red lines.
OSPF protocol:
Click on New Graph button,clicking on it will generate a graph on random basis from the already fed 3 graphs in the system containing 5 nodes.
As soon as the new graph is added, the initial table will be created automatically initially depicting the directly connected nodes.
Click on the update button for the each node table separately to get a final table depicting the shortest route between indirectly connected nodes as well (following the Dijkstra’s Algorithm).
For adding an extra edge specify the source and destination along with the weight to connect the two nodes and click the Submit button.
After the new edges have been added, again update the table by clicking on update button.
For sending the data packet, provide the source node and destination node in the space provided and click the Send Message button.
The best path will be chosen and displayed using red lines.