XK0-004 · 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. This question tests knowledge of which Linux server role provides centralized, searchable log collection and reporting capabilities.
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
(18 responses)- B6% (1)
- C89% (16)
- D6% (1)
Why each option
This question tests knowledge of which Linux server role provides centralized, searchable log collection and reporting capabilities.
SSH provides encrypted remote shell access to systems and does not centralize or index log data.
DNS resolves hostnames to IP addresses and has no capability for log aggregation or reporting.
A centralized logging server - implemented with tools such as rsyslog, syslog-ng, or a SIEM stack like the ELK suite - collects log data from multiple systems into a single location. This architecture makes logs searchable and enables reporting dashboards and alerting, directly satisfying the stated requirements. No other listed role provides log aggregation and search functionality.
A proxy server intermediates client web requests for caching or filtering but does not centralize system logs or provide a search interface.
NTP synchronizes clocks across network hosts to ensure consistent timestamps but does not collect, store, or make logs searchable.
Concept tested: Centralized logging server role and purpose
Source: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/installing_identity_management/configuring-a-centralized-log-management-solution_installing-identity-management
Topics
Community Discussion
No community discussion yet for this question.