Network Port Reference
Searchable reference of common TCP and UDP port numbers
Related Tools
Subnet Calculator
Calculate subnet mask, network, broadcast, and host range from CIDR
Try nowIP Address Converter
Convert IP addresses between decimal, hex, binary, and dotted formats
Try nowBandwidth Calculator
Calculate file transfer time based on file size and connection speed
Try nowMAC Address Generator
Generate random MAC addresses in various formats
Try nowNetwork Port Reference - TCP/UDP Port Numbers Guide
Browse or search common network port numbers used by popular services and protocols. Filter by TCP or UDP.
Browse the comprehensive list of well-known and registered TCP and UDP ports, or use the search box to find specific services by port number or name. Click the protocol filter buttons to show only TCP, only UDP, or both protocols. Each entry displays the port number, protocol, and the service or application that typically uses it. The reference includes ports 0-1023 (well-known ports) and many commonly used registered ports up to 65535. All data is built into the tool and loads instantly without internet access, making it useful for offline troubleshooting.
System administrators verify which services are running on specific ports during security audits. Network engineers troubleshoot firewall rules by looking up the standard port for a service. Security analysts investigate unusual network traffic by researching unfamiliar port numbers in logs. Developers choose appropriate port numbers for custom applications while avoiding conflicts with standard services. Students learning networking memorize common port associations for certification exams. Penetration testers identify services running on non-standard ports during reconnaissance phases.
Memorize the most critical ports for quick recognition: 22 (SSH), 80 (HTTP), 443 (HTTPS), 3389 (RDP), 3306 (MySQL), 5432 (PostgreSQL). Remember that many services can run on non-standard ports for security through obscurity, though this shouldn't replace proper security measures. TCP and UDP port numbers are independent—port 53 TCP and port 53 UDP are different services (though DNS uses both). Ephemeral ports (49152-65535) are dynamically assigned for client connections. When designing custom services, choose ports above 1024 to avoid requiring root privileges on Unix systems.
All processing happens directly in your browser. Your files never leave your device — no server uploads, no cloud storage, no data retention. The tool works offline once loaded, requires no registration, and is completely free with no usage limits.
Frequently Asked Questions
What are well-known ports?
Well-known ports (0-1023) are assigned by IANA and used by common protocols like HTTP (80), HTTPS (443), SSH (22), and FTP (21).
What is the difference between TCP and UDP?
TCP provides reliable, ordered delivery with connection setup. UDP is faster but unreliable — used for streaming, DNS, and gaming.
Can a port use both TCP and UDP?
Yes, some services like DNS (port 53) use both TCP and UDP depending on the query type and response size.
How many total ports are there?
There are 65,535 ports available (1-65535). Ports 0-1023 are well-known, 1024-49151 are registered, and 49152-65535 are dynamic/private.