This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tcp_flow [2007-07-10 17:34] – external edit 127.0.0.1 | tcp_flow [2025-10-13 20:47] (current) – [TCP Flow] nik | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====TCP Flow==== | ||
| from; http:// | from; http:// | ||
| Line 5: | 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 |