DXC Technology interview question

Difference between TCP and UDP

Interview Answer

Anonymous

2 Feb 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