Skip to content

ochen0124/UDP-Sliding-Window-Protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

UDP-Sliding-Window-Protocol

In this project, my teammate and I created two variations of the UDP internet protocol to send and receiver messages between a client and server. We implemented a sliding window mechanism such that the sender can only send packets and receive acknowledgements (ACKS) in this window frame. Upon successfully sending a message, an acknowledgement (ACK) is sent from the receiver to the sender which moves the sliding window forward such that the next message can be sent. In the two variations (base and optimized) different techniques for sending and resending packets were implemented. Please read the respective descriptions for each to understand the difference in variation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages