An enterprise network engineer is configuring centralized event logging for perimeter switches sending data across a WAN connection. Security policy mandates that log messages must be delivered reliably to ensure no log loss during link congestion and that all log payloads must be cryptographically encrypted in transit. Which of the following transport protocols and port configurations best meets these compliance requirements?
- Syslog over TCP port 6514 using TLS encryptionAnswer
- BSyslog over UDP port 514 using TLS encryption
- CSyslog over TCP port 514 with plaintext delivery
- DSNMPv2c trap notifications over UDP port 162
Answer
Syslog over TCP port 6514 using TLS encryption best meets the requirements for reliable delivery and transport-layer confidentiality.
The configuration specifying Syslog over TCP port 6514 using TLS encryption provides connection-oriented reliability via TCP, ensuring lost packets are retransmitted during congestion, while RFC 5425 specifies TCP port 6514 as the standard port for TLS-encrypted Syslog payload transport.
Step-by-Step Solution
Key Concept
Centralized Network Log Security and Transport Protocols