nerdexam
Cisco

210-250 · Question #19

Which identifier is used to describe the application or process that submitted a log message?

The correct answer is D. facility. In syslog, the facility field identifies the source application or process that generated a log entry, using numeric codes to categorize the origin.

Security Technologies

Question

Which identifier is used to describe the application or process that submitted a log message?

Options

  • Aaction
  • Bselector
  • Cpriority
  • Dfacility

How the community answered

(34 responses)
  • A
    3% (1)
  • C
    3% (1)
  • D
    94% (32)

Why each option

In syslog, the facility field identifies the source application or process that generated a log entry, using numeric codes to categorize the origin.

Aaction

Action is not a defined syslog field - it does not appear in the syslog message format as specified in RFC 5424.

Bselector

A selector combines both facility and severity to filter syslog messages, it is not an identifier for the source application alone.

Cpriority

Priority is a calculated value derived from combining the facility and severity fields, not a standalone identifier for the originating process.

DfacilityCorrect

The facility field in the syslog protocol is specifically designed to identify the application or process that generated the message, such as kern (0), user (1), mail (2), or daemon (3). It is a numeric value encoded in the priority field (PRI) of the syslog message header. This allows log management systems to filter and route messages based on their originating process.

Concept tested: Syslog message format facility field identification

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

Topics

#syslog#facility field#log management#log format

Community Discussion

No community discussion yet for this question.

Full 210-250 Practice