DLC PROTOCOL (Flow Control)
DLC PROTOCOL (Flow Control)
Acknowledgement (ACK) - signal is sent by the receiving station (destination) back to the
sending station (source) after the receipt of a recognizable block of data of specific size.
It uses full duplex channel so there is two possibilities:
1. Sender first start sending the data and receiver start sending data after it receive
the data.
First case is simple and works perfectly, but there will be an error in the second one.
That error can be like duplication of the packet, without any transmission error.
Protocol Using Go Back N
Go-Back-N protocol is a sliding window
protocol.
It is a mechanism to detect and control the
error in datalink layer. During transmission
of frames between sender and receiver, if a
frame is damaged, lost, or an
acknowledgement is lost then the action
performed by sender and receiver is
explained in the following content.
The problem with pipelining is if sender
sending 10 packets, but the problem occurs in
8th one than it is needed to resend whole data.
So the protocol called Go back N and Selective
Repeat were introduced to solve this problem.
In this protocol, there are two possibility at the
receivers end, it may be with large window
size or it may be with window size one.
Protocol Using Selective
Repeat
Protocol Using Selective
Repeat