Writers' Community!

Search:

Writers' Community!

SearchWarp Home Submit An Article Frequently Asked Questions Contact Author Login
Article Submission
We Need YOUR Articles!
We'll Promote Them for FREE!

Author Login

New Authors
Register Here


Now Serving 5,598 Authors
44,096 Quality Articles
& 3,604 Current Users Online!
Featured Authors
David Tanguay (5,842)
Jared Wilson (2,029)
Susan Thom (8,322)
Judge Dred (204)
Robert Melaccio, Sr. (4,531)
Jan Hayner (3,914)
Teresa Ortiz (4,542)
E. Raymond Rock (2,266)
Terry Mitchell (1,279)
Christine Akiteng (64,086)
Jennifer Cuddy (1,150)
Jeff Brown (4,451)
Mark Parsec (8,778)
Sandra E. Graham (1,437)

View All Featured Authors
Most Recent
How to Build and Configure Your Own Radio Referenced NTP Time Server

Windows 2003 Installing and Configuring an Authoritative NTP Network Time Server.

History of Time Keeping, Calendars, Clocks and NTP Servers

Everything You Need to Know About Computer LAN (Local Area Network) Backbone Wiring

How To Install Outdoor Fiber Optic Cables In Underground Ducts And Innerducts

Time Servers and the Importance of Synchronisation.

A Guide to NTP and Computer Network Time Synchronisation

A Guide to Time Synchronisation with Windows Vista

A word about Wifi or Wi-fi Technology

What is Inside WiMAX Technology (802.16)

Home » Categories » Computers & Networking » Networking » Windows 2003 Installing and Configuring an Authoritative NTP Network Time Server. » Reprint Rights » Printer Friendly

Windows 2003 Installing and Configuring an Authoritative NTP Network Time Server.

Rated 3.5 out of 5
Rate It  /  View Comments  /  View All Articles submitted by Richard N Williams
Submitted Tuesday, July 01, 2008
Submitted by: Richard N Williams (1,010) Bronze Level Author Verified Account View Bio for Richard N Williams
Galleon Systems
Log in to become a member of Richard N Williams's Fan Club!


  • Precision and time synchronisation is highly important for modern computer networks, without synchronisation many time sensitive transactions would be impossible to carry out.

    The internal clock in computers does keep time and date information but these Real Time Chips are not designed to keep perfect time as computers are mass produced and optimized for low cost rather than being perfect clocks.

    Of course for a lot of applications this can be more than adequate but for time-sensitive transactions such as online purchasing not having a network that is synchronised can cause errors in transactions and can even leave the network vulnerable to fraud.

    Fortunately Windows Server from 2000 onwards has a time synchronisation utility built in call windows time (w32time.exe) this can be configured to allow the machine to be used as time server.

    Windows time uses a form of NTP (Network Time Protocol) which was developed over 20 years ago. It uses an algorithm to synchronise time on a network. NTP (version 4) can maintain time over the public Internet to within 10 milliseconds (1/100 th of a second) and can perform even better over LANs with accuracies of 200 microseconds (1/5000 th of a second) under ideal conditions.

    NTP uses a single time reference and synchronises all machines on the network to that time. I t can be configured to both synchronise a network using the internal clock or an external time source.

    Note: Microsoft strongly recommends that you configure a time server with a hardware source rather than from the internet where there is no authentication.

    To configure the Windows Time service to use an external time source, click Start, Run and type regedit then click OK.

    Locate the subkey:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters

    Right-click Type then Modify, in edit Value type NTP in the Value data box then OK.

    Right click ReliableTimeSource, then click Modify.

    In the Edit DWORD Value box, under Value Data, type 0, then click OK.

    Right-click NtpServer in the right pane then click Modify.

    In Edit Value, type the Domain Name System ( DNS ), each DNS must be unique.

    Now click Ok.

    To set the poll intervals locate:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters

    In the right pane, right-click Period, then click Modify.

    In the Edit DWORD Value box, under Value Data, type 24 then OK

    Exit Registry Editor

    Click Start, then Run then type the following and press Enter:

    Net stop w32time & & net start w32time

    Network Time Protocol (NTP) is an Internet protocol used for the transfer of accurate time, providing time information along so that a precise time can be obtained

    To enable the Network Time Protocol; NTPserver, locate and click:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer

    In the right pane, right-click Enabled, then click Modify.

    In the Edit DWord Value box, type 1 under Value data, then click OK.

    Now go back and click on

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\NtpServer

    In the right pane, right-click NtpServer, then Modify, in the Edit DWORD Value under Value Data type In the right pane, right-click NtpServer, then Modify, in the Edit DWORD Value under Value Data type the Domain Name System ( DNS ), each DNS must be unique and you must append 0x1 to the end of each DNS name otherwise changes will not take effect.

    Now click Ok.

    Locate and click the following

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient\SpecialPollInterval

    In the right pane, right-click SpecialPollInterval, then click Modify.

    In the Edit DWORD Value box, under Value Data, type the number of seconds you want for each poll, ie 900 will poll every 15 minutes, then click OK.

    To configure the time correction settings, locate:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\config

    In the right pane, right-click MaxPosPhaseCorrection, then Modify, in the Edit DWORD Value box, under Base, click Decimal, under Value Data, type a time in seconds such as 3600 (an hour) then click OK.

    Now go back and click:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\config

    In the right pane, right-click MaxNegPhaseCorrection, then Modify.

    In the Edit DWORD box under base, click Decimal, under value data type the time in seconds you want to poll such as 3600 (polls in one hour)

    Exit Registry Editor

    Now to restart windows time service, click Start, Run (or alternatively use the command prompt facility) and type:

    net stop w32time & & net start w32time

    And on each computer, other than the time server, type:

    W32tm/ -s a nd the time server should be up and running

    Richard N Williams is a technical author and a specialist in the telecommunications and network time synchronisation industry helping to develop dedicated NTP clocks. Please visit us for more information about NTP and other network time server solutions




  • This author of this Article has choosen to make this article available with free reprint rights.
    Click here to copy this article.

    Reprint Rights

    Log in to become a member of Richard N Williams's Fan Club!

    Comments on this article:
    No comments yet.


    Was this article helpful to you? Leave a Public Comment or Question:

     

    This Article has been viewed 31 times.
    Article added to SearchWarp.com on Tuesday, July 01, 2008
    View other articles written by Richard N Williams (1,010) Bronze Level Author Verified Account View Bio for Richard N Williams


    If you found this article interesting, you may want to check out:

    Disclaimer:  All information on this site is provided for informational purposes only! By no means is any information presented herein intended to substitute for the advice provided to you by any health care or other professional or organization.


    Today's Most Popular
    Howto setup an Internet Wi-Fi Hotspot

    Installing a PCI Wireless Networking Card

    Surviving The Technical Job Interview

    VPN Explained - The Basics of VPN Simplified

    Cisco Routing: "Ip Default-Network" vs. Static Default Routes

    Networking Structures Explained: Access Point or Ad-hoc?

    Sharing an Internet Connection over a Wi-Fi Network

    SMS 101 - Short Message Service Explained

    Why Network Documentation Is So Important

    How To Install Outdoor Fiber Optic Cables In Underground Ducts And Innerducts

    Home  |  FAQ's  |  Contact  |  Terms of Service  |  Article Submission Guidelines  |  Writers' Contests  |  Privacy  |  Mission / About
    Copyright © 1999-2008 SearchWarp.com, All Rights Reserved - SearchWarp.com is an IcoLogic, Inc. Company