Networking & IT Tools

Port Number Lookup

Search or browse common well-known TCP/UDP port numbers and the services that use them.

PortProtocolService
20TCPFTP (data)
21TCPFTP (control)
22TCPSSH
23TCPTelnet
25TCPSMTP
53TCP/UDPDNS
67UDPDHCP (server)
68UDPDHCP (client)
80TCPHTTP
110TCPPOP3
123UDPNTP
143TCPIMAP
161UDPSNMP
194TCPIRC
389TCPLDAP
443TCPHTTPS
445TCPSMB
465TCPSMTPS
587TCPSMTP (submission)
631TCPIPP (printing)
993TCPIMAPS
995TCPPOP3S
1433TCPMicrosoft SQL Server
1521TCPOracle DB
3000TCPCommon dev server (Node/React)
3306TCPMySQL
3389TCPRDP
5432TCPPostgreSQL
5672TCPRabbitMQ
5900TCPVNC
6379TCPRedis
6443TCPKubernetes API server
8080TCPHTTP (alternate/proxy)
8443TCPHTTPS (alternate)
9200TCPElasticsearch
27017TCPMongoDB

How to use this tool

  1. 1Search by port number or service name.
  2. 2Browse the matching results.

Frequently asked questions

What's the difference between TCP and UDP?+

TCP is connection-oriented and guarantees delivery order (used for HTTP, SSH, etc.); UDP is connectionless and faster but doesn't guarantee delivery (used for DNS, streaming, etc.).