XK0-005 · Question #441
A Linux administrator is tasked with implementing a solution that will centralize information and allow it to be searchable and available for reporting purposes. Which of the following server roles…
The correct answer is C. Logging. To centralize, make searchable, and enable reporting for various system information, implementing a logging server role is the appropriate solution.
Question
A Linux administrator is tasked with implementing a solution that will centralize information and allow it to be searchable and available for reporting purposes. Which of the following server roles should the administrator implement?
Options
- ASSH
- BDNS
- CLogging
- DProxy
- ENTP
How the community answered
(46 responses)- C93% (43)
- D2% (1)
- E4% (2)
Why each option
To centralize, make searchable, and enable reporting for various system information, implementing a logging server role is the appropriate solution.
SSH provides secure remote access to systems and does not centralize information for searching or reporting.
DNS resolves domain names to IP addresses, a service unrelated to centralizing general system information.
A logging server (e.g., syslog, ELK stack) is specifically designed to collect log data from multiple sources, aggregate it, and provide mechanisms for searching, analyzing, and generating reports from this centralized information, directly fulfilling the administrator's requirements.
A proxy server acts as an intermediary for network requests, typically for security, caching, or access control, not for centralized information management.
NTP synchronizes system clocks across a network and is unrelated to collecting and reporting system data.
Concept tested: Linux server roles and centralized logging
Source: https://learn.microsoft.com/en-us/azure/architecture/guide/logging-and-monitoring/log-management
Topics
Community Discussion
No community discussion yet for this question.