Common Network Port Reference
Search by port number, protocol, service name, or description.
| Port | Protocol | Service | Description |
|---|
Understanding Network Port Numbers
Every network connection between two devices relies on port numbers to route traffic to the correct application. At the transport layer of the TCP/IP model, protocols like TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) use 16-bit port numbers ranging from 0 to 65,535 to distinguish between different services running on the same host. When your browser connects to a website, for example, it sends a request to port 80 (HTTP) or port 443 (HTTPS) on the remote server, while the operating system assigns a temporary source port on your machine for the reply. For a detailed walkthrough of each well-known port, read our companion article on common network ports explained.
Port numbers are divided into three well-defined ranges. Well-known ports (0–1023) are reserved for widely used protocols such as SSH on port 22, DNS on port 53, and SMTP on port 25. These assignments are managed by IANA and are consistent across virtually all operating systems. Registered ports (1024–49151) are allocated to specific applications and database services — MySQL on 3306, RDP on 3389, and PostgreSQL on 5432 are common examples you will encounter in day-to-day administration. Dynamic or ephemeral ports (49152–65535) are assigned on the fly by the operating system for short-lived client-side connections.
Knowing common port numbers is essential for several practical tasks. When configuring
firewall rules, you must specify which TCP and UDP ports to allow or block so that
legitimate traffic passes while unnecessary services remain closed. During security
auditing, an open port scan reveals which services are exposed to the network, helping
you identify potential vulnerabilities before an attacker does. And when troubleshooting
connectivity issues, understanding which port a service uses lets you quickly test with
tools like telnet, nc, or Test-NetConnection to
isolate whether the problem is a blocked port, a stopped service, or a DNS resolution
failure.
Use the common ports list above as a quick port number reference whenever you need to look up TCP UDP ports for firewall configuration, network diagnostics, or security reviews. The search field filters the full table in real time, so you can find any service or port number in seconds.
Related Tools & Resources
Check out our other free networking tools: find your public IP address, run a DNS record lookup, perform a reverse DNS lookup, calculate subnet details, convert addresses with the IP Binary Converter, or identify hardware via the MAC Address Lookup.