employer cover photo
employer logo
employer logo

DreamWorks Animation

Part of NBCUniversal

Is this your company?

DreamWorks Animation Interview Question

What is the difference between TCP/UDP?

Interview Answer

Anonymous

May 18, 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...