SCTP
From TBwiki
(Difference between revisions)
Cboulanger (Talk | contribs) (Created page with 'The Stream Control Transmission Protocol (SCTP) is a Transport Layer protocol, serving in a similar role as the popular protocols Transmission Control Protocol (TCP) and User Dat…') |
m (Needs revising edit) |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
The Stream Control Transmission Protocol (SCTP) is a Transport Layer protocol, serving in a similar role as the popular protocols Transmission Control Protocol (TCP) and User Datagram Protocol (UDP). Indeed, it provides some of the same service features of both, ensuring reliable, in-sequence transport of messages with congestion control. | The Stream Control Transmission Protocol (SCTP) is a Transport Layer protocol, serving in a similar role as the popular protocols Transmission Control Protocol (TCP) and User Datagram Protocol (UDP). Indeed, it provides some of the same service features of both, ensuring reliable, in-sequence transport of messages with congestion control. | ||
− | In a nutshell, SCTP was selected by the | + | In a nutshell, SCTP was selected by the SIGTRAN IETF workgroup mainly because of these features: |
* Connection oriented - Establish connection between endpoints. | * Connection oriented - Establish connection between endpoints. | ||
Line 9: | Line 9: | ||
* Congestion control - Congestion control is stream independent. | * Congestion control - Congestion control is stream independent. | ||
* Multi-homing support - Enables transparent fail-over between redundant network paths. | * Multi-homing support - Enables transparent fail-over between redundant network paths. | ||
+ | |||
== TelcoBridges and SCTP == | == TelcoBridges and SCTP == | ||
+ | |||
+ | TelcoBridges supports SCTP as a mandatory component of its [[SIGTRAN]] implementation. | ||
Line 16: | Line 19: | ||
*[http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol Wikipedia article] | *[http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol Wikipedia article] | ||
− | [[category:Glossary | + | [[category:Glossary]] |
− | + |
Latest revision as of 07:37, 19 April 2018
The Stream Control Transmission Protocol (SCTP) is a Transport Layer protocol, serving in a similar role as the popular protocols Transmission Control Protocol (TCP) and User Datagram Protocol (UDP). Indeed, it provides some of the same service features of both, ensuring reliable, in-sequence transport of messages with congestion control.
In a nutshell, SCTP was selected by the SIGTRAN IETF workgroup mainly because of these features:
- Connection oriented - Establish connection between endpoints.
- Reliable transport - Enable acknowledgment of data.
- Multiple streams - Separate data in independent streams of chunks in parallel.
- Ordered delivery - Guaranties order of data from each stream independently.
- Congestion control - Congestion control is stream independent.
- Multi-homing support - Enables transparent fail-over between redundant network paths.
TelcoBridges and SCTP
TelcoBridges supports SCTP as a mandatory component of its SIGTRAN implementation.