312-50V10 · Question #719
Log monitoring tools performing behavioral analysis have alerted several suspicious logins on a Linux server occuring during non-business hours. After further examination of all login activities, it i
The correct answer is A. NTP. NTP (Network Time Protocol) is the standard Linux protocol responsible for synchronizing system clocks with authoritative time sources. A misconfigured or stopped NTP service explains why the server time drifted by over twelve hours.
Question
Log monitoring tools performing behavioral analysis have alerted several suspicious logins on a Linux server occuring during non-business hours. After further examination of all login activities, it is notices that none of the logins have occurred during typical work hours. A Linux administrator who is investigating this problem realized the system time on the Linux server is wrong by more than twelve hours. What protocol used on Linux serves to synchronize the time has stopped working?
Options
- ANTP
- BTimeKeeper
- COSPF
- DPPP
How the community answered
(47 responses)- A91% (43)
- B2% (1)
- C2% (1)
- D4% (2)
Why each option
NTP (Network Time Protocol) is the standard Linux protocol responsible for synchronizing system clocks with authoritative time sources. A misconfigured or stopped NTP service explains why the server time drifted by over twelve hours.
NTP (Network Time Protocol) is the protocol used on Linux systems - typically via ntpd or chronyd - to synchronize the local clock with remote time servers. When the NTP daemon stops, the system clock drifts freely, which can cause time-based log anomalies like logins appearing outside business hours when they actually occurred during them. Correcting and restarting the NTP service resolves clock drift.
TimeKeeper is not a recognized standard network protocol for time synchronization on Linux systems.
OSPF (Open Shortest Path First) is a link-state routing protocol used for IP routing, not time synchronization.
PPP (Point-to-Point Protocol) is a data-link layer protocol used for direct connections between two nodes, not for time synchronization.
Concept tested: NTP time synchronization on Linux servers
Source: https://www.ntp.org/documentation/4.2.8-series/
Topics
Community Discussion
No community discussion yet for this question.