본문 바로가기

Software/Network

[COM] assigned Port number List

Port 번호 체계는 다음과 같이 세가지로 나눌 수 있다.

  • Well-known ports (0–1023):
  • Registered ports (1024–49151):
  • Dynamic or private ports(49152–65535):

Well-known ports (0–1023):

이 포트는 IANA에서 관리하며 well-known포트로 예약되어 있다.

These are controlled by the IANA and are reserved for well-known ports.


Registered ports (1024–49151):

IANA에서 관리되지만, 일반적인 applications에서 사용할 수 있다.

These ports are listed and controlled by IANA, but they can also be used for normal applications.


Dynamic or private ports(49152–65535):

IANA에서는 관리하지 않으며, 어느 applications에서 사용할 수 있다.

The IANA does not track any applications that use ports in this range.


아래 사이트를 보면 iana에서 관리하는 포트 번호 전체를 볼 수 있다.

http://www.iana.org/assignments/port-numbers