Motorola Solutions Interview Question

What are differences between TCP and UDP?

Interview Answer

Anonymous

May 18, 2023

The main difference between TCP (transmission control protocol) and UDP (user datagram protocol) is that TCP is a connection-based protocol and UDP is connectionless. While TCP is more reliable, it transfers data more slowly. UDP is less reliable but works more quickly.