diff options
-rw-r--r-- | assignment4.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assignment4.tex b/assignment4.tex index f16379c..b30c6d4 100644 --- a/assignment4.tex +++ b/assignment4.tex @@ -83,7 +83,7 @@ \item I'm assuming that the window size when loss occurs is $W=1000$. After loss, the window drops to half ($500$) and then linearly increases. This gives an average window size of $750$ segments. - The average throughput is then $3W / 4RTT = 3000 / 600ms = 5$ segments per $ms$, or $7,500,000~bps$. + The average throughput is then $3W / 4RTT = 3000 / 600ms = 5$ segments per $ms$, or $7,500,000 bps$. \item We need to go back from 500 to 1000 segments. Every RTT, the congestion window is increased by one segment, so this takes $500\cdot150ms=75s$. \end{enumerate} |