<?xml version='1.0' encoding='utf-8'?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" version="3" category="info" consensus="false" docName="draft-bormann-t2trg-stp-02" indexInclude="true" ipr="trust200902" prepTime="2020-04-07T23:11:53" scripts="Common,Latin" sortRefs="true" submissionType="IETF" symRefs="true" tocDepth="3" tocInclude="true" xml:lang="en">
  <!-- xml2rfc v2v3 conversion 2.39.0 -->
  <front>
    <title>The Series Transfer Pattern (STP)</title>
    <seriesInfo name="Internet-Draft" value="draft-bormann-t2trg-stp-02" stream="IETF"/>
    <author initials="C." surname="Bormann" fullname="Carsten Bormann">
      <organization ascii="Universitaet Bremen TZI" showOnFrontPage="true">Universität Bremen TZI</organization>
      <address>
        <postal>
          <street>Postfach 330440</street>
          <city>Bremen</city>
          <code>D-28359</code>
          <country>Germany</country>
        </postal>
        <phone>+49-421-218-63921</phone>
        <email>cabo@tzi.org</email>
      </address>
    </author>
    <author initials="K." surname="Hartke" fullname="Klaus Hartke">
      <organization showOnFrontPage="true">Ericsson</organization>
      <address>
        <postal>
          <street>Torshamnsgatan 23</street>
          <city>Stockholm</city>
          <code>16483</code>
          <country>Sweden</country>
        </postal>
        <email>klaus.hartke@ericsson.com</email>
      </address>
    </author>
    <date month="04" year="2020" day="07"/>
    <keyword>Internet-Draft</keyword>
    <abstract pn="section-abstract">
      <t pn="section-abstract-1">Many applications make use of Series of data items, i.e., an array of
data items where new items can be added over time.  Where such Series
are to be made available using REST protocols such as CoAP or HTTP,
the Series has to be mapped into a structure of one or more resources
and a protocol for a client to obtain the Series and to learn about
new items.</t>
      <t pn="section-abstract-2">Various protocols have been standardized that make Series-shaped data
