首页 > 试题广场 >

For the Internet phone example

[问答题]
For the Internet phone example in Section 7.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.
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, rn,and tn.
b. Describe why for Internet telephony, the delay estimate described in Section 7.3 is more appropriate than the delay estimate outlined in Part a.

这道题你会答吗?花几分钟告诉大家答案吧!