in Computer Networks
592 views
0 votes
0 votes

My approach is :

I calculated utilization first which is the time when link is active by total time 

U = transmission/ total time

Transmission = 1.048msec

Since no ack sort of policy is used so total time = transmission + propagation

U = 1.048/51.048 = 0.0205

Throughout = 0.0205 × 1GBps = nearly  161Mbps

What's wrong answer is B by the way

in Computer Networks
by
592 views

4 Comments

No sir, i wanna ask that suppose a question says it's a token ring and between every two transmissions there is a gap of propagation time to transmit next frame in this case the formula would be like

U = transmission/ (transmission + propagation)

But in protocols like CSMA/ CD or some other policy like stop and wait where we need to wait for an ack to start a new transmission

I'm such case U = transmission/ (transmission + 2*propagation)

 

But in above case no such protocol is defined then how u took 2*propagation instead of only propagation.

And sir how to decide on such a general type question that which protocol it's talking about ?
0
0
i saw many problems in which Utilization(efficiency) is considered for both data and ackonwledgment.

if they particularly mention in the question  that ack of that packet is negligible then only use one way total time(T.T+P.T)

Remaining all case consider for both data and ack.
1
1
Ok Sir thank You
1
1

Please log in or register to answer this question.

Related questions