aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/tcp
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/tcp
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/tcp')
-rw-r--r--files/zh-cn/glossary/tcp/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/tcp/index.html b/files/zh-cn/glossary/tcp/index.html
new file mode 100644
index 0000000000..18bcb36a7c
--- /dev/null
+++ b/files/zh-cn/glossary/tcp/index.html
@@ -0,0 +1,18 @@
+---
+title: TCP
+slug: Glossary/TCP
+tags:
+ - TCP
+ - 传输控制协议
+ - 基础设施
+ - 数据
+ - 网络
+ - 词汇表
+translation_of: Glossary/TCP
+---
+<h3 id="摘要"><strong>摘要</strong></h3>
+<p>传输控制协议(TCP)是主要的网络协议之一。它使两台主机能够建立连接并交换数据流。TCP 能保证数据的交付,维持数据包的发送顺序。TCP 在1970年代被两位 DARPA 的科学家 Vint Cerf 和 Bob Kahn 所设计出来,他们当时被称为互联网之父。</p>
+<h3 id="深入"><strong>深入</strong></h3>
+<p>TCP 是互联网的基本通信语言协议。它会校验包的交付。TCP 被用于 Web 浏览器连接到互联网时以及从一个地址向另一个地址发送文件传递电子邮件。TCP 确保数据传输的可靠性,并且保证每一个字节在接收时维持它们的发送顺序。操作系统通过一个编程接口来管理TCP。TCP 使用三次握手来建立一个连接和四次握手来中断一个连接。</p>
+<h3 id="了解更多"><strong>了解更多</strong></h3>
+<p><a href="http://en.wikipedia.org/wiki/Transmission_Control_Protocol">维基百科上关于TCP的介绍</a></p>