Bloomberg interview question

Network programming: Difference between TCP and UDP?

Interview Answer

Anonymous

30 Jun 2010

I explained the differences: 1. TCP is connection based, UDP is not. 2. UDP is faster in higher asynchronus traffic. (especially in traffics like that of stock markets). 3. UDP is less reliable, TCP is more reliable.