How well will ntpd work when the latency is highly variable?

Posted by JP Anderson on Server Fault See other posts from Server Fault or by JP Anderson
Published on 2012-04-16T03:26:01Z Indexed on 2012/04/16 5:34 UTC
Read the original article Hit count: 442

Filed under:
|

I have an application where we are using some non-standard networking equipment (cannot be changed) that goes into a dormant state between traffic bursts. The network latency is very high for the first packet since it's essentially waking the system, waiting for it to reconnect, and then making the first round-trip. Subsequent messages (provided they are within the next minute or so) are much faster, but still highly-latent. A typical set of pings will look like 2500ms, 900ms, 880ms, 885ms, 900ms, 890ms, etc.

Given that NTP uses several round trips before computing the offset, how well can I expect ntpd to work over this kind of link? Will the initially slow first round trip be ignored based on the much different (and faster) following messages to/from the ntp server?

Thanks and Regards.

© Server Fault or respective owner

Related posts about ntp

Related posts about ntpd