Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
News

NTP Pool Project Reaches 500 Servers 165

A user 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 Project Reaches 500 Servers

Comments Filter:
  • by Ithika ( 703697 ) on Saturday January 14, 2006 @12:29PM (#14471286) Homepage

    And what makes sure the trains are on time?

  • by TallMatthew ( 919136 ) on Saturday January 14, 2006 @12:39PM (#14471323)
    What keeps someone from joining the pool and giving out the wrong time?

    There are some nifty bits of nastiness that can be delivered when a machine is privy to having its clock changed from afar.

  • by Anonymous Coward on Saturday January 14, 2006 @12:51PM (#14471363)
    Because you have the internet...
  • by bsd4me ( 759597 ) on Saturday January 14, 2006 @12:56PM (#14471376)

    A proper NTP implemetation for a computer gathers information from several clock sources. The NTP protocol also has provisions to determine whether a clock is accurate or not based on the responses from other clocks. IIRC, this is called a "false ticker" in the spec.

  • Re:500 (Score:3, Insightful)

    by Heembo ( 916647 ) on Saturday January 14, 2006 @12:58PM (#14471387) Journal
    Well, would 459 be a notable checkpint? Since most humans use base-10 math these days, 500 is a comfortable and familiar socio-mathematical number in terms of a good notable checkpoint. Now, since we are nerds, I believe that 512 would have been a much greater checkpoint. All praise binary!
  • by Xugumad ( 39311 ) on Saturday January 14, 2006 @12:58PM (#14471388)
    Or a sys-admin, maybe? I work with computer systems that need to be kept reasonably in sync, time wise, and NTP is a good way of doing that...
  • Re:New Way uses HW (Score:3, Insightful)

    by Anonymous Coward on Saturday January 14, 2006 @01:01PM (#14471399)
    What do you mean by "finally working"? It's been working for ages, I've been using public NTP servers much before I found about pool.ntp.org.

    Besides, what a GPS receiver gives you is a stratum 1 host. What are you going to do, get a receiver per machine? Of course not, you connect it to one box with a NTP server, and make the rest synchronize with it.

    Perhaps the usefulness of public NTP servers is somewhat less now, but they're still good to have. I'm sure at many companies buying a GPS receiver could be complicated, even though accurate time is a very, very nice thing to have these days.
  • Re:New Way uses HW (Score:5, Insightful)

    by cswiger2005 ( 905744 ) <cswiger@mac.com> on Saturday January 14, 2006 @01:16PM (#14471473) Homepage
    GPS does indeed make a wonderful external time reference, and many stratum-1 NTP timeservers are using it.

    Of course, most machines locked in a rack in a hosting facility don't have even the slightest chance of seeing enough sky to lock onto GPS, so it's safe to say that NTP's death or obsolesence is premature to announce just yet. :-)

    --
    -Chuck

    PS: O Slashdot wizards, why does Slashdot's posting filter claim ntpq output is lame?
    It's a conspiracy, I tell you, to force me to write more text!
    Bah, that doesn't work, the lameness filter doesn't like a line filled with "=" signs at all, even if I use an <ecode> tag.

  • Re:New Way uses HW (Score:4, Insightful)

    by tpgp ( 48001 ) on Saturday January 14, 2006 @01:25PM (#14471518) Homepage
    Supposedly, if you need an accurate timebase, you are supposed to just use GPS (which gives the exact time) instead of relying on a complicated clock protocol.

    Unless your data center is inside a shielded room / underground / in the center of your building.

    It is great that NTP is so widely distributed. It is typical that at the moment the old technology is finally working, there is an altogether better solution.

    Its not a better solution - its a better solution in some cases.

    NTP has the massive advantage of working anywhere you have a network connection and not requiring expensive hardware (GPS hardware you can attach to a PC & match the reliability of NTP is not your yum-cha $75 GPS unit)
  • Stratums (Score:5, Insightful)

    by bsd4me ( 759597 ) on Saturday January 14, 2006 @01:57PM (#14471662)

    It would also be nice if ISPs would set up their own pools (and advertise them) so clients wouldn't have to go off network, and then if end-users would would set up their own pool for their networks. Not every machine that needs accurate time has to be at stratum-2 or stratum-3, especially workstations. The NTP Pool website makes it look like it is a good idea if every machine on a network syncs to the NTP Pool, instead of setting up internal servers, which is how NTP is really designed to work.

  • by OneSmartFellow ( 716217 ) on Saturday January 14, 2006 @02:34PM (#14471806)
    Two main design decisions preclude this from causing disaster.


    1.) A proper NTP implementation will only normally change the skew of your clock, so it speeds up or slows down, but does not jump around.


    2.) A proper NTP implementation will assume that a clock with a large variance compared to other sources is unreliable, and so it will try not to use it. Of course this assumes you have more than one time source available (and configured).

  • Re:New Way uses HW (Score:3, Insightful)

    by pe1chl ( 90186 ) on Saturday January 14, 2006 @04:05PM (#14472240)
    Even ONE receiver (GPS) can be a problem in an office building with metalized glass windows and no access to the roof.
    Also, not everyone wants to setup an antenna on the roof and wire it into the computer room.

    For typical computer network purposes (where relative time accuracy is more important than absolute accuracy), NTP is a very good solution. It will get all systems on your lan within milliseconds or better, and the whole network within tens of milliseconds. It will be better than a message-based (non-PPS) GPS receiver connected to all your systems!

    When you require nanosecond accuracy, you probably don't need it on all systems in your network.

One man's constant is another man's variable. -- A.J. Perlis

Working...