- How is this different from Port Reference Lookup?
- Well-Known Ports focuses on the 0-1023 range — the 'system' ports that typically require root to bind. Port Reference Lookup covers the full spectrum.
- Are these ports reserved?
- IANA reserved, yes. Real systems can still use them for other services, but it's bad practice and confuses users.
- What's 80 vs 8080?
- 80 is the registered HTTP port. 8080 is an unofficial convention for HTTP alternate (often dev servers). Same protocol, different port.
- Are TCP and UDP ports separate?
- Yes — each protocol has its own port number space. A service can use both (DNS uses TCP and UDP 53). The tool shows both columns.