A program that takes in a network topology and list of connection requests to simulate the requests over a virtual circuit network. The program allows the user to select between three different routing protocols to direct packets across the virtual circuit network:
- Shortest Hop Path (SHP)
- Shortest Delay Path (SDP)
- Least Loaded Path (LLP)
At the end of the program, it will print a summary of metrics to allow for analysis of routing performance.