210-250 · Question #140
Which NTP service is a best practice to ensure that all network devices are synchronized with a reliable and trusted time source?
The correct answer is A. Redundant authenticated NTP. NTP best practice requires both redundancy and authentication to ensure time availability and protect against time-spoofing attacks.
Question
Which NTP service is a best practice to ensure that all network devices are synchronized with a reliable and trusted time source?
Options
- ARedundant authenticated NTP
- BRedundant unauthenticated NTP
- CAuthenticated NTP services from one of the local AD domain controllers
- DLocal NTP within each network device
How the community answered
(51 responses)- A94% (48)
- C4% (2)
- D2% (1)
Why each option
NTP best practice requires both redundancy and authentication to ensure time availability and protect against time-spoofing attacks.
Redundant NTP provides failover so devices remain synchronized if one server becomes unavailable. Authentication (via MD5 or SHA keys) ensures devices only accept time updates from trusted sources, preventing NTP spoofing or man-in-the-middle attacks that could desynchronize logs and security systems.
Unauthenticated NTP leaves devices vulnerable to NTP spoofing attacks, where an attacker injects false time data to corrupt logs or bypass time-based security controls.
Relying on a single AD domain controller as the sole time source lacks redundancy and AD DCs may rely on inaccurate internal clocks unless explicitly configured with an external stratum-1 or stratum-2 source.
Per-device local NTP results in clock drift between devices, causing timestamps to diverge, which breaks log correlation and violates the fundamental purpose of time synchronization.
Concept tested: NTP redundancy and authentication best practices
Source: https://www.cisco.com/c/en/us/support/docs/availability/high-availability/19643-ntpm.html
Topics
Community Discussion
No community discussion yet for this question.