Skip to content

Commit

Permalink
[add]: add index.md for web/glossary/turn
Browse files Browse the repository at this point in the history
  • Loading branch information
IMHOJEONG committed Oct 5, 2023
1 parent 9f4f33e commit 7dc3865
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions files/ko/glossary/turn/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: TURN
slug: Glossary/TURN
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

**TURN** (Traversal Using Relays around NAT)은 컴퓨터가 {{glossary("NAT", "네트워크 주소 변환")}} (NAT) 또는 방화벽 뒤에서 데이터를 주고받을 수 있도록 하는 {{Glossary('protocol', "프로토콜")}}입니다. TURN은 {{Glossary("WebRTC")}}에서 인터넷상의 임의의 두 장치가 P2P(peer-to-peer) 연결을 시작할 수 있도록 하는 데 사용됩니다.

## 같이 보기

- 위키백과의 [TURN](https://en.wikipedia.org/wiki/TURN)
- [WebRTC 프로토콜](/ko/docs/Web/API/WebRTC_API/Protocols)
- [명세서](https://www.ietf.org/rfc/rfc5766.txt)
- [IPv6에 대한 명세서 업데이트](https://www.ietf.org/rfc/rfc6156.txt)

0 comments on commit 7dc3865

Please sign in to comment.