1. Definitions


<aside> 📖 Propagation Delay, $t_1$

Untitled

The time it takes a single bit to travel over a link at propagation speed $c$

$$ t_l=\frac l c $$

The propagation delay is simply determined by

<aside> 📖 Packetization Delay, $t_p$

Untitled

The time from when the first to the last bit of a packet is transmitted

$$ t_p=\frac pr $$

2. End-to-end Delay


Untitled

The end-to-end delay is the time from when we send the first bit onto the first link, until the last bit of the packet arrives at the destination.

<aside> 📖 Expression

$$ t=\sum_i \left[ {\frac p{r_i} + \frac {l_i} c + Q_i(t)}\right] $$