[go: nahoru, domu]

Jump to content

Registered port: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Beschu (talk | contribs)
wikilink to ephemeral port
m Update port range to reflect "...ports with numbers 49152-65535 are called..." immediately above.
Line 5: Line 5:
* '''Ports 0–1023''' – system or [[well-known port]]s
* '''Ports 0–1023''' – system or [[well-known port]]s
* '''Ports 1024–49151''' – user or registered ports
* '''Ports 1024–49151''' – user or registered ports
* '''Ports 49151–65535''' – [[Ephemeral port|dynamic / private / ephemeral ports]]
* '''Ports 49152–65535''' – [[Ephemeral port|dynamic / private / ephemeral ports]]


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

Revision as of 21:12, 8 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.

See also

References

External links