During a security audit, a network administrator notices that event logs sent from a remote switch to a central log server contain significant gaps during periods of high network utilization. Investigation reveals that log packets sent via standard Syslog are being silently dropped by intermediate routers under heavy congestion. Which transport protocol and port configuration should be configured on the switch to ensure reliable, delivery-guaranteed log transmission?
- Configure Syslog to use TCP on port 514Answer
- BConfigure Syslog to use UDP on port 6514
- CConfigure SNMPv2c trap notifications using authPriv mode on UDP port 162
- DConfigure Syslog to use TCP on port 161
Answer
Configure Syslog to use TCP on port 514 to guarantee log message delivery across congested network paths.
The correct approach is configuring Syslog to use TCP on port 514. UDP-based Syslog relies on best-effort transport, which leads to lost audit events when network congestion causes packet drops. Using TCP introduces connection tracking, acknowledgments, and retransmissions to guarantee that every generated audit message reaches the central logging repository.
Step-by-Step Solution
Key Concept
Syslog Transport Protocols and Reliability