What is the difference in data transmission delivery and reliability between TCP and UDP?

By | November 19, 2022

  • A. TCP transmits data at a higher rate and ensures packet delivery. UDP retransmits lost data to ensure applications receive the data on the remote end.
  • B. TCP requires the connection to be established before transmitting data. UDP transmits data at a higher rate without ensuring packet delivery.
  • C. UDP sets up a connection between both devices before transmitting data. TCP uses the three-way handshake to transmit data with a reliable connection.
  • D. UDP is used for multicast and broadcast communication. TCP is used for unicast communication and transmits data at a higher rate with error checking.
Answer: Option B.
Explanation: 

No answer description available for this question.

The post What is the difference in data transmission delivery and reliability between TCP and UDP? appeared first on Majanto.