DXC Technology Interview Question

Difference between TCP and UDP

Interview Answer

Anonymous

Feb 2, 2021

TCP is a connection orientated protocol and provides reliable message transfer while UDP is a connection less protocol and does not guarantee message delivery.

1