This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tcp_flow [2007-07-11 15:52] – nik | tcp_flow [2025-10-13 20:47] (current) – [TCP Flow] nik | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===TCP Flow=== | + | ====TCP Flow==== |
from; http:// | from; http:// | ||
Line 6: | Line 6: | ||
Sally Floyd, Matthew Mathis, Jeffrey Semke and Jamshid Mahdavi' | Sally Floyd, Matthew Mathis, Jeffrey Semke and Jamshid Mahdavi' | ||
- | < | ||
- | BW < (MSS * C)/(RTT * sqrt(p)) | ||
- | </ | ||
- | Where, for the TCP connection, | + | $$BW < \frac{MSS \times C}{RTT \times \sqrt{p}}$$ |
- | affected by (aprox..) | + | |
+ | Where, for the TCP connection, $BW$ is the maximum bandwidth that can be reached, $MSS$ is the maximum segment size, $RTT $is the mean roundtrip time and $p$ the packet loss probability of the link. $C$ is a constant which value is $\sqrt{(3/ | ||
+ | |||
+ | affected by (approx..) | ||
* buffer length (in packets) | * buffer length (in packets) | ||
* buffer size (in bytes) | * buffer size (in bytes) | ||
* packet size | * packet size | ||
- | * acks | + | * ACKs |