Google: Difference between revisions

Line 130:
*TCP Window size
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
Line 212 ⟶ 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.
*CUBIC allows for more fairness between flows since the window growth is independent of RTT.
 
 
== SSH to remote server ==