Which statement best distinguishes connectionless and connection-oriented transport protocols with examples?

Enhance your networking knowledge! Tackle our Transport Layer Protocols and Functions Test featuring flashcards and multiple-choice questions with insightful hints and explanations. Elevate your exam readiness now!

Multiple Choice

Which statement best distinguishes connectionless and connection-oriented transport protocols with examples?

Explanation:
The key idea is how each transport model handles conversations and reliability. In a connectionless setup, each message is treated independently; there’s no persistent session or state kept to guarantee delivery or ordering. UDP is the classic example: you send individual datagrams without establishing a ongoing connection, so delivery and order aren’t guaranteed. In a connection-oriented setup, a session is established before any data is exchanged. The protocol maintains state for that conversation and provides reliability features such as sequencing and retransmission, ensuring data arrives intact and in order. TCP is the example here: it performs a three-way handshake to establish a connection and then delivers a reliable, ordered byte stream with flow and congestion control. That combination—independent datagrams for connectionless and a session-based, reliable transfer for connection-oriented—best captures the distinction. The other statements misstate how sessions and reliability work: connection-oriented protocols do establish a session; UDP does not guarantee delivery or ordering; and connection-oriented protocols do establish sessions.

The key idea is how each transport model handles conversations and reliability. In a connectionless setup, each message is treated independently; there’s no persistent session or state kept to guarantee delivery or ordering. UDP is the classic example: you send individual datagrams without establishing a ongoing connection, so delivery and order aren’t guaranteed.

In a connection-oriented setup, a session is established before any data is exchanged. The protocol maintains state for that conversation and provides reliability features such as sequencing and retransmission, ensuring data arrives intact and in order. TCP is the example here: it performs a three-way handshake to establish a connection and then delivers a reliable, ordered byte stream with flow and congestion control.

That combination—independent datagrams for connectionless and a session-based, reliable transfer for connection-oriented—best captures the distinction. The other statements misstate how sessions and reliability work: connection-oriented protocols do establish a session; UDP does not guarantee delivery or ordering; and connection-oriented protocols do establish sessions.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy