1.1.e (v) Bandwidth Delay Product

The bandwidth delay product is how TCP calculates its receive window size. The formula is simple. BDP (in Bits) = bandwidth (bits) * RTT (sec) Now we need to convert the BDP from bits to Bytes to tell us our best TCP receive window size to use. This size in Bytes is how much bandwidth …