6,669 views

1 Answer

Best answer
4 4 votes
You can solve this problem using η=N/1+2a also as follows
Transmission time= Frame length/Bandwidth = (512*8)/1024000 = 4msec (as 1Kb data must be taken as 1024 bits) ;
Propagation delay = 40msec (given) ;
a= 40/4= 10msec
N= 7
efficiency =N/(1+2a) = 7/(1+20) =0.33
Throughput=efficiency*bandwidth = 0.33*1024000 = 341.33 Kbps
In the solution you have pasted
they have used the formula as
Efficiency = Amount of data sent/Amount of data that could be sent Efficiency = Amount of data sent / (RTT * Bandwidth)
Throughput=Efficiency *Bandwidth ...as bandwidth is both in numerator and denominator both cancels out
• selected by
Position:
Show:

Related questions

0 0 votes
0 0 answers
702
702 views
Dknights asked Oct 5, 2024
702 views
Please explain the below question6. Station A sends data to station B over a full duplex link. Both A and B are using the sliding window protocol for flow control. The wi...
5 5 votes
3 answers 3 answers
15.7k
15.7k views
sunil sarode asked Oct 6, 2017
15,724 views
In Go-Back-N protocol, if the maximum window size is 127, what is the range of the sequence number?A. 0 to 127 B. 0 to 128 C. 1 to 127 D. 1 to 128Answer given is APlease ...
2 2 votes
1 1 answer
2.4k
2.4k views
rahul sharma 5 asked Aug 10, 2017
2,354 views
In every sliding window protocol,the maximum sender window size is the number of frames that can be transferred by sender in RTT?Is this statement true?
0 0 votes
1 1 answer
3.3k
3.3k views
GateAspirant999 asked Jan 18, 2017
3,321 views
The problem:Given:$B=$ 64 kbps satellite channel$L=$ 512 B data framesRound Trip Time (RTT) = 64 msWhat is the maximum throughput for window size of 1?