employer cover photo
employer logo
employer logo

DreamWorks Animation

Parte di NBCUniversal

Questa è la tua azienda?

Domanda di colloquio di DreamWorks Animation

What is the difference between TCP/UDP?

Risposta di colloquio

Anonimo

18 mag 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...