Network Ports Cheatsheet
Complete list of TCP, UDP & SCTP port numbers — well-known, registered & dynamic ports with security ratings for network engineers, sysadmins & IT professionals.
| PORT ↕ | SERVICE ↕ | PROTOCOL ↕ | CATEGORY ↕ | SECURITY ↕ | DESCRIPTION ↕ |
|---|
Port Range & Protocol Reference
Port Range Reference
Protocol Categories Explained — Transport Protocols
Transmission Control Protocol
Reliable, connection-oriented protocol ensuring data delivery and order. Uses a three-way handshake. Ideal for web, email, file transfers, and any use case where data integrity matters.
User Datagram Protocol
Fast, connectionless protocol for real-time applications and streaming. No delivery guarantee or ordering, but very low latency. Ideal for DNS, VoIP, video streaming, and online gaming.
Stream Control Transmission Protocol
Advanced protocol combining TCP reliability with UDP performance. Supports multi-homing and multi-streaming. Widely used in telephony signalling (SS7/SIGTRAN) and telecom infrastructure.
Common Application Protocols
HTTP / HTTPS — Web Traffic
Standard web protocols for browsing and API communications. HTTP (port 80) is unencrypted; HTTPS (port 443) uses TLS/SSL encryption. Always prefer HTTPS for sensitive or authenticated interactions.
SMTP / POP3 / IMAP — Email
Email protocols for sending, receiving, and managing messages. SMTP (25/587) sends mail; POP3 (110/995) retrieves it; IMAP (143/993) syncs across devices. Secure variants use TLS/SSL encryption.
SSH / Telnet — Remote Access
Remote terminal access protocols. SSH (port 22) provides encrypted, authenticated access and is the industry standard. Telnet (port 23) is unencrypted and transmits credentials in plaintext — avoid in production.
Quick Reference for IT Professionals
SSH
Secure Remote Access
HTTPS
Secure Web Traffic
RDP
Remote Desktop
MySQL
Database Server
DNS
Domain Name System
HTTP
Web Traffic
SMTP
Mail Transfer
PostgreSQL
Database Server