> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XBOX の予約ポート

> XBOX の予約ポート

XBOX コンソールには、Microsoft Game Development Kit (GDK) タイトルが認識しておくべきいくつかの予約ポートがあります。

## 予約ポート

次の表に示すポートは予約されており、[bind](https://learn.microsoft.com/windows/desktop/api/winsock/nf-winsock-bind) の呼び出しで使用してはいけません。

|         ポート        |    プロトコル    |
| :----------------: | :---------: |
|    1〜1024 (両端含む)   | TCP および UDP |
|        1900        |     UDP     |
|        2375        |     TCP     |
|        2869        |     TCP     |
|        3544        |     UDP     |
|        4016        |     TCP     |
|        4020        |     TCP     |
|        4022        |     TCP     |
|        4024        |     TCP     |
|        4201        |     TCP     |
|        4211        |     TCP     |
|        4221        |     TCP     |
|        4222        |     TCP     |
|        4223        |     TCP     |
|        4224        |     TCP     |
|        4500        |     UDP     |
|        5050        |     UDP     |
|        5353        |     UDP     |
|        5355        |     UDP     |
|        7250        |     TCP     |
|        7680        |     TCP     |
|        8116        |     TCP     |
|        8117        |     TCP     |
|  8119〜8129 (両端含む)  |     TCP     |
|        8878        |     TCP     |
|        9002        |     UDP     |
|        9955        |     TCP     |
|        9956        |     UDP     |
|        10242       |     TCP     |
|        10247       |     TCP     |
|        10248       |     TCP     |
|        11080       |     TCP     |
|        11442       |     TCP     |
|        11443       |     TCP     |
|        19183       |     TCP     |
|        29817       |     TCP     |
|        29819       |     TCP     |
|        29820       |     TCP     |
| 49152〜57343 (両端含む) | TCP および UDP |


## Related topics

- [XBOX コンソールのポートの動作](/ja-jp/build/console-features/networking/game-mesh/xbox-console-port-behavior.md)
- [非表示の予約を構成する方法](/ja-jp/publishing/game-publishing/how-to/how-to-create-preorder-hidden-products.md)
- [Game Mesh](/ja-jp/build/console-features/networking/game-mesh/game-mesh-toc.md)
- [GDK による XBOX コンソールでのネットワーク](/ja-jp/build/console-features/networking/index.md)
- [パートナー センターでの初期構成](/ja-jp/publishing/xstore-commerce/xstore-initial-configuration.md)
