A network security administrator is configuring stateful firewall rules to integrate a newly deployed Security Information and Event Management (SIEM) appliance within an enterprise network. Per company compliance requirements, all remote system logging sent from internal infrastructure switches to the SIEM must be encrypted over the wire using Transport Layer Security (TLS) to guarantee confidentiality and data integrity. Which protocol and transport layer port combination must the administrator permit on the firewall to allow this secure log transmission?
- TCP port 6514Answer
- BUDP port 514
- CUDP port 6514
- DTCP port 514
Answer
TCP port 6514
The standard port designated by IANA for secure, TLS-encrypted Syslog traffic (as defined in RFC 5425) is TCP port 6514. TLS requires TCP to handle session negotiation, cryptographic certificates, and reliable packet delivery.
Step-by-Step Solution
Key Concept
Syslog over TLS (TCP Port 6514) vs Standard Syslog (UDP Port 514)