200-301 · Question #1210
Which two transport layer protocols carry syslog messages? (Choose two.)
The correct answer is C. TCP D. UDP. The two transport layer protocols commonly used to carry syslog messages are: User Datagram Protocol (UDP): UDP is a connectionless and lightweight transport layer protocol. It is widely used for syslog due to its simplicity and efficiency. Syslog messages transmitted over UDP ar
Question
Options
- AIP
- BRTP
- CTCP
- DUDP
- EARP
How the community answered
(34 responses)- A3% (1)
- C91% (31)
- E6% (2)
Explanation
The two transport layer protocols commonly used to carry syslog messages are: User Datagram Protocol (UDP): UDP is a connectionless and lightweight transport layer protocol. It is widely used for syslog due to its simplicity and efficiency. Syslog messages transmitted over UDP are typically sent from the source to the destination without the need for acknowledgments or establishing a connection. However, UDP does not guarantee reliable delivery, and messages may be lost or arrive out of order in case of network congestion or errors. Transmission Control Protocol (TCP): TCP is a connection-oriented and reliable transport layer protocol. While less commonly used for syslog compared to UDP, TCP can be used when reliable delivery of syslog messages is required. TCP establishes a connection between the source and destination and ensures the ordered delivery of messages. It provides acknowledgment mechanisms and retransmission of lost packets, making it suitable for scenarios where message integrity and completeness are critical.
Topics
Community Discussion
No community discussion yet for this question.