Computer Networking Project (Go-Back-N)
In this C programming assignment, you will complete the sending and receiving transport-level code for a simple reliable data transfer protocol Go-Back-N. This assignment doesn’t involve any socket programming. Instead, your program for both sender and receiver will be implemented in a protocol simulator provided in gbn.c. Your program will simulate the behavior of GBN as specified in the class notes (some differences will be […]