A systems administrator notices that several workstation computers in a newly established branch office fail to authenticate to the enterprise domain controller. Further inspection reveals that the system clocks on the affected workstations differ by more than six minutes from the domain controller clock, breaking time-sensitive authentication protocols. Which network server role should be configured to automatically synchronize local clocks across all host devices on the network?
- Network Time Protocol (NTP) serverAnswer
- BDomain Name System (DNS) server
- CDynamic Host Configuration Protocol (DHCP) server
- DSyslog server
Answer
Network Time Protocol (NTP) server
The correct answer is the Network Time Protocol (NTP) server. NTP operates over UDP port 123 and is specifically designed to synchronize system time and clock offsets across host computers on a network. Modern network authentication protocols enforce a strict maximum clock tolerance (typically 5 minutes) to prevent replay attacks; when client clocks drift beyond this limit, authentication fails until NTP synchronization is established.
Step-by-Step Solution
Key Concept
Network Host Services - Network Time Protocol (NTP) Server Role