GoTo Interview Question

What's the difference between between UDP and TCP?

Interview Answer

Anonymous

Nov 7, 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.