in Computer Networks recategorized by
1,747 views
0 votes
0 votes

Protocols in which the sender sends one frame and then waits for an acknowledgment before proceeding for next frame are called as ______

  1. Simplex protocols
  2. Unrestricted simplex protocols
  3. Simplex stop and wait protocols
  4. Restricted simplex protocols
in Computer Networks recategorized by
1.7k views

2 Answers

0 votes
0 votes

Option C simplex stop and wait protocols 

https://www.csee.umbc.edu/~chettri/cs481/chapter03/tsld059.htm

0 votes
0 votes

Sender side

Rule 1: Sender sends one data packet at a time.

Rule 2: Sender sends the next packet only when it receives the acknowledgment of the previous packet.

Therefore, the idea of stop and wait protocol in the sender's side is very simple, i.e., send one packet at a time, and do not send another packet before receiving the acknowledgment.

Receiver side

Rule 1: Receive and then consume the data packet.

Rule 2: When the data packet is consumed, receiver sends the acknowledgment to the sender.

Therefore, the idea of stop and wait protocol in the receiver's side is also very simple, i.e., consume the packet, and once the packet is consumed, the acknowledgment is sent. This is known as a flow control mechanism.

option-C

Answer:

Related questions