Please consider a donation to the Higher Intellect project. See https://preterhuman.net/donate.php or the Donate to Higher Intellect page for more info. |
Difference between revisions of "Ntpd"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> | ||
+ | <!-- misc-responsive --> | ||
+ | <ins class="adsbygoogle" | ||
+ | style="display:block" | ||
+ | data-ad-client="ca-pub-8542359430745061" | ||
+ | data-ad-slot="5971110325" | ||
+ | data-ad-format="auto" | ||
+ | data-full-width-responsive="true"></ins> | ||
+ | <script> | ||
+ | (adsbygoogle = window.adsbygoogle || []).push({}); | ||
+ | </script> | ||
+ | </html> | ||
+ | |||
== Network Time Protocol == | == Network Time Protocol == | ||
Revision as of 01:51, 27 September 2018
Network Time Protocol
Atomic clocks and other time keeping devices all around the planet supply a precise signal.
Network Time Protocol allow clients to synchronize their time by calculating round trip delays and time against signaled time. A kernel interface adjtime() moves the clock.
Abuse of the service will result in a packet with Kiss Of Death (KOD) set which should be respected.
See Also
- David Mill's wonderful book Network Time Protocol.
- The newsgroup comp.protocol.ntp
- www.ntp.org