-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ko]: add index.md for
web/glossary/stun
(#16357)
[add]: add index.md for web/glossary/stun
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |