in Computer Networks
1,807 views
0 votes
0 votes

solve in detail...........

in Computer Networks
by
1.8k views

3 Answers

3 votes
3 votes
Line efficiency = throughput / bandwidth ----- (1)

Throughput = window size / rtt ------(2)

So throughput = 65535/40 * 10^3 = 1638375

And bandwidth = 512 Mbps

 

Therofore Line efficiency(in %) = 2.56
by

1 comment

Thanx
0
0
1 vote
1 vote
Maximum window size= $RTT*BW=512*10^6*40*10^{-3}$bits=$20480*10^3$ bits

As mentioned in question, We are sending $65,535$ Bytes whereas we could have sent above mentioned number of bytes

$\therefore$ Line efficiency=$\frac{65,535*8}{20480*10^3}*100\%=2.559\%$
edited by

4 Comments

@Sukannya then why did you not include TT in RTT? Without a packet is transmitted ACK cannot arrive - so for ACK to reach back, TT time must also be passed.
0
0
Sir, here first thing is total window size is given, so how can we find packet size in order to find transmission time from it? And as one way delay is given, I read somewhere that Tt is already included in it...!
1
1
Yes, I missed that. But if a packet size is given you must add it.
0
0
1 vote
1 vote
line efficiency=  Tt/(Tt+2Tp)

                     =1.023/(1.023+2*20) =0.0255= 2.55%

Related questions