TOC 
Network Working GroupX. Fu
Internet-DraftC. Dickmann
Expires: August 21, 2006University of Goettingen
 J. Crowcroft
 University of Cambridge
 February 17, 2006

General Internet Signaling Transport (GIST) over SCTP

draft-fu-nsis-ntlp-sctp-01.txt

Status of this Memo

By submitting this Internet-Draft, each author represents that any applicable patent or other IPR claims of which he or she is aware have been or will be disclosed, and any of which he or she becomes aware will be disclosed, in accordance with Section 6 of BCP 79.

Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note that other groups may also distribute working documents as Internet-Drafts.

Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work in progress.”

The list of current Internet-Drafts can be accessed at http://www.ietf.org/ietf/1id-abstracts.txt.

The list of Internet-Draft Shadow Directories can be accessed at http://www.ietf.org/shadow.html.

This Internet-Draft will expire on August 21, 2006.

Copyright Notice

Copyright © The Internet Society (2006).

Abstract

The General Internet Signaling Transport (GIST) protocol currently uses TCP or TLS over TCP for connection mode operation. This document describes the usage of GIST over the Stream Control Transmission Protocol (SCTP). The use of SCTP can take the advantage of features provided by SCTP, namely streaming-based transport, support of multiple streams to avoid head of line blocking, and the support of multi-homing to provide network level fault tolerance. Additionally, the support for some extensions of SCTP is also discussed, namely its Partial Reliability Extension and the usage of TLS over SCTP.



Table of Contents

1.  Introduction
2.  Terminology and Abbreviations
3.  GIST Over SCTP
    3.1.  Message Association Setup
    3.2.  Stack-Configuration-Data information for SCTP
    3.3.  Effect on GIST State Maintenance
    3.4.  PR-SCTP Support
    3.5.  API between GIST and NSLP
        3.5.1.  SendMessage
        3.5.2.  NetworkNotification
    3.6.  TLS over SCTP Support
4.  Bit-Level Formats
    4.1.  Higher-Layer-Information
5.  Security Considerations
6.  IANA Considerations
7.  Acknowledgments
8.  References
    8.1.  Normative References
    8.2.  Informative References
§  Authors' Addresses
§  Intellectual Property and Copyright Statements




 TOC 

1. Introduction

This document describes the usage of the General Internet Signaling Transport (GIST) protocol [1] (Schulzrinne, H. and R. Hancock, “GIST: General Internet Signaling Transport,” February 2006.) over the Stream Control Transmission Protocol (SCTP) [2] (Stewart, R., Xie, Q., Morneault, K., Sharp, C., Schwarzbauer, H., Taylor, T., Rytina, I., Kalla, M., Zhang, L., and V. Paxson, “Stream Control Transmission Protocol,” October 2000.).

GIST, in its initial specification for connection mode operation, runs on top of a byte-stream oriented transport protocol providing a reliable, in-sequence delivery, i.e., using the Transmission Control Protocol (TCP) [4] (Postel, J., “Transmission Control Protocol,” September 1981.) for signaling message transport. However, some NSLP context information has a definite lifetime, therefore, the GIST transport protocol must accommodate flexible retransmission, so stale NSLP messages that are held up by congestion can be dropped. Together with the head-of-line blocking issue and other issues with TCP, these considerations argue that implementations of GIST should support the Stream Control Transport Protocol (SCTP)[2] (Stewart, R., Xie, Q., Morneault, K., Sharp, C., Schwarzbauer, H., Taylor, T., Rytina, I., Kalla, M., Zhang, L., and V. Paxson, “Stream Control Transmission Protocol,” October 2000.) as an optional transport protocol for GIST, especially if deployment over the public Internet is contemplated. Like TCP, SCTP supports reliability, congestion control, fragmentation. Unlike TCP, SCTP provides a number of functions that are desirable for signaling transport, such as multiple streams and multiple IP addresses for path failure recovery. In addition, its Partial Reliability extension (PR-SCTP) [5] (Stewart, R., Ramalho, M., Xie, Q., Tuexen, M., and P. Conrad, “Stream Control Transmission Protocol (SCTP) Partial Reliability Extension,” May 2004.) supports partial retransmission based on a programmable retransmission timer.

This document shows how GIST should be used with SCTP to provide these additional features to deliver the GIST C-mode messages (which can in turn carry NSIS Signaling Layer Protocol (NSLP) [6] (Hancock, R., Karagiannis, G., Loughney, J., and S. Van den Bosch, “Next Steps in Signaling (NSIS): Framework,” June 2005.) messages as payload). More specifically:

  • how to use the multiple streams feature of SCTP.
  • how to handle the message oriented nature of SCTP.
  • how to take the advantage of multi-homing support of SCTP.
  • Additionally, this document also discusses how to support two extensions of SCTP, namely PR-SCTP [5] (Stewart, R., Ramalho, M., Xie, Q., Tuexen, M., and P. Conrad, “Stream Control Transmission Protocol (SCTP) Partial Reliability Extension,” May 2004.) and TLS over SCTP [7] (Jungmaier, A., Rescorla, E., and M. Tuexen, “Transport Layer Security over Stream Control Transmission Protocol,” December 2002.).

    The method described in this document does not require any changes of GIST or SCTP. It is only required that SCTP implementations support the optional feature of fragmentation of SCTP user messages.



     TOC 

    2. Terminology and Abbreviations

    The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL", in this document are to be interpreted as described in BCP 14, RFC 2119 [3] (Bradner, S., “Key words for use in RFCs to Indicate Requirement Levels,” March 1997.). Other terminologies and abbreviations used in this document are taken from related specifications (e.g., [1] (Schulzrinne, H. and R. Hancock, “GIST: General Internet Signaling Transport,” February 2006.) and [2] (Stewart, R., Xie, Q., Morneault, K., Sharp, C., Schwarzbauer, H., Taylor, T., Rytina, I., Kalla, M., Zhang, L., and V. Paxson, “Stream Control Transmission Protocol,” October 2000.)) as follows:



     TOC 

    3. GIST Over SCTP



     TOC 

    3.1. Message Association Setup

    The basic GIST protocol specification defines two possible protocols to be used in message associations, namely Forwards-TCP and TLS. This document adds Forwards-SCTP as another possible protocol. In Forwards-SCTP, analog to Forwards-TCP, connections between peers are opened in the forwards direction, from the querying node, towards the responder. SCTP connections may carry NSLP messages with the transfer attribute 'reliable'.

    A new MA-Protocol-ID type, "Forwards-SCTP", is defined in this document for using SCTP as GIST transport protocol.



     TOC 

    3.2. Stack-Configuration-Data information for SCTP

    In order to run GIST over SCTP, the Stack-Proposal and Stack-Configuration-Data objects need to recognize the Forwards-SCTP MA-Protocol-ID type, and interpret it for the transport protocol negotiation during the GIST MA setup handshake (e.g., whether SCTP runs alone or together with TLS).

    In turn, the "High-layer-addressing" field for Forwards-SCTP needs to be defined for the Stack-Configuration-Data object defined of GIST. This "Higher-layer-addressing" contains proposed values for the initial and maximum retransmission timeout (RTO) as well as a port number in the case of Response messages. The proposed values for RTO are only suggestions to the peer and may be overridden by local policy. In fact, in order to avoid denial of service attacks, the minimum RTO value is not included in the proposal and in addition implementations should only accept reasonable RTO proposals.

    The higher-layer-addressing formats are:



     TOC 

    3.3. Effect on GIST State Maintenance

    A GIST MA is established over an SCTP association, which comprises one or more SCTP streams. Each of such streams can be used for one or multiple NSLP sessions (i.e., one or more MRSs). After completing a GIST MA setup, which implicitly establishes a bi-directional SCTP stream, C-mode messages can be sent over the SCTP association in either direction. Due to multi-streaming support of SCTP, it is easy to maintain sequencing of messages that affect the same resource (e.g., the same NSLP session), rather than maintaining all messages along the same transport connection/association in a correlated fashion as TCP (which imposes strict (re)ordering and reliability per transport level).



     TOC 

    3.4. PR-SCTP Support

    A variant of SCTP, PR-SCTP [5] (Stewart, R., Ramalho, M., Xie, Q., Tuexen, M., and P. Conrad, “Stream Control Transmission Protocol (SCTP) Partial Reliability Extension,” May 2004.) provides a "timed reliability" service. It allows the user to specify, on a per message basis, the rules governing how persistent the transport service should be in attempting to send the message to the receiver. Because of the chunk bundling function of SCTP, reliable and partial reliable messages can be multiplexed over a single PR-SCTP association. Therefore, a GIST over SCTP implementation SHOULD attempt to establish a PR-SCTP association instead of a standard SCTP association, if available, to support more flexible transport features for potential needs of different NSLPs.



     TOC 

    3.5. API between GIST and NSLP

    GIST specification defines an abstract API between GIST and NSLPs. While this document does not change the API itself, the semantics of some parameters have slightly different interpretation in the context of SCTP. This section only lists those primitives and parameters, that need special consideration when used in the context of SCTP. The relevant primitives are repeatet from [1] (Schulzrinne, H. and R. Hancock, “GIST: General Internet Signaling Transport,” February 2006.) to improve readability, but [1] (Schulzrinne, H. and R. Hancock, “GIST: General Internet Signaling Transport,” February 2006.) remains authoritative.



     TOC 

    3.5.1. SendMessage

    The SendMessage primitive is used by the NSLP to initiate sending of messages.

    SendMessage ( NSLP-Data, NSLP-Data-Size, NSLP-Message-Handle,
                  NSLP-Id, Session-ID, MRI,
                  SSI-Handle, Transfer-Attributes, Timeout, IP-TTL, GHC )
    
    

    The following parameter has changed semantics:

    Timeout: According to [1] (Schulzrinne, H. and R. Hancock, “GIST: General Internet Signaling Transport,” February 2006.) this parameter represents the "length of time GIST should attempt to send this message before indicating an error". When used with SCTP, this parameter is also used as the timeout for the "timed reliability" service of PR-SCTP.



     TOC 

    3.5.2. NetworkNotification

    The NetworkNotification primitive is passed from GIST to an NSLP. It indicates that a network event of possible interest to the NSLP occurred.

    NetworkNotification ( MRI, Network-Notification-Type )
    
    

    If SCTP detects a failure of the primary path, GIST should indicate this event to the NSLP by calling the NetworkNotification primitive with Network-Notification-Type "Routing Status Change". This notification should be done even if SCTP was able to remain an open connection to the next peer due to its multi-homing capabilities.



     TOC 

    3.6. TLS over SCTP Support

    GIST using TLS over SCTP is similar to GIST using TLS over TCP ([1] (Schulzrinne, H. and R. Hancock, “GIST: General Internet Signaling Transport,” February 2006.), Section 5.7.3). One should note that an SCTP association with TLS support takes advantages of SCTP, such as multi-streaming and multi-homing.

    A future version of this document will add more text on this topic.



     TOC 

    4. Bit-Level Formats



     TOC 

    4.1. Higher-Layer-Information

    This section provides the bit-level format for the Higher-Layer-Addressing field that is used for SCTP protocol in the Stack-Configuration-Data object of GIST (see Section 3.2 (Stack-Configuration-Data information for SCTP)).

     0                   1                   2                   3
     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |       Initial RTO value       |     Maximum RTO value         |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    :       SCTP port number        |         Reserved              :
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    
    Initial RTO value = Initial RTO value (SCTP configuration) in msec
    Maximum RTO value = Maximum RTO value (SCTP configuration) in msec
    SCTP port number  = Port number at which the responder will accept
                        SCTP connections
    
    

    The SCTP port number is only supplied if sent by the responder.



     TOC 

    5. Security Considerations

    The security considerations of both [1] (Schulzrinne, H. and R. Hancock, “GIST: General Internet Signaling Transport,” February 2006.) and [2] (Stewart, R., Xie, Q., Morneault, K., Sharp, C., Schwarzbauer, H., Taylor, T., Rytina, I., Kalla, M., Zhang, L., and V. Paxson, “Stream Control Transmission Protocol,” October 2000.) apply. Further security analysis is needed to consider any additional security vulnerabilities, and will be included in an updated draft.



     TOC 

    6. IANA Considerations

    A new MA-Protocol-ID (SCTP) needs to be assigned, with a recommended value of 3.



     TOC 

    7. Acknowledgments

    The authors would like to thank John Loughney, Robert Hancock and Jan Demter for their helpful suggestions.



     TOC 

    8. References



     TOC 

    8.1. Normative References

    [1] Schulzrinne, H. and R. Hancock, “GIST: General Internet Signaling Transport,” draft-ietf-nsis-ntlp-09 (work in progress), February 2006.
    [2] Stewart, R., Xie, Q., Morneault, K., Sharp, C., Schwarzbauer, H., Taylor, T., Rytina, I., Kalla, M., Zhang, L., and V. Paxson, “Stream Control Transmission Protocol,” RFC 2960, October 2000.
    [3] Bradner, S., “Key words for use in RFCs to Indicate Requirement Levels,” BCP 14, RFC 2119, March 1997 (TXT, HTML, XML).


     TOC 

    8.2. Informative References

    [4] Postel, J., “Transmission Control Protocol,” STD 7, RFC 793, September 1981.
    [5] Stewart, R., Ramalho, M., Xie, Q., Tuexen, M., and P. Conrad, “Stream Control Transmission Protocol (SCTP) Partial Reliability Extension,” RFC 3758, May 2004.
    [6] Hancock, R., Karagiannis, G., Loughney, J., and S. Van den Bosch, “Next Steps in Signaling (NSIS): Framework,” RFC 4080, June 2005.
    [7] Jungmaier, A., Rescorla, E., and M. Tuexen, “Transport Layer Security over Stream Control Transmission Protocol,” RFC 3436, December 2002.


     TOC 

    Authors' Addresses

      Xiaoming Fu
      University of Goettingen
      Institute for Informatics
      Lotzestr. 16-18
      Goettingen 37083
      Germany
    Email:  fu@cs.uni-goettingen.de
      
      Christian Dickmann
      University of Goettingen
      Institute for Informatics
      Lotzestr. 16-18
      Goettingen 37083
      Germany
    Email:  cdickman@cs.uni-goettingen.de
      
      Jon Crowcroft
      University of Cambridge
      Computer Laboratory
      William Gates Building
      15 JJ Thomson Avenue
      Cambridge CB3 0FD
      UK
    Email:  jon.crowcroft@cl.cam.ac.uk


     TOC 

    Intellectual Property Statement

    Disclaimer of Validity

    Copyright Statement

    Acknowledgment