[comp.protocols.time.ntp] What is protocols.time.ntp?

berger@well.sf.ca.us (Robert J. Berger) (07/18/90)

What is this newsgroup about? What is ntp?

I am looking for a way to synconize the clocks of hosts on a network. Is
that what ntp does? If so how accurately? How is this different than TSP and
the timed?

Bob Berger Sony Corp.  berger@sfcsun.sony.com

wales@CS.UCLA.EDU (Rich Wales) (07/19/90)

Bob --

Replying to your question about what NTP is:

NTP (Network Time Protocol) is a network clock synchronization protocol --
similar in some ways to, but more advanced than, TSP and TIMED.

NTP uses UDP (User Datagram Protocol -- a connectionless datagram service
which is part of the TCP/IP protocol suite) to exchange time-stamped infor-
mation packets between hosts.  An "NTP daemon" runs on each host, sends
periodic queries to other hosts, and uses a complex filtering algorithm to
evaluate the incoming information and keep the local clock running accurately
and smoothly over time.

Numerous hosts on the Internet are using radio clocks which listen to author-
itative time sources such as the US NIST (formerly NBS) radio station WWVB.
These hosts function as "stratum-1" NTP servers to distribute time stamps to
other hosts.  A local organization can set up one or more "stratum-2" NTP
servers, which synchronize off a set of stratum-1 servers and in turn provide
time information for the rest of the organization.

NTP has been designed for high efficiency, stability, and robustness.  These
considerations -- together with the fact that so many radio-clock hosts offer
high-accuracy time service on the Internet via NTP -- make the protocol an
attractive and inexpensive way of keeping your system clocks in sync.

-- Rich Wales <wales@CS.UCLA.EDU> // UCLA Computer Science Department
   3531 Boelter Hall // Los Angeles, CA 90024-1596 // +1 (213) 825-5683
   "Indeed!  Twenty-four is the gateway to heroic salvation."

berger@well.sf.ca.us (Robert J. Berger) (07/22/90)

I posted the incorrect email address.
It should be:
	sonyusa!sfcsun!berger
Rich did answer my question though.

			Bob