Sie sind auf Seite 1von 16

SCTP: A new networking protocol for super-computing

Mohammed Atiquzzaman Shaojian Fu Department of Computer Science University of Oklahoma. atiq@ou.edu

Networking Characteristics in Supercomputing


High bandwidth links between upercomputers; Requires low delay in packet delivery; Many applications are based on message passing; Multimedia applications becoming popular.

SCTP: A new Transport Protocol


TCP is the most popular transport protocol to connect supercomputers. Supercomputer applications can take advantage of many SCTP features:
Support for multiple logical streams to improve data transmission throughput; Support for multiple network interfaces to achieve high availability; More secure mechanisms to prevent threats such as Denial of Service (DoS) attack.

What is SCTP?
Stream Control Transmission Protocol; Originally designed to support Telephone signaling messages over IP Networks;
Currently supports most of the features of TCP

Standardized by IETF RFC 2960; Reliable transport protocol on top of IP

SCTP and TCP Features


Upper layer applications

Both of them are reliable transport protocols;

TCP, UDP, SCTP IP Link Layer Physical Layer

Congestion Window size (segments)

Similar Congestion Control algorithms ( slow start, congestion avoidance);

14 12 10 8 6 4 2 0 0 1 2

Congestion avoidance Slow start


3 4 5 6

Slow start threshold


7 8

Time (round trips)

SCTP and TCP Differences


SCTP has the concept of an association instead of a connection; Multiple Logical Streams in a Association; Support for Multihoming; SCTP is message oriented while TCP is byte stream oriented; Protection against DoS attacks;

Where does SCTP fit?


SCTP User Application

Streams in an association

SCTP User Application

SCTP Transport Layer

SCTP association internet

SCTP Transport Layer

IP Network Service

IP Network Service

Multiple IP interfaces

SCTP Multistreaming
Multiple streams per association; Multiple streams prevent head-of-line blocking that occurs in a single stream scenario; Stream properties can be individually tailored to fit application requirements.

SCTP Multistreaming

Multiple logical streams Head-of-line blocking

Benefit of Multistreaming
Allows application to send multiple objects (text, images, audio) simultaneously. An object can delay the delivery of other objects; Improve the data transmission throughput under packet losses; Can help supercomputing applications involving multimedia objects.

Multihoming----Supports multiple IP addresses in an association.


Network Network Path1 Path1 Interface1 Supercomputer 1 Interface2 Network Network Path2 Path2 Association Interface1 Supercomputer 2 Interface2

Message-oriented feature
Communication between supercomputer is often message-oriented; TCPs stream-oriented nature is often an inconvenience for applications based on message passing; SCTP is message oriented: SCTP saves the programmers from doing framing at the application layer manually.

High bandwidth delay links


Supercomputers are usually connected by high bandwidth-delay product links; For optimal performance keep link full
maximum TCP window size is 64KB a 192KB bandwidth-delay product line is empty more than 60% of the time

Supercomputer 1

Data ACK

Supercomputer 2

SCTP Large window support


TCP supports windows up to 216 bytes;
TCP requires window scaling option (RFC 1323) to support large windows;

SCTP has a natural support for large windows up to 232 bytes to fill out the pipe.
Data
Supercomputer 1

ACK

Supercomputer 2

Current SCTP implementations


Linux (http://sourceforge.net/projects/lksctp/) FreeBSD/NetBSD/OpenBSD (http://www.sctp.org) Solaris (http://playground.sun.com/sctp/)

Summary
SCTP is now an Internet standard track protocol (RFC 2960) Advantages over TCP:
Multistreaming; Multihoming; Message oriented; Unordered data delivery; Large window; Secure mechanisms.

Das könnte Ihnen auch gefallen