๐ŸŽ 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

DHCP
A protocol that automatically assigns IP addresses and network configuration to devices on a network.
DNS (Domain Name System)
A hierarchical naming system that translates human-readable domain names into IP addresses.
Subnet
A logical division of an IP network into smaller segments to improve performance, security, and management.
TCP/IP
The fundamental communication protocol suite of the internet that defines how data is packaged, addressed, transmitted, and received.
OSI Model
The seven-layer Open Systems Interconnection model that standardizes network communication functions from physical transmission to application protocols.
DNS over HTTPS (DoH)
A protocol that encrypts DNS queries by sending them over HTTPS, preventing eavesdropping and manipulation of DNS traffic.
View All Networking Terms โ†’