Transport Layer port number
Transport Layer protocols leverage what is known as a port number in order to associate the particular communication with a specific application on a device. Port numbers compose part of a socket which is used to allow applications on particular hosts to communicate with each other. Port numbers are used by the following Transport Layer protocols:
- Transmission Control Protocol (TCP)
- User Datagram Protocol (UDP)
- Stream Control Transmission Protocol (SCTP)
- Datagram Congestion Control Protocol (DCCP)
There are other Transport Layer protocols in use, but these don't leverage port numbers.
The range of port numbers used by these protocols is divided into three categories:
- Well-known Ports (0 to 1023): These port numbers are used by system processes or services that provide widely used types of network services, like HTTP (port 80), HTTPS (port 443), FTP (port 21), etc.
- Registered Ports (1024 to 49151): These ports are assigned by IANA for specific services, and applications can use these ports with IANA's registration to avoid conflicts.
- Dynamic or Private or Ephemeral Ports (49152 to 65535): These are ports that can be freely used dynamically since they cannot be registered with IANA. This range is used for private or customized services for temporary purposes. This is the range typically used by NAT as well as for automatic allocation.
Links
https://networklessons.com/cisco/ccna-200-301//introduction-to-tcp-and-udp
Links to this page:
- AAA RADIUS UDP Port Number
- ASA - Understanding NAT behavior with DMZ Subnet
- ASA NAT translate_hits and untranslate_hits counters
- BGP - TCP Peering Session Process
- CPM - Cisco Performance Monitor
- CPM - Collect keyword
- Carrier-Grade NAT
- IANA
- ICMP - Mitigating Vulnerabilities
- NAT - Translation Table
- NAT - What is Policy NAT
- NAT - ports used for translation
- Network - Example of communication, encapsulation, and decapsulation, between hosts
- PBR - Transport Layer port number
- QoS - key and nonkey fields
- Security - Next Generation Firewall
- TCP - Header
- VACL vs ACL
- VPN - Interesting Traffic