Download presentation
Presentation is loading. Please wait.
Published byAmi Short Modified over 8 years ago
1
SCTP (Stream Control Transmission Protocol) 2005. 10. 19. Chanmin Park ( 박 찬 민 ) CARES lab. (cmpark@davinci.snu.ac.kr)
2
Contents Introduction SCTP Architecture Packet Association/Shutdown States Data Transmission API SCTP Characteristics Conclusion References
3
Introduction SCTP (Stream Control Transmission Protocol) Reliable message-based & connection-oriented transport protocol Standardization 2000. 10. RFC 2960 by SIGTRAN WG PSTN (Public Switched Telephone Network) IP Network Support real-time multimedia applications Characteristics Transport layer protocol above IP : TCP + UDP Overcoming the drawbacks of TCP, UDP Reliability, Flexibility, Security Multi-streaming, multi-homing
4
SCTP concept
5
SCTP – Packet Common Header (12 bytes) Source/destination port : same as TCP Verification Tag : 32 bit session ID Checksum : 32 bit (TCP : 16bit) Chunks Type : distinguish control and data chunks Flag : ordered/unordered bit Length : length is variable TSN (Transport Sequence Number), Stream ID, SSN (Stream Sequence Number) Protocol ID : 132 (TCP – 17, UDP – 6)
6
Chunks – Type (13) Payload Data (0) Selective Acknowledgement (SACK) (3) Initiation (INIT) (1) Initiation Acknowledgement (INIT ACK) (2) Cookie Echo (COOKIE ECHO) (10) Cookie Acknowledgement (COOKIE ACK) (11) Heartbeat Request (HEARTBEAT) (4) Heartbeat Acknowledgement (HEARTBEAT ACK) (5) Shutdown Association (SHUTDOWN) (7) Shutdown Acknowledgement (SHUTDOWN ACK) (8) Shutdown Complete (SHUTDOWN COMPLETE) (14) Abort Association (ABORT) (6) Operation Error (ERROR) (9) Data Association Check Available IP Shutdown Error
7
SCTP Association/Shutdown TCP SCTP
8
SCTP Data Transmission Flow Control Congestion Control / Slow-start Selective Acknowledgement Ordered and Unordered Delivery Fragmentation and Reassembly Bundling Path MTU Discovery
9
SCTP API ULP to SCTP Initialize, Associate, Shutdown, Abort, Send, Set Primary, Receive, Status, Change Heartbeat, Request Heartbeat, SCTP to ULP (Asynchronous notifications) DATA ARRIVE, SEND FAILURE, NETWORK STATUS CHANGE, COMMUNICATION UP, COMMUNICATION LOST, COMMUNICATION ERROR, RESTART
10
SCTP Characteristics Multi-Streaming Multi-stream per association Avoid HOL (Head of Line) Blocking of TCP Ordered/Unordered transport U flag of Data Chunk Reliable data transmission Each stream has Stream Sequence Number (SSN) Multi-Homing Multiple (Ethernet) IPs per association If primary path fail occurs, reconnect secondary path Reliable data transmission
11
Multi-Streaming
12
Multi-Homing
13
Features comparison
14
Conclusion Applications Reliable transmission (authentication, authorization system, etc.) Mobile IP Real-time internet multimedia (http, etc.) Security (SCTP based TLS) Other Issues PR-SCTP (Partial Reliable SCTP) for real-time apps. ADD-IP for MSCTP (Mobile SCTP) Congestion control for each stream Adaptive fail-over mechanism Future & Vision Substitute ? Coexist ? Killer application ?
15
References Signaling Transport over IP (SIGTRAN) http://www.sctp.de/ http://www.sctp.de/ SCTP for Beginners http://tdrwww.exp-math.uni-essen.de/inhalt/forschung/sctp_fb/ http://tdrwww.exp-math.uni-essen.de/inhalt/forschung/sctp_fb/ An introduction to the SCTP (RFC 3286) http://www.ietf.org/rfc/rfc3286.txt http://www.ietf.org/rfc/rfc3286.txt Standards Track (RFC 2960) http://www.ietf.org/rfc/rfc2960.txt http://www.ietf.org/rfc/rfc2960.txt Linux Kernel SCTP http://sourceforge.net/projects/lksctp/ http://sourceforge.net/projects/lksctp/ SCTP 표준기술 분석 및 전망, 전자통신동향분석 제 18 권 제 3 호 2003 년 6 월. 고석주 외. Naver 지식인
16
Q & A
Similar presentations
© 2024 SlidePlayer.com Inc.
All rights reserved.