Question d’entretien chez GoTo

What's the difference between between UDP and TCP?

Réponse à la question d'entretien

Utilisateur anonyme

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.