available, with rather different properties and objectives.  The
present document is an attempt to extract a common underlying pattern
and to define media types and an access scheme that can be used right
away for further protocols that provide Series-shaped data.</t>
    </abstract>
    <boilerplate>
      <section anchor="status-of-memo" numbered="false" removeInRFC="false" toc="exclude" pn="section-boilerplate.1">
        <name slugifiedName="name-status-of-this-memo">Status of This Memo</name>
        <t pn="section-boilerplate.1-1">
        This Internet-Draft is submitted in full conformance with the
        provisions of BCP 78 and BCP 79.
        </t>
        <t pn="section-boilerplate.1-2">
        Internet-Drafts are working documents of the Internet Engineering Task
        Force (IETF). Note that other groups may also distribute working
        documents as Internet-Drafts. The list of current Internet-Drafts is
        at <eref target="https://datatracker.ietf.org/drafts/current/" brackets="none"/>.
        </t>
        <t pn="section-boilerplate.1-3">
        Internet-Drafts are draft documents valid for a maximum of six months
        and may be updated, replaced, or obsoleted by other documents at any
        time. It is inappropriate to use Internet-Drafts as reference
        material or to cite them other than as "work in progress."
        </t>
        <t pn="section-boilerplate.1-4">
        This Internet-Draft will expire on 9 October 2020.
        </t>
      </section>
      <section anchor="copyright" numbered="false" removeInRFC="false" toc="exclude" pn="section-boilerplate.2">
        <name slugifiedName="name-copyright-notice">Copyright Notice</name>
        <t pn="section-boilerplate.2-1">
            Copyright (c) 2020 IETF Trust and the persons identified as the
            document authors. All rights reserved.
        </t>
        <t pn="section-boilerplate.2-2">
            This document is subject to BCP 78 and the IETF Trust's Legal
            Provisions Relating to IETF Documents
            (<eref target="https://trustee.ietf.org/license-info" brackets="none"/>) in effect on the date of
            publication of this document. Please review these documents
            carefully, as they describe your rights and restrictions with
            respect to this document. Code Components extracted from this
            document must include Simplified BSD License text as described in
            Section 4.e of the Trust Legal Provisions and are provided without
            warranty as described in the Simplified BSD License.
        </t>
      </section>
    </boilerplate>
    <toc>
      <section anchor="toc" numbered="false" removeInRFC="false" toc="exclude" pn="section-toc.1">
        <name slugifiedName="name-table-of-contents">Table of Contents</name>
        <ul bare="true" empty="true" indent="2" spacing="compact" pn="section-toc.1-1">
          <li pn="section-toc.1-1.1">
            <t keepWithNext="true" pn="section-toc.1-1.1.1"><xref derivedContent="1" format="counter" sectionFormat="of" target="section-1"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-introduction">Introduction</xref></t>
          </li>
          <li pn="section-toc.1-1.2">
            <t keepWithNext="true" pn="section-toc.1-1.2.1"><xref derivedContent="2" format="counter" sectionFormat="of" target="section-2"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-objectives">Objectives</xref></t>
          </li>
          <li pn="section-toc.1-1.3">
            <t keepWithNext="true" pn="section-toc.1-1.3.1"><xref derivedContent="3" format="counter" sectionFormat="of" target="section-3"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-a-rest-series-transfer-patt">A REST Series Transfer Pattern (STP)</xref></t>
            <ul bare="true" empty="true" indent="2" spacing="compact" pn="section-toc.1-1.3.2">
              <li pn="section-toc.1-1.3.2.1">
                <t keepWithNext="true" pn="section-toc.1-1.3.2.1.1"><xref derivedContent="3.1" format="counter" sectionFormat="of" target="section-3.1"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-basic-collections">Basic collections</xref></t>
              </li>
              <li pn="section-toc.1-1.3.2.2">
                <t keepWithNext="true" pn="section-toc.1-1.3.2.2.1"><xref derivedContent="3.2" format="counter" sectionFormat="of" target="section-3.2"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-pagination-and-observing-li">Pagination and Observing linked lists</xref></t>
              </li>
              <li pn="section-toc.1-1.3.2.3">
                <t keepWithNext="true" pn="section-toc.1-1.3.2.3.1"><xref derivedContent="3.3" format="counter" sectionFormat="of" target="section-3.3"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-the-cursor-pattern">The "cursor" pattern</xref></t>
              </li>
            </ul>
          </li>
          <li pn="section-toc.1-1.4">
            <t keepWithNext="true" pn="section-toc.1-1.4.1"><xref derivedContent="4" format="counter" sectionFormat="of" target="section-4"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-iana-considerations">IANA considerations</xref></t>
          </li>
          <li pn="section-toc.1-1.5">
            <t keepWithNext="true" pn="section-toc.1-1.5.1"><xref derivedContent="5" format="counter" sectionFormat="of" target="section-5"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-security-considerations">Security considerations</xref></t>
          </li>
          <li pn="section-toc.1-1.6">
            <t keepWithNext="true" pn="section-toc.1-1.6.1"><xref derivedContent="6" format="counter" sectionFormat="of" target="section-6"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-informative-references">Informative References</xref></t>
          </li>
          <li pn="section-toc.1-1.7">
            <t keepWithNext="true" pn="section-toc.1-1.7.1"><xref derivedContent="" format="none" sectionFormat="of" target="section-appendix.a"/><xref derivedContent="" format="title" sectionFormat="of" target="name-acknowledgements">Acknowledgements</xref></t>
          </li>
          <li pn="section-toc.1-1.8">
            <t keepWithNext="true" pn="section-toc.1-1.8.1"><xref derivedContent="" format="none" sectionFormat="of" target="section-appendix.b"/><xref derivedContent="" format="title" sectionFormat="of" target="name-authors-addresses">Authors' Addresses</xref></t>
          </li>
        </ul>
      </section>
    </toc>
  </front>
  <middle>
    <section anchor="intro" numbered="true" toc="include" removeInRFC="false" pn="section-1">
      <name slugifiedName="name-introduction">Introduction</name>
      <t pn="section-1-1">(TO DO: Insert an extended form of the abstract first here, expanding
the reference to <xref target="RFC7230" format="default" sectionFormat="of" derivedContent="RFC7230"/> and <xref target="RFC7252" format="default" sectionFormat="of" derivedContent="RFC7252"/> in the process.)</t>
      <t pn="section-1-2">Examples for protocols that provide Series-shaped data are:</t>
      <ul spacing="normal" bare="false" empty="false" pn="section-1-3">
        <li pn="section-1-3.1">The Atom Syndication Format <xref target="RFC4287" format="default" sectionFormat="of" derivedContent="RFC4287"/> defines <em>feeds</em> as Series
of <em>entries</em> (links plus some metadata, which can often be much of
the content of an entry), where a feed is represented by a
collection resource that contains just a small number of the most
recent entries.  By polling a feed, a client can contain a fresh
view of the Series, with a focus on recent items.  If the client
does not poll often enough, it will <em>miss</em> items.</li>
        <li pn="section-1-3.2">Messaging protocols such as XMPP or SIMPLE transfer series of what
is often called "Instant Messages".  A publish/subscribe mechanism
allows a client to select sequences of messages that it is
interested in.</li>
        <li pn="section-1-3.3">Mail servers that provide interactive access to stored messages
present a Series to their clients.  Obviously, loss of messages is
frowned upon.</li>
        <li pn="section-1-3.4">CoAP Observe allows a client to observe a resource as it changes;
the client can collect the changes into a Series.  Observe is
focused on eventual consistency: a fresher data items simply
overwrites an older one.  The present document uses the observe
pattern to build a more general Series Transfer Pattern.</li>
        <li pn="section-1-3.5">Syslog is an interesting case of a Series Transfer.</li>
        <li pn="section-1-3.6">
          <xref target="RFC8641" format="default" sectionFormat="of" derivedContent="RFC8641"/>,
<xref target="I-D.voit-netmod-yang-notifications2" format="default" sectionFormat="of" derivedContent="I-D.voit-netmod-yang-notifications2"/>,
<xref target="RFC8639" format="default" sectionFormat="of" derivedContent="RFC8639"/>,
<xref target="I-D.ietf-netconf-notification-messages" format="default" sectionFormat="of" derivedContent="I-D.ietf-netconf-notification-messages"/>,
<xref target="RFC8650" format="default" sectionFormat="of" derivedContent="RFC8650"/>.</li>
        <li pn="section-1-3.7">An RTP stream can be viewed as an (somewhat extreme) case of a
