[AFMUG] Forrest's Time Post

2023-08-16 Thread Mike Hammett
Forrest posted this to the NANOG mailing list. It was pretty good, so I copied 
it here. 




--- 

I've responded in bits and pieces to this thread and haven't done an excellent 
job expressing my overall opinion. This is probably because my initial goal was 
to point out that GPS-transmitted time is no less subject to being attacked 
than your garden variety NTP-transmitted time. Since this thread has evolved, 
I'd like to describe my overall position to be a bit clearer. 


To start, we need a somewhat simplified version of how UTC is created so I can 
refer to it later: 


Across the globe, approximately 85 research and standards institutions run a 
set of freestanding atomic clocks that contribute to UTC. The number of atomic 
clocks across all these institutions totals around 450. Each institution also 
produces a version of UTC based on its own set of atomic clocks. In the 
international timekeeping world, this is designated as UTC(Laboratory), where 
Laboratory is replaced with the abbreviation for the lab producing that version 
of UTC. So UTC(NIST) is the version that NIST produces at Boulder, Colorado, 
NICT produces UTC(NICT) in Tokyo, and so on. 


Because no clock is perfectly accurate, all of these versions of UTC drift in 
relation to each other, and you could have significant differences in time 
between different labs. As a result, there has to be a way to synchronize them. 
Each month, the standards organization BIPM collects relative time measurements 
and other statistics from each institution described above. This data is then 
used to determine the actual value of UTC. BIPM then produces a report 
detailing each organization's difference from the correct representation of 
UTC. Each institution uses this data to adjust its UTC representation, and the 
cycle repeats the next month. In this way, all of the representations of UTC 
end up being pretty close to each other. The document BIPM produces is titled 
"Circular T." The most recent version indicates that most of the significant 
standards institutions maintain a UTC version that differs by less than 10ns 
from the official version of UTC. 


Note that 10ns is far more accurate than we need for NTP, so most of the UTC 
representations can be considered identical as far as this discussion goes. 
Still, it is essential to realize that UTC(NIST) is generated separately from 
UTC(USNO) or other UTC implementations. For example, a UTC(NIST) failure should 
not cause UTC(USNO) to fail as they utilize separate hardware and systems. 


Each of these versions of UTC is also disseminated in various ways. UTC(NIST) 
goes out via the "WWV" radio stations, NTP, and other esoteric methods. GPS 
primarily distributes UTC(USNO), which is also available directly via NTP. 
UTC(SU) is the timescale for GLONASS. And so on. 


So, back to NTP and the accuracy required: 


Most end users (people running everyday web applications or streaming video or 
similar) don't need precisely synchronized time. The most sensitive application 
I'm aware of in this space is likely TOTP, which often needs time on the server 
and time on the client (or hardware key) within 90 seconds of each other. In 
addition, having NTP time fail usually isn't the end of the world for these 
users. The best way to synchronize their computers (including desktop and 
server systems) to UTC is to point their computer time synchronization service 
(whatever that is) at pool.ntp.org, time.windows.com, their ISP's time server, 
or similar. Or, with modern OS'es, you can leave the time configured to 
whatever server the OS manufacturer preconfigured. As an aside, one should note 
that historically windows ticked at 15ms or so, so trying to synchronize most 
windows closer than 15ms was futile. 


On the other hand, large ISPs or other service providers (including content 
providers) see real benefits to having systems synchronized to fractions of 
seconds of UTC. Comparing logs and traces becomes much easier when you know 
that something logged at 10:02:23.1 on one device came before something logged 
at 10:02:23.5 on another. Various server-to-server protocols and software 
implementations need time to be synchronized to sub-second intervals since they 
rely on timestamps to determine the latest copy of data, and so on. In 
addition, as an ISP, you'll often provide time services to downstream customers 
who demand more accuracy and reliability than is strictly necessary. 


As a result, one wants to ensure that all time servers are synchronized within 
some reasonable standard of accuracy. Within 100ms is acceptable for most 
applications but a goal of under 50ms is better. If you have local GPS 
receivers, times down to around 1ms is achievable with careful design. Beyond 
that, you're chasing unnecessary accuracy. Note that loss of precision is 
somewhat cumulative here - running a time server synchronized to within 100ms 
will ensure that no client can be synchronized to better than wi

Re: [AFMUG] Forrest's Time Post

2023-08-16 Thread Chuck McCown via AF
Like to know more about “other esoteric methods”


From: Mike Hammett 
Sent: Wednesday, August 16, 2023 7:40 AM
To: AnimalFarm Microwave Users Group 
Subject: [AFMUG] Forrest's Time Post

Forrest posted this to the NANOG mailing list. It was pretty good, so I copied 
it here. 


---
I've responded in bits and pieces to this thread and haven't done an excellent 
job expressing my overall opinion.   This is probably because my initial goal 
was to point out that GPS-transmitted time is no less subject to being attacked 
than your garden variety NTP-transmitted time. Since this thread has evolved, 
I'd like to describe my overall position to be a bit clearer.


To start, we need a somewhat simplified version of how UTC is created so I can 
refer to it later:


Across the globe, approximately 85 research and standards institutions run a 
set of freestanding atomic clocks that contribute to UTC.   The number of 
atomic clocks across all these institutions totals around 450.   Each 
institution also produces a version of UTC based on its own set of atomic 
clocks.  In the international timekeeping world, this is designated as 
UTC(Laboratory), where Laboratory is replaced with the abbreviation for the lab 
producing that version of UTC.   So UTC(NIST) is the version that NIST produces 
at Boulder, Colorado, NICT produces UTC(NICT) in Tokyo, and so on.   


