Pergunta de entrevista da empresa GoTo

What's the difference between between UDP and TCP?

Resposta da entrevista

Sigiloso

7 de nov. de 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.