in Computer Networks edited by
2,032 views
5 votes
5 votes
Consider that the stop and wait protocol is used on a link with bit rate of 128 Kbps and 40 msec as round trip time. Assume that the transmission time for the acknowledgment and processing time at nodes are negligible. If the frame size is 512 B then the link utilization is ________. (In % upto 2 decimal places)
in Computer Networks edited by
2.0k views

2 Comments

$44.44  $ ?
0
0
yes it is 44.44 %
0
0

2 Answers

3 votes
3 votes

Given Data :

 bit rate  =  128 Kbps 

 round trip time(2Tp) = 40 msec 

Therefore Tp =  20 msec

length of one frame = 512 Bytes = 512*8 bits

Transmission Time = length  / bandwidth  = 512*8 / (128kbps) = 32msec

efficiency  = (Tt / Tt + 2Tp) = 32 / (32 + 2*40)  = 0.44444444

Answer :

Efficiency percentage = 44.44 %

4 Comments

Nice

Comment if u have more such links it would be helpful to all :p
0
0
Thank you so much..
1
1
reshown by
Hey, were you able to understand, when and when not to use this formula?
0
0
1 vote
1 vote
first find transmission time by using formula ( L / B )

find propagation time ( RTT / 2 )

to find efficiency use formula 1 / (1+2a) ; where a=(propagation time / transmission time)

multiply it by 100 to get answer in %

that's it

1 comment

Thanks bro... @Rahul_Rathod_
0
0

Related questions