Skip to content

Commit 0f7d1f5

Browse files
authored
Merge pull request #29 from bestony/master
完成 stcp-buddies 汉化和点评
2 parents 62870b6 + f48d5c8 commit 0f7d1f5

File tree

2 files changed

+35
-29
lines changed

2 files changed

+35
-29
lines changed
+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
TCP 的兄弟
2+
===============
3+
4+
![TCP Buddies](https://turnoff.us/image/en/tcp.png)
5+
6+
- 我在这里 ...
7+
- ··· 打造我自己的 ...
8+
- 我的第一层
9+
10+
11+
- SYN
12+
- SYN-ACK
13+
14+
15+
- ACK
16+
- 我们真是太极客范了!
17+
- 是的!
18+
19+
这幅漫画展示了 TCP 协议的沟通过程。首先是构建一个层(TCP 工作于传输层),然后向要通信的人发送 建立联系的信号(SYN),接受到信息的人回复确认信息(ACK),确认已经收到,同时,发送建立联系的信息(SYN),这时,它发送的信息就是(SYN-ACK),当最初发送信息的人收到信息后,就回复了确认信息(ACK)。在回复了确认信息后,他们可以正常的交流,就开始说话了。
20+
21+
TCP协议规定,在传输数据之前,要进行三次“握手”,来保证数据传输的可靠性。上面这幅漫画就展示了这样的内容。
22+
23+
如果你有兴趣查看更多信息,可以参看 https://zh.wikipedia.org/wiki/传输控制协议
24+
25+
via: https://turnoff.us/geek/tcp-buddies/
26+
27+
作者:[Daniel Stori][a]
28+
译者:[Bestony](https://github.com/Bestony)
29+
校对:[校对者ID](https://github.com/校对者ID)
30+
合成:[合成者ID](https://github.com/合成者ID)
31+
点评:[Bestony](https://github.com/Bestony)
32+
33+
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
34+
35+
[a]:http://turnoff.us/about/

turnoff.us/tcp-buddies/[s]tcp-buddies.md

-29
This file was deleted.

0 commit comments

Comments
 (0)