Skip to content

Simulation of Routing Algorithms used in communication networks in python

Notifications You must be signed in to change notification settings

syed-azim-git/Routing_Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Routing_Algorithms

Simulation of Routing Algorithms used in communication networks in python

  1. Distance Vector Routing Algorithm - Using Bellman-Ford Equation
  2. Link State Routing Algrithm - Using Dijkstra's algorithm