Revisiting Time: UT1, UTC, NTP and NTS(potaroo.net)
potaroo.net
Revisiting Time: UT1, UTC, NTP and NTS
https://www.potaroo.net/ispcol/2026-03/nts.html
5 comments
Wikipedia says PTP uses UDP, that is network traffic? or did you mean Internet traffic?
https://en.wikipedia.org/wiki/Precision_Time_Protocol
Edit: ah, you are talking about virtual PTP, which is presumably PTP to the hypervisor instead of network servers. The hypervisor would then keep its own time in sync using GPS, network PTP or NTP.
https://kimmo.suominen.com/blog/2022/09/virtual-ptp-hardware...
https://en.wikipedia.org/wiki/Precision_Time_Protocol
Edit: ah, you are talking about virtual PTP, which is presumably PTP to the hypervisor instead of network servers. The hypervisor would then keep its own time in sync using GPS, network PTP or NTP.
https://kimmo.suominen.com/blog/2022/09/virtual-ptp-hardware...
NTS requires both ends. More public NTS servers help, but the installed base of plain NTP clients, routers and embedded systems that will never get a firmware update, keeps unauthenticated NTP as the default regardless.. every government that funds an atomic clock could run an authenticated public time service. Almost none have.
Huston is one of the few people who makes leap second arithmetic readable.
Huston is one of the few people who makes leap second arithmetic readable.
Really informative.
Quite inconsiderate of Earth not cooperating with our obsession with precision.
Quite inconsiderate of Earth not cooperating with our obsession with precision.
NTS is basically stateless authenticated time, which is a much bigger deal than just "secure NTP".
All clouds except AWS is easy: just `modprobe ptp_kvm` and point chrony at /dev/ptp0
On AWS it depends on instance type: some older do not support it at all, some support it via the network driver, some via the kvm PTP driver.