A C++ program to implement Go Back N ARQ in noisy channel. The sender should send more than one data frames(within window size) and start a timer for it. If it receives acknowledgment, then it should move its sending window, reset timer to the first outstanding frame and send next set of frame/frames. If it does not receive acknowledgment before the timer times out, it should retransmit all the outstanding frames. (i.e frames which have not yet received acknowledgment). The receiver should send acknowledgment only if it receives the expected frame successfully. It should discard all other packets which are out of order.
-
Notifications
You must be signed in to change notification settings - Fork 6
Akhilesh97/Go-Back-N-ARQ
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A C++ program to implement Go Back N ARQ in noisy channel.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published