Pergunta de entrevista da empresa DreamWorks Animation

What is the difference between TCP/UDP?

Resposta da entrevista

Sigiloso

18 de mai. de 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...