Novacoast Interview Question

Difference between TCP/UDP, analyze snippet of code and explain what it does, etc.

Interview Answer

Anonymous

Apr 24, 2019

UDP is a faster, less-secure, connectionless protocol typically used for gaming, VOIP, media streaming, and other uni-directional purposes. TCP is slower, reliable, and supports bi-directional communication.