aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/protocol
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/glossary/protocol
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/zh-cn/glossary/protocol')
-rw-r--r--files/zh-cn/glossary/protocol/index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/protocol/index.html b/files/zh-cn/glossary/protocol/index.html
new file mode 100644
index 0000000000..8e5ac562ca
--- /dev/null
+++ b/files/zh-cn/glossary/protocol/index.html
@@ -0,0 +1,26 @@
+---
+title: Protocol(协议)
+slug: Glossary/Protocol
+tags:
+ - 协议
+ - 术语
+translation_of: Glossary/Protocol
+---
+<p id="Summary"><strong>协议</strong>是定义了数据如何在计算机内和之间进行交换的规则的系统。设备之间通信要求设备接受正在交换的数据的格式。定义格式的一组规则称之为协议。</p>
+
+<h2 id="了解更多">了解更多</h2>
+
+<h3 id="基础知识">基础知识</h3>
+
+<ul>
+ <li>在维基百科中的 {{Interwiki("wikipedia", "通信协议")}}</li>
+ <li><a href="http://www.rfc-editor.org/search/standards.php">RFC 官方互联网协议标准</a></li>
+</ul>
+
+<h2 id="参见">参见</h2>
+
+<ul>
+ <li><a href="/zh-CN/docs/Glossary/TCP">TCP</a></li>
+ <li><a href="/zh-CN/docs/Web/HTTP/Overview">HTTP 总览</a></li>
+ <li><a href="/zh-CN/docs/Glossary/Packet">packet</a></li>
+</ul>