Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 319 Bytes

File metadata and controls

3 lines (2 loc) · 319 Bytes

What is the difference between TCP and UDP protocols?

TCP (Transmission Control Protocol) is a connection-oriented protocol that ensures reliable and ordered data transmission, while UDP (User Datagram Protocol) is connectionless and focuses on speed and efficiency, making it suitable for real-time applications.