> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-home-button.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ClickHouse의 네이티브 TCP 인터페이스에 대한 문서

# 네이티브 인터페이스 (TCP)

네이티브 프로토콜은 [command-line client](/ko/concepts/features/interfaces/cli), 분산 쿼리 처리 시 서버 간 통신, 그리고 다른 C++ 프로그램에서도 사용됩니다. 다만 ClickHouse 네이티브 프로토콜에는 아직 공식 사양이 없으며, ClickHouse 소스 코드([이 부분](https://github.com/ClickHouse/ClickHouse/tree/master/src/Client) 부근부터)를 바탕으로 리버스 엔지니어링하거나 TCP 트래픽을 가로채 분석해 파악할 수 있습니다.
