408/cn/cn-tcp-3-4 #3
Replies: 1 comment
-
还蛮不错的哦 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
408/cn/cn-tcp-3-4
tcp连接 什么是TCP连接? TCP是一种面向连接的、可靠的、基于字节流的传输层通信协议。在简化的计算机网络OSI模型中,它完成第四层传输层所指定的功能,用户数据报协议是同一层内另一个重要的传输协议。在因特网协议族中,TCP层是位于IP层之上,应用层之下的中间层。不同主机的应用层之间经常需要可靠的、像管道一样的连接,但是IP层不提供这样的流机制,而是...
http://www.codermast.com/408/cn/cn-tcp-3-4.html
Beta Was this translation helpful? Give feedback.
All reactions