• You already know the basics of NTP.
    This lesson goes deeper into how the protocol actually works.

    What NTP Does

    Without NTP, every device keeps its own time and they drift apart:

    Without NTP, switch SW1 and routers R1 and R2 show different clock times and an administrator notes the devices are out of sync

    Figure 1 – Without NTP, clocks drift apart

    With NTP, all devices point to one NTP server, allowing them to converge on the same time.

    With an NTP server, switch SW1 and routers R1 and R2 all display the same synchronized time

    Figure 2 – With NTP, devices share one time

    NTP is a standardized protocol in RFC 5905, and NTPv4 is the current version.

    Answer the question below

    What is the current version of NTP?

    NTP Stratums

    NTP establishes a hierarchy of clock sources.
    It uses the term stratum to measure distance from the reference.

    Stratum 0 is the reference clock itself, a GPS or atomic source.

    The NTP stratum hierarchy: a stratum 0 reference clock feeds stratum 1 servers, then stratum 2 and stratum 3 routers

    Figure 3 – The NTP stratum hierarchy

    The server directly connected to it is a Stratum 1 server.
    Each step down the chain adds one.

    • The usable values range from 1 to 15.

    • Stratum 16 means that the device is unsynchronized and has no valid source yet.

    NTP uses UDP port 123.

    Answer the question below

    What stratum is a server directly connected to the reference clock?