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

# GDK로 XBOX 콘솔에서 네트워킹

> Game Mesh, MsQuic, XDK 마이그레이션, 웹 요청, XBOX Series X|S용 콘솔 네트워킹 도구를 포함한 XBOX GDK 타이틀의 네트워킹 주제를 다룹니다.

XBOX 게임 개발을 위한 네트워킹 주제를 살펴보세요.

## 하위 주제

<CardGroup cols={2}>
  <Card title="Game mesh" icon="folder-open" href="/build/console-features/networking/game-mesh/index">
    게임 메시 관련 문서입니다.
  </Card>

  <Card title="Tools" icon="screwdriver-wrench" href="/build/console-features/networking/tools/index">
    도구 관련 문서입니다.
  </Card>

  <Card title="Web requests" icon="folder-open" href="/build/console-features/networking/web-requests/index">
    웹 요청 관련 문서입니다.
  </Card>

  <Card title="XDK migration" icon="folder-open" href="/build/console-features/networking/xdk-migration/index">
    XDK 마이그레이션 관련 문서입니다.
  </Card>
</CardGroup>

## 가이드

<CardGroup cols={2}>
  <Card title="네트워킹" icon="network-wired" href="/build/console-features/networking/gc-networking-toc">
    이 섹션에서는 Microsoft Game Development Kit (GDK)의 네트워킹 기능을 설명합니다.
  </Card>

  <Card title="네트워크 초기화 상태 감지" icon="chart-line" href="/build/console-features/networking/initialization-connectivity-networking">
    이 글을 통해 Microsoft Game Development Kit (GDK)에서 네트워크 연결 및 초기화 정보를 가져오는 방법을 이해할 수 있습니다...
  </Card>

  <Card title="Microsoft Game Development Kit 네트워크 스택 소개" icon="circle-info" href="/build/console-features/networking/introduction-networking">
    이 글에서는 Microsoft Game Development Kit (GDK)의 네트워크 스택을 소개합니다.
  </Card>

  <Card title="QoS 패킷 태깅" icon="network-wired" href="/build/console-features/networking/qos-packet-tagging">
    XBOX 콘솔에서는 선호하는 UDP 멀티플레이어 포트를 통해 나가는 네트워크 트래픽에 대해 사용자가 QoS 패킷 태깅을 활성화할 수 있습니다.
  </Card>

  <Card title="XBOX 예약 포트" icon="network-wired" href="/build/console-features/networking/reserved-ports-networking">
    XBOX 콘솔에는 Microsoft Game Development Kit (GDK) 타이틀이 알고 있어야 할 여러 예약 포트가 있습니다.
  </Card>
</CardGroup>

## 함께 보기

* [Audio](/build/console-features/audio/index)
* [Cross gen](/build/console-features/cross-gen/index)
* [Game dvr](/build/console-features/game-dvr/index)
* [Memory](/build/console-features/memory/index)
* [Storage](/build/console-features/storage/index)


## Related topics

- [XDK 네트워킹을 XBOX GDK로 마이그레이션](/ko/build/console-features/networking/xdk-migration/index.md)
- [네트워킹](/ko/build/console-features/networking/gc-networking-toc.md)
- [네트워킹 페이지](/ko/tools/tools-console/devhome/devhome-networking.md)
- [XBOX One 개발 키트에서 네트워크 트래픽 캡처](/ko/build/console-features/networking/tools/netcap-networking.md)
- [XBOX 타이틀을 위한 Game Mesh 네트워킹](/ko/build/console-features/networking/game-mesh/index.md)
