Skip to content

A full network protocol stack implementing the Stop-And-Wait and Selective Repeat Protocols to make File Transfer over UDP Reliable

License

Notifications You must be signed in to change notification settings

NilanjanDaw/SAW-SR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAW-SR

Description

A full network protocol stack implementing the Stop-And-Wait and Selective Repeat Protocols to make File Transfer over UDP Reliable. The protocol stack is written in java and works in the application layer.
    The Project was implemented as part of our Computer Networks Course CS602.

Instructions

1. Download the project.
2. Compile and Run FServerSAW and FClientSAW for Stop and Wait protocol.
3. Compile and Run FServerSR and FClientSR for Selective Repeat protocol.

##License MIT

##TO-DO Implementation of Go-Back-N protocol

About

A full network protocol stack implementing the Stop-And-Wait and Selective Repeat Protocols to make File Transfer over UDP Reliable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages