Study the Impact of Initial Congestion Window on TCP Startup Throughput Aim: To study the impact of the initial congestion window (IW) on TCP startup throughput using NS-3 simulation. Objectives: To analyze TCP performance during the slow start phase. To compare throughput for different values of initial congestion window (IW). To observe how quickly TCP reaches optimal bandwidth utilization for different IW values. Simulation Parameters: Simulator: NS-3 TCP Variant: TCP NewReno (default) Simulation Time: 3 seconds Topology: Point-to-Point (2 nodes) Bandwidth: 1 Mbps Delay: 100 ms Packet Size: Default Application: BulkSend Application IW Values Tested: 1, 2, 4, 10 segments Source Code: #include "ns3/core-module.h" #include "ns3/network-module.h" #include "ns3/internet-module.h" #include "ns3/point-to-point-module.h" #include "ns3/applications-module.h" #include ...
Engineering Clinic
Its all about Network Simulations (NS2, NS3), Internet of Things, Sensor Networks, Programming, Embedded Systems, Cyber Physical Systems, etc