Hungry Nova LabsAugusta CybersecurityHungry Nova Labs

Reference

Common ports

A quick-reference table of well-known network ports. Port numbers and protocol assignments here reflect standard, publicly documented usage (IANA).

Common network ports and their typical use
PortProtocolServiceDescriptionRisk note
20TCPFTP (data)File Transfer Protocol data channel.
21TCPFTP (control)File Transfer Protocol control channel.Transmits credentials in plaintext; prefer SFTP/FTPS.
22TCPSSHSecure Shell for encrypted remote administration.
23TCPTelnetUnencrypted remote terminal access.Plaintext protocol — avoid exposing to the internet.
25TCPSMTPSimple Mail Transfer Protocol for sending email.
53TCP/UDPDNSDomain Name System resolution.
67UDPDHCP (server)Dynamic Host Configuration Protocol, server side.
68UDPDHCP (client)Dynamic Host Configuration Protocol, client side.
80TCPHTTPUnencrypted web traffic.Prefer HTTPS (443) for anything handling sensitive data.
110TCPPOP3Post Office Protocol for retrieving email.
123UDPNTPNetwork Time Protocol for clock synchronization.
143TCPIMAPInternet Message Access Protocol for retrieving email.
389TCP/UDPLDAPLightweight Directory Access Protocol for directory services.
443TCPHTTPSEncrypted web traffic using TLS/SSL.
445TCPSMBWindows file and printer sharing.Frequent ransomware target — avoid exposing to the internet.
587TCPSMTP (submission)Email submission, typically with authentication.
993TCPIMAPSIMAP encrypted with TLS/SSL.
995TCPPOP3SPOP3 encrypted with TLS/SSL.
3306TCPMySQLMySQL/MariaDB database default port.Should almost never be exposed directly to the internet.
3389TCPRDPRemote Desktop Protocol for remote Windows access.Common brute-force target — use a VPN or MFA, not direct exposure.
5432TCPPostgreSQLPostgreSQL database default port.Should almost never be exposed directly to the internet.
8080TCPHTTP (alternate)Common alternate port for web servers and proxies.

This is a general-purpose reference, not a scan of any specific network. It does not reflect the open ports on your own devices.