Series; new items are just sent inside separate UDP packets.  A
sequence number allows to detect (but not normally ask for
retransmission of) missing items.  A timestamp as well as source
data (SSRC, CSRC) provide further common metadata that aid in the
processing of the Series items.</li>
        <li pn="section-1-3.8">An example of an ad-hoc design of a series transfer protocol is
<xref target="I-D.ietf-netconf-udp-pub-channel" format="default" sectionFormat="of" derivedContent="I-D.ietf-netconf-udp-pub-channel"/>.</li>
        <li pn="section-1-3.9">Server-sent events <xref target="sse" format="default" sectionFormat="of" derivedContent="sse"/> are a somewhat bizarre version of a series
transfer protocol.</li>
        <li pn="section-1-3.10">The Interface for Metadata Access Points (IF-MAP) specified by the
Trusted Computing Group and emerging derivatives of that protocol
create a series of updates to a graph representation of related
network-related security information. The requests created by
IF-MAP clients are bundled operations of updates to a
MAP Graph, which compose a Series Transfer Pattern of bundled atomic
operations that ensure the integrity of the MAP Graph. [Henk Birkholz]</li>
        <li pn="section-1-3.11">netflow/IPFIX was defined to transfer a series of data items about flows.
Information about PDU flows accounted by network interfaces of
endpoints is emitted in a series of counter bundles via the IPFIX
protocol. Only a series of these continuous Flow Records creates a
meaningful bigger picture about the current traffic in the network
topology of an administrative domain. Depending on the characteristics
measured, loss of a Flow Record can range from harmless to missing the
only vital counter measurement.  [Henk Birkholz]</li>
        <li pn="section-1-3.12">TO DO: Add more items.</li>
      </ul>
      <t pn="section-1-4"><xref target="I-D.birkholz-yang-push-coap-problemstatement" format="default" sectionFormat="of" derivedContent="I-D.birkholz-yang-push-coap-problemstatement"/> is a problem
statement that will require the design of another scheme to transfer
Series-shaped data.</t>
    </section>
    <section anchor="objectives" numbered="true" toc="include" removeInRFC="false" pn="section-2">
      <name slugifiedName="name-objectives">Objectives</name>
      <t pn="section-2-1">Series transfer applications may have rather different objectives.</t>
      <ul spacing="normal" bare="false" empty="false" pn="section-2-2">
        <li pn="section-2-2.1">The completeness of the Series transfer may be of utmost importance
(e.g., if each item represents a sale), it may be desirable but can
be jettisoned in an overload situation, or it may just be a likely
outcome with a very active client (e.g., with Atom).  Note that
there is never a way to <em>guarantee</em> completeness unless all of the
rate and size of incoming new items, the transfer capacity
available, and the processing capabilities of the client are
controlled; however, system designs may want to give the illusion of
"reliability".</li>
        <li pn="section-2-2.2">Minimizing the latency of the transfer may be important, as may be
limiting it below a defined maximum (note that these are different
objectives).  The latter can be supported in a polling system by
polling at least as often as that maximum latency; this may be
considered inefficient and "push" mechanisms may be developed.  Mail
environments have developed "push" services to enable minimizing the
latency.  Where latency requirements go below the time that might be
needed for an end-to-end retransmission, error concealment may
provide an acceptable user experience (e.g., in RTP).</li>
      </ul>
      <t pn="section-2-3">In general, minimizing latency and ensuring completeness are competing
objectives.</t>
      <t pn="section-2-4">Series transfer environments sometimes centralize information
distribution functions, leading to "broker" architectures (often
combined with the "publish/subscribe" pattern).  With brokers, Series
publishers may use an entirely different interface to the brokers from
that used by the receiving clients, or the interfaces can be designed
so they are similar for all the forwarding steps.</t>
    </section>
    <section anchor="stp" numbered="true" toc="include" removeInRFC="false" pn="section-3">
      <name slugifiedName="name-a-rest-series-transfer-patt">A REST Series Transfer Pattern (STP)</name>
      <section anchor="basic-collections" numbered="true" toc="include" removeInRFC="false" pn="section-3.1">
        <name slugifiedName="name-basic-collections">Basic collections</name>
        <t pn="section-3.1-1">A series of items can be represented by a single collection resource:</t>
        <figure anchor="fig-collection" align="left" suppress-title="false" pn="figure-1">
          <name slugifiedName="name-a-collection-of-items">A collection of items</name>
          <artwork name="" type="" align="left" alt="" pn="section-3.1-2.1"><![CDATA[
 _____________
|             |
| item 11     |
|_____________|
|             |
| item 10     |
|_____________|
|      .      |
|      .      |
|      .      |
|_____________|
|             |
| item 1      |
|_____________|
]]></artwork>
        </figure>
        <t pn="section-3.1-3">While this is adequate in many cases, it has a number of limitations:</t>
        <ul spacing="normal" bare="false" empty="false" pn="section-3.1-4">
          <li pn="section-3.1-4.1">
            <t pn="section-3.1-4.1.1">Each retrieval fetches the entire collection
            </t>
            <ul spacing="normal" bare="false" empty="false" pn="section-3.1-4.1.2">
              <li pn="section-3.1-4.1.2.1">As long as the collection does not change, this can be mitigated
with ETags (Section 5.10.6 of<xref target="RFC7252" format="default" sectionFormat="of" derivedContent="RFC7252"/>, Section 2.3 of <xref target="RFC7232" format="default" sectionFormat="of" derivedContent="RFC7232"/>).</li>
            </ul>
          </li>
          <li pn="section-3.1-4.2">When the collection becomes too large, the server has to prune older
items.  These then no longer can be retrieved, and there is even no
way for the server to indicate that there used to be older items.</li>
        </ul>
      </section>
      <section anchor="pagination-and-observing-linked-lists" numbered="true" toc="include" removeInRFC="false" pn="section-3.2">
        <name slugifiedName="name-pagination-and-observing-li">Pagination and Observing linked lists</name>
        <t pn="section-3.2-1">In the Browser Web, it is usual to provide <em>Pagination</em> for collection
resources that can grow large (e.g., search results):</t>
        <figure anchor="fig-pagination1" align="left" suppress-title="false" pn="figure-2">
          <name slugifiedName="name-a-paginated-collection-of-i">A paginated collection of items</name>
          <artwork name="" type="" align="left" alt="" pn="section-3.2-2.1"><![CDATA[
 _____________           _____________           _____________
|             |         |             |         |             |
| item 11     |    +--->| item 9      |    +--->| item 2      |
|_____________|    |    |_____________|    |    |_____________|
|             |    |    |             |         |             |
| item 10     |    |    | item 8      |  . . .  | item 1      |
|_____________|    |    |_____________|         |_____________|
|             |    |    |             |    |        page M
| link  -----------+    | link  -----------+
|_____________|         |_____________|
    page 1                  page 2
]]></artwork>
        </figure>
        <t pn="section-3.2-3">Without modification, this does not work well for resources that
actually change by themselves: Once a new page needs to be added,
what previously was page 1 now becomes page 2.  Obviously, the naming
of pages better remains unchanged with new pages added a the front.</t>
        <figure anchor="fig-pagination2" align="left" suppress-title="false" pn="figure-3">
          <name slugifiedName="name-pagination-with-stable-name">Pagination with stable names</name>
          <artwork name="" type="" align="left" alt="" pn="section-3.2-4.1"><![CDATA[
 _____________           _____________           _____________
|             |         |             |         |             |
| item 11     |    +--->| item 9      |    +--->| item 2      |
|_____________|    |    |_____________|    |    |_____________|
|             |    |    |             |         |             |
| item 10     |    |    | item 8      |  . . .  | item 1      |
|_____________|    |    |_____________|         |_____________|
|             |    |    |             |    |        page 1
| link  -----------+    | link  -----------+
|_____________|         |_____________|
    page M                  page 2
]]></artwork>
        </figure>
        <t pn="section-3.2-5">However, now the client has no idea what initial page to request to
get the freshest items and the head of the list.  It is easy to add a
link to the freshest page:</t>
        <figure anchor="fig-linked-list" align="left" suppress-title="false" pn="figure-4">
          <name slugifiedName="name-pagination-with-stable-names">Pagination with stable names</name>
          <artwork name="" type="" align="left" alt="" pn="section-3.2-6.1"><![CDATA[
 _____________           _____________           _____________
|             |         |             |         |             |
| link  --------------->| item 11     |    +--->| item 2      |
|_____________|         |_____________|    |    |_____________|
     head               |             |         |             |
                        | item 10     |  . . .  | item 1      |
                        |_____________|         |_____________|
                        |             |    |        page 1
                        | link  -----------+
                        |_____________|
                            page M
]]></artwork>
        </figure>
        <t pn="section-3.2-7">The head of the linked list can now be simply observed; the addition
of pages will then be notified to the observer.</t>
        <t pn="section-3.2-8">As usual in series transfer, the following considerations remain:</t>
        <ul spacing="normal" bare="false" empty="false" pn="section-3.2-9">
          <li pn="section-3.2-9.1">
            <t pn="section-3.2-9.1.1">When can the server decide to no longer retain older items?
            </t>
            <ul spacing="normal" bare="false" empty="false" pn="section-3.2-9.1.2">
              <li pn="section-3.2-9.1.2.1">
                <t pn="section-3.2-9.1.2.1.1">There may be a desire for an observer to be able to catch all
items in the series.
                </t>
                <ul spacing="normal" bare="false" empty="false" pn="section-3.2-9.1.2.1.2">
                  <li pn="section-3.2-9.1.2.1.2.1">How does the server know who are the observers?  E.g., what to
do with newly joining observers?</li>
                  <li pn="section-3.2-9.1.2.1.2.2">How does an observer signal that it has caught up (to a specific
item)?</li>
                </ul>
              </li>
            </ul>
          </li>
          <li pn="section-3.2-9.2">What to do when the decision to remove items from the list cannot be
made and there is no room for new items?</li>
        </ul>
        <t pn="section-3.2-10">The link head can also include items that have so far not been added
to pages; this can be used to fill up pages evenly without them ever
changing.  Obviously, the best number of items to prenotify in this
way as well as the best time to open a new page are different for
different applications.</t>
      </section>
      <section anchor="the-cursor-pattern" numbered="true" toc="include" removeInRFC="false" pn="section-3.3">
        <name slugifiedName="name-the-cursor-pattern">The "cursor" pattern</name>
        <t pn="section-3.3-1">A GET on a resource representing a Series may return a collection item
that contains the following pieces of information</t>
        <ul spacing="normal" bare="false" empty="false" pn="section-3.3-2">
          <li pn="section-3.3-2.1">
            <t pn="section-3.3-2.1.1">An array of Series items, either as an array of media-typed objects
in a suitable representation format (e.g., CBOR, MIME) or by using
an array-like media type (e.g., SenML).
            </t>
            <ul spacing="normal" bare="false" empty="false" pn="section-3.3-2.1.2">
              <li pn="section-3.3-2.1.2.1">Items may be full items or limit themselves to some metadata and
a link; the client can then follow that link if it is interested
in the data (possibly basing that decision on the metadata and/or
a measure of load).</li>
            </ul>
          </li>
          <li pn="section-3.3-2.2">A "cursor" that can then be used as a parameter in further GET
requests (see below) in order to receive only newer items than those
received with this transfer.</li>
          <li pn="section-3.3-2.3">A "more bit" that indicates whether such further items already exist
but could not be returned in the present response.</li>
        </ul>
        <t pn="section-3.3-3">In <xref target="fig-cursor1" format="default" sectionFormat="of" derivedContent="Figure 5"/>, the cursor is implemented as a URI that can be used
as a link to the next page.</t>
        <figure anchor="fig-cursor1" align="left" suppress-title="false" pn="figure-5">
          <name slugifiedName="name-cursor-pattern-pictured-as-">Cursor pattern pictured as pagination</name>
          <artwork name="" type="" align="left" alt="" pn="section-3.3-4.1"><![CDATA[
 _____________           _____________           _____________
|             |         |             |         |             |
| item 10     |<---+    | item 1      |<---------------  link |
|_____________|    |    |_____________|         |_____________|
|             |         |             |              tail
| item 11     |  . . .  | item 2      |
|_____________|         |_____________|
    page M         |    |             |
                   +-----------  link |
                        |_____________|
                            page 1
]]></artwork>
        </figure>
        <t pn="section-3.3-5">A GET may be enhanced with additional parameters (possibly turning it
into a FETCH):</t>
        <ul spacing="normal" bare="false" empty="false" pn="section-3.3-6">
          <li pn="section-3.3-6.1">The cursor.</li>
          <li pn="section-3.3-6.2">A "wait bit" that indicates whether a (possibly empty) reply should
be given right away or the server should wait for new items to
become available.  (To avoid the equivalence of the "silly window
syndrome", the wait bit may be enhanced by a minimum number of items
and a timeout after which even a smaller number is made available.)
In effect, this requests a form of "long polling"; see
<xref target="RFC6202" format="default" sectionFormat="of" derivedContent="RFC6202"/> for some considerations for this in HTTP.</li>
        </ul>
        <t pn="section-3.3-7">A server may implement a form of custody transfer by interpreting the
cursor as an acknowledgement that the client has received all data up
to the cursor.  This is not necessarily acting as an unsafe request
("destructive GET"), as other clients may be active that have not yet
received all these data.  To implement a full custody semantics, the
server needs to be aware of all the clients that expect a full Series
Transfer (a classical group management problem).</t>
        <t pn="section-3.3-8">(Explain how Observe can help.  Can it?)</t>
      </section>
    </section>
    <section anchor="iana-considerations" numbered="true" toc="include" removeInRFC="false" pn="section-4">
      <name slugifiedName="name-iana-considerations">IANA considerations</name>
      <t pn="section-4-1">This memo registers a number of media types: TO DO.</t>
      <ul spacing="normal" bare="false" empty="false" pn="section-4-2">
        <li pn="section-4-2.1">
          <t pn="section-4-2.1.1">A media type for FETCH selectors (<xref target="stp" format="default" sectionFormat="of" derivedContent="Section 3"/>):
          </t>
          <ul spacing="normal" bare="false" empty="false" pn="section-4-2.1.2">
            <li pn="section-4-2.1.2.1">An alternative way to encode this information into the URI
of a GET should also be available.</li>
          </ul>
        </li>
        <li pn="section-4-2.2">A Series media type as alluded to in <xref target="stp" format="default" sectionFormat="of" derivedContent="Section 3"/>.</li>
      </ul>
    </section>
    <section anchor="security-considerations" numbered="true" toc="include" removeInRFC="false" pn="section-5">
      <name slugifiedName="name-security-considerations">Security considerations</name>
      <t pn="section-5-1">TO DO</t>
    </section>
  </middle>
  <back>
    <references pn="section-6">
      <name slugifiedName="name-informative-references">Informative References</name>
      <reference anchor="I-D.birkholz-yang-push-coap-problemstatement" target="http://www.ietf.org/internet-drafts/draft-birkholz-yang-push-coap-problemstatement-00.txt" quoteTitle="true" derivedAnchor="I-D.birkholz-yang-push-coap-problemstatement">
        <front>
          <title>YANG Push Operations for CoMI</title>
          <seriesInfo name="Internet-Draft" value="draft-birkholz-yang-push-coap-problemstatement-00"/>
          <author initials="H" surname="Birkholz" fullname="Henk Birkholz">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="T" surname="Zhou" fullname="Tianran Zhou">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="X" surname="Liu" fullname="Xufeng Liu">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="E" surname="Voit" fullname="Eric Voit">
            <organization showOnFrontPage="true"/>
          </author>
          <date month="October" day="18" year="2017"/>
          <abstract>
            <t>This document provides a problem statement, derives an initial gap analysis and illustrates a first set of solution approaches in regard to augmenting YANG data stores based on the CoAP Management Interface with YANG Push capabilities.  A binary transfer mechanism for YANG Subscribed Notifications addresses both the requirements of constrained-node networks and the need for semantic interoperability via self-descriptiveness of the corresponding data in motion.</t>
          </abstract>
        </front>
        <refcontent>Work in Progress</refcontent>
      </reference>
      <reference anchor="I-D.ietf-netconf-notification-messages" target="http://www.ietf.org/internet-drafts/draft-ietf-netconf-notification-messages-08.txt" quoteTitle="true" derivedAnchor="I-D.ietf-netconf-notification-messages">
        <front>
          <title>Notification Message Headers and Bundles</title>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netconf-notification-messages-08"/>
          <author initials="E" surname="Voit" fullname="Eric Voit">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="T" surname="Jenkins" fullname="Tim Jenkins">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="H" surname="Birkholz" fullname="Henk Birkholz">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="A" surname="Bierman" fullname="Andy Bierman">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="A" surname="Clemm" fullname="Alexander Clemm">
            <organization showOnFrontPage="true"/>
          </author>
          <date month="November" day="17" year="2019"/>
          <abstract>
            <t>This document defines a new notification message format.  Included are:  o  a new notification mechanism and encoding to replace the one way operation of RFC-5277  o  a set of common, transport agnostic message header objects.  o  how to bundle multiple event records into a single notification message.  o  how to ensure these new capabilities are only used with capable receivers.</t>
          </abstract>
        </front>
        <refcontent>Work in Progress</refcontent>
      </reference>
      <reference anchor="I-D.ietf-netconf-udp-pub-channel" target="http://www.ietf.org/internet-drafts/draft-ietf-netconf-udp-pub-channel-05.txt" quoteTitle="true" derivedAnchor="I-D.ietf-netconf-udp-pub-channel">
        <front>
          <title>UDP based Publication Channel for Streaming Telemetry</title>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netconf-udp-pub-channel-05"/>
          <author initials="G" surname="Zheng" fullname="Guangying Zheng">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="T" surname="Zhou" fullname="Tianran Zhou">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="A" surname="Clemm" fullname="Alexander Clemm">
            <organization showOnFrontPage="true"/>
          </author>
          <date month="March" day="11" year="2019"/>
          <abstract>
            <t>This document describes a UDP-based publication channel for streaming telemetry use to collect data from devices.  A new shim header is proposed to facilitate the distributed data collection mechanism which directly pushes data from line cards to the collector.  Because of the lightweight UDP encapsulation, higher frequency and better transit performance can be achieved.</t>
          </abstract>
        </front>
        <refcontent>Work in Progress</refcontent>
      </reference>
      <reference anchor="I-D.voit-netmod-yang-notifications2" target="http://www.ietf.org/internet-drafts/draft-voit-netmod-yang-notifications2-00.txt" quoteTitle="true" derivedAnchor="I-D.voit-netmod-yang-notifications2">
        <front>
          <title>YANG Notification Headers and Bundles</title>
          <seriesInfo name="Internet-Draft" value="draft-voit-netmod-yang-notifications2-00"/>
          <author initials="E" surname="Voit" fullname="Eric Voit">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="A" surname="Bierman" fullname="Andy Bierman">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="A" surname="Clemm" fullname="Alexander Clemm">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="T" surname="Jenkins" fullname="Tim Jenkins">
            <organization showOnFrontPage="true"/>
          </author>
          <date month="February" day="24" year="2017"/>
          <abstract>
            <t>There are useful capabilities not available with existing YANG notifications as described in Section 7.16 of [RFC7950].  These include:</t>
          </abstract>
        </front>
        <refcontent>Work in Progress</refcontent>
      </reference>
      <reference anchor="RFC4287" target="https://www.rfc-editor.org/info/rfc4287" quoteTitle="true" derivedAnchor="RFC4287">
        <front>
          <title>The Atom Syndication Format</title>
          <seriesInfo name="RFC" value="4287"/>
          <seriesInfo name="DOI" value="10.17487/RFC4287"/>
          <author initials="M." surname="Nottingham" fullname="M. Nottingham" role="editor">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="R." surname="Sayre" fullname="R. Sayre" role="editor">
            <organization showOnFrontPage="true"/>
          </author>
          <date year="2005" month="December"/>
          <abstract>
            <t>This document specifies Atom, an XML-based Web content and metadata syndication format.  [STANDARDS-TRACK]</t>
          </abstract>
        </front>
      </reference>
      <reference anchor="RFC6202" target="https://www.rfc-editor.org/info/rfc6202" quoteTitle="true" derivedAnchor="RFC6202">
        <front>
          <title>Known Issues and Best Practices for the Use of Long Polling and Streaming in Bidirectional HTTP</title>
          <seriesInfo name="RFC" value="6202"/>
          <seriesInfo name="DOI" value="10.17487/RFC6202"/>
          <author initials="S." surname="Loreto" fullname="S. Loreto">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="P." surname="Saint-Andre" fullname="P. Saint-Andre">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="S." surname="Salsano" fullname="S. Salsano">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="G." surname="Wilkins" fullname="G. Wilkins">
            <organization showOnFrontPage="true"/>
          </author>
          <date year="2011" month="April"/>
          <abstract>
            <t>On today's Internet, the Hypertext Transfer Protocol (HTTP) is often used (some would say abused) to enable asynchronous, "server- initiated" communication from a server to a client as well as communication from a client to a server.  This document describes known issues and best practices related to such "bidirectional HTTP" applications, focusing on the two most common mechanisms: HTTP long polling and HTTP streaming.  This document is not an Internet  Standards Track specification; it is published for informational  purposes.</t>
          </abstract>
        </front>
      </reference>
      <reference anchor="RFC7230" target="https://www.rfc-editor.org/info/rfc7230" quoteTitle="true" derivedAnchor="RFC7230">
        <front>
          <title>Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</title>
          <seriesInfo name="RFC" value="7230"/>
          <seriesInfo name="DOI" value="10.17487/RFC7230"/>
          <author initials="R." surname="Fielding" fullname="R. Fielding" role="editor">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="J." surname="Reschke" fullname="J. Reschke" role="editor">
            <organization showOnFrontPage="true"/>
          </author>
          <date year="2014" month="June"/>
          <abstract>
            <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems.  This document provides an overview of HTTP architecture and its associated terminology, defines the "http" and "https" Uniform Resource Identifier (URI) schemes, defines the HTTP/1.1 message syntax and parsing requirements, and describes related security concerns for implementations.</t>
          </abstract>
        </front>
      </reference>
      <reference anchor="RFC7232" target="https://www.rfc-editor.org/info/rfc7232" quoteTitle="true" derivedAnchor="RFC7232">
        <front>
          <title>Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests</title>
          <seriesInfo name="RFC" value="7232"/>
          <seriesInfo name="DOI" value="10.17487/RFC7232"/>
          <author initials="R." surname="Fielding" fullname="R. Fielding" role="editor">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="J." surname="Reschke" fullname="J. Reschke" role="editor">
            <organization showOnFrontPage="true"/>
          </author>
          <date year="2014" month="June"/>
          <abstract>
            <t>The Hypertext Transfer Protocol (HTTP) is a stateless application- level protocol for distributed, collaborative, hypertext information systems.  This document defines HTTP/1.1 conditional requests, including metadata header fields for indicating state changes, request header fields for making preconditions on such state, and rules for constructing the responses to a conditional request when one or more preconditions evaluate to false.</t>
          </abstract>
        </front>
      </reference>
      <reference anchor="RFC7252" target="https://www.rfc-editor.org/info/rfc7252" quoteTitle="true" derivedAnchor="RFC7252">
        <front>
          <title>The Constrained Application Protocol (CoAP)</title>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
          <author initials="Z." surname="Shelby" fullname="Z. Shelby">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="K." surname="Hartke" fullname="K. Hartke">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="C." surname="Bormann" fullname="C. Bormann">
            <organization showOnFrontPage="true"/>
          </author>
          <date year="2014" month="June"/>
          <abstract>
            <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks.  The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s.  The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
            <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types.  CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
          </abstract>
        </front>
      </reference>
      <reference anchor="RFC8639" target="https://www.rfc-editor.org/info/rfc8639" quoteTitle="true" derivedAnchor="RFC8639">
        <front>
          <title>Subscription to YANG Notifications</title>
          <seriesInfo name="RFC" value="8639"/>
          <seriesInfo name="DOI" value="10.17487/RFC8639"/>
          <author initials="E." surname="Voit" fullname="E. Voit">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="A." surname="Clemm" fullname="A. Clemm">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="A." surname="Gonzalez Prieto" fullname="A. Gonzalez Prieto">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="E." surname="Nilsen-Nygaard" fullname="E. Nilsen-Nygaard">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="A." surname="Tripathy" fullname="A. Tripathy">
            <organization showOnFrontPage="true"/>
          </author>
          <date year="2019" month="September"/>
          <abstract>
            <t>This document defines a YANG data model and associated mechanisms enabling subscriber-specific subscriptions to a publisher's event streams.  Applying these elements allows a subscriber to request and receive a continuous, customized feed of publisher-generated information.</t>
          </abstract>
        </front>
      </reference>
      <reference anchor="RFC8641" target="https://www.rfc-editor.org/info/rfc8641" quoteTitle="true" derivedAnchor="RFC8641">
        <front>
          <title>Subscription to YANG Notifications for Datastore Updates</title>
          <seriesInfo name="RFC" value="8641"/>
          <seriesInfo name="DOI" value="10.17487/RFC8641"/>
          <author initials="A." surname="Clemm" fullname="A. Clemm">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="E." surname="Voit" fullname="E. Voit">
            <organization showOnFrontPage="true"/>
          </author>
          <date year="2019" month="September"/>
          <abstract>
            <t>This document describes a mechanism that allows subscriber applications to request a continuous and customized stream of updates from a YANG datastore.  Providing such visibility into updates enables new capabilities based on the remote mirroring and monitoring of configuration and operational state.</t>
          </abstract>
        </front>
      </reference>
      <reference anchor="RFC8650" target="https://www.rfc-editor.org/info/rfc8650" quoteTitle="true" derivedAnchor="RFC8650">
        <front>
          <title>Dynamic Subscription to YANG Events and Datastores over RESTCONF</title>
          <seriesInfo name="RFC" value="8650"/>
          <seriesInfo name="DOI" value="10.17487/RFC8650"/>
          <author initials="E." surname="Voit" fullname="E. Voit">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="R." surname="Rahman" fullname="R. Rahman">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="E." surname="Nilsen-Nygaard" fullname="E. Nilsen-Nygaard">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="A." surname="Clemm" fullname="A. Clemm">
            <organization showOnFrontPage="true"/>
          </author>
          <author initials="A." surname="Bierman" fullname="A. Bierman">
            <organization showOnFrontPage="true"/>
          </author>
          <date year="2019" month="November"/>
          <abstract>
            <t>This document provides a RESTCONF binding to the dynamic subscription capability of both subscribed notifications and YANG-Push.</t>
          </abstract>
        </front>
      </reference>
      <reference anchor="sse" target="https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-events" quoteTitle="true" derivedAnchor="sse">
        <front>
          <title>HTML Living Standard -- 9.2 Server-sent events</title>
          <author>
            <organization showOnFrontPage="true">WHATWG</organization>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
    </references>
    <section numbered="false" anchor="acknowledgements" toc="include" removeInRFC="false" pn="section-appendix.a">
      <name slugifiedName="name-acknowledgements">Acknowledgements</name>
      <t pn="section-appendix.a-1">The need for a Series Transfer Pattern has been made clear by a number
of people that contribute to the IRTF Thing-to-Thing Research Group
(T2TRG), e.g. Matthias Kovatsch and Henk Birkholz (both of whom also
provided feedback on an early draft).  Henk also contributed further
examples for the use of Series Transfers in protocols.</t>
      <!--  LocalWords:  retransmission timestamp acknowledgement
 -->
<!--  LocalWords:  Acknowledgements
 -->

</section>
    <section anchor="authors-addresses" numbered="false" removeInRFC="false" toc="include" pn="section-appendix.b">
      <name slugifiedName="name-authors-addresses">Authors' Addresses</name>
      <author initials="C." surname="Bormann" fullname="Carsten Bormann">
        <organization ascii="Universitaet Bremen TZI" showOnFrontPage="true">Universität Bremen TZI</organization>
        <address>
          <postal>
            <street>Postfach 330440</street>
            <city>Bremen</city>
            <code>D-28359</code>
            <country>Germany</country>
          </postal>
          <phone>+49-421-218-63921</phone>
          <email>cabo@tzi.org</email>
        </address>
      </author>
      <author initials="K." surname="Hartke" fullname="Klaus Hartke">
        <organization showOnFrontPage="true">Ericsson</organization>
        <address>
          <postal>
            <street>Torshamnsgatan 23</street>
            <city>Stockholm</city>
            <code>16483</code>
            <country>Sweden</country>
          </postal>
          <email>klaus.hartke@ericsson.com</email>
        </address>
      </author>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAJjsjF4AA+1bbXLcRpL9j1PUUn/YNNEiKdmWKI81FEVJjDFHDJFeTezs
xEQ1UN1dJoDCogBSbZoRe4g9wt5kb7In2ZeZVQCaH7I8sbsxP6YdFrvR9ZmV
+fJlZnWapklr28Lsq+8Tpc6XRp2Zxhqvzhtd+blp1KluW9NUavPs/HSS5C6r
dInmeaPnbTpzTamrKm332maR+rZOd/aSXLdosLezt5PuPE13vk0S3+oq/6su
XIUv2qYzSWLrht/6dm9n5zl6XZjVlWvyfXVc0XymTV/TFEmm231lq7lLktru
qz+3LttW3jVtY+Ye71alvMlcWeus5TelqVr/lyTRXbt0zT52luJ/hWH8vjqc
qleybH4m2znUjW9NtfaNaxb76sfKXprG2/a//rNVrxqDodX5vxzHBtpn1o5a
aXOnlcdKDfZw6nw719lSPXmy8/TpDn+X2Xa1HzrIA5djNa/TvWdPvn4ennRV
26DVW0NLW/HDesmi/Orp8/Tp3m66t/ss/ebJ871d/tKU2hb7KtMz9/v2ZzvF
MnsJyG7/UOjOq3e6aS/MsNWjxmbeu2o8yAW1nC655e9NaDCFiNe2du4av9Rl
5RcaJ632now2d4YDu1i6ohzt7+wo3f3m6bMn6xs8uzI5xJAkj1RFx9BCpvvQ
FJx9/0mpD28Ov917srOvlm1b95/35HOauSqPD7/Gw8xpauQ991UqKPu785Mf
1A/20lYLLBDKqZtc/fe//4d6Pt0jC8Bhph5KpMwlqRJ3HZSpl9jHdwfnH9/K
wLpZkChoFX7/8eNlWxZTX5tserXU7dWCTuFx2RWtrfXCPPbDHKnMMaUej+4+
l9083Xv27b7SLQsen7+Bee0rGNQirV1RJEmapkrPcCCwgSQ5gaIoXdeFhflY
V3lV6gujOm+Um0cTxzuYqla2NSUMyE7NdFvh+HTT6BW+TYZv1dXSNEZV5ip8
ztBuZpTOc5MrhyVDsqWZKvWRG/oOei7TJBqfW0etS52jyyUUS88KWg2J/8PR
2bmqGwc1cYWXntqrQ3dwCiHjpM5Pt5N2AKYlvozD1TVmtxU+atLFLmu7hncI
66DOpcPHxnjXNRmtpMrRMM6loFb4mBWWDhpjuFmrbaVGc1EHfFEYDQCEOXVt
0otgmiT/rBvrYEjD6pf60mBpsH4ftMr+jCW2UAE5ARk4hbXQ0knASS+QbXVl
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
UNqTOgAA

-->

</rfc>
