Content deleted Content added
check, fill out references (3), implement "use dmy dates" tag, translate dates |
Polished to disambiguate words like 'it', and restructured a few sentences. |
||
Line 9:
{{Main | Stop-and-wait ARQ}}
Stop-and-wait flow control is the simplest form of flow control. In this method the message is broken into multiple frames, and the receiver indicates its readiness to receive
=== Operations ===
# '''Sender:''' Transmits a single frame at a time.
#Sender waits to receive ACK within time out.
# '''Receiver:''' Transmits acknowledgement (ACK) as it receives a frame.
#
If a frame or ACK is lost during transmission then
The problem with Stop-and wait is that only one frame can be transmitted at a time, and that often leads to inefficient transmission, because until the sender receives the ACK it cannot transmit any new packet. During this time both the sender and the channel are unutilised.
|