top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Explain Stop-and-Wait Automatic Repeat Request for noisy channel?

+2 votes
390 views
Explain Stop-and-Wait Automatic Repeat Request for noisy channel?
posted Nov 13, 2014 by Vrije Mani Upadhyay

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Stop-and-Wait Protocol:
If data frames arrive at the receiver site faster than they can be processed, the frames must be stored until their use. Normally, the receiver does not have enough storage space, especially if it is receiving data from many sources. This may result in either the discarding of frames or denial of service. To prevent the receiver from becoming overwhelmed with frames,we somehow need to tell the sender to slow down. There must be feedback from the receiver to the sender. The protocol we discuss now is called the Stop-and-Wait Protocol because the sender sends one frame, stops until it receives confirmation from the receiver (okay to go ahead), and then sends the next frame. We still have unidirectional communication for data frames, but auxiliary ACK frames (simple tokens of acknowledgment) travel from the other direction. We add flow control to our previous protocol.

For More Information about Stop-and-wait protocol plz follow link:
http://www.lastdaystudy.com/Cse-It/Data-Communication/3-Data-Link-Layer/135/

answer Nov 24, 2014 by Devyani
...