Skip to content

Implemented Reliable Data Transfer (RDT) protocols (1.0, 2.2, and 3.0) over User Datagram Protocol (UDP)

Notifications You must be signed in to change notification settings

ryusudol/RDT-over-UDP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reliable Data Transfer (RDT) protocols over User Datagram Protocol (UDP)

  • Implementation of RDT protocols over UDP, combining UDP’s speed with Transmission Control Protocol (TCP)’s reliability.
  • Developed data integrity mechanisms with checksums and sequence numbers; devised timeout and retransmission strategies to address packet loss.
  • Achieved 99% reliability in data transmission under simulated network conditions.

About

Implemented Reliable Data Transfer (RDT) protocols (1.0, 2.2, and 3.0) over User Datagram Protocol (UDP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages