Amazon Interview Question

Difference between TCP and UDP (this question was fairly straightforward, however others)

Interview Answer

Anonymous

Feb 22, 2020

TCP is a connection oriented protocol which guarantees delivery of data and will deliver in the order it was sent. UDP is connection-less will send data regardless if they are received.

2