Questions: Syslog: Network Logging and Log Aggregation

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A network administrator configures all routers to send syslog messages to a central server. During a network outage, the syslog server becomes temporarily unreachable. What happens to log messages sent during that time?

AThey are queued on each router and retransmitted automatically when the server recovers
BThey are silently dropped — UDP provides no delivery guarantee and syslog does not buffer by default
CThey are stored locally on each router's flash memory until acknowledged by the server
DThe routers switch to TCP syslog automatically to ensure delivery during the outage
Question 2 Multiple Choice

A syslog message is generated by the kernel (facility 0) with severity level 3 (Error). What is the priority value encoded in the message header?

A3
B8
C3
D24
Question 3 True / False

Syslog guarantees that most log message generated by a network device will be received and stored by the central syslog server.

TTrue
FFalse
Question 4 True / False

In a syslog deployment, the timestamp attached to each log message reflects when the central syslog server received the message, not when the originating device generated it.

TTrue
FFalse
Question 5 Short Answer

Why is NTP (Network Time Protocol) synchronization considered essential in a syslog deployment, and what specific analysis capability does it enable?

Think about your answer, then reveal below.