i have been reading online about bandwidth delay and i couldn't understand.
Bandwidth delay is the max amount of data that the pipe can 'store'
But given a packet of size L is to be send over a link (A to B) with transmission rate of K-bps and bandwidth delay of P bits.
does that mean that the time i will take to sent from A to be will be (L/P)/K ?
L/P because i can only sent this amount of bits every single time and (/K) because i take this long to sent that amount each time?