0% found this document useful (0 votes)
2K views

Common Port Numbers

This document lists common port numbers and the protocols and services associated with each one. Well-known ports range from 0-1023 and are assigned to frequently used services like FTP, SSH, SMTP, and HTTP. Registered ports go from 1024 to 49151. The combination of an IP address and port number allows TCP/IP applications to communicate through sockets.

Uploaded by

duskovokic
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views

Common Port Numbers

This document lists common port numbers and the protocols and services associated with each one. Well-known ports range from 0-1023 and are assigned to frequently used services like FTP, SSH, SMTP, and HTTP. Registered ports go from 1024 to 49151. The combination of an IP address and port number allows TCP/IP applications to communicate through sockets.

Uploaded by

duskovokic
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Common port numbers

Service Protocol Port



FTP TCP 20, 21

SSH TCP 22

Telnet TCP 23

SMTP TCP 25

DNS TCP/UDP 53

HTTP TCP 80

DHCP UDP 67, 68

POP3 TCP 110

IMAP4 TCP 143

SNMP UDP 161

LDAP TCP 389

HTTPS TCP 443

SMB TCP 445

RDP TCP 3389

There are 65,536 ports numbered from 0 to 65535. Ports 0 through 1023 are called the
well-known ports and are assigned to commonly used services, and 1024 through 49151
are called the registered ports. Anything from 49152 to 65535 is free to be used by application
vendors.
TCP/IP applications combine the hosts IP address with the port number in
order to communicate. This combination is known as a socket.

You might also like