diff options
author | Camil Staps | 2016-04-13 08:03:39 +0200 |
---|---|---|
committer | Camil Staps | 2016-04-13 08:03:39 +0200 |
commit | b8c59de03896ba6173e8f6b8aaf6dde537e13196 (patch) | |
tree | 8657e397f1eeaa16014b915160214e13b60cde20 | |
parent | Periods (diff) |
Fix LaTeX warning
-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} |