In which flow control method does the sender transmit a single frame and wait for an acknowledgment before sending the next frame?

  • Go-Back-N
  • Selective Repeat
  • Sliding Window
  • Stop-and-Wait
Stop-and-Wait is a flow control method where the sender transmits a single frame and waits for an acknowledgment before sending the next frame. It is a simple method but not very efficient as it has a high overhead due to frequent acknowledgments.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *