From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/glossary/nat/index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 files/zh-cn/glossary/nat/index.html (limited to 'files/zh-cn/glossary/nat/index.html') 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 +--- +

NAT (网络地址翻译)是一个能够让多台主机共享一个IP地址的技术。NAT会给局域网内每台主机分配一个唯一的地址同时调整输入和输出的网络流量,使之能够发送到正确的位置。

+ +

学习更多

+ +

通用知识

+ + -- cgit v1.2.3-54-g00ecf