Kernaali Tools
References

Common Network Ports Reference

A curated, printable guide to common service ports and transport choices.

Default ports worth recognizing

ServicePort / transportWhat to check
SSH22/TCPEncrypted remote administration
SMTP25/TCPServer-to-server mail delivery
DNS53/UDP and TCPTCP is also required; not only zone transfers
DHCPv467/UDP server, 68/UDP clientBroadcast and relay paths
HTTP80/TCPOften redirects to HTTPS
NTP123/UDPTime synchronization
SNMP161/UDP; traps 162/UDPVersion and access restrictions matter
BGP179/TCPRouting sessions between peers
LDAP389/TCPTLS may be negotiated with StartTLS
HTTPS443/TCP; HTTP/3 commonly 443/UDPQUIC uses UDP
SMB445/TCPFile and related Windows services
IKE / IPsec NAT-T500/UDP, 4500/UDPESP itself is IP protocol 50, not a port
Mail submission587/TCP; implicit TLS 465/TCPDistinct from relay port 25
LDAPS636/TCPLDAP with implicit TLS
IMAPS993/TCPIMAP with implicit TLS
RDP3389/TCP and UDPRemote desktop; restrict exposure
Syslog514/UDP; TLS 6514/TCPTransport and reliability vary

Use ports as clues

A listener on TCP 443 is not proof of HTTPS, and an application can use a different port. Confirm the process, protocol and configured endpoint. Opening both transports by habit can expose unnecessary services.

Firewall planning example

A DNS client normally needs queries to its designated resolver on UDP and TCP 53. That does not imply allowing arbitrary Internet hosts to query your own resolver. State direction, destination and purpose in the rule.

Port ranges

IANA divides port numbers into system (0โ€“1023), user (1024โ€“49151) and dynamic/private (49152โ€“65535). Operating systems may choose different ephemeral ranges. This is a small manually curated factual reference, not a copy of the complete registry.

Technical references

Reviewed 9 September 2026. Found an issue? Send a correction with a reproducible example.