Question d’entretien chez Bloomberg

Network programming: Difference between TCP and UDP?

Réponse à la question d'entretien

Utilisateur anonyme

30 juin 2010

I explained the differences: 1. TCP is connection based, UDP is not. 2. UDP is faster in higher asynchronus traffic. (especially in traffics like that of stock markets). 3. UDP is less reliable, TCP is more reliable.