employer cover photo
employer logo
employer logo

DreamWorks Animation

Fait partie de NBCUniversal

Est-ce votre entreprise ?

Question d’entretien chez DreamWorks Animation

What is the difference between TCP/UDP?

Réponse à la question d'entretien

Utilisateur anonyme

18 mai 2015

UDP is a connectionless protocol. UDP is meant for applications where you are more concerned with keeping the stream of information going than making sure you receive every single packet. This makes UDP ideal for real-time services such as Voice over IP. TCP has to make a connection in order for data to be transferred. Slightly less reliable real-time streaming services, etc...