Skip to content

Commit

Permalink
[ko]: add index.md for web/glossary/stun (#16357)
Browse files Browse the repository at this point in the history
[add]: add index.md for web/glossary/stun
  • Loading branch information
IMHOJEONG authored Oct 7, 2023
1 parent 9bc4a11 commit 5065a19
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions files/ko/glossary/stun/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: NAT용 세션 탐색 유틸리티 (Session Traversal Utilities for NAT, STUN)
slug: Glossary/STUN
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

**NAT용 세션 탐색 유틸리티 (Session Traversal Utilities for NAT, STUN)** 는 네트워크 주소 변환 (Network Address Translator, {{glossary("NAT")}}) 주변에서 데이터를 전송하기 위한 보조 프로토콜입니다. STUN은 {{glossary("IP address", "IP 주소")}}, {{glossary("port", "포트")}} 및 NAT 뒤에 네트워크 컴퓨터의 연결 상태를 반환합니다.

## 같이 보기

- 위키백과의 [STUN](https://en.wikipedia.org/wiki/STUN)
- [WebRTC 프로토콜](/ko/docs/Web/API/WebRTC_API/Protocols)

### 기술적 참고서

- [명세서](https://datatracker.ietf.org/doc/html/rfc5389)

0 comments on commit 5065a19

Please sign in to comment.