Google: Difference between revisions

Content added Content deleted
Line 130: Line 130:
*TCP Window size
*TCP Window size
WSF
WSF

* Maximum Possible Transfer Rate = TCP Window Size/RTT
Where RTT is Ping Response in Millseconds/1000.
There are only two things you can do to affect your data thru-put on a wide area network:
Increase your TCP window size, or
Reduce latency.


*Packet capture
*Packet capture
Line 212: Line 218:
*With standard TCP, flows with very short round-trip delay times (RTTs) will receive ACKs faster and therefore have their congestion windows grow faster than other flows with longer RTTs.
*With standard TCP, flows with very short round-trip delay times (RTTs) will receive ACKs faster and therefore have their congestion windows grow faster than other flows with longer RTTs.
*CUBIC allows for more fairness between flows since the window growth is independent of RTT.
*CUBIC allows for more fairness between flows since the window growth is independent of RTT.



== SSH to remote server ==
== SSH to remote server ==