Protocol
SCTP
Stream Control Transmission Protocol
Stream Control Transmission Protocol — a multi-stream, multi-homed transport used heavily by SIGTRAN and some WebRTC data channels. Chunks, TSNs, and four-way association setup replace TCP for many telecom stacks. Partial reliability and unordered delivery are optional extensions.
Tags
sigtranmultihomingchunksassociation
Sources
- RFC 9260 (SCTP)
Related protocols
M3UA
Lab readySIGTRAN MTP3 user adaptation over SCTP that carries ISUP/SCCP payloads with routing keys for IP-SS7 interconnect. ASPs and SGPs exchange …
M2PA
Lab readySIGTRAN adaptation that replaces MTP2 over SCTP while preserving MTP3 peer semantics between IP-connected SS7 nodes. Link status and sequ…
SUA
Lab readySIGTRAN SCCP User Adaptation delivering SCCP-user data over SCTP without a full MTP3 stack on the application server. Common for TCAP app…
TCP
Lab readyReliable, ordered byte-stream transport with ports, sequence/ack numbers, windowing, and congestion control. Three-way handshake and four…