Multiple choice

The speed of TCP is slower while the speed of UDP is faster because error recovery is not attempted.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

TCP includes mechanisms for error recovery, flow control, and retransmission, which add overhead and latency. UDP lacks these mechanisms, making it faster but less reliable.