Applied Tech (WI) interview question

Q: What are some differences between TCP and UDP?

Interview Answer

Anonymous

16 Nov 2015

A: TCP is a connection-oriented protocol that implements a 3-way handshake, a sliding window, and packet transmission verification. UDP is connection-less, has less overhead, and no reception verification.