Question: For the VoIP example in Section 9.3, we introduced an online procedure (exponential moving average) for estimating delay. In this problem we will examine an
For the VoIP example in Section 9.3, we introduced an online procedure (exponential moving average) for estimating delay. In this problem we will examine an alternative procedure. Let ti be the timestamp of the ith packet received; let ri be the time at which the ith packet is received. Let dn be our estimate of average delay after receiving the nth packet. After the first packet is received, we set the delay estimate equal to d1 = r1 – t1.
a. Suppose that we would like dn = (r1 – t1 + r2 – t2 + ··· + rn – tn)/n for all n. Give a recursive formula for dn in terms of dn-1, and tn.
b. Describe why for Internet telephony, the delay estimate described in Section 9.3 is more appropriate than the delay estimate outlined in part (a).
Step by Step Solution
3.44 Rating (160 Votes )
There are 3 Steps involved in it
a r1 t1 r2 t2 rn1tn1 n1dn1 Substituting this into the expression for dn g... View full answer
Get step-by-step solutions from verified subject matter experts
