Implementation of Dynamic Routing Protocol
RIP Protocol
- Click on New Graph button – clicking on it will generate a graph randomly from the already stored 3 graphs in the system (each 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.
- To add 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, click the Update button again.
- To send a 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 randomly from the already stored 3 graphs in the system (each 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 each node table separately to get the final table, which depicts the shortest route between indirectly connected nodes as well (using Dijkstra’s Algorithm).
- To add 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 the Update button.
- To send a 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.