Differences between TCP and UDP Protocol

Опубликовано: 21 Октябрь 2024
на канале: The Digital Folks
21,692
899

What is the differences between TCP and UDP protocol ?

TCP is connection oriented protocol. Means, Connection must be established first before the data transfer.

While, UDP is connectionless protocol. Means, data transfer happens without establishing the connection between client and server.

As UDP is connectionless , It is faster comparatively.





#shorts #networking #bydubebox