> ## 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.

# Puertos reservados de XBOX

> Puertos reservados de XBOX

Las consolas XBOX tienen varios puertos reservados que los títulos del Microsoft Game Development Kit (GDK) deben tener en cuenta.

## Puertos reservados

Los puertos que se enumeran en la tabla siguiente están reservados y no deben usarse en una llamada a [bind](https://learn.microsoft.com/windows/desktop/api/winsock/nf-winsock-bind).

|            Puerto            | Protocolo |
| :--------------------------: | :-------: |
|    1-1024, ambos incluidos   | TCP y 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, ambos incluidos  |    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, ambos incluidos | TCP y UDP |


## Related topics

- [Malla de juego](/es/build/console-features/networking/game-mesh/game-mesh-toc.md)
- [Redes en consolas XBOX con el GDK](/es/build/console-features/networking/index.md)
- [Comportamiento de los puertos en consolas XBOX](/es/build/console-features/networking/game-mesh/xbox-console-port-behavior.md)
- [XBOX Tools Framework](/es/reference/tools/xtf/atoc-xbox-tools-framework.md)
- [Uso de puertos y requisitos de firewall de PlayFab Party](/es/services/playfab/multiplayer/networking/concepts-port-usage.md)
