[go: nahoru, domu]

Jump to content

Registered port: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Undid revision 1096329764 by 103.137.91.15 (talk)
Tags: Undo references removed
convert list to table and use as lead image
Line 1: Line 1:
{| class="wikitable floatright"
|+ Port ranges
|-
! Start !! End !! Designation
|-
| 0 || 1023 || System or [[well-known port]]s
|-
| 1024 || 49151 || User or registered ports
|-
| 49152 || 65535 || [[Ephemeral port|Dynamic, private or ephemeral ports]]
|}

A '''registered port''' is a [[network port]] designated for use with a certain protocol or application.
A '''registered port''' is a [[network port]] designated for use with a certain protocol or application.


Line 4: Line 16:


Ports with numbers 0–1023 are called ''system'' or ''[[well-known port]]s''; ports with numbers 1024-49151 are called ''user'' or ''registered ports'', and ports with numbers 49152-65535 are called ''dynamic'', ''private'' or ''[[ephemeral port]]s''.<ref>{{cite IETF |rfc=6335 |title=Internet Assigned Numbers Authority (IANA) Procedures for the Management of the Service Name and Transport Protocol Port Number Registry |date=August 2011 |section=6}}</ref> Both system and user ports are used by transport protocols ([[Transmission Control Protocol|TCP]], [[User Datagram Protocol|UDP]], [[Datagram Congestion Control Protocol|DCCP]], [[Stream Control Transmission Protocol|SCTP]]) to identify an application or service.
Ports with numbers 0–1023 are called ''system'' or ''[[well-known port]]s''; ports with numbers 1024-49151 are called ''user'' or ''registered ports'', and ports with numbers 49152-65535 are called ''dynamic'', ''private'' or ''[[ephemeral port]]s''.<ref>{{cite IETF |rfc=6335 |title=Internet Assigned Numbers Authority (IANA) Procedures for the Management of the Service Name and Transport Protocol Port Number Registry |date=August 2011 |section=6}}</ref> Both system and user ports are used by transport protocols ([[Transmission Control Protocol|TCP]], [[User Datagram Protocol|UDP]], [[Datagram Congestion Control Protocol|DCCP]], [[Stream Control Transmission Protocol|SCTP]]) to identify an application or service.

* '''Ports 0–1023''' – system or [[well-known port]]s
* '''Ports 1024–49151''' user or registered ports
* '''Ports 49152–65535''' [[Ephemeral port|dynamic / private / ephemeral ports]]


==See also==
==See also==

Revision as of 16:18, 14 July 2022

Port ranges
Start End Designation
0 1023 System or well-known ports
1024 49151 User or registered ports
49152 65535 Dynamic, private or ephemeral ports

A registered port is a network port designated for use with a certain protocol or application.

Registered port numbers are currently assigned by the Internet Assigned Numbers Authority (IANA) and were assigned by Internet Corporation for Assigned Names and Numbers (ICANN) before March 21, 2001,[1] and were assigned by the Information Sciences Institute (USC/ISI) before 1998.

Ports with numbers 0–1023 are called system or well-known ports; ports with numbers 1024-49151 are called user or registered ports, and ports with numbers 49152-65535 are called dynamic, private or ephemeral ports.[2] Both system and user ports are used by transport protocols (TCP, UDP, DCCP, SCTP) to identify an application or service.

See also

References

  1. ^ Contract Between ICANN and the United States Government for Performance of the IANA Function, 21 March 2001, archived from the original on 2008-12-26
  2. ^ Internet Assigned Numbers Authority (IANA) Procedures for the Management of the Service Name and Transport Protocol Port Number Registry. August 2011. sec. 6. doi:10.17487/RFC6335. RFC 6335.

External links