[go: nahoru, domu]

Jump to content

Registered port: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Beschu (talk | contribs)
m wikilink zu tcp
Beschu (talk | contribs)
+added wikilinks to UDP, DCCP and SCTP.
Line 1: Line 1:
A '''registered port''' is a [[network port]] (a sub-address defined within the [[Internet Protocol]], in the range 1024–49151) assigned by the [[Internet Assigned Numbers Authority]] (IANA) (or by [[Internet Corporation for Assigned Names and Numbers]] (ICANN) before March 21, 2001,<ref>http://www.icann.org/en/general/iana-contract-21mar01.htm</ref> or by [[Information Sciences Institute|USC/ISI]] before 1998) for use with a certain protocol or application.
A '''registered port''' is a [[network port]] (a sub-address defined within the [[Internet Protocol]], in the range 1024–49151) assigned by the [[Internet Assigned Numbers Authority]] (IANA) (or by [[Internet Corporation for Assigned Names and Numbers]] (ICANN) before March 21, 2001,<ref>http://www.icann.org/en/general/iana-contract-21mar01.htm</ref> or by [[Information Sciences Institute|USC/ISI]] before 1998) for use with a certain protocol or application.


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 and/or private ports''.<ref>http://www.rfc-editor.org/rfc/rfc6335.txt</ref> Both system and user ports are used by transport protocols ([[Transmission Control Protocol|TCP]], UDP, DCCP, SCTP) to indicate an application or service.
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 and/or private ports''.<ref>http://www.rfc-editor.org/rfc/rfc6335.txt</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 indicate an application or service.


* '''Ports 0–1023''' – system or [[well-known port]]s
* '''Ports 0–1023''' – system or [[well-known port]]s

Revision as of 14:23, 6 November 2019

A registered port is a network port (a sub-address defined within the Internet Protocol, in the range 1024–49151) assigned by the Internet Assigned Numbers Authority (IANA) (or by Internet Corporation for Assigned Names and Numbers (ICANN) before March 21, 2001,[1] or by USC/ISI before 1998) for use with a certain protocol or application.

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 and/or private ports.[2] Both system and user ports are used by transport protocols (TCP, UDP, DCCP, SCTP) to indicate an application or service.

  • Ports 0–1023 – system or well-known ports
  • Ports 1024–49151 – user or registered ports
  • Ports >49151 – dynamic / private / ephemeral ports

See also

References

External links