Algorithms Learned During Computer Network Course
-
Updated
Jun 10, 2022 - C++
Algorithms Learned During Computer Network Course
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.
Algorithms in Computer Networks
Codes for computer networks course
A set of tasks for "Computer Networks" university course
Implements three reliable data transport protocols: Alternating-Bit (ABT), Go-Back-N (GBN), and Selective-Repeat (SR)
🎓💻Computer Networks Course Computer Assignment 3 - Fall 2022
Add a description, image, and links to the selective-repeat topic page so that developers can more easily learn about it.
To associate your repository with the selective-repeat topic, visit your repo's landing page and select "manage topics."