This document describes a Go Back N protocol implementation between a server and client. The server receives data from the client, can choose to send an ACK or NACK, and the client resends packets if it receives a NACK. The client sends data packets to the server and resends packets if it receives a NACK acknowledgment.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
14 views4 pages
Go Back N
This document describes a Go Back N protocol implementation between a server and client. The server receives data from the client, can choose to send an ACK or NACK, and the client resends packets if it receives a NACK. The client sends data packets to the server and resends packets if it receives a NACK acknowledgment.