In: Computer Science
D.
that yields a sum ≥ 1561. When expanded we see that there are 11
terms. (We could also get this directly as [
This
means that the total amount of time to send the file is the initial
handshake, plus the 11 RTTs to send the groups, plus a final
one-way propagation for the last group to reach the destination:
0.08 + 11 ∗ 0.08 + 0.04 = 1.0 sec. (Note: we also accepted an
answer of 0.96 sec which left out the final 40 ms of propagation
time.) This scheme might be used when we want to maximize the
number of packets in flight but we are trying to determine how much
the network and receiving host(s) could handle (which it turns out
TCP does when starting up).