Pregunta de entrevista de GoTo

What's the difference between between UDP and TCP?

Respuesta de la entrevista

Anónimo

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.