Question d’entretien chez Veeam Software

What is the difference between TCP and UDP?

Réponse à la question d'entretien

Utilisateur anonyme

18 sept. 2016

TCP is connection-oriented and uses Flags in the packet to confirm the sending and receiving of data. UDP is connectionless. In other words, the packets are sent with best effort. For example, in the case of a VoIP communication.

1