Skip to content

arshitas/Dynamic_Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Network Simulation

Aim

A network consists of 7 nodes n0-n6 connected in ring topology. Each link is a duplex connection of 1Mbps bandwidth and 10ms latency. Data packets need to be transferred from node n0 to node n3 taking the shortest path. This is a dynamic network where the routing adjusts to link failures as node n2 goes in sleep mode.

Network Topology

Results

Fig 1: Starting from 0.5s node n0 sends data traffic to n3 taking the shortest path

Fig 2: At 1.0 packets are dropped as node n2 goes in sleep mode resulting in link failure between n1-n2 and n2-n3

Fig 3: Dynamic routing ensures data traffic flows through a different route

Fig 4: After 2.0s, node n2 is re-established and takes the shortest route

About

A NS2 and NAM simulation of a dynamic network where routing adjusts for a node in sleep/off mode.

Topics

Resources

Stars

Watchers

Forks

Languages