A network router is configured with the global configuration command `ntp master 6`. Additionally, the router has a configured association using `ntp server 172.16.40.10`. The remote NTP server at IP address is reachable and currently operates at Stratum 3. Assuming time synchronization between the router and the remote server succeeds, what stratum level will this router advertise to its downstream NTP clients?
- AStratum 3
- Stratum 4Answer
- CStratum 6
- DStratum 16
Answer
The router will operate at and advertise Stratum 4 because it adds 1 to the stratum level of its active upstream reference source (Stratum 3).
In Network Time Protocol (NTP), stratum levels represent the distance from an authoritative reference clock (Stratum 0). When a router synchronizes with an NTP server at Stratum , the router's calculated stratum level becomes . Since the upstream server is at Stratum 3, the router synchronizes to it and operates at Stratum 4. The `ntp master [stratum]` command configures the router as a master NTP server using its own internal clock only if external NTP sources fail or are unreachable.
Step-by-Step Solution
Key Concept
NTP Stratum Calculation and Fallback Master Precedence