Search the port number against the table of well-known assignments: ports 0 to 1023 are reserved for core services by convention, like 22 for SSH, 80 for HTTP and 443 for HTTPS, with many higher ports having common conventional uses. A browser-based ports lookup searches common TCP and UDP ports by number or service name, offline on your own device.
Free port number lookup. Search common TCP and UDP ports by number or service name and see what each one is used for, offline in your browser.
Open Well Known Ports Lookup → Free toolFree DNS record types reference. Search common DNS record types like A, AAAA, MX and TXT and read what each one does, offline in your browser.
Open DNS Record Types Reference →A port identifies which service on a machine a connection is for, from 0 to 65535. The low range, 0 to 1023, holds the well-known assignments that core protocols standardized on, the middle range holds registered service ports, and the top of the range is used for ephemeral client connections. That is why seeing port 22 open suggests SSH and why development servers pick high ports like 8080 that need no special privileges.
Reading firewall rules, interpreting a port scan of your own machine, debugging why a connection fails, or deciding what a process listening on an unfamiliar port might be, all start with the same question: what normally runs on this port? A lookup tool answers by number or by service name, and works offline in the browser, so you can check ports from a network diagram or an internal audit without that information going anywhere.
A port number is a convention: nothing stops a service from running HTTP on 22 or SSH on 8080. Treat the lookup as the standard expectation, and verify what actually answers on the port when it matters.
Ports 0 to 1023, reserved by convention for core services such as SSH on 22, HTTP on 80 and HTTPS on 443.
No. Assignments are conventions, any service can listen on any port, so verify when it matters.
Yes. The reference data is searched entirely in your browser once the page is loaded.