GoTo interview question

What's the difference between between UDP and TCP?

Interview Answer

Anonymous

7 Nov 2018

UDP just sends packets without verifying the connection (most commonly used for streaming services) and TCP uses a three way handshake to verify the connection before sending packets.