Free tool · no sign-up

Well-known ports

The TCP/UDP port numbers the CCNA (and the job) expects you to know — searchable, with a built-in quiz to drill them into memory. Look one up, or switch to quiz mode and test yourself. No account, nothing to install.

PortProtocolServiceWhat it's for
20TCPFTP (data)FTP file-transfer data channel
21TCPFTP (control)FTP commands / control channel
22TCPSSHSecure remote CLI (also SCP, SFTP)
23TCPTelnetLegacy remote CLI — cleartext, insecure
25TCPSMTPSending email between servers
53TCP/UDPDNSName resolution (UDP queries, TCP zone transfers)
67UDPDHCP (server)DHCP/BOOTP server listens here
68UDPDHCP (client)DHCP client receives here
69UDPTFTPTrivial FTP — IOS images, configs
80TCPHTTPWeb traffic (unencrypted)
110TCPPOP3Retrieving email (download)
123UDPNTPNetwork Time Protocol clock sync
143TCPIMAPRetrieving email (server-side)
161UDPSNMPNetwork monitoring polling (get/set)
162UDPSNMP TrapSNMP notifications to the manager
179TCPBGPBorder Gateway Protocol peering
389TCP/UDPLDAPDirectory services (e.g. AD)
443TCPHTTPSSecure web traffic (TLS)
500UDPISAKMP/IKEIPsec VPN key exchange
514UDPSyslogLogging messages to a server
520UDPRIPRouting Information Protocol updates
587TCPSMTP (submission)Email submission from clients
636TCPLDAPSLDAP over TLS
3389TCPRDPWindows Remote Desktop

Ports FAQ

What are well-known ports?

Well-known ports are the reserved TCP/UDP port numbers from 0 to 1023 that identify common services — like 22 for SSH, 53 for DNS, or 443 for HTTPS. When a client connects, the destination port tells the server which application should handle the traffic. The CCNA expects you to recognize the common ones on sight.

What's the difference between a TCP and a UDP port?

The number can be the same, but TCP and UDP are separate protocols with their own port space. TCP ports carry connection-oriented, reliable traffic (a three-way handshake, acknowledgements); UDP ports carry connectionless, best-effort traffic. DNS famously uses UDP 53 for normal queries but TCP 53 for larger transfers, so it appears under both.

Which ports should I memorize for the CCNA?

Focus on the everyday services: FTP 20/21, SSH 22, Telnet 23, SMTP 25, DNS 53, DHCP 67/68, TFTP 69, HTTP 80, POP3 110, NTP 123, IMAP 143, SNMP 161/162, HTTPS 443, and Syslog 514. Use the quiz above until you can answer each without hesitating.

Free — no account needed

More free tools

Ports are just the start

See how these services actually run on a network — then configure and grade them on real Cisco IOS.