Georgia Tech Interview Question

What is the difference between TCP and UDP in computer networking?

Interview Answer

Anonymous

Mar 29, 2025

TCP is connection-oriented, ensuring reliable data transfer with error checking and retransmission. UDP is connectionless, faster, but does not guarantee delivery or order.