ArticlesBase.com - Free Articles Directory
Free Online Articles Directory
05.09.2008 Sign In Register Hello Guest
Email:
Password:
Remember Me 
forgot your password?


How to Configure a Windows Time Server

Author: David Evans Author Ranking Bronze | Posted: 28-02-2007 | Comments: 0 | Views: 327 | Rating:  (102) Article Popularity - Blue (?) Got a Question? Ask.
Sign Up Now!

The latest Microsoft Windows operating systems have a time synchronisation utility installed by default called ‘Windows Time’. The Windows time service allows a Microsoft network to provide time synchronisation of machines in a domain. This article introduces how to configure the Microsoft Windows 2000 and 2003 operating systems to operate as a SNTPNTP Time Server. The article discusses how to change Windows registry entries to configure the Time Service.

Before modifying any Windows registry settings, it is a good idea to save the registry. In the even of any difficulties, the registry can be restored to its former state.

Windows 2000 Time Service

Windows 2000 has an integrated network time synchronization service, installed by default, which can be configured to synchronize to a Time Server. In fact, by changing associated registry settings, the service can act as both a time client and a time server to synchronize other network time clients.

The Windows Time service should be present in the systems service list. The application executable is 'w32time.exe'. The parameter list for time service should be present in the in the registry at:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeParameters

The Windows 2000 operating system can operate as a time client and synchronise to a time server by setting the parameter 'NTP Server' to the IP address of a Time Server.

By default, the Windows 2000 machine will synchronize to the specified time server every 8 hours, or 3 times a day. This may not be enough to maintain accurate synchronization and can be easily increased. Setting the ‘Period’ parameter to how many times each day synchronisation is required can reduce the period. Setting the ‘Period’ parameter to 48 will activate synchronization with the time server once every half hour.

The Windows 2000 operating system can also be configured to act as a time server by setting the 'Local NTP' registry setting to '1'.

After changing any of the registry settings for the windows time service, the service must be restarted for the settings to take effect. The time service can be started or stopped from the service control applet in the Administrative Tools menu. The service can also be controlled via the DOS net command thus:

‘net start w32time’ and ‘net stop w32time’

Windows 2003 Time Service

With Windows 2003, Microsoft has expanded on the original Windows 2000 SNTP time service by providing a true NTP implementation. The Windows 2003 time service, installed by default, can synchronise to a NTP Server. Indeed, by changing registry settings, the time service can act as both a time server and client to synchronize other time clients in the domain.

The 'Windows Time' service should be present in the systems service list. The application executable is 'w32time.exe'. The parameter list for the Windows 2003 time service should be present in the registry at:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32Time

To configure the Windows 2003 operating system to synchronize to an external time server, edit the following registry entries:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeParametersType

Set the ‘Type’ registry entry to ‘NTP’, which specifies synchronization to a NTP time server.



HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeTimeProvidersNTPClientSpecialPollInterval

The ‘Special Poll Interval’ registry entry defines the period in seconds that the Windows 2003 operating system should poll the time server. A recommended value is 900, which equates to a polling period of every 15 minutes.



HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeConfigAnnounceFlags

Set the ‘Announce Flags’ registry entry to 5 indicating a reliable time reference.



HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeTimeProvidersNTPServerEnabled

Changing the ‘Enabled’ flag to the value 1 enables the NTP Time Server.



HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeParametersNtpServer

The ‘NTP Server’ parameter is used to provide a list of DNS names or IP addresses, separated by a space, of time servers that the Windows 2003 operating system can synchronize to.

Troubleshooting the Time Service

A number of isuues may be encountered when configuring the Microsoft Windows Time Service. SNTP and NTP operates using the UDP protocol over TCP/IP. Therefore, the TCP/IP network protocol must be active for SNTPNTP to operate. Synchronisation issues may also arise when SNTPNTP attempts to synchronise to an inaccurate time server reference or if network delays are excessive.

Synchronising Network Device and Components

In addition to synchronizing Microsoft Windows servers and workstations, time servers can also be used to synchronise network devices, such as switches, routers and hubs. Any network infrastructure that can synchronise to a NTP or SNTP time server can be pointed to the Windows time server to obtain synchronisation. In this way the whole network and accompanying infrastructure can be accurately synchronised to a time reference.

Rate this Article: Current: 0 / 5 stars - 0 vote(s).

Article Source: http://www.articlesbase.com/operating-systems-articles/how-to-configure-a-windows-time-server-111173.html

Print this Article Print article   Email to a Friend Send to friend   Publish this Article on your Website Publish this Article   Send Author Feedback Author feedback  
About the Author:

D. Evans develops Windows SNTP\NTP time server synchronisation solutions that ensure accurate time on PC's and networks. Dave has been heavily involved in the development of dedicated Windows time server systems, NTP synchronized digital clock systems and atomic clock synchronization products. Click here to find out more about Windows Time Server solutions.

Submitting articles has become one of the most popular means of generating quality backlinks and targeted traffic to your website. Join us today - It's Free!

Article Comments

Comment on this article Comment on this article
Your Name
Your Email:
Comment Body
Enter Validation Code: Captcha


Related Articles

How to Configure an Ntp Network Time Server in Windows 2003
By: Richard n Williams | 21/04/2008 | Networks
This article describes how to configure Windows 2003 to act as an authoritative time server using NTP (Network Time Protocol).

How to Configure an Ntp Network Time Server in Windows Xp
By: Richard n Williams | 21/04/2008 | Computers
This article describes how to configure Windows XP to act as an authoritative time server using NTP (Network Time Protocol).

Decoding the Dcf-77 Radio Time Signal
By: David Evans | 06/02/2007 | Hardware
This article describes how the DCF-77 time signal is decoded by NTP server and computer systems to provide an accurate timing reference.

How to Configure Windows Server as a Ntp Server
By: David Evans | 22/02/2007 | Networks
This article describes how to configure the Microsoft Windows 2003 and Windows 2000 time service as a NTP time server. It shows how to modify registry entries to configure the Microsoft Windows Time Service. The Windows Time service allows a Windows network to provide synchronisation of all machines within a domain.

How to Keep Accurate Time on your Computer
By: David Evans | 27/02/2007 | Operating Systems
This article describes various methods of keeping a highly accurate time on your computer. It describes how to utilise Internet time servers, radio and GPS clocks and dedicated NTP server systems.

How to Use Authentication When Synchronizing to a Ntp Server
By: David Evans | 01/03/2007 | Security
This article describes how to utilise the Network Time Protocol authentication features to authenticate time references when synchronizing clients to a NTP server.

How to Use the GPS Clock
By: David Evans | 19/06/2007 | Information Technology
This article discusses how the GPS clock can be used to provide an accurate timing reference for computers and computer networks. The GPS system is often used for computer timing applications, such as NTP time servers and accurate timing references.

Installing a Ntp Server
By: David Evans | 22/06/2007 | Hardware
This article describes how to configure and install NTP server systems on a network and discusses the advantages and disadvantages of various reference clock options.

Got a Question? Ask.

Ask the community a question about this article:

Frequently Asked Questions

How to open a password protected document that will not open with password - Word 2002
By: rivasnwa | 16-08-2008
password protected document will not open with password - Word 2002

How can i install the HP Deskjet F2100 All In One Printer on my Laptop that has Windows Me with out a disc?
By: bludolfnangel | 15-08-2008
i was told that the HP deskjet F2100 all in one printer would work on windows me but we don't have a disc so how can i install it on my laptop can some one please help me out thank you and god bless

Hello there i bought a second pc of a neighbour ...
By: michelle | 08-08-2008
hello there i bought a second pc of a neighbour whom was moving away i want to reset back to factory settings but dont have any discs it runs on windows xp and is a time pc i have tried f11 and ctrl and f11 but to no avail can someone pls help ty

Glass Window R -Factor
By: Vic | 05-08-2008
?I have a pane of glass that has a 1" space on the inside and is 18" x 20" in size. Each side of glass is 3/16 inches thick. There are 3 layers of clear plastic inside the glass pane, each of which is 1/32" thick and are evenly spaced, allowing for 4 air gaps. Can anyone tell me what the R-factor would be for this space and does the R-factor exponentially increase from one air gap to the next? Or, is the R-factor equal between each of the air gaps? Thanks for the help!?

Can Windows Server 2003 support automatic failover ...
By: shabana | 05-08-2008
can Windows Server 2003 support automatic failover or it needs additional software to do so.if yes then what kind of software?

Windows xp professional does not work to uncompress some files that have become compressed automatically
By: Dr KK | 31-07-2008
Hi I need urgent help to uncompress some of my files in drive d.Some of the files mostly audio and video files suddnly turned blue and automatically became compressed files.I have tried to uncompress them by opening property of root files and uncheck compress box by clicking advance but when I click apply and ok I find no difference in the compressed files their colour is still blue and property is same,that means system does not uncompress these files.I have also used command prompt but it does not work.Please help me to sort out this problem. Thank You Dr KK

Q&A Powered by:
Powered by Yedda 

Latest Operating Systems Articles

Windows Vs. Mac
By: Justin Mongiardo | 03/09/2008
The debate between Windows and Mac users has been raging for years. However, no definitive conclusion has been reached. Ultimately, both systems have their benefits and drawbacks. Choosing between the two is simply a matter of personal preference and usability needs. Thus, it is important to consider the real differences between these two platforms when deciding which to use.

Command From Command Prompt
By: rontdu | 29/08/2008
For more information on a specific command, type HELP command-name:

Fix the Computer Cpu Speed How to Change it
By: Jim Marshall | 22/08/2008
Is your computer running at a snails pace? Do you want to return it to it's brand new rocket like speed? Well short of buying a new computer, here are some quick tips ANYONE can use to get their computer running less like the tortoise and more like the hare.

Dotnetnuke (dnn) Outsourcing – a Cost Effective Option for Enterprise Application Development
By: Asha Jacob | 13/08/2008
This article highlights the benefits of employing DotNetNuke techniques in building dynamic websites and how increasingly outsourcing provides cost-effective DNN options.

10 More Tips and Tricks to Make Windows Easier
By: Duncan Kelly | 05/08/2008
As promised, here are a further list of tips and shortcuts to make your usage of Windows a bit more slick. Some of them you may know, but it's amazing (to me at least) how many people don't know these simple shortcuts and helps.

10 Tricks and Shortcuts to Make Using Windows Easier
By: Duncan Kelly | 05/08/2008
There are a number of tricks and shortcuts that are fairly well known among people that have been using Windows a lot over the last 14 years of it's existence. However, we tend to take it for granted that everyone knows these things, when in fact they don't. Read on to find out more.

Coping With Crashes
By: Sandra Prior | 02/08/2008
General protection faults and invalid page faults are guaranteed to strike fear into the hearts of PC users everywhere. We show you what to do when your digital world is crashing around you.

Keeping Accurate Time on Linux: Running a Ntp Time Server
By: Richard n Williams | 16/07/2008
This article explains how to keep accurate and synchronised time on Linux using NTP

More from David Evans

Use a Ntp Server to Keep Precise Network Time
By: David Evans | 18/07/2008 | Computers
It is quite simple to synchronise every device on your network to an accurate time reference - a NTP time server.

Keeping Accurate Time on Your Computer Using Ntp Servers
By: David Evans | 21/05/2008 | Computers
This article discusses ways in which you can maintain continuously accurate system time on your computer system. It looks at how Internet time references and NTP servers can be utilised for computer time synchronisation.

GPS Systems for Ntp Time Servers and Timing Applications
By: David Evans | 17/05/2008 | Computers
This article describes the components required to utilise GPS for computer timing applications. It also discusses how the GPS system can be used for computer network timing by using the Network Time Protocol (NTP) and NTP time servers.

Time Server Fundamentals
By: David Evans | 10/05/2008 | Computers
A time server is a computer server that obtains precise timing information from an external hardware clock and provides this information to clients across a computer network.

Ntp Time Servers for Precision Timing
By: David Evans | 07/05/2008 | Computers
This article briefly outlines the operation of NTP and some of the terminology associated with the protocol.

Installing a Radio Referenced Ntp Server
By: David Evans | 03/04/2008 | Computers
Many networks in organisations suffer from a lack of time synchronisation between servers, workstations and other network components. This can lead to problems processing time critical information and transactions. However, a solution has been available for many years in the form of NTP.

Using GPS to Synchronise Computer Systems
By: David Evans | 29/01/2008 | Computers
This article describes how the GPS system can be used to provide an accurate time and frequency reference for NTP servers and computer network time synchronisation.

Maintaining Precise Time on your Computer by Utilising Ntp Servers
By: David Evans | 16/01/2008 | Computers
This article describes how Internet or Intranet based NTP servers can be utilised to maintain accurate time on a computer system.

Article Categories






Give Feedback

Sign up for our email newsletter

Receive updates, enter your email below