TSToolSphere

Port Number Lookup

web100% Client-Side

Look up well-known and commonly used TCP/UDP port numbers and the services that use them.

CIDR / Subnet Calculator

Compute network range, broadcast address, and host counts from an IPv4 CIDR block.

Network Address
192.168.1.0
Broadcast Address
192.168.1.255
Subnet Mask
255.255.255.0
Wildcard Mask
0.0.0.255
First Usable Host
192.168.1.1
Last Usable Host
192.168.1.254
Total Addresses
256
Usable Hosts
254
Address Class
C

About Port Number Lookup

Why Ports Are Organized Into Three Ranges

The full 16-bit port range (0-65535) splits into three IANA-managed bands, each serving a different purpose (see Well-Known Port Numbers for the full breakdown): well-known ports (0-1023, reserved for standardized system services like HTTP on 80 or SSH on 22), registered ports (1024-49151, assignable to specific applications with less strict enforcement), and dynamic/private ports (49152-65535, used for temporary, per-connection endpoints rather than permanently assigned services).

Looking up an unfamiliar port number quickly answers a genuinely common troubleshooting question — "what's normally supposed to be running on this port" — whether configuring a firewall rule, investigating unexpected network traffic, or just trying to remember which port a specific database or dev server tool conventionally uses (a detail that's easy to forget across the dozens of common development tools each defaulting to their own port).

Most operating systems restrict binding to well-known ports (0-1023) to privileged processes specifically, a deliberate security measure — which is exactly why an unprivileged server process typically can't accidentally (or maliciously) impersonate a standard service like HTTP or SSH just by trying to listen on that port number.

Educational Guides & Tutorials

Frequently Asked Questions

Help Us Improve Port Number Lookup

Did you find this tool helpful? Tell us how we can make it even better, or report a bug or request a new feature in under 1 minute.

Submit Feedback