C ----- Mbps N |
where C is the bandwidth capacity of the transmission link.
The End-to-end delay is the length of the time interval between
The Hop-by-hop delay is the length of the time interval between
|
|
at server i pfj ------------> approximate departure time (time stamp) |
|
Expected departure time = Ai(pfj) + lfj / rf |
(The packet pfj arrived at time Ai(pfj) and it takes lfj / rf to transmit the packet)
The expected departure time of the previous packet of flow f is equal to GRCi(pfj-1)
Therefore, the expected departure time of packet pfj is then equal to:
Expected departure time = GRCi(pfj-1) + lfj / rf |
(The packet pfj begins service right after the previous packet of flow f finishes at time GRCi(pfj-1) and it takes lfj / rf to transmit packet pfj)
|
|
Example: a promise that you will leave before half of the people waiting does not constitute a delay guarantee, because the delay depends on how many people are waiting.
(In other words, WFQ is a guaranteed rate server)