ns2 is a network simulation tool, here three network congestion control algorithms on TCP connection for two traffic flows compared using ns2 and plotting average characteristics.
-
Updated
Apr 17, 2022 - Python
ns2 is a network simulation tool, here three network congestion control algorithms on TCP connection for two traffic flows compared using ns2 and plotting average characteristics.
A TCP Congestion Control Simulator in Python that models the behavior of Slow Start, Congestion Avoidance, Timeout, and Fast Retransmit. The program randomly introduces packet loss and congestion events to visualize how the Congestion Window (cwnd) changes dynamically over time.
Add a description, image, and links to the tcp-congestion-control topic page so that developers can more easily learn about it.
To associate your repository with the tcp-congestion-control topic, visit your repo's landing page and select "manage topics."