Chrony

Network Time Protocol implementation From Wikipedia, the free encyclopedia

chrony is an implementation of the Network Time Protocol (NTP). It is an alternative to ntpd, a reference implementation of NTP. It runs on Unix-like operating systems (including Linux and macOS) and is released under the GNU GPL v2.[3] It is the default NTP client and server in Red Hat Enterprise Linux 8 and SUSE Linux Enterprise Server 15,[4][5] and available in many Linux distributions.[6][7][8]

Original authorRichard Curnow[1]
DevelopersMiroslav Lichvar, Red Hat[1]
Stable release
4.8[2] Edit this on Wikidata / 27 August 2025; 6 months ago (27 August 2025)
Written inC
Quick facts Original author, Developers ...
chrony
Original authorRichard Curnow[1]
DevelopersMiroslav Lichvar, Red Hat[1]
Stable release
4.8[2] Edit this on Wikidata / 27 August 2025; 6 months ago (27 August 2025)
Written inC
Operating systemUnix-like
TypeTime synchronization
LicenseGNU GPL v2
Websitechrony-project.org
Repository
Close

Support for Network Time Security (NTS) was added in version 4.0.[9]

Comparison with the reference implementation

In contrast to NTPsec, which is a security-focused fork of ntpd, chrony was implemented from scratch.[1] It was designed to synchronize time even in difficult conditions such as intermittent network connections (such as laptops) and congested networks.[1] Some improvements in this regard (compared to reference ntpd) include that it never steps (abruptly adjusts) time outside of startup, can correct for asymmetric network jitters, and can use larger clock rate adjustments on Linux to deal with a broken clock. It typically synchronizes faster and more accurately.[10]

Unlike ntpd, it supports synchronizing the system clock via hardware timestamping (i.e. packet times on the network adapter), improving accuracy of time synchronization between machines on a LAN[3] to the order of 70 nanoseconds (from asymmetry),[11] comparable to Precision Time Protocol. It also supports synchronization by manual input, so as to perform time correction within an isolated network.[3]

chrony does not implement broadcast, multicast, and anycast modes of operation. It also does not implement the insecure "autokey" authentication.[3] It uses external programs to drive hardware time sources (e.g. gpsd for GNSS), unlike ntpd, which has many built-in drivers.[10]

See also

References

Related Articles

Wikiwand AI