edited by
1,312 views
1 votes
1 votes
Consider an error-free 64kbps satellite channel used to send 512 bytes data frames in one direction, with very short acknowledgements coming back the other way. assume the earth-satellite propagation time is 270 msec. What is the minimum window size so that the channel is fully utilized?

 

I am getting answer as 7. Answer given 10.
edited by

2 Answers

3 votes
3 votes
Tx  = (L/B) =  $\frac{512*8}{64*1000} = 64 ms$

Tp = 270ms

Throughput = $\frac{w}{1+2a}$ , where w is the window size

a = Tp/Tx = $\frac{270}{64}$ = 4.21875

 

for maximum throughput w > (1+2a) > 9.43

Hence w  = 10
2 votes
2 votes

I hope you have considered 512 bytes?

So,

1 + 2a

 = 1 + 2 * $\frac{Tp}{Tt}$

= $1 + 2*\frac{0.270 * 64000}{512*8}$

=541

window size = $\left \lceil log_{2}512 \right \rceil$

= 10

Related questions

558
views
0 answers
1 votes
Badayayash asked Jan 22, 2019
558 views
Q.Consider a network connecting two systems connected 2000 Km apart. The band width of the network is 70 Mbps. The propagation speed of the signal is 2 10 m ... should be multiplied with 8 to convert frame to bits.correct me if i m wrong.
655
views
1 answers
1 votes
sripo asked Jan 5, 2019
655 views
I am unable to understand their explanation,can anyone explain it in a better way?
909
views
0 answers
2 votes
Shamim Ahmed asked Jan 1, 2019
909 views
Assume 2 computers are connected via a network, The networks use GoBack7 SW protocol for maintaining flow control. It is observed that every ... needs to resend for transmitting 10 such packet through the network is______________________.
3.3k
views
2 answers
3 votes
Na462 asked Sep 15, 2018
3,344 views
Consider the GBN protocol with sender and receiver window size as 5.Suppose client sends data 0,1,2,3,4 and only data packet 2 is lost and all ACKs are lost ... 01234C. Sender: 23456 , Receiver : 23456D. Sender: 01234 , Receiver : 23456