nerdexam
EC-Council

312-50V10 · Question #490

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 prot

The correct answer is C. SYSLOG. Syslog is the standard protocol for message logging that decouples message generation, storage, and analysis into separate components, and is specifically designed for transporting event messages across a network.

Information Security and Ethical Hacking Fundamentals

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

(25 responses)
  • A
    4% (1)
  • C
    92% (23)
  • D
    4% (1)

Why each option

Syslog is the standard protocol for message logging that decouples message generation, storage, and analysis into separate components, and is specifically designed for transporting event messages across a network.

ASNMP

SNMP (Simple Network Management Protocol) is used for network device monitoring and management via polling and traps, not as a general-purpose message logging transport protocol.

BICMP

ICMP (Internet Control Message Protocol) is a network-layer protocol used for sending error messages and operational information such as ping, not for event log transport.

CSYSLOGCorrect

Syslog (RFC 5424) is a widely implemented standard that defines a protocol for forwarding log messages in an IP network, explicitly enabling separation between the originating software, the storage system, and the reporting/analysis tools. It was purpose-built for transporting event messages and is used across operating systems, network devices, and security tools.

DSMS

SMS (Short Message Service) is a cellular text messaging technology and is not a network protocol for structured system event logging or log transport.

Concept tested: Syslog protocol for event message transport

Source: https://datatracker.ietf.org/doc/html/rfc5424

Topics

#syslog#event logging#log management#network protocols

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice