查看: 1639|回复: 6
|
希望有人回答TCP/IP 的APPLICATION
[复制链接]
|
|
大小\哥姐弟妹 有东西想问
不知道现在的TCP/IP protocal layer 的Application protocal 是不是都用UDP to achieve better performance ?
如果是用UDP 这样Appilication protocal 都是provided it's own recovery flow control and congeestion control functionally ? |
|
|
|
|
|
|
|
发表于 21-6-2014 05:12 PM
|
显示全部楼层
TCP does Flow Control. TCP requires three packets to set up a socket connection, before any user data can be sent. TCP handles reliability and congestion control.
UDP does not have an option for flow control
TCP ensures a reliable and ordered delivery of a stream of bytes from user to server or vice versa. UDP is not dedicated to end to end connections and communication does not check readiness of receiver.
The speed for TCP is slower than UDP. UDP is faster because there is no error-checking for packets. |
评分
-
查看全部评分
|
|
|
|
|
|
|
楼主 |
发表于 21-6-2014 08:29 PM
|
显示全部楼层
have1shop 发表于 21-6-2014 05:12 PM
TCP does Flow Control. TCP requires three packets to set up a socket connection, before any user dat ...
这是这几年来 实行中的?
|
|
|
|
|
|
|
|
发表于 18-8-2014 04:16 PM
|
显示全部楼层
ks0 发表于 21-6-2014 08:29 PM
这是这几年来 实行中的?
兄弟,你看不懂他的意思?
|
|
|
|
|
|
|
|
发表于 24-10-2014 11:39 PM
|
显示全部楼层
have1shop 发表于 21-6-2014 05:12 PM
TCP does Flow Control. TCP requires three packets to set up a socket connection, before any user dat ...
100% CORRECT
|
|
|
|
|
|
|
|
发表于 18-11-2014 09:26 AM
|
显示全部楼层
have1shop 发表于 21-6-2014 05:12 PM
TCP does Flow Control. TCP requires three packets to set up a socket connection, before any user dat ...
给你32个赞
完全正确
|
|
|
|
|
|
|
|
发表于 14-3-2017 11:27 PM
|
显示全部楼层
你追求速度 选UDP
你追求data完整性 选TCP |
|
|
|
|
|
|
| |
本周最热论坛帖子
|