Differences between revisions 5 and 6
Revision 5 as of 2009-09-02 12:30:36
Size: 418
Editor: anderson-camtasia
Comment:
Revision 6 as of 2020-01-26 17:30:20
Size: 424
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Delay refers to the RTT (round trip time), and bandwidth is measured in bits/s. Therefore the delay X bandwidth product is the amount of data (bits) in the pipe or unacknowledged in one round trip time. Given x bits for the advertised window <<latex($$2^x \geq Delay~X~Bandwith$$)>> means that you can continuously send data if acks arrive in RTT/2 time as expected. Delay refers to the RTT (round trip time), and bandwidth is measured in bits/s. Therefore the delay $$\times$$ bandwidth product is the amount of data (bits) in the pipe or unacknowledged in one round trip time. Given $$x$$ bits for the advertised window $$2^x \geq Delay~X~Bandwith$$ means that you can continuously send data if acks arrive in $$RTT/2$$ time as expected.

Back to ComputerTerms

Delay refers to the RTT (round trip time), and bandwidth is measured in bits/s. Therefore the delay $$\times$$ bandwidth product is the amount of data (bits) in the pipe or unacknowledged in one round trip time. Given $$x$$ bits for the advertised window $$2^x \geq Delay~X~Bandwith$$ means that you can continuously send data if acks arrive in $$RTT/2$$ time as expected.

Back to ComputerTerms

DelayBandwidthProduct (last edited 2020-01-26 17:30:20 by scot)