Which protocol is used when guaranteed delivery of each packet is not necessary, using a best-effort delivery mechanism?

Prepare for the AP Networking Test. Study with flashcards and multiple choice questions, each question includes hints and explanations. Boost your confidence and get ready for success!

Multiple Choice

Which protocol is used when guaranteed delivery of each packet is not necessary, using a best-effort delivery mechanism?

Explanation:
Best-effort versus reliable delivery at the transport layer. UDP is the protocol that fits best here because it is connectionless and does not provide guarantees about delivery, order, or error recovery. It simply sends datagrams without establishing a session or performing retransmissions, which makes it fast and lightweight—ideal when occasional packet loss is acceptable, such as in streaming or real-time communications. In contrast, the other options rely on TCP, which provides reliable, ordered delivery with acknowledgments and retransmission. That means data is guaranteed to arrive correctly, which is not what the question describes. FTP and SSH use TCP under the hood, so they ensure delivery rather than offering best-effort service.

Best-effort versus reliable delivery at the transport layer. UDP is the protocol that fits best here because it is connectionless and does not provide guarantees about delivery, order, or error recovery. It simply sends datagrams without establishing a session or performing retransmissions, which makes it fast and lightweight—ideal when occasional packet loss is acceptable, such as in streaming or real-time communications.

In contrast, the other options rely on TCP, which provides reliable, ordered delivery with acknowledgments and retransmission. That means data is guaranteed to arrive correctly, which is not what the question describes. FTP and SSH use TCP under the hood, so they ensure delivery rather than offering best-effort service.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy