/CS456

Primary LanguagePython

CS456

A1

Implement a simple client-server architecture to manipulate strings remotely

A2

Implement a congestion controlled pipelined Reliable Data Transfer (RDT) protocol over UDP, which could be used to transfer a text file from one host to another across an unreliable network. The protocol should be able to handle packet loss, packet reordering, and duplicate packets.