For the VoIP example in Section 9.3, we introduced an online procedure (exponential moving average) for estimating
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 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 Answer:
Computer Networking A Top-Down Approach
ISBN: 978-0133594140
7th edition
Authors: James Kurose, Keith Ross