edited by
675 views
2 votes
2 votes
Am I Correct? Suppose we have 3-bit sequence number and acknowlwdgements are piggybacked. Then channel utilization is

A. Stop and Wait

                       =Transmission time/(2*transmission time + 2*propagation time)

B.GBN           

                       =7*transmission time/(2*transmission time + 2*propagation time)

C.SR

                     =4*transmission time/(2*transmission time + 2*propagation time)

Okay, here is the full question in which i applied above formulas::

Frames of 1000 bits are sent over a 1Mbps link between earth and moon whose propagation delay is 270msec. Headers are very short and acknowledgments are always piggybacked on to data frames.

Three bit sequence numbers are used. What is the maximum channel achievable channel utilization in

A.Stop and wait

B. GBN

C.SR
edited by

1 Answer

0 votes
0 votes
@Shivam. Why are you taking

2*transmission time

in the remainder? It must be simply transmission time.

Related questions

1 votes
1 votes
1 answer
3
iarnav asked Nov 12, 2018
583 views
Say sequence # field has 5 bits.then what would be the max SWS (sender window size) in case of simple SWP where nothing is mentioned explicitly that the SWP is GBN or SN,...
1 votes
1 votes
0 answers
4
iarnav asked Nov 11, 2018
488 views
Say sequence # field has 5 bits. So, I know, we have a relation Ws+Wr <= avail seq #So in simple SWP = 2^5 = 32 sequence number and SWS = 32 packets ( is it correct)?in G...