Slashdot Log In
NTP Pool Reaches 1000 Servers, Needs More
Posted by
kdawson
on Sat Sep 08, 2007 07:12 PM
from the if-you-got-the-money-honey-i-got-the-time dept.
from the if-you-got-the-money-honey-i-got-the-time dept.
hgerstung writes "This weekend the NTP Pool Project reached the milestone of 1000 servers in the pool. That means that in less than two years the number of servers has doubled. This is happy news, but the 'time backbone' of the Internet, provided for free by volunteers operating NTP servers, requires still more servers in order to cope with the demand. Millions of users are synchronizing their PC's system clock from the pool and a number of popular Linux distributions are using the NTP pool servers as a time source in their default ntp configuration. If you have a static IP address and your PC is always connected to the Internet, please consider joining the pool. Bandwidth is not an issue and you will barely notice the extra load on your machine."
Related Stories
[+]
NTP Pool Project Reaches 500 Servers 165 comments
flok writes "Finally after 3 years the NTP Pool project has reached 500 servers! The NTP pool project tries to be an accurate and free time-source to every internet-connected device. Everybody who's system has running an NTP daemon which can give an accurate time-indication can join the project. Not only is it handy to have accurate time on your workstation to be able to see when you need to leave the house to catch the train in time, it is also usefull to be able to accurately correlate events between your system and others in case one gets hacked."
This discussion has been archived.
No new comments can be posted.
NTP Pool Reaches 1000 Servers, Needs More
|
Log In/Create an Account
| Top
| 230 comments
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Google (Score:5, Interesting)
Seriously. They are working to own every other bit of information. Why not "own" the method by which machines maintain time by throwing a thousand machines at it (an insignificant number compared to the 500k or more that make up their own server farm).
Re:Google (Score:5, Informative)
huh? (Score:5, Interesting)
If that is the case, why do they need more servers?
Re:huh? (Score:5, Interesting)
(Last Journal: Wednesday December 21 2005, @02:24AM)
Re:huh? (Score:5, Funny)
Re:huh? (Score:5, Informative)
Re:huh? (Score:4, Insightful)
(http://kadin.sdf-us.org/ | Last Journal: Tuesday October 16, @01:46PM)
The first thing that comes to mind is remote logging. If I have several machines logging to some remote machine somewhere (as you should on any non-trivial system, to make a log falsification more difficult), it makes log analysis a lot easier if I know that the timestamps in the log are accurate and consistent across machines. Particularly if you ever have to dig through a break-in (or what you think might be a break-in), or just user stupidity, where you want to match actions taken on one machine to results on another.
At the very least, you want to make sure that all the clocks on the machines are accurate to at least the smallest interval of time that you might have two timestamps on the log apart by. Or if that's not possible, at least within a span so that the same human-initiated command will be discernible across the system at the same time in the logs.
Other things that involve remote data-collection have the same issue. At the very least, you need to have all your computers set so that they're accurate to some factor that's less than the time between data collections. While "data collection" sounds esoteric, it could be something as simple as sending emails from one computer to another, or combining two stacks of digital photos taken from some webcams (if they're portables, that's a separate ball of wax).
Now, do most of these things require all of the computers in your home network to be individually pinging a Level 2 timeserver? No. It would work just as well to have your gateway router get the time from a timeserver, and then offer NTP broadcasts to your network, so that everything could just synchronize itself. You'd have high precision local time, for synchronization, and reasonable accuracy time to a national standard. But that's beyond most users, so most OSes just have each workstation take care of things on its own.
Re:huh? (Score:5, Informative)
load (Score:1, Insightful)
(Last Journal: Wednesday December 21 2005, @02:24AM)
Re:load (Score:5, Informative)
(http://www.cs.sfu.ca/~ggbaker/)
I think this is just a case of more==better. A bigger pool means more people can use their local zone instead of the global zone, the whole system can handle more clients, less load on servers means even more may be willing to join,
Seriously, it's not that big a deal. Just thow your server into the pool and forget about it.
Re:load (Score:5, Funny)
(http://www.college-paintball.com/)
Isn't that a bit extreme? Should I maybe waterproof it first?
Re:load (Score:5, Funny)
(http://stylus-toolbox.sf.net/ | Last Journal: Tuesday May 15, @11:50AM)
Free GPS time equipment! (Score:4, Informative)
(http://www.askbjoernhansen.com/ | Last Journal: Thursday September 06, @01:34PM)
Re:Free GPS time equipment! (Score:4, Interesting)
So, what are they gonna say when overwhelmed? (Score:1)
I for one.. (Score:1, Funny)
didnt they think of this? (Score:2)
(Last Journal: Saturday August 25, @03:49PM)
here's a question (Score:1)
More NTP servers, Lower Quality? (Score:2)
Not so much the chips, but the timebase crystals.. (Score:5, Informative)
Like every other component in mass-market electronic gear, it is chosen with minimum cost as the primary consideration. Such "value engineering" also has done away with the tiny trimmer capacitor that used to be present on most motherboards, which could be used (along with a frequency counter) to tweak the oscillator frequency for better accuracy.
For real accuracy, the timebase oscillator needs to be kept at a constant temperature, which isn't possible in a PC that gets turned on and off. Ideally, the crystal (or the entire oscillator circuit) is enclosed in a package equipped with a heater element and temperature sensor, and kept at a constant temperature. Such a circuit is called an OCXO, or Oven Compensated Crystal Oscillator, and is standard equipment on laboratory grade equipment like frequency counters and signal generators.
Better way To Do This (Score:5, Interesting)
(http://nuintari.net/)
time IN A 1.2.3.4
time IN A 1.2.3.5
where 1.2.3.4 and 1.2.3.5 are ntp servers on my local network. I don't allow people off my network to query my DNS servers for recursive queries, and the ntp.org DNS servers never tell anyone to use my name servers for this space anyways. This would mean that only my customers that use my DNS servers (about 99%) of them, would ever get answers for my time servers, and they would definitely be close.
And anyone whose network carrier doesn't bother to set this up, still gets generic answers from ntp.org. This works much better than just a big pool full of 1000 servers worldwide, even if you bother to use the country code dns regions, you still aren't always getting an ntp server anywhere near you.
Re:Better way To Do This (Score:4, Informative)
(http://www.burr.cc/~egburr)
All organizations interested in possibly hosting a NIST Internet Time Service server are invited to contact Time and Frequency Division Chief Thomas O'Brian for more information, including a description of the equipment that the organization must have available and a discussion of the other technical qualifications necessary to host a server: obrian@boulder.nist.gov .
Re:Better way To Do This (Score:5, Interesting)
(http://www.goldmark.org/dodgson/ | Last Journal: Thursday July 05, @02:11PM)
You are absolutely correct that if network carriers provided NTP services properly on their nets, then the pool wouldn't be necessary. If you go through Usenet archives you can read the history and discussion behind the creation of the pool. Everyone realizes that the pool is an inferior solution that we are stuck with because the network access service providers won't do their job.
The next time I've got a free two hours for self-torture, I'll call Verizon Business customer support and ask them about NTP service. (It will take that long to be transfered to someone who understands the question.)
Re:Better way To Do This (Score:4, Informative)
Unlike a partnership with Akamai, there's no compelling monetary reason for an ISP to offer their own NTP server. Therefore, the easiest (least costly) solution -- at the ISP end -- is probably the most likely to win. Adding a line to dhcpd.conf is probably easier than configuring BIND to issue lies.
And while not everyone uses DHCP, they certainly have some mechanism for communicating things like DNS server addresses, default gateways, and so on. Using that same mechanism (be it DHCP, bootp, or snail mail) to inform the customer of the local NTP server seems trivial in every instance I can think of.
Clients that don't care will obviously ignore this data, but customers who do care can modify their client software accordingly.
Eventually (as in, within the MTBF of a Linksys router), if it ever gains any foothold, clients will use this data by default.
But I guess the most glaring problem to me is that, surprisingly often, the ISP's own DNS servers are slow and/or broken, and overridden. Much of Roadrunner's network is, for instance, assigned DNS servers which are so slow that when browsing the web, more time is spent on simple DNS lookups than on downloading and rendering content.
This, in turn, causes people like me to use a different DNS server on a different network. In my case, I use Level3's DNS at 4.2.2.1 because it is easy to remember and quite fast. Your suggestion ties together DNS and NTP inextricably, such that I'd also be using L3's NTP server by default, when all I really wanted was different DNS.
I don't want a solution to one network problem to have cascading effects on other network services. There's enough of that in the world already.
Remember, the whole point of this is to eliminate end-user manual NTP client configuration, and reduce network load, while offering the useful service of providing accurate time. And I can only hope that, after all of this, network-attached devices of all types will use this mechanism (whatever it is) to automatically derive time from a nearby NTP server.
Some of these devices will be reconfigurable to use whatever NTP server the user wants (certainly, my Linux box is), but hopefully some simpler devices will not be (think print server, networked DVR, WiFi LCD picture frame, or other minimally-configured box).
If a standard method for propogating NTP server names to end-users ever does get implemented, I shouldn't have to run a local copy of BIND and my own regimine of poison, just to allow independant settings for both DNS and NTP servers.
But that's all just my opinion. It is probably wrong.
GPS time with OpenBSD (Score:5, Informative)
(http://www.ptudor.net/ | Last Journal: Wednesday January 19 2005, @10:54PM)
Re:GPS time with OpenBSD (Score:5, Informative)
(http://www.askbjoernhansen.com/ | Last Journal: Thursday September 06, @01:34PM)
Re:GPS time with OpenBSD (Score:5, Informative)
Under OpenBSD I've gotten much more stable timekeeping by recompiling the generic kernel with only one simple change. I set the processor type to 586 or 686 as the case may be. Specifically in the
How about semi-dynamic IPs (Score:2)
(http://www.pembo13.com/)
A more practical solution... (Score:2)
(http://www.creimer.ws/ | Last Journal: Friday January 26 2007, @12:40PM)
atomic clock to PC connection? (Score:3, Interesting)
(http://technocrat.net/ | Last Journal: Wednesday November 07, @06:23PM)
Storm (Score:1, Funny)
zero config and NTP? (Score:2)
(http://slashdot.org/ | Last Journal: Saturday February 05 2005, @03:50AM)
I am sure that there are many private networks where computers are still connecting to external time servers, when the could easily use a server on the local network.
how to get ntpd to stop listening on all interface (Score:1)
My thought is (Score:2, Interesting)
(http://photar.net/)
not yet... (Score:1)
(Last Journal: Friday April 30 2004, @05:37AM)
Why not make it peer-to-peer (Score:1, Redundant)
(http://www.petedavis.net/)
Seems to me that would get rid of the need for thousands of servers and would suit the needs of most users.
Re:Why not make it peer-to-peer (Score:4, Insightful)
(http://nuintari.net/)
And while I agree with your sentiment that I can live time being off by a little, I also run a lot of UNIX servers that use NFS heavily. I am far more concerned with all of my network machines agreeing on what time it is on my network, than being correct with the world. I sync two dedicated time servers to the ntp.org pools (soon to be three), and all my internal hosts sync to those two. Being synced with the world is very handy, and generally I would prefer it. But being in agreement with myself is non-negotiable, I just need it.
Windows XP's default time servers. (Score:2)
(http://aqfl.net/ | Last Journal: Wednesday July 09 2003, @01:16AM)
Windows Time (Score:3, Informative)
Pool (Score:1)
2 + 2 = 5 (Score:2)
This doesn't add up. If it doesn't burden existing machines, then why do we need more of them?
security (Score:1)
Why I quit: ntpd sucks (Score:2)
(http://honeypot.net/ | Last Journal: Friday April 07 2006, @09:33AM)
Flamebait subject, but I kind of mean it.
I was in the pool for a while but quit because ntpd is wholly incapable of protecting itself. I ended up with about 50 abusers that polled for time once a second. I tried using the built-in filtering [isc.org] but it doesn't work, so ntpd was gleefully replying to each and every one of those requests.
Keep in mind that it has the logic to detect abusers - it just won't do anything about it. Well, it can be made to send a KOD (Kiss Of Death) packed that should make clients blacklist the server, but those same broken clients ignore KODs. I kid you not, the standard recommendation is to firewall them off [isc.org].
What? ntpd already knows its internal state, including a list of abusers. The code could be as simple as "def sendTimePacket(clientaddr): if clientaddr in blacklist then return; else sendpacket(clientaddr);", but they suppose that it's easier to write an external program to monitor that state, general firewall rules, connect to the firewall host, and insert them. No, really, that's not easier at all.
I like NTP and I liked the idea of helping serve it to the world, but until ISC decides to support at least basic anti-DOS functionality in ntpd, I won't be joining the pool again. And by "support", I mean at least lend moral support to people who would be willing to the work, instead of just telling them to alter their firewall.
1000 server are overkill (Score:1)
Inconsistency? (Score:1)
Huh? Most home users should use their ISP. (Score:1)
1) traceroute www.google.com
2) Pick the first router that belongs to my ISP.
3) Use it as my time server.
Multicast (Score:2)
(http://ecloud.org:8080/ | Last Journal: Monday June 07 2004, @04:58PM)
Every machine in the world connecting via TCP to ask "what time is it?" sure doesn't sound very efficient does it?
Re:Unless netgear hears about you (Score:2)
Re:NTP Isn't Accurate (Score:5, Informative)
(http://www.askbjoernhansen.com/ | Last Journal: Thursday September 06, @01:34PM)
The NTP Pool monitors the servers and only uses those with accurate time. A server drifting several seconds off would be taken out of the pool until it got fixed.
Also, the NTP daemons are Quite Good at ignoring the servers with Bad Time Keeping.
Using ntpd with the pool servers will give you much much much more accurate time than trying to set it manually after looking at a web page.
- ask
Re:NTP Isn't Accurate (Score:3, Informative)
(http://www.goldmark.org/dodgson/ | Last Journal: Thursday July 05, @02:11PM)
Please name one ntp server in the pool that it off by more than .5 seconds? The vast majority are accurate to under .1 seconds. I do not believe that the AC who said these aren't accurate understands how NTP works.
Re:NTP Isn't Accurate (Score:5, Informative)
Personally, I don't use the pool, and instead find some stable servers near to my ISP. But you really can't argue against the NTP pool as a default setup, since it works everywhere. So, if it bothers you, find some closer servers or convince your ISP to run a time server (many are already doing so). In both cities I've lived in, I was able to find an open stratum-1 server with a ~20ms delay (Thank you GPS).
Re:NTP Isn't Accurate (Score:3, Insightful)
I have my machines synced via ntp. ntpq reports than I'm no more than 3ms out of sync with a stratum 1 time server (9ms out of sync with UNSO) and that server is synced with GPS and USNO which as you said is never more than
Eye-balling like you described I can verify that I am within 2000ms of http://time.gov/ [time.gov]. I think perhaps that that website may have had issue on the date you saw it being 3 minutes different than what NTP provided.
I'd show you the ntpq output but the lameness filters prevent it.
Re:NTP Isn't Accurate (Score:2)
Re:non-root ntp server (Score:2)
(http://robots.org.uk/)