Which protocol is characterized as connectionless and unreliable at the Transport Layer?

Study for the Network Security Instructional Terminology Test. Enhance your knowledge with multiple choice questions, each accompanied by hints and explanations. Ensure readiness for your exam!

Multiple Choice

Which protocol is characterized as connectionless and unreliable at the Transport Layer?

Explanation:
At the Transport Layer, the key distinction is whether a protocol establishes a session and guarantees delivery. UDP provides a connectionless, best-effort service: no handshake, no acknowledgments, no retransmission, and no guarantees about ordering. Data may arrive out of order or be lost, but the overhead is minimal and latency remains low. This makes UDP ideal for time-sensitive or simple messages where occasional loss is acceptable, such as DNS queries or certain streaming and real-time applications. In contrast, TCP requires a connection first and ensures reliable delivery through acknowledgments and retransmissions, so data arrives intact and in order. SCTP is also connection-oriented and reliable, with extra features like multi-streaming, while IP is a network-layer protocol and isn’t a transport-layer option.

At the Transport Layer, the key distinction is whether a protocol establishes a session and guarantees delivery. UDP provides a connectionless, best-effort service: no handshake, no acknowledgments, no retransmission, and no guarantees about ordering. Data may arrive out of order or be lost, but the overhead is minimal and latency remains low. This makes UDP ideal for time-sensitive or simple messages where occasional loss is acceptable, such as DNS queries or certain streaming and real-time applications. In contrast, TCP requires a connection first and ensures reliable delivery through acknowledgments and retransmissions, so data arrives intact and in order. SCTP is also connection-oriented and reliable, with extra features like multi-streaming, while IP is a network-layer protocol and isn’t a transport-layer option.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy