312-50V9 · Question #357
It is a widely used standard for message logging. It permits separation of the software that generates messages, the system that stores them, and the software that reports and analyzes them. This…
The correct answer is C. SYSLOG. Syslog is the widely adopted standard protocol for message logging that decouples the processes of generating, storing, and analyzing log messages. It is specifically designed to transport event messages across network infrastructure.
Question
It is a widely used standard for message logging. It permits separation of the software that generates messages, the system that stores them, and the software that reports and analyzes them. This protocol is specifically designed for transporting event messages. Which of the following is being described?
Options
- ASNMP
- BICMP
- CSYSLOG
- DSMS
How the community answered
(34 responses)- A3% (1)
- C91% (31)
- D6% (2)
Why each option
Syslog is the widely adopted standard protocol for message logging that decouples the processes of generating, storing, and analyzing log messages. It is specifically designed to transport event messages across network infrastructure.
SNMP (Simple Network Management Protocol) is used for monitoring and managing network device configurations and performance via a manager-agent model, not for transporting event log messages.
ICMP (Internet Control Message Protocol) is a Layer 3 protocol used for network diagnostics and error reporting such as ping and traceroute, not for logging or event message transport.
Syslog, standardized in RFC 5424, is a protocol designed to transport event and log messages from generating sources - such as network devices, servers, and applications - to separate storage and analysis systems. It permits clean separation of concerns: the message source, the log collector, and the reporting or analysis tool can all be independent systems. It commonly uses UDP port 514 or TCP/TLS for reliable delivery.
SMS (Short Message Service) is a cellular telecommunications messaging service and plays no role in IT infrastructure event logging protocols.
Concept tested: Syslog protocol for centralized event log transport
Source: https://www.rfc-editor.org/rfc/rfc5424
Topics
Community Discussion
No community discussion yet for this question.