Skip to content

abhayycs/mininet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mininet

TCP_UDP behaviour analysis

//install mininet #UBUNTU sudo apt-get update sudo apt-get install mininet

//Goal In order to understand the behaviour of TCP and UDP. How the traffic affect, how the bandwidth utilization. TCP is highly reliable protocol while UDP is fast transmission protocol (maximum throughput). Here, we will see the behaviour of TCP and UDP by setting up the network topology, flow rules, and do iperf using mininet and then observe. The goal is to analyse the changes happen in bandwidth being allocated for TCP and UDP at each interval, while traffic is being sent to and from different hosts, and to analyse the behaviour of TCP and UDP, when they share same queue for data transmission and when they uses different queues for data transmission. Observe what happens when we stop UDP traffic, what changes occur in TCP flow.

About

TCP_UDP behaviour analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published