in Computer Networks edited by
833 views
4 votes
4 votes
A $20$ kbps satellite link has propagation delay of $300$ ms , transmitter use Go Back $10$ ARQ scheme, if each frame is $50$ bytes long then the maximum data rate is ________  kbps
in Computer Networks edited by
by
833 views

9 Comments

is this asking for throghput ?
1
1
Yes, it is asking for Throughput.
1
1
@Bikram i have given 6.45  got wrong
1
1
Can you explain the procedure @Gabbar
1
1
@rajesh170293  

efficiency * bandwidth will give the effective bandwidth ....
1
1
please explain.
1
1

rajesh170293   and @kavita_joshi  

Go back N used where n value is 10

Transmission time  = 50 * 8 bits /  20 kbps =  20 ms

Propagation Time = 300 ms

Efficiency = Window Size*Transmission Time/(Transmission Time + 2*Propagation Time)

= (10 * 20 ) / ( 20 + 2 * 300 )

= 200 / 620

= 0.322580

so Maximum Data Rate  or throughput is ( efficiency * bandwidth )

 =( 0.322580 * 20 ) kbps  [ bandwidth 20 kbps given ]

= 6.45 kbps

3
3
thanks boss
0
0
i have given answer as 6.451 asuming till 3 decimal places and got it as a wrong answer.how to know whether to give till 2 or 3 decimal places as it is not mentioned in the question?
1
1

2 Answers

7 votes
7 votes
Best answer
Go back N used where n value is 10

Transmission time  = 50 * 8 bits /  20 kbps =  20 ms

Propagation Time = 300 ms
Efficiency = Window Size*Transmission Time/(Transmission Time + 2*Propagation Time)

= (10 * 20 ) / ( 20 + 2 * 300 )

= 200 / 620

= 0.322580

Maximum Data Rate = 0.322580 * 20 kbps = 6.45

4 Comments

Tt is 20ms and RTT is 60ms
you can't send more than 3 packets in 1 RTT though here the size of windos is 10.
hence throughout should be:

in 60ms we are sending 3packets or 3*50 = 150Bytes or 150*8 = 1200 bits
1 ms = 1200/60 = 20bits bits
1 sec =  20,000 bits = 20kbps  
Throughput = 20Kbps should be answer
–1
–1
edited by

@manu00x

No,

maximum data rate or throughput is asked, throughput is efficiency * bandwidth .

Bandwidth 20 kbps is given .

you can see above comments ..they also got 6.45 as throughput.

see this for reference  https://gateoverflow.in/15759/throughput-calculation

0
0
Please Update the range in GO Tests, or at least mention in question (up to two decimal places.)
1
1
1 vote
1 vote

Given Bandwidth = 20 kbps, Tp = 300 ms, Frame Size = 50 Bytes = 50 * 8 bits,

N = 10

Now, Tt = $\frac{Frame Size}{Bandwidth}$ = $\frac{50 * 8 b}{20 * 10^{3} bps}$ = 20 ms

We know Throughput = Efficiency * Bandwidth = $\frac{N}{1+2*\frac{Tp}{Tt}}* Bandwidth$

                                =$\frac{10}{1+2*\frac{300}{20}} * 20 kbps$ = 6.45 kbps

Answer:

Related questions