SCTP

  • 网络流控制传输协议(Stream Control Transmission Protocol);流控制传输协议(Stream Control Transport Protocol);流控传输协议

SCTPSCTP

SCTP

流控制传输协议(Stream Control Transmission Protocol)

流控制传输协议(SCTP),十年以后也许能够普及的东西"state" match support 这是对包进行分类的有力工具,它允许利用连接跟踪 …

流控制传输协议(Stream Control Transport Protocol)

SCTPStream Control Transport Protocol):流控制传输协议面向连接的传输层协议。

流控传输协议

SIGTRAN 构架是在流控传输协议SCTP)上加一个用户适配层(UAL)。用户 适配层是由多个适配模块所组成。

流控制传送协议

本标准规定了流控制传送协议(SCTP)所使用的消息格式编码和程序,SCTP协议主要用于在IP网中传送PSTN的信令消息和IP网 …

流控制传输协定

另外新兴发展之串流控制传输协定(SCTP)提供相同於TCP、UDP等基本功能之外,亦包含支援多宿路径与多重串流等功能,因 …

1
Multi-streaming is an important feature of SCTP, especially when you consider some of the control and data issues in protocol design. 多流处理是SCTP的一个重要特性,尤其是在协议的设计中考虑一些控制和数据的问题时更是如此。
2
SCTP protects against this type of attack through a four-way handshake and the introduction of a cookie. SCTP可以通过一种4次握手的机制并引入了cookie的概念来有效地防止这种攻击的产生。
3
In the client, I create an SCTP socket, then create a sockaddr structure containing the endpoint to which it will connect. 在客户机中,我们首先创建了一个SCTP套接字,然后创建了一个sockaddr结构,其中包含了将要连接的端点。
4
Now for a quick refresher on traditional transport layer protocols before we dive into the workings of SCTP. 在深入钻研SCTP之前,让我们首先简单回顾一下传统的传输层协议。
5
The work and contribution of this paper have realistic significance to the research and implementation of SCTP load balance system. 论文完成的工作成果,对基于SCTP的负载均衡系统的研究与实现具有很好的理论和现实意义。
6
SCTP provides features for high availability, increased reliability, and improved security for socket initiation. SCTP提供的特性使套接字初始化的可用性、可靠性和安全性都得以提高。
7
In some ways, an SCTP association is like a TCP connection except that SCTP supports multiple streams within an association. 从某种意义上来讲,SCTP连接与TCP连接类似,不同之处只是SCTP能够在一个联合中支持多流机制。
8
The test results show that the SCTP load balance system designed by this paper is correct and available. 测试结果表明,论文研究的负载均衡系统所采用的方法正确、有效。
9
The Linux Kernel SCTP project (lksctp) provides API extensions and documentation that will help you on your way. LinuxKernelSCTP项目(lksctp)提供了可以为您提供辅助的API扩展和文档。
10
Multi-homed SCTP, combined with redundant LANs, allows for the reinforcement of local endpoint access. Multi-homedSCTP和冗余的LAN一道,考虑到了对本地端点访问的增强。
11
Stream Control Transmission Protocol (SCTP) is a new transport protocol which has been standardized by IETF to overcome the limits of TCP. 流媒体控制传输协议SCTP是IETF推荐的新兴传输层协议,其主要目的就是为了克服TCP的局限性。
12
In SCTP, these two paths would be collected into an association. 在SCTP中,这两条路径可以合并到一个联合中。
13
Multi-homing is another feature of SCTP that separates it from traditional transport layer protocols. Multi-homing是使SCTP与传统的传输层协议不同的另一个特性。
14
In SCTP, a client initiates a connection with an INIT packet. 在SCTP中,客户机使用一个INIT报文发起一个连接。
15
Along with availability, applications will begin to use SCTP as their primary transport. 在获得高可用性的同时,应用程序也已经开始使用SCTP作为自己的主要传输机制。
16
SCTP is a reliable, general-purpose transport layer protocol for use on IP networks. SCTP是在IP网络上使用的一种可靠的通用传输层协议。
17
Both TCP and SCTP require connection setup and teardown between peers. TCP和SCTP都需要在对等的两端建立和拆除连接。
18
Each stream is given a stream number that is encoded inside SCTP packets flowing through the association. 每个流都给定了一个流编号,它被编码到SCTP报文中,通过联合在网络上传送。
19
Stream Control Transmission Protocol (SCTP) is a new transport layer protocol added to the 2. 6 kernel. 流控制传输协议(SCTP)是2.6内核中增加的一个新的传输层协议。
20
Traditional applications such as FTP and HTTP have been built on the features of SCTP. 诸如FTP和HTTP之类的传统应用程序已经在SCTP的特性基础上进行了构建。