Microsoft Store
 

Stream Control Transmission Protocol


 

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

The Stream Control Transmission Protocol (SCTP) is a transport layer protocol defined in 2000 by the IETF Signaling Transport (SIGTRAN) working group. The protocol is defined in RFC 2960, and an introductory text is provided by RFC 3286.

Related Topics:
Transport layer - Protocol - 2000 - IETF - SIGTRAN

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

As a transport protocol, SCTP is equivalent in a sense to TCP or UDP. Indeed it provides some similar services as TCP, ensuring reliable, in-sequence transport of messages with congestion control. While TCP is byte-oriented, SCTP deals with framed messages.

Related Topics:
TCP - UDP

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Benefits of SCTP are:

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

  • Multi-homing support, where one (or both) endpoints of a connection can consist of more than one IP address, enabling transparent fail-over between hosts or network cards.
  • Delivery of data in chunks within independent streams - Eliminates unnecessary head-of-the-line blocking, as opposed to TCP byte stream delivery.
  • Path Selection and Monitoring - Selects a "primary" data transmission path and tests the connectivity of the transmission path.
  • Validation and Acknowledgment mechanisms - Protects against flooding attacks and provides notification of duplicated or missing data chunks.
  • SCTP was originally intended for the transport of telephony (SS7) protocols over IP, with the goal of duplicating some of the reliability attributes of the SS7 signaling network in IP. This IETF effort is known as SIGTRAN. In the meantime, other uses have been proposed, for example the DIAMETER protocol.

    Related Topics:
    SS7 - IP - SIGTRAN - DIAMETER

    ~ ~ ~ ~ ~ ~ ~ ~ ~ ~