How do TCP and UDP differ in the way that they establish a connection between two endpoints?

By | November 19, 2022

  • A. TCP uses the three-way handshake, and UDP does not guarantee message delivery.
  • B. TCP uses synchronization packets, and UDP uses acknowledgment packets.
  • C. UDP provides reliable message transfer, and TCP is a connectionless protocol.
  • D. UDP uses SYN, SYN ACK, and FIN bits in the frame header while TCP uses SYN, SYN ACK, and ACK bits.
Answer: Option A.
Explanation: 

No answer description available for this question.

The post How do TCP and UDP differ in the way that they establish a connection between two endpoints? appeared first on Majanto.