home *** CD-ROM | disk | FTP | other *** search
/ Handbook of Infosec Terms 2.0 / Handbook_of_Infosec_Terms_Version_2.0_ISSO.iso / text / rfcs / rfc1006.txt < prev    next >
Text File  |  1996-05-07  |  32KB  |  751 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61. M. Rose & D. Cass                                               [Page 1] 
  62.  
  63.  
  64.  
  65.  
  66. Network Working Group                    Marshall T. Rose, Dwight E. Cass Request for Comments: RFC 1006    Northrop Research and Technology Center Obsoletes: RFC 983                                               May 1987 
  67.  
  68.  
  69.  
  70.                 ISO Transport Service on top of the TCP                                Version: 3 
  71.  
  72.  Status of this Memo 
  73.  
  74.    This memo specifies a standard for the Internet community. Hosts    on the Internet that choose to implement ISO transport services    on top of the TCP are expected to adopt and implement this    standard.  TCP port 102 is reserved for hosts which implement this    standard.  Distribution of this memo is unlimited. 
  75.  
  76.    This memo specifies version 3 of the protocol and supersedes    [RFC983].  Changes between the protocol as described in Request for    Comments 983 and this memo are minor, but are unfortunately    incompatible. 
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  M. Rose & D. Cass                                               [Page 1] 
  109.  RFC 1006                                                        May 1987 
  110.  
  111.  1.  Introduction and Philosophy 
  112.  
  113.        The Internet community has a well-developed, mature set of       transport and internetwork protocols (TCP/IP), which are quite       successful in offering network and transport services to       end-users. The CCITT and the ISO have defined various session,       presentation, and application recommendations which have been       adopted by the international community and numerous vendors.       To the largest extent possible, it is desirable to offer these       higher level directly in the ARPA Internet, without disrupting       existing facilities.  This permits users to develop expertise       with ISO and CCITT applications which previously were not       available in the ARPA Internet.  It also permits a more       graceful convergence and transition strategy from       TCP/IP-based networks to ISO-based networks in the       medium-and long-term. 
  114.  
  115.       There are two basic approaches which can be taken when "porting"       an ISO or CCITT application to a TCP/IP environment.  One       approach is to port each individual application separately,       developing local protocols on top of the TCP.  Although this is       useful in the short-term (since special-purpose interfaces to the       TCP can be developed quickly), it lacks generality. 
  116.  
  117.       A second approach is based on the observation that both the ARPA       Internet protocol suite and the ISO protocol suite are both       layered systems (though the former uses layering from a more       pragmatic perspective).  A key aspect of the layering principle       is that of layer-independence.  Although this section is       redundant for most readers, a slight bit of background material       is necessary to introduce this concept. 
  118.  
  119.       Externally, a layer is defined by two definitions: 
  120.  
  121.          a service-offered definition, which describes the services          provided by the layer and the interfaces it provides to          access those services; and, 
  122.  
  123.          a service-required definitions, which describes the services          used by the layer and the interfaces it uses to access those          services. 
  124.  
  125.       Collectively, all of the entities in the network which co-operate       to provide the service are known as the service-provider.       Individually, each of these entities is known as a service-peer. 
  126.  
  127.       Internally, a layer is defined by one definition: 
  128.  
  129.           a protocol definition, which describes the rules which each           service-peer uses when communicating with other service-peers. 
  130.  
  131.  
  132.  
  133. M. Rose & D. Cass                                               [Page 2] 
  134.  RFC 1006                                                        May 1987 
  135.  
  136.        Putting all this together, the service-provider uses the protocol       and services from the layer below to offer the its service to the       layer above.  Protocol verification, for instance, deals with       proving that this in fact happens (and is also a fertile field       for many Ph.D. dissertations in computer science). 
  137.  
  138.       The concept of layer-independence quite simply is: 
  139.  
  140.           IF one preserves the services offered by the service-provider 
  141.  
  142.           THEN the service-user is completely naive with respect to the           protocol which the service-peers use 
  143.  
  144.        For the purposes of this memo, we will use the layer-independence       to define a Transport Service Access Point (TSAP) which appears       to be identical to the services and interfaces offered by the       ISO/CCITT TSAP (as defined in [ISO8072]), but we will in fact       implement the ISO TP0 protocol on top of TCP/IP (as defined in       [RFC793,RFC791]), not on top of the the ISO/CCITT network       protocol.  Since the transport class 0 protocol is used over the       TCP/IP connection, it achieves identical functionality as       transport class 4.  Hence, ISO/CCITT higher level layers (all       session, presentation, and application entities) can operate       fully without knowledge of the fact that they are running on a       TCP/IP internetwork. 
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  M. Rose & D. Cass                                               [Page 3] 
  173.  RFC 1006                                                        May 1987 
  174.  
  175.  2.  Motivation 
  176.  
  177.        In migrating from the use of TCP/IP to the ISO protocols, there       are several strategies that one might undertake.  This memo was       written with one particular strategy in mind. 
  178.  
  179.       The particular migration strategy which this memo uses is based       on the notion of gatewaying between the TCP/IP and ISO protocol       suites at the transport layer.  There are two strong arguments       for this approach: 
  180.  
  181.       1.  Experience teaches us that it takes just as long to get good       implementations of the lower level protocols as it takes to get       implementations of the higher level ones.  In particular, it has       been observed that there is still a lot of work being done at the       ISO network and transport layers.  As a result, implementations       of protocols above these layers are not being aggressively       pursued. Thus, something must be done "now" to provide a medium       in which the higher level protocols can be developed.  Since       TCP/IP is mature, and essentially provides identical       functionality, it is an ideal medium to support this development. 
  182.  
  183.       2.  Implementation of gateways at the IP and ISO IP layers are       probably not of general use in the long term.  In effect, this       would require each Internet host to support both TP4 and TCP.       As such, a better strategy is to implement a graceful migration       path from TCP/IP to ISO protocols for the ARPA Internet when the       ISO protocols have matured sufficiently. 
  184.  
  185.       Both of these arguments indicate that gatewaying should occur at       or above the transport layer service access point.  Further, the       first argument suggests that the best approach is to perform the       gatewaying exactly AT the transport service access point to       maximize the number of ISO layers which can be developed. 
  186.  
  187.         NOTE:     This memo does not intend to act as a migration or                   intercept document.  It is intended ONLY to meet the                   needs discussed above.  However, it would not be                   unexpected that the protocol described in this memo                   might form part of an overall transition plan.  The                   description of such a plan however is COMPLETELY                   beyond the scope of this memo. 
  188.  
  189.       Finally, in general, building gateways between other layers in the       TCP/IP and ISO protocol suites is problematic, at best. 
  190.  
  191.       To summarize: the primary motivation for the standard described in       this memo is to facilitate the process of gaining experience with       higher-level ISO protocols (session, presentation, and       application). The stability and maturity of TCP/IP are ideal for 
  192.  
  193.  
  194.  
  195. M. Rose & D. Cass                                               [Page 4] 
  196.  RFC 1006                                                        May 1987 
  197.  
  198.        providing solid transport services independent of actual       implementation. 
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  M. Rose & D. Cass                                               [Page 5] 
  251.  RFC 1006                                                        May 1987 
  252.  
  253.  3.  The Model 
  254.  
  255.        The [ISO8072] standard describes the ISO transport service       definition, henceforth called TP. 
  256.  
  257.           ASIDE:    This memo references the ISO specifications rather                     than the CCITT recommendations.  The differences                     between these parallel standards are quite small,                     and can be ignored, with respect to this memo,                     without loss of generality.  To provide the reader                     with the relationships: 
  258.  
  259.                          Transport service    [ISO8072]       [X.214]                          Transport protocol   [ISO8073]       [X.224]                          Session protocol     [ISO8327]       [X.225] 
  260.  
  261.        The ISO transport service definition describes the services       offered by the TS-provider (transport service) and the interfaces       used to access those services.  This memo focuses on how the ARPA       Transmission Control Protocol (TCP) [RFC793] can be used to offer       the services and provide the interfaces. 
  262.  
  263.        +-----------+                                       +-----------+       |  TS-user  |                                       |  TS-user  |       +-----------+                                       +-----------+            |                                                     |            | TSAP interface                       TSAP interface |            |  [ISO8072]                                          |            |                                                     |       +----------+   ISO Transport Services on the TCP     +----------+       |  client  |-----------------------------------------|  server  |       +----------+              (this memo)                +----------+            |                                                     |            | TCP interface                         TCP interface |            |  [RFC793]                                           |            |                                                     | 
  264.  
  265.        For expository purposes, the following abbreviations are used: 
  266.  
  267.          TS-peer      a process which implements the protocol described                       by this memo           TS-user      a process talking using the services of a TS-peer 
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275. M. Rose & D. Cass                                               [Page 6] 
  276.  RFC 1006                                                        May 1987 
  277.  
  278.           TS-provider  the black-box entity implementing the protocol                       described by this memo 
  279.  
  280.        For the purposes of this memo, which describes version 2 of the       TSAP protocol, all aspects of [ISO8072] are supported with one       exception: 
  281.  
  282.           Quality of Service parameters 
  283.  
  284.        In the spirit of CCITT, this is left "for further study".  A       future version of the protocol will most likely support the QOS       parameters for TP by mapping these onto various TCP parameters. 
  285.  
  286.       The ISO standards do not specify the format of a session port       (termed a TSAP ID).  This memo mandates the use of the GOSIP       specification [GOSIP86] for the interpretation of this field.       (Please refer to Section 5.2, entitled "UPPER LAYERS ADDRESSING".) 
  287.  
  288.       Finally, the ISO TSAP is fundamentally symmetric in behavior.       There is no underlying client/server model.  Instead of a server       listening on a well-known port, when a connection is established,       the TS-provider generates an INDICATION event which, presumably       the TS-user catches and acts upon.  Although this might be       implemented by having a server "listen" by hanging on the       INDICATION event, from the perspective of the ISO TSAP, all TS-       users just sit around in the IDLE state until they either generate       a REQUEST or accept an INDICATION. 
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314. M. Rose & D. Cass                                               [Page 7] 
  315.  RFC 1006                                                        May 1987 
  316.  
  317.  4.  The Primitives 
  318.  
  319.        The protocol assumes that the TCP[RFC793] offers the following       service primitives: 
  320.  
  321.                                     Events 
  322.  
  323.          connected       - open succeeded (either ACTIVE or PASSIVE) 
  324.  
  325.          connect fails   - ACTIVE open failed 
  326.  
  327.          data ready      - data can be read from the connection 
  328.  
  329.          errored         - the connection has errored and is now closed 
  330.  
  331.          closed          - an orderly disconnection has started 
  332.  
  333.                                      Actions 
  334.  
  335.          listen on port  - PASSIVE open on the given port 
  336.  
  337.          open port       - ACTIVE open to the given port 
  338.  
  339.          read data       - data is read from the connection 
  340.  
  341.          send data       - data is sent on the connection 
  342.  
  343.          close           - the connection is closed (pending data is                            sent) 
  344.  
  345.  This memo describes how to use these services to emulate the following service primitives, which are required by [ISO8073]: 
  346.  
  347.                                  Events 
  348.  
  349.          N-CONNECT.INDICATION                           - An NS-user (responder) is notified that                             connection establishment is in progress 
  350.  
  351.           N-CONNECT.CONFIRMATION                           - An NS-user (responder) is notified that                             the connection has been established 
  352.  
  353.          N-DATA.INDICATION                           - An NS-user is notified that data can be                             read from the connection 
  354.  
  355.  
  356.  
  357.  
  358.  
  359. M. Rose & D. Cass                                               [Page 8] 
  360.  RFC 1006                                                        May 1987 
  361.  
  362.           N-DISCONNECT.INDICATION                           - An NS-user is notified that the connection                             is closed 
  363.  
  364.                                 Actions 
  365.  
  366.          N-CONNECT.REQUEST                           - An NS-user (initiator) indicates that it                             wants to establish a connection 
  367.  
  368.          N-CONNECT.RESPONSE                           - An NS-user (responder) indicates that it                             will honor the request 
  369.  
  370.          N-DATA.REQUEST   - An NS-user sends data 
  371.  
  372.          N-DISCONNECT.REQUEST                           - An NS-user indicates that the connection                             is to be closed 
  373.  
  374.       The protocol offers the following service primitives, as defined       in [ISO8072], to the TS-user: 
  375.  
  376.                                     Events 
  377.  
  378.          T-CONNECT.INDICATION                           - a TS-user (responder) is notified that                             connection establishment is in progress 
  379.  
  380.          T-CONNECT.CONFIRMATION                           - a TS-user (initiator) is notified that the                             connection has been established 
  381.  
  382.          T-DATA.INDICATION                           - a TS-user is notified that data can be read                             from the connection 
  383.  
  384.          T-EXPEDITED DATA.INDICATION                           - a TS-user is notified that "expedited" data                             can be read from the connection 
  385.  
  386.          T-DISCONNECT.INDICATION                           - a TS-user is notified that the connection                             is closed 
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  M. Rose & D. Cass                                               [Page 9] 
  397.  RFC 1006                                                        May 1987 
  398.  
  399.                                  Actions 
  400.  
  401.          T-CONNECT.REQUEST                           - a TS-user (initiator) indicates that it                             wants to establish a connection 
  402.  
  403.          T-CONNECT.RESPONSE                           - a TS-user (responder) indicates that it                             will honor the request 
  404.  
  405.          T-DATA.REQUEST   - a TS-user sends data 
  406.  
  407.          T-EXPEDITED DATA.REQUEST                           - a TS-user sends "expedited" data 
  408.  
  409.          T-DISCONNECT.REQUEST                           - a TS-user indicates that the connection                             is to be closed 
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  M. Rose & D. Cass                                              [Page 10] 
  446.  RFC 1006                                                        May 1987 
  447.  
  448.  5.  The Protocol 
  449.  
  450.        The protocol specified by this memo is identical to the protocol       for ISO transport class 0, with the following exceptions: 
  451.  
  452.             - for testing purposes, initial data may be exchanged               during connection establishment 
  453.  
  454.             - for testing purposes, an expedited data service is               supported 
  455.  
  456.             - for performance reasons, a much larger TSDU size is               supported 
  457.  
  458.             - the network service used by the protocol is provided               by the TCP 
  459.  
  460.        The ISO transport protocol exchanges information between peers in       discrete units of information called transport protocol data units       (TPDUs).  The protocol defined in this memo encapsulates these       TPDUs in discrete units called TPKTs.  The structure of these       TPKTs and their relationship to TPDUs are discussed in the next       section. 
  461.  
  462.       PRIMITIVES 
  463.  
  464.          The mapping between the TCP service primitives and the service          primitives expected by transport class 0 are quite straight-          forward: 
  465.  
  466.                    network service              TCP                    ---------------              ---                    CONNECTION ESTABLISHMENT 
  467.  
  468.                        N-CONNECT.REQUEST        open completes 
  469.  
  470.                        N-CONNECT.INDICATION     listen (PASSIVE open)                                                 finishes 
  471.  
  472.                        N-CONNECT.RESPONSE       listen completes 
  473.  
  474.                        N-CONNECT.CONFIRMATION   open (ACTIVE open)                                                 finishes 
  475.  
  476.                    DATA TRANSFER 
  477.  
  478.                        N-DATA.REQUEST           send data 
  479.  
  480.                        N-DATA.INDICATION        data ready followed by 
  481.  
  482.  
  483.  
  484. M. Rose & D. Cass                                              [Page 11] 
  485.  RFC 1006                                                        May 1987 
  486.  
  487.                                                  read data 
  488.  
  489.                    CONNECTION RELEASE 
  490.  
  491.                        N-DISCONNECT.REQUEST     close 
  492.  
  493.                        N-DISCONNECT.INDICATION  connection closes or                                                 errors 
  494.  
  495.           Mapping parameters is also straight-forward: 
  496.  
  497.                      network service             TCP                      ---------------             ---                      CONNECTION RELEASE 
  498.  
  499.                          Called address          server's IP address                                                  (4 octets) 
  500.  
  501.                          Calling address         client's IP address                                                  (4 octets) 
  502.  
  503.                          all others              ignored 
  504.  
  505.                       DATA TRANSFER 
  506.  
  507.                          NS-user data (NSDU)     data 
  508.  
  509.                       CONNECTION RELEASE 
  510.  
  511.                          all parameters          ignored 
  512.  
  513.  
  514.  
  515.       CONNECTION ESTABLISHMENT 
  516.  
  517.           The elements of procedure used during connection establishment           are identical to those presented in [ISO8073], with three           exceptions. 
  518.  
  519.           In order to facilitate testing, the connection request and           connection confirmation TPDUs may exchange initial user data,           using the user data fields of these TPDUs. 
  520.  
  521.           In order to experiment with expedited data services, the           connection request and connection confirmation TPDUs may           negotiate the use of expedited data transfer using the           negotiation mechanism specified in [ISO8073] is used (e.g.,           setting the "use of transport expedited data transfer service"           bit in the "Additional Option Selection" variable part). The           default is not to use the transport expedited data transfer           service. 
  522.  
  523.  
  524.  
  525. M. Rose & D. Cass                                              [Page 12] 
  526.  RFC 1006                                                        May 1987 
  527.  
  528.            In order to achieve good performance, the default TPDU size is           65531 octets, instead of 128 octets.  In order to negotiate a           smaller (standard) TPDU size, the negotiation mechanism           specified in [ISO8073] is used (e.g., setting the desired bit           in the "TPDU Size" variable part). 
  529.  
  530.           To perform an N-CONNECT.REQUEST action, the TS-peer performs           an active open to the desired IP address using TCP port 102.           When the TCP signals either success or failure, this results           in an N-CONNECT.INDICATION action. 
  531.  
  532.           To await an N-CONNECT.INDICATION event, a server listens on           TCP port 102.  When a client successfully connects to this           port, the event occurs, and an implicit N-CONNECT.RESPONSE           action is performed. 
  533.  
  534.               NOTE:      In most implementations, a single server will                          perpetually LISTEN on port 102, handing off                          connections as they are made 
  535.  
  536. DATA TRANSFER 
  537.  
  538.       The elements of procedure used during data transfer are identical       to those presented in [ISO8073], with one exception: expedited       data may be supported (if so negotiated during connection       establishment) by sending a modified ED TPDU (described below).       The TPDU is sent on the same TCP connection as all of the other       TPDUs. This method, while not faithful to the spirit of [ISO8072],       is true to the letter of the specification. 
  539.  
  540.       To perform an N-DATA.REQUEST action, the TS-peer constructs the       desired TPKT and uses the TCP send data primitive. 
  541.  
  542.       To trigger an N-DATA.INDICATION action, the TCP indicates that       data is ready and a TPKT is read using the TCP read data       primitive. 
  543.  
  544. CONNECTION RELEASE 
  545.  
  546.    To perform an N-DISCONNECT.REQUEST action, the TS-peer simply closes    the TCP connection. 
  547.  
  548.    If the TCP informs the TS-peer that the connection has been closed or    has errored, this indicates an N-DISCONNECT.INDICATION event. 
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  M. Rose & D. Cass                                              [Page 13] 
  559.  RFC 1006                                                        May 1987 
  560.  
  561.  6.  Packet Format 
  562.  
  563.        A fundamental difference between the TCP and the network service       expected by TP0 is that the TCP manages a continuous stream of       octets, with no explicit boundaries.  The TP0 expects information       to be sent and delivered in discrete objects termed network       service data units (NSDUs).  Although other classes of transport       may combine more than one TPDU inside a single NSDU, transport       class 0 does not use this facility.  Hence, an NSDU is identical       to a TPDU for the purposes of our discussion. 
  564.  
  565.       The protocol described by this memo uses a simple packetization       scheme in order to delimit TPDUs.  Each packet, termed a TPKT, is       viewed as an object composed of an integral number of octets, of       variable length. 
  566.  
  567.           NOTE:       For the purposes of presentation, these objects are                       shown as being 4 octets (32 bits wide).  This                       representation is an artifact of the style of this                       memo and should not be interpreted as requiring                       that a TPKT be a multiple of 4 octets in length. 
  568.  
  569.       A TPKT consists of two parts:  a packet-header and a TPDU.  The       format of the header is constant regardless of the type of packet.       The format of the packet-header is as follows: 
  570.  
  571.         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        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+        |      vrsn     |    reserved   |          packet length        |        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
  572.  
  573.       where: 
  574.  
  575.       vrsn                         8 bits 
  576.  
  577.       This field is always 3 for the version of the protocol described in       this memo. 
  578.  
  579.       packet length                16 bits (min=7, max=65535) 
  580.  
  581.       This field contains the length of entire packet in octets,       including packet-header.  This permits a maximum TPDU size of       65531 octets.  Based on the size of the data transfer (DT) TPDU,       this permits a maximum TSDU size of 65524 octets. 
  582.  
  583.       The format of the TPDU is defined in [ISO8073].  Note that only       TPDUs formatted for transport class 0 are exchanged (different       transport classes may use slightly different formats). 
  584.  
  585.  
  586.  
  587.  M. Rose & D. Cass                                              [Page 14] 
  588.  RFC 1006                                                        May 1987 
  589.  
  590.        To support expedited data, a non-standard TPDU, for expedited data       is permitted.  The format used for the ED TPDU is nearly identical       to the format for the normal data, DT, TPDU.  The only difference       is that the value used for the TPDU's code is ED, not DT: 
  591.  
  592.        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       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       | header length | code  |credit |TPDU-NR and EOT|   user data   |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |      ...      |      ...      |      ...      |      ...      |       |      ...      |      ...      |      ...      |      ...      |       |      ...      |      ...      |      ...      |      ...      |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
  593.  
  594.       After the credit field (which is always ZERO on output and ignored       on input), there is one additional field prior to the user data. 
  595.  
  596.       TPDU-NR and EOT         8 bits 
  597.  
  598.       Bit 7 (the high-order bit, bit mask 1000 0000) indicates the end       of a TSDU.  All other bits should be ZERO on output and ignored on       input. 
  599.  
  600.       Note that the TP specification limits the size of an expedited       transport service data unit (XSDU) to 16 octets. 
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  M. Rose & D. Cass                                              [Page 15] 
  629.  RFC 1006                                                        May 1987 
  630.  
  631.  7.  Comments 
  632.  
  633.        Since the release of RFC983 in April of 1986, we have gained much       experience in using ISO transport services on top of the TCP.  In       September of 1986, we introduced the use of version 2 of the       protocol, based mostly on comments from the community. 
  634.  
  635.       In January of 1987, we observed that the differences between       version 2 of the protocol and the actual transport class 0       definition were actually quite small.  In retrospect, this       realization took much longer than it should have:  TP0 is is meant       to run over a reliable network service, e.g., X.25. The TCP can be       used to provide a service of this type, and, if no one complains       too loudly, one could state that this memo really just describes a       method for encapsulating TPO inside of TCP! 
  636.  
  637.       The changes in going from version 1 of the protocol to version 2       and then to version 3 are all relatively small. Initially, in       describing version 1, we decided to use the TPDU formats from the       ISO transport protocol.  This naturally led to the evolution       described above. 
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  M. Rose & D. Cass                                              [Page 16] 
  670.  RFC 1006                                                        May 1987 
  671.  
  672.  8. References 
  673.  
  674.     [GOSIP86]    The U.S. Government OSI User's Committee.                 "Government Open Systems Interconnection Procurement                 (GOSIP) Specification for Fiscal years 1987 and                 1988." (December, 1986) [draft status] 
  675.  
  676.    [ISO8072]    ISO.                 "International Standard 8072.  Information Processing                 Systems -- Open Systems Interconnection: Transport                 Service Definition."                 (June, 1984) 
  677.  
  678.    [ISO8073]    ISO.                 "International Standard 8073.  Information Processing                 Systems -- Open Systems Interconnection: Transport                 Protocol Specification."                 (June, 1984) 
  679.  
  680.    [ISO8327]    ISO.                 "International Standard 8327.  Information Processing                 Systems -- Open Systems Interconnection: Session                 Protocol Specification."                 (June, 1984) 
  681.  
  682.    [RFC791]     Internet Protocol.                 Request for Comments 791 (MILSTD 1777)                 (September, 1981) 
  683.  
  684.    [RFC793]     Transmission Control Protocol.                 Request for Comments 793 (MILSTD 1778)                 (September, 1981) 
  685.  
  686.    [RFC983]     ISO Transport Services on Top of the TCP.                 Request for Comments 983                 (April, 1986) 
  687.  
  688.    [X.214]      CCITT.                 "Recommendation X.214.  Transport Service Definitions                 for Open Systems Interconnection (OSI) for CCITT                 Applications."                 (October, 1984) 
  689.  
  690.    [X.224]      CCITT.                 "Recommendation X.224.  Transport Protocol                 Specification for Open Systems Interconnection (OSI)                 for CCITT Applications." (October, 1984) 
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  M. Rose & D. Cass                                              [Page 17] 
  697.  RFC 1006                                                        May 1987 
  698.  
  699.     [X.225]      CCITT.                 "Recommendation X.225.  Session Protocol Specification                 for Open Systems Interconnection (OSI) for CCITT                 Applications."                 (October, 1984) 
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749. M. Rose & D. Cass                                              [Page 18] 
  750.  
  751.