> ## 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 游戏开发工具包 (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 主机端口行为](/zh-CN/build/console-features/networking/game-mesh/xbox-console-port-behavior.md)
- [使用 GDK 在 XBOX 主机上进行网络开发](/zh-CN/build/console-features/networking/index.md)
- [Game Mesh](/zh-CN/build/console-features/networking/game-mesh/game-mesh-toc.md)
- [网络](/zh-CN/build/console-features/networking/gc-networking-toc.md)
- [XBOX Tools Framework](/zh-CN/reference/tools/xtf/atoc-xbox-tools-framework.md)
