Showing posts from March, 2019
Manchester and Differential Manchester Encoding Here I have written a simple code in c++ which is an implementation of Manchester and Differential Manchester. In this encoding scheme, we need to draw a graph indicating Negative (below neutral Line…
Go Back N is an implementation of sliding window protocol Go-Back-N ARQ is a particular instance of the automatic repeat request (ARQ) protocol, in which the sending process continues to send the number of frames determined by a window size ev…
In this strategy for flow control, the sender sends a single frame to receiver and waits for an affirmation. • The following frame is sent by sender just when affirmation of past frame is gotten. • This process of sending a frame and waiting for…