Skip to content

TCP concept of sending msg between two End Points (For instance - Server-Clients Architecture).

Notifications You must be signed in to change notification settings

aronl096/TCP_Congestion_Control_Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TCP_Congestion_Control_Algorithms

I wrote two program files: Sender.py and Receiver.py.
The Sender will send a file and the Receiver will receive it and measure the time it took for his program to receive the file.
The file will be sent in two parts (first half and second half [Each half should be 50% of the file]) each half will be sent according to one of the CC algorithms .
The algorithms are :Reno and Cubic , algorithms who control congestion.

Author : Aaron Luchan

About

TCP concept of sending msg between two End Points (For instance - Server-Clients Architecture).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages