This article describes the differences between NTP and SNTP. The article also discusses when SNTP can be safely used in place of the full-blown NTP protocol. It also outlines the differences between a NTP serverclient and a SNTP serverclient.
Network Time Protocol (NTP) is one of the oldest Internet protocols currently in use. NTP was developed to disseminate accurate time to clients around a computer network. Simple Network Time Protocol (SNTP) is a much less complex implementation of NTP. SNTP lacks many complex synchronisation algorithms used by NTP which makes it ideal for implementation on small computers.
This article describes the differences between NTP and SNTP. The article also describes when the SNTP protocol can be safely implemented in place of NTP. The article also descibes the differences between a NTP server and a SNTP server.
NTP protocol packets transferred between a NTP server and client are identical to SNTP packets. Each field in a NTP packet of information has a corresponding field in a SNTP packet. NTP protocol packets are entirely interchangeable with SNTP protocol packets. Infact a NTP server has no way of telling if a time request originated from a NTP or SNTP client.
The difference between the NTP and SNTP protocols is contained within the sophisticated routines used to implement the protocols. NTP has sophisticated routines designed to monitor multiple time references and decide which is the optimal reference. NTP constantly monitors multiple time references for jitter and offset and decides which is the best one to synchronise. NTP corrects time by slewing the system clock. The host's system clock is accelerated or decelerated to slowly bring it into line with an accurate external time reference. Large stepped time adjustments are avoided. NTP has complex synchronisation algorithms that calibrate the system clock to match the frequency of an accurate reference clock.
SNTP is a simplified sub-set of the algorithms used by the NTP protocol. SNTP steps the host computers system time rather than slowly slewing it towards the correct time. Adjusting the system time in steps can cause time critical applications problems. SNTP also lacks the functionality to monitor multiple NTP server reference clocks and decide on the optimal source of time. Instead it utilises a list of references and in the event of failure of a reference it moves on to the next.
The SNTP protocol is best suited to synchronizing computers at the extremities of a computer network. It is ideally suited to less powerful processors, such as micro-controllers and embedded systems, which do not require the accuracy of NTP. The complex algorithms of NTP may not be practically implemented on small computers. NTP is ideal for use in dedicated NTP server systems and synchronising large networks of computers. Here, accurate time may be of the utmost importance and the sophisticated routines employed by NTP will help maintain synchronization.
Why Does My Organisation Need a NTP Time Server?
This article attempts to clearly and simply describe what a NTP server is and why it is an essential part of a modern computer network infrastructure.Network Time Synchronisation using GPS
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.Installing a Radio Referenced NTP Server
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.