answersLogoWhite

0

What else can I help you with?

Related Questions

What are the advantages and disadvantages of onebit sliding window protocol?

Efficiency bandwith onebit sliding window protocol goback N selective repeat


Write a program to Silulate Sliding window protocol?

No, there is no possibility to do that.


Is there java source code for sliding window protocol?

YES


Simulation of sliding window protocol using java?

yes


Difference between starting friction and sliding fricition?

Starting friction is the force required to overcome the initial static friction and get an object moving, while sliding friction is the force that opposes the motion of an object already in motion. Starting friction is typically higher than sliding friction.


What starting with 't is used for sliding in the snow?

toboggan.


Compare the sliding window protocol of data link layer and transport layer?

How to prepare for JEE Main 2015 Exam


What kind of friction allows you to walk without slipping?

Alternately, as we step: sliding, or dynamic friction; static friction; sliding friction again. Sequence repeats with each step.


Which layer is responsible for flow control with sliding windows and reliability with sequence numbers and acknowledgements?

Transport layer


What is the relation between the window size ad sequence number?

window size is actually the number of frames that can be sent without acknowledgement in sliding window protocol and the sequence numbers are produced for these frames. For example if window size is 4 then sequence numbers produced will be 0-4, where 0 - for first frame, 1 - for second frame, 2 - for third frame , 3 - for the last i.e fourth frame, and seq number 4 is for acknowledgment of the 4 framed relayed.


Which takes more force to overcome sliding friction or starting friction?

Ask mrs. popplewell i bet she knows.


What is the advantage of sliding window protocol over stop and wait protocol?

On data links with long transmission delays (e.g. communication satellites) sliding windows protocol allows multiple packets to be in transit pending ACK packets back from the receiver (up to the limit of the window size), which allows for nearly continuous transmission of packets through the data link. On data links with long transmission delays (e.g. communication satellites) stop and wait protocol forces the transmitter to wait until it receives an ACK packet on every packet sent. If the transmission delays are long enough, the data link may be quiet and completely idle for the great majority of the time which is a serious waste of the resource.