stopandwait
Stop-and-wait is a simple automatic repeat request (ARQ) protocol used in data communication and networking. In this scheme, the sender transmits a single data frame and then must stop and wait for an acknowledgment from the receiver before sending the next frame. Each frame typically carries a small sequence number, often a single bit, to help detect duplicates after wraparound.
Operation involves two parties: the sender and the receiver. The sender transmits one frame and starts a
Performance characteristics center on simplicity versus efficiency. The protocol’s utilization is limited by the round-trip time
Compared with sliding-window ARQ protocols, stop-and-wait uses a window size of one and thus offers poor efficiency