What is ‘the list of well known port numbers’?

well known port numbers

What are port numbers?

As we were discussing the OSI model and the difference between TCP and UDP we already learned some of the bits how protocols work on the transport layer. Together with the transport protocol used (these are not limited to TCP and UDP only but these are the ones we will talk about today), each of them uses a port number. These ports get assigned by IANA and although you will be always able to look them up on the internet the is a (‘the’) list of well known port numbers.

Do I have to learn that list by heart?

No, you don’t but it can make your troubleshooting life a lot easier if you do. You can always compile a list of your own, but here is my list:

ProtocolTransport Protocol/Port
httptcp/80
httpstcp/443
telnettcp/23
sshtcp/22
ftptcp/21
smtp (unencrypted)tcp/25
smtp (encrypted)tcp/465
ntpudp/123
snmp readudp/161
snmp trapudp/162
ldaptcp/389
ldaps (secure)tcp/363
poptcp/110
rdptcp/3389
imap (unencrypted)tcp/143
imap (encrypted)tcp/993
dns (queries)udp/53
dns (zone transfers)tcp/53
tftpudp/69
syslogtcp/udp/514

For a complete list, look here

Categories

Latest articles

Latest comments

No comments to show.

All Splunk Posts