Every calculator here runs 100% in your browser — nothing is sent to a server or stored in a database.
§01What is
Understanding the Bandwidth-Delay Product
The Bandwidth-Delay Product computes BDP (KB) from 2 inputs: bandwidth (mbps), rtt (ms). BDP = bandwidth × RTT.
Quick calculators for the math that shouldn’t need a notepad — instant, accurate, private to your browser.
The Bandwidth-Delay Product sits in that toolkit — it BDP = bandwidth × RTT. Enter your numbers above and the result updates instantly; every step of the math is shown in the Derivation panel so you can see exactly how the answer was reached.
§02The Formula
How it’s calculated
1e6 × e.bw × (e.rtt / 1e3) / 8 / 1024
Where
bw
Bandwidth (Mbps)
rtt
RTT (ms)
§03Practical Example
Step-by-step walkthrough
Scenario
Apply the formula to a realistic set of inputs: Bandwidth (Mbps) = 100, RTT (ms) = 50.
01Start by noting the input — Bandwidth (Mbps): 100.
02Start by noting the input — RTT (ms): 50.
03Substitute these values into the formula: 1e6 × e.bw × (e.rtt / 1e3) / 8 / 1024
04Compute BDP (KB): the calculator returns 610.352.
05Cross-check the answer by opening the Derivation panel above — every line of math is shown so you can follow the computation end-to-end.
§04Variants
Common Bandwidth-Delay Product Problems
The formula gets rearranged depending on which variable you need. Here are the patterns you’ll run into in the real world — find the one that matches your problem and follow the worked steps.
01 · PATTERN
Bandwidth (Mbps) halved
bw = 50 (from 100)
Keep every other input at its default and halve the bandwidth (mbps). See how bdp (kb) responds.
01New Bandwidth (Mbps): 50
02Baseline BDP (KB): 610.352
03New BDP (KB): 305.176
04BDP (KB) decreases by 50% → use this sensitivity to plan for real-world variation.
02 · PATTERN
Bandwidth (Mbps) doubled
bw = 200 (from 100)
Keep every other input at its default and double the bandwidth (mbps). See how bdp (kb) responds.
01New Bandwidth (Mbps): 200
02Baseline BDP (KB): 610.352
03New BDP (KB): 1220.7
04BDP (KB) increases by 100% → use this sensitivity to plan for real-world variation.
03 · PATTERN
RTT (ms) halved
rtt = 25 (from 50)
Keep every other input at its default and halve the rtt (ms). See how bdp (kb) responds.
01New RTT (ms): 25
02Baseline BDP (KB): 610.352
03New BDP (KB): 305.176
04BDP (KB) decreases by 50% → use this sensitivity to plan for real-world variation.
04 · PATTERN
RTT (ms) doubled
rtt = 100 (from 50)
Keep every other input at its default and double the rtt (ms). See how bdp (kb) responds.
01New RTT (ms): 100
02Baseline BDP (KB): 610.352
03New BDP (KB): 1220.7
04BDP (KB) increases by 100% → use this sensitivity to plan for real-world variation.
§05FAQ
Frequently asked questions
Yes. The calculator implements the standard formula as documented and returns exact floating-point results. No approximations are used unless noted in the formula.
Your feedback
How useful was this calculator?
Your ratings stay in your browser — they help us learn which tools people actually rely on.