aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/nat/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/glossary/nat/index.html')
-rw-r--r--files/zh-cn/glossary/nat/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/nat/index.html b/files/zh-cn/glossary/nat/index.html
new file mode 100644
index 0000000000..29804d0ed5
--- /dev/null
+++ b/files/zh-cn/glossary/nat/index.html
@@ -0,0 +1,21 @@
+---
+title: NAT
+slug: Glossary/NAT
+tags:
+ - WebRTC
+ - 初学者
+ - 基础知识
+ - 术语
+ - 网络运作
+translation_of: Glossary/NAT
+---
+<p><strong>NAT </strong>(网络地址翻译)是一个能够让多台主机共享一个IP地址的技术。NAT会给局域网内每台主机分配一个唯一的地址同时调整输入和输出的网络流量,使之能够发送到正确的位置。</p>
+
+<h2 id="学习更多">学习更多</h2>
+
+<h3 id="通用知识">通用知识</h3>
+
+<ul>
+ <li><a href="/en-US/docs/Web/API/WebRTC_API/Architecture/Protocols">WebRTC 协议</a></li>
+ <li>{{interwiki("wikipedia", "NAT")}} 在 Wikipedia</li>
+</ul>