TOML
IANAポート番号レジストリ - TOML
IANAポート番号レジストリは、Internet Assigned Numbers Authority(IANA)が管理する、ネットワーク通信で使用されるポート番号の公式な割り当てリストです。ポート番号は0から65535までの範囲で、システムポート(0-1023)、ユーザーポート(1024-49151)、動的/プライベートポート(49152-65535)の3つのカテゴリに分類されています。各ポート番号はTCP、UDP、SCTP、DCCPなどの特定のトランスポートプロトコルと組み合わせて使用され、HTTP(80)、HTTPS(443)、SSH(22)などの標準化されたサービスの識別に不可欠です。
ネットワーク
ポート番号
IANA
TCP
UDP
インターネット
プロトコル
通信
[[items]]
code = "20"
slug = "ftp-data"
name = "FTPデータ転送"
description = "FTPプロトコルにおけるデータ転送用のポートです。"
category = "ファイル転送"
protocol = "[\"TCP\",\"UDP\",\"SCTP\"]"
[[items]]
code = "21"
slug = "ftp-control"
name = "FTPコントロール"
description = "FTPプロトコルの制御コマンド用ポートです。"
category = "ファイル転送"
protocol = "[\"TCP\",\"UDP\",\"SCTP\"]"
[[items]]
code = "22"
slug = "ssh"
name = "SSH(Secure Shell)"
description = "暗号化されたリモートログインとセキュアなファイル転送のためのポートです。"
category = "リモートアクセス"
protocol = "[\"TCP\",\"UDP\",\"SCTP\"]"
[[items]]
code = "23"
slug = "telnet"
name = "Telnet"
description = "テキストベースのリモート端末接続プロトコル用ポートです。"
category = "リモートアクセス"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "25"
slug = "smtp"
name = "SMTP(Simple Mail Transfer Protocol)"
description = "電子メールの送信と中継に使用されるプロトコルのポートです。"
category = "電子メール"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "53"
slug = "dns"
name = "DNS(Domain Name System)"
description = "ドメイン名とIPアドレスの変換を行う名前解決サービスのポートです。"
category = "名前解決"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "67"
slug = "dhcp-server"
name = "DHCP/BOOTPサーバー"
description = "ネットワーク設定を自動的に割り当てるDHCPサーバー用ポートです。"
category = "ネットワーク管理"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "68"
slug = "dhcp-client"
name = "DHCP/BOOTPクライアント"
description = "ネットワーク設定を要求するDHCPクライアント用ポートです。"
category = "ネットワーク管理"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "69"
slug = "tftp"
name = "TFTP(Trivial File Transfer Protocol)"
description = "シンプルなファイル転送プロトコル用のポートです。"
category = "ファイル転送"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "80"
slug = "http"
name = "HTTP(Hypertext Transfer Protocol)"
description = "ウェブページの転送に使用される標準プロトコルのポートです。"
category = "ウェブ"
protocol = "[\"TCP\",\"UDP\",\"SCTP\"]"
[[items]]
code = "88"
slug = "kerberos"
name = "Kerberos認証"
description = "ネットワーク認証プロトコルKerberosのポートです。"
category = "認証"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "110"
slug = "pop3"
name = "POP3(Post Office Protocol v3)"
description = "メールサーバーからメールを取得するためのプロトコルのポートです。"
category = "電子メール"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "119"
slug = "nntp"
name = "NNTP(Network News Transfer Protocol)"
description = "ニュースグループメッセージの配信と取得に使用されるプロトコルのポートです。"
category = "ニュース"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "123"
slug = "ntp"
name = "NTP(Network Time Protocol)"
description = "ネットワーク上のコンピュータ間で時刻を同期するためのプロトコルのポートです。"
category = "時刻同期"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "137"
slug = "netbios-ns"
name = "NetBIOS名前サービス"
description = "NetBIOSネットワークでのコンピュータ名解決用ポートです。"
category = "ネットワーク共有"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "138"
slug = "netbios-dgm"
name = "NetBIOSデータグラムサービス"
description = "NetBIOSネットワークでのコネクションレス通信用ポートです。"
category = "ネットワーク共有"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "139"
slug = "netbios-ssn"
name = "NetBIOSセッションサービス"
description = "NetBIOSネットワークでのセッション確立用ポートです。"
category = "ネットワーク共有"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "143"
slug = "imap"
name = "IMAP(Internet Message Access Protocol)"
description = "メールサーバー上でメールを管理・閲覧するためのプロトコルのポートです。"
category = "電子メール"
protocol = "[\"TCP\"]"
[[items]]
code = "161"
slug = "snmp"
name = "SNMP(Simple Network Management Protocol)"
description = "ネットワーク機器の監視と管理に使用されるプロトコルのポートです。"
category = "ネットワーク管理"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "162"
slug = "snmptrap"
name = "SNMPトラップ"
description = "ネットワーク機器からの警告通知を受信するためのポートです。"
category = "ネットワーク管理"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "179"
slug = "bgp"
name = "BGP(Border Gateway Protocol)"
description = "インターネットの自律システム間でルーティング情報を交換するプロトコルのポートです。"
category = "ルーティング"
protocol = "[\"TCP\",\"UDP\",\"SCTP\"]"
[[items]]
code = "194"
slug = "irc"
name = "IRC(Internet Relay Chat)"
description = "リアルタイムのテキストチャット通信のためのプロトコルのポートです。"
category = "チャット"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "389"
slug = "ldap"
name = "LDAP(Lightweight Directory Access Protocol)"
description = "ディレクトリサービスにアクセスするためのプロトコルのポートです。"
category = "ディレクトリサービス"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "443"
slug = "https"
name = "HTTPS(HTTP over TLS/SSL)"
description = "暗号化されたウェブ通信のための標準ポートです。"
category = "ウェブ"
protocol = "[\"TCP\",\"UDP\",\"SCTP\"]"
[[items]]
code = "514"
slug = "syslog"
name = "Syslog"
description = "システムログメッセージを収集するためのプロトコルのポートです。"
category = "ログ管理"
protocol = "[\"UDP\"]"
[[items]]
code = "587"
slug = "smtp-submission"
name = "SMTP Submission"
description = "メールクライアントからのメール送信専用のポートです。"
category = "電子メール"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "636"
slug = "ldaps"
name = "LDAPS(LDAP over SSL/TLS)"
description = "暗号化されたディレクトリサービス通信のためのポートです。"
category = "ディレクトリサービス"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "993"
slug = "imaps"
name = "IMAPS(IMAP over SSL/TLS)"
description = "暗号化されたメール取得プロトコルのポートです。"
category = "電子メール"
protocol = "[\"TCP\"]"
[[items]]
code = "995"
slug = "pop3s"
name = "POP3S(POP3 over SSL/TLS)"
description = "暗号化されたPOP3メール取得のためのポートです。"
category = "電子メール"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "3306"
slug = "mysql"
name = "MySQL"
description = "MySQLデータベースサーバーへの接続用ポートです。"
category = "データベース"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "3389"
slug = "rdp"
name = "RDP(Remote Desktop Protocol)"
description = "Windowsリモートデスクトップ接続用のポートです。"
category = "リモートアクセス"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "5432"
slug = "postgresql"
name = "PostgreSQL"
description = "PostgreSQLデータベースサーバーへの接続用ポートです。"
category = "データベース"
protocol = "[\"TCP\",\"UDP\"]"
[[items]]
code = "6379"
slug = "redis"
name = "Redis"
description = "Redisインメモリデータストアへの接続用ポートです。"
category = "データベース"
protocol = "[\"TCP\"]"
[[items]]
code = "27017"
slug = "mongodb"
name = "MongoDB"
description = "MongoDBデータベースサーバーへの接続用ポートです。"
category = "データベース"
protocol = "[\"TCP\"]"