A network team wants reliable time, name resolution, centralized logs, and visibility into traffic patterns. Which two services directly match those goals?
NTP matches the reliable time requirement.
Why this answer
NTP (Network Time Protocol) is correct because it provides reliable time synchronization across network devices, which is essential for accurate log timestamps and security protocols. This directly matches the goal of reliable time.
Exam trap
The trap here is that candidates often confuse Syslog (which provides centralized logs) with NTP (which provides time synchronization), but the question specifically asks for 'reliable time' and 'visibility into traffic patterns' — Syslog does not provide time synchronization or traffic visibility, while NetFlow does provide traffic pattern analysis.
Why the other options are wrong
Syslog is primarily used for logging and monitoring system messages rather than providing reliable time, name resolution, or traffic visibility. While it contributes to centralized logs, it does not fulfill the other specified goals of the network team.
DHCP is primarily used for dynamically assigning IP addresses to devices on a network, which does not directly address the goals of reliable time, name resolution, centralized logs, or visibility into traffic patterns.