home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / rfc / rfc2212 < prev    next >
Text File  |  1997-10-01  |  52KB  |  1,124 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                        S. Shenker
  8. Request for Comments: 2212                                        Xerox
  9. Category: Standards Track                                  C. Partridge
  10.                                                                     BBN
  11.                                                               R. Guerin
  12.                                                                     IBM
  13.                                                          September 1997
  14.  
  15.  
  16.              Specification of Guaranteed Quality of Service
  17.  
  18.  
  19. Status of this Memo
  20.  
  21.    This document specifies an Internet standards track protocol for the
  22.    Internet community, and requests discussion and suggestions for
  23.    improvements.  Please refer to the current edition of the "Internet
  24.    Official Protocol Standards" (STD 1) for the standardization state
  25.    and status of this protocol.  Distribution of this memo is unlimited.
  26.  
  27. Abstract
  28.  
  29.    This memo describes the network element behavior required to deliver
  30.    a guaranteed service (guaranteed delay and bandwidth) in the
  31.    Internet.  Guaranteed service provides firm (mathematically provable)
  32.    bounds on end-to-end datagram queueing delays.  This service makes it
  33.    possible to provide a service that guarantees both delay and
  34.    bandwidth.  This specification follows the service specification
  35.    template described in [1].
  36.  
  37. Introduction
  38.  
  39.    This document defines the requirements for network elements that
  40.    support guaranteed service.  This memo is one of a series of
  41.    documents that specify the network element behavior required to
  42.    support various qualities of service in IP internetworks.  Services
  43.    described in these documents are useful both in the global Internet
  44.    and private IP networks.
  45.  
  46.    The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
  47.    "SHOULD", "SHOULD NOT", "RECOMMENDED",  "MAY", and "OPTIONAL" in this
  48.    document are to be interpreted as described in RFC 2119.
  49.  
  50.    This document is based on the service specification template given in
  51.    [1]. Please refer to that document for definitions and additional
  52.    information about the specification of qualities of service within
  53.    the IP protocol family.
  54.  
  55.  
  56.  
  57.  
  58. Shenker, et. al.            Standards Track                     [Page 1]
  59.  
  60. RFC 2212             Guaranteed Quality of Service        September 1997
  61.  
  62.  
  63.    In brief, the concept behind this memo is that a flow is described
  64.    using a token bucket and given this description of a flow, a service
  65.    element (a router, a subnet, etc) computes various parameters
  66.    describing how the service element will handle the flow's data.  By
  67.    combining the parameters from the various service elements in a path,
  68.    it is possible to compute the maximum delay a piece of data will
  69.    experience when transmitted via that path.
  70.  
  71.    It is important to note three characteristics of this memo and the
  72.    service it specifies:
  73.  
  74.       1. While the requirements a setup mechanism must follow to achieve
  75.       a guaranteed reservation are carefully specified, neither the
  76.       setup mechanism itself nor the method for identifying flows is
  77.       specified.  One can create a guaranteed reservation using a
  78.       protocol like RSVP, manual configuration of relevant routers or a
  79.       network management protocol like SNMP.  This specification is
  80.       intentionally independent of setup mechanism.
  81.  
  82.       2. To achieve a bounded delay requires that every service element
  83.       in the path supports guaranteed service or adequately mimics
  84.       guaranteed service.  However this requirement does not imply that
  85.       guaranteed service must be deployed throughout the Internet to be
  86.       useful.  Guaranteed service can have clear benefits even when
  87.       partially deployed.  If fully deployed in an intranet, that
  88.       intranet can support guaranteed service internally.  And an ISP
  89.       can put guaranteed service in its backbone and provide guaranteed
  90.       service between customers (or between POPs).
  91.  
  92.       3. Because service elements produce a delay bound as a result
  93.       rather than take a delay bound as an input to be achieved, it is
  94.       sometimes assumed that applications cannot control the delay.  In
  95.       reality, guaranteed service gives applications considerable
  96.       control over their delay.
  97.  
  98.       In brief, delay has two parts: a fixed delay (transmission delays,
  99.       etc) and a queueing delay.  The fixed delay is a property of the
  100.       chosen path, which is determined not by guaranteed service but by
  101.       the setup mechanism.  Only queueing delay is determined by
  102.       guaranteed service.  And (as the equations later in this memo
  103.       show) the queueing delay is primarily a function of two
  104.       parameters: the token bucket (in particular, the bucket size b)
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114. Shenker, et. al.            Standards Track                     [Page 2]
  115.  
  116. RFC 2212             Guaranteed Quality of Service        September 1997
  117.  
  118.  
  119.       and the data rate (R) the application requests.  These two values
  120.       are completely under the application's control.  In other words,
  121.       an application can usually accurately estimate, a priori, what
  122.       queueing delay guaranteed service will likely promise.
  123.       Furthermore, if the delay is larger than expected, the application
  124.       can modify its token bucket and data rate in predictable ways to
  125.       achieve a lower delay.
  126.  
  127. End-to-End Behavior
  128.  
  129.    The end-to-end behavior provided by a series of network elements that
  130.    conform to this document is an assured level of bandwidth that, when
  131.    used by a policed flow, produces a delay-bounded service with no
  132.    queueing loss for all conforming datagrams (assuming no failure of
  133.    network components or changes in routing during the life of the
  134.    flow).
  135.  
  136.    The end-to-end behavior conforms to the fluid model (described under
  137.    Network Element Data Handling below) in that the delivered queueing
  138.    delays do not exceed the fluid delays by more than the specified
  139.    error bounds.  More precisely, the end-to-end delay bound is [(b-
  140.    M)/R*(p-R)/(p-r)]+(M+Ctot)/R+Dtot for p>R>=r, and (M+Ctot)/R+Dtot for
  141.    r<=p<=R, (where b, r, p, M, R, Ctot, and Dtot are defined later in
  142.    this document).
  143.  
  144.       NOTE: While the per-hop error terms needed to compute the end-to-
  145.       end delays are exported by the service module (see Exported
  146.       Information below), the mechanisms needed to collect per-hop
  147.       bounds and make the end-to-end quantities Ctot and Dtot known to
  148.       the applications are not described in this specification.  These
  149.       functions are provided by reservation setup protocols, routing
  150.       protocols or other network management functions and are outside
  151.       the scope of this document.
  152.  
  153.    The maximum end-to-end queueing delay (as characterized by Ctot and
  154.    Dtot) and bandwidth (characterized by R) provided along a path will
  155.    be stable.  That is, they will not change as long as the end-to-end
  156.    path does not change.
  157.  
  158.    Guaranteed service does not control the minimal or average delay of
  159.    datagrams, merely the maximal queueing delay.  Furthermore, to
  160.    compute the maximum delay a datagram will experience, the latency of
  161.    the path MUST be determined and added to the guaranteed queueing
  162.    delay.  (However, as noted below, a conservative bound of the latency
  163.    can be computed by observing the delay experienced by any one
  164.    packet).
  165.  
  166.    This service is subject to admission control.
  167.  
  168.  
  169.  
  170. Shenker, et. al.            Standards Track                     [Page 3]
  171.  
  172. RFC 2212             Guaranteed Quality of Service        September 1997
  173.  
  174.  
  175. Motivation
  176.  
  177.    Guaranteed service guarantees that datagrams will arrive within the
  178.    guaranteed delivery time and will not be discarded due to queue
  179.    overflows, provided the flow's traffic stays within its specified
  180.    traffic parameters.  This service is intended for applications which
  181.    need a firm guarantee that a datagram will arrive no later than a
  182.    certain time after it was transmitted by its source.  For example,
  183.    some audio and video "play-back" applications are intolerant of any
  184.    datagram arriving after their play-back time.  Applications that have
  185.    hard real-time requirements will also require guaranteed service.
  186.  
  187.    This service does not attempt to minimize the jitter (the difference
  188.    between the minimal and maximal datagram delays); it merely controls
  189.    the maximal queueing delay.  Because the guaranteed delay bound is a
  190.    firm one, the delay has to be set large enough to cover extremely
  191.    rare cases of long queueing delays.  Several studies have shown that
  192.    the actual delay for the vast majority of datagrams can be far lower
  193.    than the guaranteed delay.  Therefore, authors of playback
  194.    applications should note that datagrams will often arrive far earlier
  195.    than the delivery deadline and will have to be buffered at the
  196.    receiving system until it is time for the application to process
  197.    them.
  198.  
  199.    This service represents one extreme end of delay control for
  200.    networks.  Most other services providing delay control provide much
  201.    weaker assurances about the resulting delays.  In order to provide
  202.    this high level of assurance, guaranteed service is typically only
  203.    useful if provided by every network element along the path (i.e. by
  204.    both routers and the links that interconnect the routers).  Moreover,
  205.    as described in the Exported Information section, effective provision
  206.    and use of the service requires that the set-up protocol or other
  207.    mechanism used to request service provides service characterizations
  208.    to intermediate routers and to the endpoints.
  209.  
  210. Network Element Data Handling Requirements
  211.  
  212.    The network element MUST ensure that the service approximates the
  213.    "fluid model" of service.  The fluid model at service rate R is
  214.    essentially the service that would be provided by a dedicated wire of
  215.    bandwidth R between the source and receiver.  Thus, in the fluid
  216.    model of service at a fixed rate R, the flow's service is completely
  217.    independent of that of any other flow.
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226. Shenker, et. al.            Standards Track                     [Page 4]
  227.  
  228. RFC 2212             Guaranteed Quality of Service        September 1997
  229.  
  230.  
  231.    The flow's level of service is characterized at each network element
  232.    by a bandwidth (or service rate) R and a buffer size B.  R represents
  233.    the share of the link's bandwidth the flow is entitled to and B
  234.    represents the buffer space in the network element that the flow may
  235.    consume.  The network element MUST ensure that its service matches
  236.    the fluid model at that same rate to within a sharp error bound.
  237.  
  238.    The definition of guaranteed service relies on the result that the
  239.    fluid delay of a flow obeying a token bucket (r,b) and being served
  240.    by a line with bandwidth R is bounded by b/R as long as R is no less
  241.    than r.  Guaranteed service with a service rate R, where now R is a
  242.    share of bandwidth rather than the bandwidth of a dedicated line,
  243.    approximates this behavior.
  244.  
  245.    Consequently, the network element MUST ensure that the queueing delay
  246.    of any datagram be less than b/R+C/R+D, where C and D describe the
  247.    maximal local deviation away from the fluid model.  It is important
  248.    to emphasize that C and D are maximums.  So, for instance, if an
  249.    implementation has occasional gaps in service (perhaps due to
  250.    processing routing updates), D needs to be large enough to account
  251.    for the time a datagram may lose during the gap in service.  (C and D
  252.    are described in more detail in the section on Exported Information).
  253.  
  254.       NOTE: Strictly speaking, this memo requires only that the service
  255.       a flow receives is never worse than it would receive under this
  256.       approximation of the fluid model.  It is perfectly acceptable to
  257.       give better service.  For instance, if a flow is currently not
  258.       using its share, R, algorithms such as Weighted Fair Queueing that
  259.       temporarily give other flows the unused bandwidth, are perfectly
  260.       acceptable (indeed, are encouraged).
  261.  
  262.    Links are not permitted to fragment datagrams as part of guaranteed
  263.    service.  Datagrams larger than the MTU of the link MUST be policed
  264.    as nonconformant which means that they will be policed according to
  265.    the rules described in the Policing section below.
  266.  
  267. Invocation Information
  268.  
  269.    Guaranteed service is invoked by specifying the traffic (TSpec) and
  270.    the desired service (RSpec) to the network element.  A service
  271.    request for an existing flow that has a new TSpec and/or RSpec SHOULD
  272.    be treated as a new invocation, in the sense that admission control
  273.    SHOULD be reapplied to the flow.  Flows that reduce their TSpec
  274.    and/or their RSpec (i.e., their new TSpec/RSpec is strictly smaller
  275.    than the old TSpec/RSpec according to the ordering rules described in
  276.    the section on Ordering below) SHOULD never be denied service.
  277.  
  278.  
  279.  
  280.  
  281.  
  282. Shenker, et. al.            Standards Track                     [Page 5]
  283.  
  284. RFC 2212             Guaranteed Quality of Service        September 1997
  285.  
  286.  
  287.    The TSpec takes the form of a token bucket plus a peak rate (p), a
  288.    minimum policed unit (m), and a maximum datagram size (M).
  289.  
  290.    The token bucket has a bucket depth, b, and a bucket rate, r.  Both b
  291.    and r MUST be positive.  The rate, r, is measured in bytes of IP
  292.    datagrams per second, and can range from 1 byte per second to as
  293.    large as 40 terabytes per second (or close to what is believed to be
  294.    the maximum theoretical bandwidth of a single strand of fiber).
  295.    Clearly, particularly for large bandwidths, only the first few digits
  296.    are significant and so the use of floating point representations,
  297.    accurate to at least 0.1% is encouraged.
  298.  
  299.    The bucket depth, b, is also measured in bytes and can range from 1
  300.    byte to 250 gigabytes.  Again, floating point representations
  301.    accurate to at least 0.1% are encouraged.
  302.  
  303.    The range of values is intentionally large to allow for the future
  304.    bandwidths.  The range is not intended to imply that a network
  305.    element has to support the entire range.
  306.  
  307.    The peak rate, p, is measured in bytes of IP datagrams per second and
  308.    has the same range and suggested representation as the bucket rate.
  309.    The peak rate is the maximum rate at which the source and any
  310.    reshaping points (reshaping points are defined below) may inject
  311.    bursts of traffic into the network.  More precisely, it is a
  312.    requirement that for all time periods the amount of data sent cannot
  313.    exceed M+pT where M is the maximum datagram size and T is the length
  314.    of the time period.  Furthermore, p MUST be greater than or equal to
  315.    the token bucket rate, r.  If the peak rate is unknown or
  316.    unspecified, then p MUST be set to infinity.
  317.  
  318.    The minimum policed unit, m, is an integer measured in bytes.  All IP
  319.    datagrams less than size m will be counted, when policed and tested
  320.    for conformance to the TSpec, as being of size m.  The maximum
  321.    datagram size, M, is the biggest datagram that will conform to the
  322.    traffic specification; it is also measured in bytes.  The flow MUST
  323.    be rejected if the requested maximum datagram size is larger than the
  324.    MTU of the link.  Both m and M MUST be positive, and m MUST be less
  325.    than or equal to M.
  326.  
  327.       The guaranteed service uses the general TOKEN_BUCKET_TSPEC
  328.       parameter defined in Reference [8] to describe a data flow's
  329.       traffic characteristics. The description above is of that
  330.       parameter.  The TOKEN_BUCKET_TSPEC is general parameter number
  331.       127. Use of this parameter for the guaranteed service TSpec
  332.       simplifies the use of guaranteed Service in a multi-service
  333.       environment.
  334.  
  335.  
  336.  
  337.  
  338. Shenker, et. al.            Standards Track                     [Page 6]
  339.  
  340. RFC 2212             Guaranteed Quality of Service        September 1997
  341.  
  342.  
  343.    The RSpec is a rate R and a slack term S, where R MUST be greater
  344.    than or equal to r and S MUST be nonnegative.  The rate R is again
  345.    measured in bytes of IP datagrams per second and has the same range
  346.    and suggested representation as the bucket and the peak rates.  The
  347.    slack term S is in microseconds.  The RSpec rate can be bigger than
  348.    the TSpec rate because higher rates will reduce queueing delay.  The
  349.    slack term signifies the difference between the desired delay and the
  350.    delay obtained by using a reservation level R.  This slack term can
  351.    be utilized by the network element to reduce its resource reservation
  352.    for this flow. When a network element chooses to utilize some of the
  353.    slack in the RSpec, it MUST follow specific rules in updating the R
  354.    and S fields of the RSpec; these rules are specified in the Ordering
  355.    and Merging section.  If at the time of service invocation no slack
  356.    is specified, the slack term, S, is set to zero.  No buffer
  357.    specification is included in the RSpec because the network element is
  358.    expected to derive the required buffer space to ensure no queueing
  359.    loss from the token bucket and peak rate in the TSpec, the reserved
  360.    rate and slack in the RSpec, the exported information received at the
  361.    network element, i.e., Ctot and Dtot or Csum and Dsum, combined with
  362.    internal information about how the element manages its traffic.
  363.  
  364.    The TSpec can be represented by three floating point numbers in
  365.    single-precision IEEE floating point format followed by two 32-bit
  366.    integers in network byte order.  The first floating point value is
  367.    the rate (r), the second floating point value is the bucket size (b),
  368.    the third floating point is the peak rate (p), the first integer is
  369.    the minimum policed unit (m), and the second integer is the maximum
  370.    datagram size (M).
  371.  
  372.    The RSpec rate term, R, can also be represented using single-
  373.    precision IEEE floating point.
  374.  
  375.    The Slack term, S, can be represented as a 32-bit integer.  Its value
  376.    can range from 0 to (2**32)-1 microseconds.
  377.  
  378.    When r, b, p, and R terms are represented as IEEE floating point
  379.    values, the sign bit MUST be zero (all values MUST be non-negative).
  380.    Exponents less than 127 (i.e., 0) are prohibited.  Exponents greater
  381.    than 162 (i.e., positive 35) are discouraged, except for specifying a
  382.    peak rate of infinity.  Infinity is represented with an exponent of
  383.    all ones (255) and a sign bit and mantissa of all zeroes.
  384.  
  385. Exported Information
  386.  
  387.    Each guaranteed service module MUST export at least the following
  388.    information.  All of the parameters described below are
  389.    characterization parameters.
  390.  
  391.  
  392.  
  393.  
  394. Shenker, et. al.            Standards Track                     [Page 7]
  395.  
  396. RFC 2212             Guaranteed Quality of Service        September 1997
  397.  
  398.  
  399.    A network element's implementation of guaranteed service is
  400.    characterized by two error terms, C and D, which represent how the
  401.    element's implementation of the guaranteed service deviates from the
  402.    fluid model.  These two parameters have an additive composition rule.
  403.  
  404.    The error term C is the rate-dependent error term.  It represents the
  405.    delay a datagram in the flow might experience due to the rate
  406.    parameters of the flow.  An example of such an error term is the need
  407.    to account for the time taken serializing a datagram broken up into
  408.    ATM cells, with the cells sent at a frequency of 1/r.
  409.  
  410.       NOTE: It is important to observe that when computing the delay
  411.       bound, parameter C is divided by the reservation rate R.  This
  412.       division is done because, as with the example of serializing the
  413.       datagram, the effect of the C term is a function of the
  414.       transmission rate.  Implementors should take care to confirm that
  415.       their C values, when divided by various rates, give appropriate
  416.       results.  Delay values that are not dependent on the rate SHOULD
  417.       be incorporated into the value for the D parameter.
  418.  
  419.    The error term D is the rate-independent, per-element error term and
  420.    represents the worst case non-rate-based transit time variation
  421.    through the service element.  It is generally determined or set at
  422.    boot or configuration time.  An example of D is a slotted network, in
  423.    which guaranteed flows are assigned particular slots in a cycle of
  424.    slots.  Some part of the per-flow delay may be determined by which
  425.    slots in the cycle are allocated to the flow.  In this case, D would
  426.    measure the maximum amount of time a flow's data, once ready to be
  427.    sent, might have to wait for a slot.  (Observe that this value can be
  428.    computed before slots are assigned and thus can be advertised.  For
  429.    instance, imagine there are 100 slots.  In the worst case, a flow
  430.    might get all of its N slots clustered together, such that if a
  431.    packet was made ready to send just after the cluster ended, the
  432.    packet might have to wait 100-N slot times before transmitting.  In
  433.    this case one can easily approximate this delay by setting D to 100
  434.    slot times).
  435.  
  436.    If the composition function is applied along the entire path to
  437.    compute the end-to-end sums of C and D (Ctot and Dtot) and the
  438.    resulting values are then provided to the end nodes (by presumably
  439.    the setup protocol), the end nodes can compute the maximal datagram
  440.    queueing delays.  Moreover, if the partial sums (Csum and Dsum) from
  441.    the most recent reshaping point (reshaping points are defined below)
  442.    downstream towards receivers are handed to each network element then
  443.    these network elements can compute the buffer allocations necessary
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450. Shenker, et. al.            Standards Track                     [Page 8]
  451.  
  452. RFC 2212             Guaranteed Quality of Service        September 1997
  453.  
  454.  
  455.    to achieve no datagram loss, as detailed in the section Guidelines
  456.    for Implementors.  The proper use and provision of this service
  457.    requires that the quantities Ctot and Dtot, and the quantities Csum
  458.    and Dsum be computed.  Therefore, we assume that usage of guaranteed
  459.    service will be primarily in contexts where these quantities are made
  460.    available to end nodes and network elements.
  461.  
  462.    The error term C is measured in units of bytes.  An individual
  463.    element can advertise a C value between 1 and 2**28 (a little over
  464.    250 megabytes) and the total added over all elements can range as
  465.    high as (2**32)-1.  Should the sum of the different elements delay
  466.    exceed (2**32)-1, the end-to-end error term MUST be set to (2**32)-1.
  467.  
  468.    The error term D is measured in units of one microsecond.  An
  469.    individual element can advertise a delay value between 1 and 2**28
  470.    (somewhat over two minutes) and the total delay added over all
  471.    elements can range as high as (2**32)-1.  Should the sum of the
  472.    different elements delay exceed (2**32)-1, the end-to-end delay MUST
  473.    be set to (2**32)-1.
  474.  
  475.    The guaranteed service is service_name 2.
  476.  
  477.    The RSpec parameter is numbered 130.
  478.  
  479.    Error characterization parameters C and D are numbered 131 and 132.
  480.    The end-to-end composed values for C and D (Ctot and Dtot) are
  481.    numbered 133 and 134.  The since-last-reshaping point composed values
  482.    for C and D (Csum and Dsum) are numbered 135 and 136.
  483.  
  484. Policing
  485.  
  486.    There are two forms of policing in guaranteed service.  One form is
  487.    simple policing (hereafter just called policing to be consistent with
  488.    other documents), in which arriving traffic is compared against a
  489.    TSpec.  The other form is reshaping, where an attempt is made to
  490.    restore (possibly distorted) traffic's shape to conform to the TSpec,
  491.    and the fact that traffic is in violation of the TSpec is discovered
  492.    because the reshaping fails (the reshaping buffer overflows).
  493.  
  494.    Policing is done at the edge of the network.  Reshaping is done at
  495.    all heterogeneous source branch points and at all source merge
  496.    points.  A heterogeneous source branch point is a spot where the
  497.    multicast distribution tree from a source branches to multiple
  498.    distinct paths, and the TSpec's of the reservations on the various
  499.    outgoing links are not all the same.  Reshaping need only be done if
  500.    the TSpec on the outgoing link is "less than" (in the sense described
  501.    in the Ordering section) the TSpec reserved on the immediately
  502.    upstream link.  A source merge point is where the distribution paths
  503.  
  504.  
  505.  
  506. Shenker, et. al.            Standards Track                     [Page 9]
  507.  
  508. RFC 2212             Guaranteed Quality of Service        September 1997
  509.  
  510.  
  511.    or trees from two different sources (sharing the same reservation)
  512.    merge.  It is the responsibility of the invoker of the service (a
  513.    setup protocol, local configuration tool, or similar mechanism) to
  514.    identify points where policing is required.  Reshaping may be done at
  515.    other points as well as those described above.  Policing MUST not be
  516.    done except at the edge of the network.
  517.  
  518.    The token bucket and peak rate parameters require that traffic MUST
  519.    obey the rule that over all time periods, the amount of data sent
  520.    cannot exceed M+min[pT, rT+b-M], where r and b are the token bucket
  521.    parameters, M is the maximum datagram size, and T is the length of
  522.    the time period (note that when p is infinite this reduces to the
  523.    standard token bucket requirement).  For the purposes of this
  524.    accounting, links MUST count datagrams which are smaller than the
  525.    minimum policing unit to be of size m.  Datagrams which arrive at an
  526.    element and cause a violation of the the M+min[pT, rT+b-M] bound are
  527.    considered non-conformant.
  528.  
  529.    At the edge of the network, traffic is policed to ensure it conforms
  530.    to the token bucket.  Non-conforming datagrams SHOULD be treated as
  531.    best-effort datagrams.  [If and when a marking ability becomes
  532.    available, these non-conformant datagrams SHOULD be ''marked'' as
  533.    being non-compliant and then treated as best effort datagrams at all
  534.    subsequent routers.]
  535.  
  536.    Best effort service is defined as the default service a network
  537.    element would give to a datagram that is not part of a flow and was
  538.    sent between the flow's source and destination.  Among other
  539.    implications, this definition means that if a flow's datagram is
  540.    changed to a best effort datagram, all flow control (e.g., RED [2])
  541.    that is normally applied to best effort datagrams is applied to that
  542.    datagram too.
  543.  
  544.       NOTE: There may be situations outside the scope of this document,
  545.       such as when a service module's implementation of guaranteed
  546.       service is being used to implement traffic sharing rather than a
  547.       quality of service, where the desired action is to discard non-
  548.       conforming datagrams.  To allow for such uses, implementors SHOULD
  549.       ensure that the action to be taken for non-conforming datagrams is
  550.       configurable.
  551.  
  552.    Inside the network, policing does not produce the desired results,
  553.    because queueing effects will occasionally cause a flow's traffic
  554.    that entered the network as conformant to be no longer conformant at
  555.    some downstream network element.  Therefore, inside the network,
  556.    network elements that wish to police traffic MUST do so by reshaping
  557.    traffic to the token bucket.  Reshaping entails delaying datagrams
  558.    until they are within conformance of the TSpec.
  559.  
  560.  
  561.  
  562. Shenker, et. al.            Standards Track                    [Page 10]
  563.  
  564. RFC 2212             Guaranteed Quality of Service        September 1997
  565.  
  566.  
  567.    Reshaping is done by combining a buffer with a token bucket and peak
  568.    rate regulator and buffering data until it can be sent in conformance
  569.    with the token bucket and peak rate parameters.  (The token bucket
  570.    regulator MUST start with its token bucket full of tokens).  Under
  571.    guaranteed service, the amount of buffering required to reshape any
  572.    conforming traffic back to its original token bucket shape is
  573.    b+Csum+(Dsum*r), where Csum and Dsum are the sums of the parameters C
  574.    and D between the last reshaping point and the current reshaping
  575.    point.  Note that the knowledge of the peak rate at the reshapers can
  576.    be used to reduce these buffer requirements (see the section on
  577.    "Guidelines for Implementors" below).  A network element MUST provide
  578.    the necessary buffers to ensure that conforming traffic is not lost
  579.    at the reshaper.
  580.  
  581.       NOTE: Observe that a router that is not reshaping can still
  582.       identify non-conforming datagrams (and discard them or schedule
  583.       them at lower priority) by observing when queued traffic for the
  584.       flow exceeds b+Csum+(Dsum*r).
  585.  
  586.    If a datagram arrives to discover the reshaping buffer is full, then
  587.    the datagram is non-conforming.  Observe this means that a reshaper
  588.    is effectively policing too.  As with a policer, the reshaper SHOULD
  589.    relegate non-conforming datagrams to best effort.  [If marking is
  590.    available, the non-conforming datagrams SHOULD be marked]
  591.  
  592.       NOTE: As with policers, it SHOULD be possible to configure how
  593.       reshapers handle non-conforming datagrams.
  594.  
  595.    Note that while the large buffer makes it appear that reshapers add
  596.    considerable delay, this is not the case.  Given a valid TSpec that
  597.    accurately describes the traffic, reshaping will cause little extra
  598.    actual delay at the reshaping point (and will not affect the delay
  599.    bound at all).  Furthermore, in the normal case, reshaping will not
  600.    cause the loss of any data.
  601.  
  602.    However, (typically at merge or branch points), it may happen that
  603.    the TSpec is smaller than the actual traffic.  If this happens,
  604.    reshaping will cause a large queue to develop at the reshaping point,
  605.    which both causes substantial additional delays and forces some
  606.    datagrams to be treated as non-conforming.  This scenario makes an
  607.    unpleasant denial of service attack possible, in which a receiver who
  608.    is successfully receiving a flow's traffic via best effort service is
  609.    pre-empted by a new receiver who requests a reservation for the flow,
  610.    but with an inadequate TSpec and RSpec.  The flow's traffic will now
  611.    be policed and possibly reshaped.  If the policing function was
  612.    chosen to discard datagrams, the best-effort receiver would stop
  613.    receiving traffic.  For this reason, in the normal case, policers are
  614.    simply to treat non-conforming datagrams as best effort (and marking
  615.  
  616.  
  617.  
  618. Shenker, et. al.            Standards Track                    [Page 11]
  619.  
  620. RFC 2212             Guaranteed Quality of Service        September 1997
  621.  
  622.  
  623.    them if marking is implemented).  While this protects against denial
  624.    of service, it is still true that the bad TSpec may cause queueing
  625.    delays to increase.
  626.  
  627.       NOTE: To minimize problems of reordering datagrams, reshaping
  628.       points may wish to forward a best-effort datagram from the front
  629.       of the reshaping queue when a new datagram arrives and the
  630.       reshaping buffer is full.
  631.  
  632.       Readers should also observe that reclassifying datagrams as best
  633.       effort (as opposed to dropping the datagrams) also makes support
  634.       for elastic flows easier.  They can reserve a modest token bucket
  635.       and when their traffic exceeds the token bucket, the excess
  636.       traffic will be sent best effort.
  637.  
  638.    A related issue is that at all network elements, datagrams bigger
  639.    than the MTU of the network element MUST be considered non-conformant
  640.    and SHOULD be classified as best effort (and will then either be
  641.    fragmented or dropped according to the element's handling of best
  642.    effort traffic).  [Again, if marking is available, these reclassified
  643.    datagrams SHOULD be marked.]
  644.  
  645. Ordering and Merging
  646.  
  647.    TSpec's are ordered according to the following rules.
  648.  
  649.    TSpec A is a substitute ("as good or better than") for TSpec B if (1)
  650.    both the token rate r and bucket depth b for TSpec A are greater than
  651.    or equal to those of TSpec B; (2) the peak rate p is at least as
  652.    large in TSpec A as it is in TSpec B; (3) the minimum policed unit m
  653.    is at least as small for TSpec A as it is for TSpec B; and (4) the
  654.    maximum datagram size M is at least as large for TSpec A as it is for
  655.    TSpec B.
  656.  
  657.    TSpec A is "less than or equal" to TSpec B if (1) both the token rate
  658.    r and bucket depth b for TSpec A are less than or equal to those of
  659.    TSpec B; (2) the peak rate p in TSpec A is at least as small as the
  660.    peak rate in TSpec B; (3) the minimum policed unit m is at least as
  661.    large for TSpec A as it is for TSpec B; and (4) the maximum datagram
  662.    size M is at least as small for TSpec A as it is for TSpec B.
  663.  
  664.    A merged TSpec may be calculated over a set of TSpecs by taking (1)
  665.    the largest token bucket rate, (2) the largest bucket size, (3) the
  666.    largest peak rate, (4) the smallest minimum policed unit, and (5) the
  667.    smallest maximum datagram size across all members of the set.  This
  668.    use of the word "merging" is similar to that in the RSVP protocol
  669.    [10]; a merged TSpec is one which is adequate to describe the traffic
  670.    from any one of constituent TSpecs.
  671.  
  672.  
  673.  
  674. Shenker, et. al.            Standards Track                    [Page 12]
  675.  
  676. RFC 2212             Guaranteed Quality of Service        September 1997
  677.  
  678.  
  679.    A summed TSpec may be calculated over a set of TSpecs by computing
  680.    (1) the sum of the token bucket rates, (2) the sum of the bucket
  681.    sizes, (3) the sum of the peak rates, (4) the smallest minimum
  682.    policed unit, and (5) the maximum datagram size parameter.
  683.  
  684.    A least common TSpec is one that is sufficient to describe the
  685.    traffic of any one in a set of traffic flows.  A least common TSpec
  686.    may be calculated over a set of TSpecs by computing: (1) the largest
  687.    token bucket rate, (2) the largest bucket size, (3) the largest peak
  688.    rate, (4) the smallest minimum policed unit, and (5) the largest
  689.    maximum datagram size across all members of the set.
  690.  
  691.    The minimum of two TSpecs differs according to whether the TSpecs can
  692.    be ordered.  If one TSpec is less than the other TSpec, the smaller
  693.    TSpec is the minimum.  Otherwise, the minimum TSpec of two TSpecs is
  694.    determined by comparing the respective values in the two TSpecs and
  695.    choosing (1) the smaller token bucket rate, (2) the larger token
  696.    bucket size (3) the smaller peak rate, (4) the smaller minimum
  697.    policed unit, and (5) the smaller maximum datagram size.
  698.  
  699.    The RSpec's are merged in a similar manner as the TSpecs, i.e. a set
  700.    of RSpecs is merged onto a single RSpec by taking the largest rate R,
  701.    and the smallest slack S.  More precisely, RSpec A is a substitute
  702.    for RSpec B if the value of reserved service rate, R, in RSpec A is
  703.    greater than or equal to the value in RSpec B, and the value of the
  704.    slack, S, in RSpec A is smaller than or equal to that in RSpec B.
  705.  
  706.    Each network element receives a service request of the form (TSpec,
  707.    RSpec), where the RSpec is of the form (Rin, Sin).  The network
  708.    element processes this request and performs one of two actions:
  709.  
  710.     a. it accepts the request and returns a new Rspec of the form
  711.        (Rout, Sout);
  712.     b. it rejects the request.
  713.  
  714.    The processing rules for generating the new RSpec are governed by the
  715.    delay constraint:
  716.  
  717.           Sout + b/Rout + Ctoti/Rout <= Sin + b/Rin + Ctoti/Rin,
  718.  
  719.    where Ctoti is the cumulative sum of the error terms, C, for all the
  720.    network elements that are upstream of and including the current
  721.    element, i.  In other words, this element consumes (Sin - Sout) of
  722.    slack and can use it to reduce its reservation level, provided that
  723.    the above inequality is satisfied.  Rin and Rout MUST also satisfy
  724.    the constraint:
  725.  
  726.                              r <= Rout <= Rin.
  727.  
  728.  
  729.  
  730. Shenker, et. al.            Standards Track                    [Page 13]
  731.  
  732. RFC 2212             Guaranteed Quality of Service        September 1997
  733.  
  734.  
  735.    When several RSpec's, each with rate Rj, j=1,2..., are to be merged
  736.    at a split point, the value of Rout is the maximum over all the rates
  737.    Rj, and the value of Sout is the minimum over all the slack terms Sj.
  738.  
  739.       NOTE: The various TSpec functions described above are used by
  740.       applications which desire to combine TSpecs.  It is important to
  741.       observe, however, that the properties of the actual reservation
  742.       are determined by combining the TSpec with the RSpec rate (R).
  743.  
  744.       Because the guaranteed reservation requires both the TSpec and the
  745.       RSpec rate, there exist some difficult problems for shared
  746.       reservations in RSVP, particularly where two or more source
  747.       streams meet.  Upstream of the meeting point, it would be
  748.       desirable to reduce the TSpec and RSpec to use only as much
  749.       bandwidth and buffering as is required by the individual source's
  750.       traffic.  (Indeed, it may be necessary if the sender is
  751.       transmitting over a low bandwidth link).
  752.  
  753.       However, the RSpec's rate is set to achieve a particular delay
  754.       bound (and is notjust a function of the TSpec), so changing the
  755.       RSpec may cause the reservation to fail to meet the receiver's
  756.       delay requirements.  At the same time, not adjusting the RSpec
  757.       rate means that "shared" RSVP reservations using guaranteed
  758.       service will fail whenever the bandwidth available at a particular
  759.       link is less than the receiver's requested rate R, even if the
  760.       bandwidth is adequate to support the number of senders actually
  761.       using the link.  At this time, this limitation is an open problem
  762.       in using the guaranteed service with RSVP.
  763.  
  764. Guidelines for Implementors
  765.  
  766.    This section discusses a number of important implementation issues in
  767.    no particular order.
  768.  
  769.    It is important to note that individual subnetworks are network
  770.    elements and both routers and subnetworks MUST support the guaranteed
  771.    service model to achieve guaranteed service.  Since subnetworks
  772.    typically are not capable of negotiating service using IP-based
  773.    protocols, as part of providing guaranteed service, routers will have
  774.    to act as proxies for the subnetworks they are attached to.
  775.  
  776.    In some cases, this proxy service will be easy.  For instance, on
  777.    leased line managed by a WFQ scheduler on the upstream node, the
  778.    proxy need simply ensure that the sum of all the flows' RSpec rates
  779.    does not exceed the bandwidth of the line, and needs to advertise the
  780.    rate-based and non-rate-based delays of the link as the values of C
  781.    and D.
  782.  
  783.  
  784.  
  785.  
  786. Shenker, et. al.            Standards Track                    [Page 14]
  787.  
  788. RFC 2212             Guaranteed Quality of Service        September 1997
  789.  
  790.  
  791.    In other cases, this proxy service will be complex.  In an ATM
  792.    network, for example, it may require establishing an ATM VC for the
  793.    flow and computing the C and D terms for that VC.  Readers may
  794.    observe that the token bucket and peak rate used by guaranteed
  795.    service map directly to the Sustained Cell Rate, Burst Size, and Peak
  796.    Cell Rate of ATM's Q.2931 QoS parameters for Variable Bit Rate
  797.    traffic.
  798.  
  799.    The assurance that datagrams will not be lost is obtained by setting
  800.    the router buffer space B to be equal to the token bucket b plus some
  801.    error term (described below).
  802.  
  803.    Another issue related to subnetworks is that the TSpec's token bucket
  804.    rates measure IP traffic and do not (and cannot) account for link
  805.    level headers.  So the subnetwork network elements MUST adjust the
  806.    rate and possibly the bucket size to account for adding link level
  807.    headers.  Tunnels MUST also account for the additional IP headers
  808.    that they add.
  809.  
  810.    For datagram networks, a maximum header rate can usually be computed
  811.    by dividing the rate and bucket sizes by the minimum policed unit.
  812.    For networks that do internal fragmentation, such as ATM, the
  813.    computation may be more complex, since one MUST account for both
  814.    per-fragment overhead and any wastage (padding bytes transmitted) due
  815.    to mismatches between datagram sizes and fragment sizes.  For
  816.    instance, a conservative estimate of the additional data rate imposed
  817.    by ATM AAL5 plus ATM segmentation and reassembly is
  818.  
  819.                          ((r/48)*5)+((r/m)*(8+52))
  820.  
  821.    which represents the rate divided into 48-byte cells multiplied by
  822.    the 5-byte ATM header, plus the maximum datagram rate (r/m)
  823.    multiplied by the cost of the 8-byte AAL5 header plus the maximum
  824.    space that can be wasted by ATM segmentation of a datagram (which is
  825.    the 52 bytes wasted in a cell that contains one byte).  But this
  826.    estimate is likely to be wildly high, especially if m is small, since
  827.    ATM wastage is usually much less than 52 bytes.  (ATM implementors
  828.    should be warned that the token bucket may also have to be scaled
  829.    when setting the VC parameters for call setup and that this example
  830.    does not account for overhead incurred by encapsulations such as
  831.    those specified in RFC 1483).
  832.  
  833.    To ensure no loss, network elements will have to allocate some
  834.    buffering for bursts.  If every hop implemented the fluid model
  835.    perfectly, this buffering would simply be b (the token bucket size).
  836.    However, as noted in the discussion of reshaping earlier,
  837.    implementations are approximations and we expect that traffic will
  838.    become more bursty as it goes through the network.  However, as with
  839.  
  840.  
  841.  
  842. Shenker, et. al.            Standards Track                    [Page 15]
  843.  
  844. RFC 2212             Guaranteed Quality of Service        September 1997
  845.  
  846.  
  847.    shaping the amount of buffering required to handle the burstiness is
  848.    bounded by b+Csum+Dsum*R.  If one accounts for the peak rate, this
  849.    can be further reduced to
  850.  
  851.                   M + (b-M)(p-X)/(p-r) + (Csum/R + Dsum)X
  852.  
  853.    where X is set to r if (b-M)/(p-r) is less than Csum/R+Dsum and X is
  854.    R if (b-M)/(p-r) is greater than or equal to Csum/R+Dsum and p>R;
  855.    otherwise, X is set to p.  This reduction comes from the fact that
  856.    the peak rate limits the rate at which the burst, b, can be placed in
  857.    the network.  Conversely, if a non-zero slack term, Sout, is returned
  858.    by the network element, the buffer requirements are increased by
  859.    adding Sout to Dsum.
  860.  
  861.    While sending applications are encouraged to set the peak rate
  862.    parameter and reshaping points are required to conform to it, it is
  863.    always acceptable to ignore the peak rate for the purposes of
  864.    computing buffer requirements and end-to-end delays.  The result is
  865.    simply an overestimate of the buffering and delay.  As noted above,
  866.    if the peak rate is unknown (and thus potentially infinite), the
  867.    buffering required is b+Csum+Dsum*R.  The end-to-end delay without
  868.    the peak rate is b/R+Ctot/R+Dtot.
  869.  
  870.    The parameter D for each network element SHOULD be set to the maximum
  871.    datagram transfer delay variation (independent of rate and bucket
  872.    size) through the network element.  For instance, in a simple router,
  873.    one might compute the difference between the worst case and best case
  874.    times it takes for a datagram to get through the input interface to
  875.    the processor, and add it to any variation that may occur in how long
  876.    it would take to get from the processor to the outbound link
  877.    scheduler (assuming the queueing schemes work correctly).
  878.  
  879.    For weighted fair queueing in a datagram environment, D is set to the
  880.    link MTU divided by the link bandwidth, to account for the
  881.    possibility that a packet arrives just as a maximum-sized packet
  882.    begins to be transmitted, and that the arriving packet should have
  883.    departed before the maximum-sized packet.  For a frame-based, slotted
  884.    system such as Stop and Go queueing, D is the maximum number of slots
  885.    a datagram may have to wait before getting a chance to be
  886.    transmitted.
  887.  
  888.    Note that multicasting may make determining D more difficult.  In
  889.    many subnets, ATM being one example, the properties of the subnet may
  890.    depend on the path taken from the multicast sender to the receiver.
  891.    There are a number of possible approaches to this problem.  One is to
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898. Shenker, et. al.            Standards Track                    [Page 16]
  899.  
  900. RFC 2212             Guaranteed Quality of Service        September 1997
  901.  
  902.  
  903.    choose a representative latency for the overall subnet and set D to
  904.    the (non-negative) difference from that latency.  Another is to
  905.    estimate subnet properties at exit points from the subnet, since the
  906.    exit point presumably is best placed to compute the properties of its
  907.    path from the source.
  908.  
  909.       NOTE: It is important to note that there is no fixed set of rules
  910.       about how a subnet determines its properties, and each subnet
  911.       technology will have to develop its own set of procedures to
  912.       accurately compute C and D and slack values.
  913.  
  914.    D is intended to be distinct from the latency through the network
  915.    element.  Latency is the minimum time through the device (the speed
  916.    of light delay in a fiber or the absolute minimum time it would take
  917.    to move a packet through a router), while parameter D is intended to
  918.    bound the variability in non-rate-based delay.  In practice, this
  919.    distinction is sometimes arbitrary (the latency may be minimal) -- in
  920.    such cases it is perfectly reasonable to combine the latency with D
  921.    and to advertise any latency as zero.
  922.  
  923.       NOTE: It is implicit in this scheme that to get a complete
  924.       guarantee of the maximum delay a packet might experience, a user
  925.       of this service will need to know both the queueing delay
  926.       (provided by C and D) and the latency.  The latency is not
  927.       advertised by this service but is a general characterization
  928.       parameter (advertised as specified in [8]).
  929.  
  930.       However, even if latency is not advertised, this service can still
  931.       be used.  The simplest approach is to measure the delay
  932.       experienced by the first packet (or the minimum delay of the first
  933.       few packets) received and treat this delay value as an upper bound
  934.       on the latency.
  935.  
  936.    The parameter C is the data backlog resulting from the vagaries of
  937.    how a specific implementation deviates from a strict bit-by-bit
  938.    service. So, for instance, for datagramized weighted fair queueing, C
  939.    is set to M to account for packetization effects.
  940.  
  941.    If a network element uses a certain amount of slack, Si, to reduce
  942.    the amount of resources that it has reserved for a particular flow,
  943.    i, the value Si SHOULD be stored at the network element.
  944.    Subsequently, if reservation refreshes are received for flow i, the
  945.    network element MUST use the same slack Si without any further
  946.    computation. This guarantees consistency in the reservation process.
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954. Shenker, et. al.            Standards Track                    [Page 17]
  955.  
  956. RFC 2212             Guaranteed Quality of Service        September 1997
  957.  
  958.  
  959.    As an example for the use of the slack term, consider the case where
  960.    the required end-to-end delay, Dreq, is larger than the maximum delay
  961.    of the fluid flow system. The latter is obtained by setting R=r in
  962.    the fluid delay formula (for stability, R>=r must be true), and is
  963.    given by
  964.  
  965.                            b/r + Ctot/r + Dtot.
  966.  
  967.  
  968.    In this case the slack term is
  969.  
  970.                      S = Dreq - (b/r + Ctot/r + Dtot).
  971.  
  972.  
  973.    The slack term may be used by the network elements to adjust their
  974.    local reservations, so that they can admit flows that would otherwise
  975.    have been rejected. A network element at an intermediate network
  976.    element that can internally differentiate between delay and rate
  977.    guarantees can now take advantage of this information to lower the
  978.    amount of resources allocated to this flow. For example, by taking an
  979.    amount of slack s <= S, an RCSD scheduler [5] can increase the local
  980.    delay bound, d, assigned to the flow, to d+s. Given an RSpec, (Rin,
  981.    Sin), it would do so by setting Rout = Rin and Sout = Sin - s.
  982.  
  983.    Similarly, a network element using a WFQ scheduler can decrease its
  984.    local reservation from Rin to Rout by using some of the slack in the
  985.    RSpec. This can be accomplished by using the transformation rules
  986.    given in the previous section, that ensure that the reduced
  987.    reservation level will not increase the overall end-to-end delay.
  988.  
  989. Evaluation Criteria
  990.  
  991.    The scheduling algorithm and admission control algorithm of the
  992.    element MUST ensure that the delay bounds are never violated and
  993.    datagrams are not lost, when a source's traffic conforms to the
  994.    TSpec.  Furthermore, the element MUST ensure that misbehaving flows
  995.    do not affect the service given to other flows.  Vendors are
  996.    encouraged to formally prove that their implementation is an
  997.    approximation of the fluid model.
  998.  
  999. Examples of Implementation
  1000.  
  1001.    Several algorithms and implementations exist that approximate the
  1002.    fluid model.  They include Weighted Fair Queueing (WFQ) [2], Jitter-
  1003.    EDD [3], Virtual Clock [4] and a scheme proposed by IBM [5].  A nice
  1004.    theoretical presentation that shows these schemes are part of a large
  1005.    class of algorithms can be found in [6].
  1006.  
  1007.  
  1008.  
  1009.  
  1010. Shenker, et. al.            Standards Track                    [Page 18]
  1011.  
  1012. RFC 2212             Guaranteed Quality of Service        September 1997
  1013.  
  1014.  
  1015. Examples of Use
  1016.  
  1017.    Consider an application that is intolerant of any lost or late
  1018.    datagrams.  It uses the advertised values Ctot and Dtot and the TSpec
  1019.    of the flow, to compute the resulting delay bound from a service
  1020.    request with rate R. Assuming R < p, it then sets its playback point
  1021.    to [(b-M)/R*(p-R)/(p-r)]+(M+Ctot)/R+Dtot.
  1022.  
  1023. Security Considerations
  1024.  
  1025.    This memo discusses how this service could be abused to permit denial
  1026.    of service attacks.  The service, as defined, does not allow denial
  1027.    of service (although service may degrade under certain
  1028.    circumstances).
  1029.  
  1030. Appendix 1: Use of the Guaranteed service with RSVP
  1031.  
  1032.    The use of guaranteed service in conjunction with the RSVP resource
  1033.    reservation setup protocol is specified in reference [9]. This
  1034.    document gives the format of RSVP FLOWSPEC, SENDER_TSPEC, and ADSPEC
  1035.    objects needed to support applications desiring guaranteed service
  1036.    and gives information about how RSVP processes those objects. The
  1037.    RSVP protocol itself is specified in Reference [10].
  1038.  
  1039. References
  1040.  
  1041.    [1] Shenker, S., and J. Wroclawski, "Network Element Service
  1042.    Specification Template", RFC 2216, September 1997.
  1043.  
  1044.    [2] A. Demers, S. Keshav and S. Shenker, "Analysis and Simulation of
  1045.    a Fair Queueing Algorithm," in Internetworking: Research and
  1046.    Experience, Vol 1, No. 1., pp. 3-26.
  1047.  
  1048.    [3] L. Zhang, "Virtual Clock: A New Traffic Control Algorithm for
  1049.    Packet Switching Networks," in Proc. ACM SIGCOMM '90, pp. 19-29.
  1050.  
  1051.    [4] D. Verma, H. Zhang, and D. Ferrari, "Guaranteeing Delay Jitter
  1052.    Bounds in Packet Switching Networks," in Proc. Tricomm '91.
  1053.  
  1054.    [5] L. Georgiadis, R. Guerin, V. Peris, and K. N. Sivarajan,
  1055.    "Efficient Network QoS Provisioning Based on per Node Traffic
  1056.    Shaping," IBM Research Report No. RC-20064.
  1057.  
  1058.    [6] P. Goyal, S.S. Lam and H.M. Vin, "Determining End-to-End Delay
  1059.    Bounds in Heterogeneous Networks," in Proc. 5th Intl. Workshop on
  1060.    Network and Operating System Support for Digital Audio and Video,
  1061.    April 1995.
  1062.  
  1063.  
  1064.  
  1065.  
  1066. Shenker, et. al.            Standards Track                    [Page 19]
  1067.  
  1068. RFC 2212             Guaranteed Quality of Service        September 1997
  1069.  
  1070.  
  1071.    [7] A.K.J. Parekh, A Generalized Processor Sharing Approach to Flow
  1072.    Control in Integrated Services Networks, MIT Laboratory for
  1073.    Information and Decision Systems, Report LIDS-TH-2089, February 1992.
  1074.  
  1075.    [8] Shenker, S., and J. Wroclawski, "General Characterization
  1076.    Parameters for Integrated Service Network Elements", RFC 2215,
  1077.    September 1997.
  1078.  
  1079.    [9] Wroclawski, J., "Use of RSVP with IETF Integrated Services", RFC
  1080.    2210, September 1997.
  1081.  
  1082.    [10] Braden, R., Ed., et. al., "Resource Reservation Protocol (RSVP)
  1083.    - Version 1 Functional Specification", RFC 2205, September 1997.
  1084.  
  1085. Authors' Addresses
  1086.  
  1087.    Scott Shenker
  1088.    Xerox PARC
  1089.    3333 Coyote Hill Road
  1090.    Palo Alto, CA  94304-1314
  1091.  
  1092.    Phone: 415-812-4840
  1093.    Fax:   415-812-4471
  1094.    EMail: shenker@parc.xerox.com
  1095.  
  1096.  
  1097.    Craig Partridge
  1098.    BBN
  1099.    2370 Amherst St
  1100.    Palo Alto CA 94306
  1101.  
  1102.    EMail: craig@bbn.com
  1103.  
  1104.  
  1105.    Roch Guerin
  1106.    IBM T.J. Watson Research Center
  1107.    Yorktown Heights, NY 10598
  1108.  
  1109.    Phone: 914-784-7038
  1110.    Fax:   914-784-6318
  1111.    EMail: guerin@watson.ibm.com
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122. Shenker, et. al.            Standards Track                    [Page 20]
  1123.  
  1124.