Skip to content

deepakgouda/NS3-Simulate-TCP-Variants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NS3 Simulation

Studying Congestion window of TCP versions, packets dropped and bytes sent under TCP and Constant Bit Rate traffic

NS3 version 3(dev)

  • Place script.cc in scratch folder
  • Place run_script.sh in ns3 folder.
  • Run with command bash run_script.sh
  • Place script.py in ns3 folder and run it to view plots.

Output: Cumulative Bytes Transferred vs Time: Congestion Window Size vs Time: Cumulative Packets dropped vs Time:

This simulation is a part of Computer Networks Lab CS349 Assignment Task 3.

Contributors:

Akul Agarwal

Deepak Kumar Gouda

Yash Kothari