Because no clock is perfectly accurate, all of these versions of UTC drift in 
relation to each other, and you could have significant differences in time 
between different labs.   As a result, there has to be a way to synchronize 
them.  Each month, the standards organization BIPM collects relative time 
measurements and other statistics from each institution described above.  This 
data is then used to determine the actual value of UTC. BIPM then produces a 
report detailing each organization's difference from the correct representation 
of UTC.   Each institution uses this data to adjust its UTC representation, and 
the cycle repeats the next month. In this way, all of the representations of 
UTC end up being pretty close to each other.   The document BIPM produces is 
titled "Circular T."  The most recent version indicates that most of the 
significant standards institutions maintain a UTC version that differs by less 
than 10ns from the official version of UTC.   


Note that 10ns is far more accurate than we need for NTP, so most of the UTC 
representations can be considered identical as far as this discussion goes. 
Still, it is essential to realize that UTC(NIST) is generated separately from 
UTC(USNO) or other UTC implementations.  For example, a UTC(NIST) failure 
should not cause UTC(USNO) to fail as they utilize separate hardware and 
systems.


Each of these versions of UTC is also disseminated in various ways.  UTC(NIST) 
goes out via the "WWV" radio stations, NTP, and other esoteric methods.   GPS 
primarily distributes UTC(USNO), which is also available directly via NTP.  
UTC(SU) is the timescale for GLONASS.  And so on. 


So, back to NTP and the accuracy required:


Most end users (people running everyday web applications or streaming video or 
similar) don't need precisely synchronized time.   The most sensitive 
application I'm aware of in this space is likely TOTP, which often needs time 
on the server and time on the client (or hardware key) within 90 seconds of 
each other.   In addition, having NTP time fail usually isn't the end of the 
world for these users.  The best way to synchronize their computers (including 
desktop and server systems) to UTC is to point their computer time 
synchronization service (whatever that is) at pool.ntp.org, time.windows.com, 
their ISP's time server, or similar.  Or, with modern OS'es, you can leave the 
time configured to whatever server the OS manufacturer preconfigured.   As an 
aside, one should note that historically windows ticked at 15ms or so, so 
trying to synchronize most windows closer than 15ms was futile.


On the other hand, large ISPs or other service providers (including content 
providers) see real benefits to having systems synchronized to fractions of 
seconds of UTC.   Comparing logs and traces becomes much easier when you know 
that something logged at 10:02:23.1 on one device came before something logged 
at 10:02:23.5 on another.   Various server-to-server protocols and software 
implementations need time to be synchronized to sub-second intervals since they 
rely on timestamps to determine the latest copy of data, and so on.   In 
addition, as an ISP, you'll often provide time services to downstream customers 
who demand more accuracy and reliability than is strictly necessary.   


As a result, one wants to ensure that all time servers are synchronized within 
some reasonable standard of accuracy.   Within 100ms is acceptable for most 
applications but a goal of under 50ms is better.   If you hav

Re: [AFMUG] Forrest's Time Post

2023-08-16 Thread Forrest Christian (List Account)
Two methods I didn't mention that this group might already be familiar with:

1) They still distribute time via telephone.   Call 303-499-7111 to hear
the WWV (colorado) broadcast or 808-335-4363 for WWVH (hawaii)

2) You can dial in with your dialup modem and get time codes.  300 baud up
to 9600 baud.

Beyond that they have a range of services, some of which are not on the
website to distribute time and frequency to various other entities which
need a NIST-traceable and/or highly accurate time system.

Not sure how much detail you really want, but there are three main
additional methods I'm aware of:

1) Two-way-satellite time and frequency transfer.   Essentially they buy
time on a commercial satellite to be able to do full duplex two way
satellite communication.   Because of the symmetric nature of the
simultaneous two-way path they are able to cancel out any satellite delay.
 Lots more information at
https://www.nist.gov/pml/time-and-frequency-division/time-distribution/two-way-satellite-time-and-frequency-transfer

2) Common view GPS.   Essentially you measure the time you receive a
certain part of the signal from a single GPS satellite at two different
locations, and compare it to the time produced by the atomic clocks at that
location.   If the path to the GPS satellite is the same length at both
sites because you picked a time that the GPS satellite was in that
position, you can be pretty certain that any difference in time of arrival
you measure between the sites is an inaccuracy of the atomic clocks at each
site.  This method doesn't depend on the accuracy of the GPS clocks on the
satellites as you're just comparing time of arrival of the signal and not
decoding GPS time.   Of course, the devil is in the details here as there
is often propagation delay differences, and you need very precise satellite
orbital data to make this work.   Oh, high accuracy GPS satellite orbit
data is also available from NIST. See
https://www.nist.gov/pml/time-and-frequency-division/time-services/common-view-gnss-time-transfer
.   Apparently they're also experimenting with comparing the phase of
received GPS signals as well to get even more accuracy.

3) They also do experimental fiber-based time and frequency transfer.
 Doesn't take much imagination about how this works, other than to say that
apparently you have to take into account the fact that light propogates
down different fibers at different speeds (even in the same bundle).

4) If you need nist-traceable time at your site they also sell a service
where they drop a rack of equipment in your site and manage it.   You get a
highly-accurate frequency and time standard that is NIST traceable with all
of the reports to prove it, from NIST.   Think all of the atomic clocks you
need, along with NIST scientists handling the time transfer to that rack.
-- 
AF mailing list
AF@af.afmug.com
http://af.afmug.com/mailman/listinfo/af_af.afmug.com