Questions: Network Time Protocol (NTP) for Clock Synchronization

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

An NTP client discovers its clock is 500 milliseconds behind the server. Why does NTP gradually adjust the clock rate rather than immediately jumping the clock 500ms forward?

ANTP cannot correct offsets larger than 100ms and defers those to manual intervention
BAbrupt clock jumps can violate monotonicity assumptions made by applications, causing log ordering errors, cache expirations, and authentication failures
CThe round-trip delay calculation requires gradual adjustment to average out over multiple measurement samples
DJumping the clock would cause NTP to lose its synchronization with the upstream stratum source
Question 2 Multiple Choice

A server's NTP status shows it is synchronized to a stratum 2 source. What does this tell you?

AThe server is accurate to within 2 milliseconds of UTC
BThe server is two hops removed from an atomic clock or primary reference
CThe server is running NTP protocol version 2
DThe server is less accurate than a stratum 3 server because higher stratum numbers indicate better quality
Question 3 True / False

NTP's round-trip delay calculation assumes that the one-way network delay is exactly half the round-trip time, which may introduce error when network paths are asymmetric.

TTrue
FFalse
Question 4 True / False

In a well-configured enterprise network, NTP can achieve sub-microsecond clock synchronization between geographically distant servers.

TTrue
FFalse
Question 5 Short Answer

Why does NTP use clock slewing (gradually adjusting the clock rate) rather than simply jumping the clock to the correct time, and when does NTP perform a hard step correction instead?

Think about your answer, then reveal below.