Toolzy

Port Number Lookup

Searchable reference of common TCP and UDP port numbers and their services.

20

FTP-DATA TCP

FTP data transfer channel.

21

FTP TCP

FTP control connection for commands.

22

SSH TCP

SSH secure remote login and SFTP.

23

Telnet TCP

Telnet unencrypted remote login.

25

SMTP TCP

SMTP mail transfer between servers.

53

DNS TCP/UDP

DNS domain name resolution.

67

DHCP UDP

DHCP server for dynamic IP assignment.

68

DHCP UDP

DHCP client receiving IP configuration.

69

TFTP UDP

TFTP simple file transfer without auth.

80

HTTP TCP

HTTP unencrypted web traffic.

110

POP3 TCP

POP3 retrieving email from a server.

119

NNTP TCP

NNTP Usenet news transfer.

123

NTP UDP

NTP network time synchronization.

137

NetBIOS UDP

NetBIOS name service on Windows networks.

143

IMAP TCP

IMAP accessing email on a server.

161

SNMP UDP

SNMP monitoring and managing devices.

162

SNMP Trap UDP

SNMP trap notifications from devices.

179

BGP TCP

BGP routing between autonomous systems.

194

IRC TCP

IRC internet relay chat.

389

LDAP TCP

LDAP directory service queries.

443

HTTPS TCP

HTTPS encrypted web traffic (TLS).

445

SMB TCP

SMB Windows file and printer sharing.

465

SMTPS TCP

SMTPS encrypted mail submission.

514

Syslog UDP

Syslog remote logging messages.

587

SMTP (Submission) TCP

SMTP mail submission from clients.

636

LDAPS TCP

LDAPS encrypted directory queries.

993

IMAPS TCP

IMAPS encrypted email access.

995

POP3S TCP

POP3S encrypted email retrieval.

1080

SOCKS TCP

SOCKS proxy protocol.

1194

OpenVPN UDP

OpenVPN virtual private network.

1433

MS SQL Server TCP

Microsoft SQL Server database.

1521

Oracle DB TCP

Oracle database listener.

3306

MySQL TCP

MySQL / MariaDB database.

3389

RDP TCP

RDP Windows remote desktop.

5060

SIP TCP/UDP

SIP voice-over-IP signaling.

5432

PostgreSQL TCP

PostgreSQL database.

5672

AMQP TCP

AMQP message queue (RabbitMQ).

6379

Redis TCP

Redis in-memory data store.

8080

HTTP Alt TCP

Alternate HTTP / proxy port.

8443

HTTPS Alt TCP

Alternate HTTPS port.

9200

Elasticsearch TCP

Elasticsearch REST API.

27017

MongoDB TCP

MongoDB database.

Search by port number, service name or protocol to find what a well-known port is used for.

How to use

  1. Type a port number, service name or protocol.
  2. Scan the filtered list of matches.
  3. Read the service each port belongs to.

Frequently asked questions

What are well-known ports?
Ports 0-1023 are reserved by IANA for common services such as HTTP, HTTPS and SSH.
Can a service use a different port?
Yes, these are conventional defaults; administrators can bind services to any available port.

Related tools