Home ยป What is a network port? Well known ports and registered ports.

What is a network port? Well known ports and registered ports.

A network port is a communication endpoint in a network. It is identified by a numerical value, called a port number, which helps direct network traffic to specific applications or services running on a device. Ports allow multiple applications to coexist on the same network device by assigning unique port numbers to each application.

There are two main categories of port numbers:

  1. Well-Known Ports: Port numbers ranging from 0 to 1023 are designated as well-known ports. These ports are standardized by the Internet Assigned Numbers Authority (IANA) and are commonly associated with specific services or protocols. Here is a comprehensive list of well-known ports:
Port NumberProtocolService
0TCP/UDPReserved
1TCP/UDPTCP Port Service Multiplexer
2TCP/UDPCompressNET Management Utility
3TCP/UDPCompressNET Compression Process
5TCP/UDPRemote Job Entry (RJE)
7TCP/UDPEcho
9TCP/UDPDiscard
11TCP/UDPActive Users
13TCP/UDPDaytime
17UDPQuote of the Day (QOTD)
18TCPMessage Send Protocol (MSP)
19TCP/UDPCharacter Generator
20TCPFTP Data
21TCPFTP Control
22TCPSSH
23TCPTelnet
25TCPSMTP
37TCP/UDPTime
42TCP/UDPHost Name Server (Nameserver)
43TCPWHOIS
49TCP/UDPTACACS Login Host Protocol
53TCP/UDPDNS
67UDPDHCP Server
68UDPDHCP Client
69UDPTFTP
70TCPGopher
79TCPFinger
80TCPHTTP
88TCP/UDPKerberos
102TCPISO-TSAP
110TCPPOP3
115TCP/UDPSFTP
123UDPNTP
143TCPIMAP
161UDPSNMP
194TCP/UDPInternet Relay Chat (IRC)
443TCPHTTPS
445TCPMicrosoft-DS (SMB)
587TCPSMTP (Submission)
636TCPLDAPS
993TCPIMAPS
995TCPPOP3S

Please note that this list includes many common well-known ports, but there are additional ports beyond this selection.

  1. Registered Ports: Port numbers ranging from 1024 to 49151 are known as registered ports. These ports are not standardized like well-known ports but can be registered with IANA or assigned by system administrators for specific applications or services. The list of registered ports is extensive and continually evolving, making it impractical to provide a comprehensive table. Registered ports are often used by various applications and services developed by organizations.

It’s important to note that port numbers are not exclusive to a specific service or protocol. Different services may use the same port number, but the underlying protocol distinguishes the specific service.

If you need information about specific registered ports, it’s recommended to consult the IANA Service Name and Transport Protocol Port Number Registry, which is regularly updated with the latest registered ports and their associated services.

Related Posts

error: Content is protected !!