Codes for Encoding Algorithms | Data Communications & Computer Networks Lab | CSE Department - BIT Mesra, Ranchi
-
Updated
Nov 13, 2022 - C++
Codes for Encoding Algorithms | Data Communications & Computer Networks Lab | CSE Department - BIT Mesra, Ranchi
Reliable Transport Protocols (RDT3.0) alternating-bit-protocol (abp) and go-back-n (gbn) c++ implementation
We aimed to implement our own socket layer and reliable transport layer. So we implemented a reliable transfer service on the top of UDP/IP protocol. In other words, you need to implement a service that guarantees the arrival of datagrams in the correct order on top of the UDP/IP protocol, along with congestion control.
Add a description, image, and links to the gbn topic page so that developers can more easily learn about it.
To associate your repository with the gbn topic, visit your repo's landing page and select "manage topics."