๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout Register Now โ†’
Menu

Categories

Networking Beginner

What is TCP vs UDP?

Two transport layer protocols: TCP provides reliable, ordered delivery while UDP provides fast, connectionless delivery without guarantees.

TCP (Transmission Control Protocol) establishes connections, guarantees delivery, maintains order, and handles congestion. It is used for web browsing, email, file transfer, and SSH where reliability matters.

UDP (User Datagram Protocol) is connectionless, lightweight, and fast but does not guarantee delivery or order. It is used for video streaming, gaming, DNS queries, and VoIP where speed matters more than perfect reliability.

Related Terms

Network ACL
A set of rules that control inbound and outbound traffic at the subnet level, acting as a stateless firewall in cloud and enterprise networks.
Firewall
A network security system that monitors and controls incoming and outgoing traffic based on predetermined rules.
HTTP/HTTPS
The protocol used for transferring web pages and data between browsers and servers, with HTTPS adding encryption.
Load Balancer
A device or software that distributes network traffic across multiple servers to ensure reliability and performance.
DNS over HTTPS (DoH)
A protocol that encrypts DNS queries by sending them over HTTPS, preventing eavesdropping and manipulation of DNS traffic.
SSL/TLS Certificate
A digital certificate that authenticates a website identity and enables encrypted HTTPS connections.
View All Networking Terms โ†’