This is a discussion on Solution Discussions - Theory ; Hello all, I am trying to solve certain problems listed in Good Computer Science Books. Is this a good place to discuss my solutions? For eg: Computer Networks, 4th Edition, Andrew Tanenbaum. Chapter 6: Transport Layer. 28) Consider the effect ...
Hello all,
I am trying to solve certain problems listed in Good Computer Science
Books. Is this a good place to discuss my solutions?
For eg:
Computer Networks, 4th Edition, Andrew Tanenbaum.
Chapter 6: Transport Layer.
28) Consider the effect of using a slow start online with a 10 ms
round-trip
time and no congestion. The receive window is 24KB and the maximum
segment size
is 2 KB. How long does it take before the first full window can be
sent.
Answer:
24 KB can be sent in 2KB packets 12 times.
Each time there will be a 10 ms round trip delay.
So in total, there will be 12 x 10ms = 120 ms delay before the first
full
window can be sent.
Is my understanding of the above correct? Is it okay to discuss more
questions and solutions in this group? It wont be one question at
time, but a set of say 6-12 question/answers.
Thanks,
Senthil