0% found this document useful (0 votes)
2K views

One Bit Sliding Window Protocol

The one bit sliding window protocol uses a stop-and-wait mechanism where the sender transmits a single frame and waits for an acknowledgment before sending the next frame, with both the sender and receiver buffers limited to a single bit to track the last frame sent or received. The sender sends a frame with a sequence number and waits for a acknowledgment from the receiver with a matching sequence number before sending the next frame, or retransmitting the previous frame if the sequence numbers do not match.

Uploaded by

Pankaj Kori
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views

One Bit Sliding Window Protocol

The one bit sliding window protocol uses a stop-and-wait mechanism where the sender transmits a single frame and waits for an acknowledgment before sending the next frame, with both the sender and receiver buffers limited to a single bit to track the last frame sent or received. The sender sends a frame with a sequence number and waits for a acknowledgment from the receiver with a matching sequence number before sending the next frame, or retransmitting the previous frame if the sequence numbers do not match.

Uploaded by

Pankaj Kori
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

One bit sliding window protocol

In previous article we have discussed about sliding window protocol. One bit sliding window
protocol is based on the concept of sliding window protocol. But here the window size is of 1
bit.

1. One bit sliding window protocol is used for delivery of data frames.
2. Sender has sending window.
3. Receiver has receiving window.
4. Sending and receiving windows act as buffer storage.
5. Here size of windows size is 1.
6. One bit sliding window protocol uses Stop and Wait.
7. Sender transmit a frame with sequence number.
8. Than sender wait for acknowledgment from the receiver.
9. Receiver send back an acknowledgement with sequence number.
10. If sequence number of acknowledgement matches with sequence number of frame.
11. Sender transmit the next frame.
12. Else sender re-transmit the previous frame.
13. Its bidirectional protocol.

Related posts:
1. Error Control in Data link layer
2. Net 10
3. Types of Computer Networks
4. Networking Devices

EasyExamNotes.com One bit sliding window protocol

You might also like