| SCTP
(Stream Control Transmission Protocol) is a
protocol for transmitting multiple
|
| Like TCP, SCTP manages "reliable transport" (ensuring the complete arrival of data units that are sent over the network) over the Internet's basically connectionless Internet Protocol (IP), the protocol responsible for moving the data but not for managing whether all the data arrives. Unlike TCP, SCTP ensures the complete concurrent transmission of several streams of data (in units called messages) between connected end points. SCTP also supports multihoming, which means that a connected end point can have alternate IP addresses associated with it in order to route around network failure or changing conditions. |
| TCP
transmits data in a single stream (sometimes called a
|