SCTP 一句话介绍

系统 2303 0

http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol

因为TCP的一些限制而出现了SCTP,

TCP provides both reliable data transfer and strict order-of-transmission delivery of data. Some applications need reliable transfer without sequence maintenance, while others would be satisfied with partial ordering of the data. In both of these cases, the head-of-line blocking offered by TCP causes unnecessary delay. 提供能够灵活拆分组装的TCP

The stream-oriented nature of TCP is often an inconvenience. Applications must add their own record marking to delineate their messages, and must make explicit use of the  push facility  to ensure that a complete message is transferred in a reasonable time. 基于stream的不如基于消息的用起来简单

The limited scope of TCP sockets complicates the task of providing highly-available data transfer capability using  multi-homed hosts. 自动容错支持的不好,比如我给一批IP都可以服务请求,一个坏了其他自动接入,当前TCP要靠外部工具来完成

TCP is relatively vulnerable to denial-of-service attacks, such as  SYN attacks . 易受攻击

 

所以SCTP的feature就是跟上面的问题一一对应:

Multihoming  support in which one or both endpoints of a connection can consist of more than one IP address, enabling transparent fail-over between redundant network paths. 多个IP可以绑定,自动容错

Delivery of chunks within independent streams eliminate unnecessary  head-of-line blocking , as opposed to TCP byte-stream delivery. 多路stream,不用排队

Path selection and monitoring select a primary data transmission path and test the connectivity of the transmission path. 选择一条最好的路径,TCP是没有的,只能靠IP自己调优了

Validation and acknowledgment mechanisms protect against flooding attacks and provide notification of duplicated or missing data chunks.

Improved error detection suitable for  Ethernet jumbo frames . 验证更多了,四次捂手

SCTP 一句话介绍


更多文章、技术交流、商务合作、联系博主

微信扫码或搜索:z360901061

微信扫一扫加我为好友

QQ号联系: 360901061

您的支持是博主写作最大的动力,如果您喜欢我的文章,感觉我的文章对您有帮助,请用微信扫描下面二维码支持博主2元、5元、10元、20元等您想捐的金额吧,狠狠点击下面给点支持吧,站长非常感激您!手机微信长按不能支付解决办法:请将微信支付二维码保存到相册,切换到微信,然后点击微信右上角扫一扫功能,选择支付二维码完成支付。

【本文对您有帮助就好】

您的支持是博主写作最大的动力,如果您喜欢我的文章,感觉我的文章对您有帮助,请用微信扫描上面二维码支持博主2元、5元、10元、自定义金额等您想捐的金额吧,站长会非常 感谢您的哦!!!

发表我的评论
最新评论 总共0条评论