How to perform packet pair probing by sending multiple packets rather than just one pair ? (method for taking average)

夙愿已清 提交于 2020-01-13 06:39:31

问题


Generally in a packet pair estimation, you are supposed to send multiple bursts of packet pairs and take an average of the bandwidths.

Say, you send 4 packets, calculate the time difference between the first two packets(1&2), time difference between the next two packets(3&4). Calculate bandwidth for each of these two and then take average.

Or

Calculate the time difference between (1&2), time difference between (3&2), time difference between (4&3)... and then take an average out of these values.

Which is the right method for average?


回答1:


If you use packet pair to estimate bandwidth, use the first method.



来源:https://stackoverflow.com/questions/24328872/how-to-perform-packet-pair-probing-by-sending-multiple-packets-rather-than-just

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!