200-301 · Question #1618
What is the difference between the TCP and UDP protocols?
The correct answer is A. TCP ensures ordered, reliable data delivery, and UDP offers low latency and high throughput.. TCP provides ordered, reliable data delivery by using error checking, acknowledgment, and retransmission of lost packets. In contrast, UDP does not guarantee delivery or order, but it has lower latency and higher throughput because it avoids the overhead of connection setup and e
Question
What is the difference between the TCP and UDP protocols?
Options
- ATCP ensures ordered, reliable data delivery, and UDP offers low latency and high throughput.
- BTCP is used for transmitting data over the internet, and UDP is used for transmitting data over a
- CTCP manages multicast and broadcast data transfers, and UDP only handles unicast
- DTCP is used to ensure data integrity in a file transfer, and UDP is used to broadcast a message to
How the community answered
(27 responses)- A89% (24)
- B7% (2)
- C4% (1)
Explanation
TCP provides ordered, reliable data delivery by using error checking, acknowledgment, and retransmission of lost packets. In contrast, UDP does not guarantee delivery or order, but it has lower latency and higher throughput because it avoids the overhead of connection setup and error correction mechanisms.
Topics
Community Discussion
No community discussion yet for this question.