Which statement about TCP and UDP is true?

Get ready for your Fundamentals of Computing Test. Utilize flashcards and multiple-choice questions. Every question includes hints and explanations. Prepare effectively and ace your exam now!

Multiple Choice

Which statement about TCP and UDP is true?

Explanation:
The statement tests how TCP and UDP differ in reliability, connection state, and typical use. TCP provides reliable data transfer and is connection-oriented: a connection is established, data is delivered reliably with acknowledgments, and packets are delivered in order, with retransmissions if needed. This extra work adds overhead and can introduce some latency, but it ensures you get everything correctly, which is essential for web pages and email where missing data would be problematic. UDP, on the other hand, is connectionless and does not guarantee delivery or ordering. It has much lower overhead, so it can be faster and more suitable for real-time or streaming applications where a few lost packets are acceptable and latency matters more than perfect accuracy. So the statement is true because it correctly captures these trade-offs: TCP is reliable and connection-oriented; UDP is unreliable and connectionless but faster, making TCP a good choice for web/email and UDP a better fit for streaming or real-time apps. The other options misstate UDP’s reliability or TCP’s speed for streaming.

The statement tests how TCP and UDP differ in reliability, connection state, and typical use. TCP provides reliable data transfer and is connection-oriented: a connection is established, data is delivered reliably with acknowledgments, and packets are delivered in order, with retransmissions if needed. This extra work adds overhead and can introduce some latency, but it ensures you get everything correctly, which is essential for web pages and email where missing data would be problematic.

UDP, on the other hand, is connectionless and does not guarantee delivery or ordering. It has much lower overhead, so it can be faster and more suitable for real-time or streaming applications where a few lost packets are acceptable and latency matters more than perfect accuracy.

So the statement is true because it correctly captures these trade-offs: TCP is reliable and connection-oriented; UDP is unreliable and connectionless but faster, making TCP a good choice for web/email and UDP a better fit for streaming or real-time apps. The other options misstate UDP’s reliability or TCP’s speed for streaming.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy