What is the difference between TCP and UDP?

Prepare for the Navy IT Communications Part 5 Test. Study effectively with multiple-choice questions, detailed explanations, and expert tips. Ace your exam with confidence!

Multiple Choice

What is the difference between TCP and UDP?

Explanation:
TCP vs UDP differ in how they handle data transport. TCP is connection-oriented and reliable: it sets up a connection before sending data, uses acknowledgments and retransmissions to ensure every byte is received, and preserves the order of data. UDP is connectionless and faster but less reliable: it sends datagrams without a prior setup and without guarantees of delivery or order, which reduces overhead and latency. This is why the best answer says TCP is connection-oriented and reliable, while UDP is connectionless and faster but less reliable. The other statements miss key aspects: TCP isn’t connectionless, both protocols aren’t both connection-oriented, and while TCP does guarantee order and delivery, that description doesn’t capture the full contrast in connection style and overhead.

TCP vs UDP differ in how they handle data transport. TCP is connection-oriented and reliable: it sets up a connection before sending data, uses acknowledgments and retransmissions to ensure every byte is received, and preserves the order of data. UDP is connectionless and faster but less reliable: it sends datagrams without a prior setup and without guarantees of delivery or order, which reduces overhead and latency.

This is why the best answer says TCP is connection-oriented and reliable, while UDP is connectionless and faster but less reliable. The other statements miss key aspects: TCP isn’t connectionless, both protocols aren’t both connection-oriented, and while TCP does guarantee order and delivery, that description doesn’t capture the full contrast in connection style and overhead.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy