<?xml version="1.0" encoding="US-ASCII"?>
<?rfc toc="yes"?>
<?rfc tocompact="yes"?>
<?rfc tocdepth="3"?>
<?rfc tocindent="yes"?>
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd">
<rfc category="info"
     docName="draft-boucadair-irtf-sdn-and-semantic-routing-00"
     ipr="trust200902">
  <front>
    <title abbrev="SDN and Semantic Routing">Considerations for the use of SDN
    in Semantic Routing Networks</title>

    <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
      <organization>Orange</organization>

      <address>
        <postal>
          <street></street>

          <city>Rennes</city>

          <country>France</country>
        </postal>

        <email>mohamed.boucadair@orange.com</email>
      </address>
    </author>

    <author fullname="Dirk Trossen" initials="D." surname="Trossen">
      <organization>Huawei</organization>

      <address>
        <postal>
          <street></street>

          <city>Munich</city>

          <country>Germany</country>
        </postal>

        <email>dirk.trossen@huawei.com</email>
      </address>
    </author>

    <author fullname="Adrian Farrel" initials="A." surname="Farrel">
      <organization>Old Dog Consulting</organization>

      <address>
        <postal>
          <street></street>

          <city></city>

          <country>UK</country>
        </postal>

        <email>adrian@olddog.co.uk</email>
      </address>
    </author>

    <date month="" year="2022" />

    <area>IRTF</area>

    <workgroup>IRTF</workgroup>

    <keyword></keyword>

    <abstract>
      <t>Semantic Routing is the process of making routing and forwarding
      decisions based, not only on the destination IP address, but on other
      information carried in an IP packet. The intent is to facilitate
      enhanced routing decisions based on this information in order to provide
      differentiated forwarding paths for specific packet flows.</t>

      <t>Software Defined Networking (SDN) places control of network elements
      (including all or some of their forwarding decisions) within external
      software components called controllers and orchestrators. This approach
      differs from conventional approaches that solely rely upon distributed
      routing protocols for the delivery of advanced connectivity services. By
      doing so, SDN aims to enable network elements to be simplified while
      still performing (some high level) forwarding function.</t>

      <t>This document examines the applicability of SDN techniques to
      Semantic Routing and provides considerations for the development of
      Semantic Routing solutions in the context of SDN.</t>
    </abstract>
  </front>

  <middle>
    <section anchor="intro" title="Introduction">
      <t>Service differentiation in the network can be enforced by
      manipulating a set of parameters that belong to distinct dimensions
      (e.g., forwarding, routing, traffic classification, resource
      partitioning). Among the techniques to achieve such differentiation,
      this document focuses on Semantic Routing, which refers to a process
      that is meant to provide differentiated forwarding paths for specific
      packet flows distinct from simple shortest path first routing and, thus,
      satisfy specific service/application requirements.</t>

      <t>More concretely, Semantic Routing is the process of making routing
      and forwarding decisions based, not only on the destination IP address
      of a packet, but also by taking into account other information that is
      carried in the packet such as (but not limited to):
        <list style="symbols">
          <t>Other fields of the IP header, e.g., DSCP/Traffic Class.</t>

          <t>The transport header, e.g., transport port numbers <xref
          target="RFC7597"></xref> or subflows <xref
          target="RFC8803"></xref>.</t>

          <t>Specific transport encapsulation shims, e.g., <xref
          target="RFC8926"></xref>.</t>

          <t>Specific service headers, e.g., <xref
          target="RFC8300"></xref>.</t>

          <t>Specific metadata.</t>
        </list></t>

      <t><xref target="Semantic"></xref> provides more details about Semantic
      Routing.</t>

      <t>Software Defined Networking (SDN) places (partial or full) control of
      network elements and their forwarding decisions within dedicated
      software components called controllers and orchestrators. This approach
      differs from those that solely rely upon distributed routing protocols.
      An ambition of SDN is to enable network elements to be simplified while
      the network is optimized to deliver value-added connectivity services.
      Refer to <xref target="SDN"></xref> for an overview of SDN.</t>

      <t>This document examines the applicability of SDN to Semantic Routing
      (<xref target="program"></xref>) and provides considerations for the
      development of Semantic Routing solutions in the context of SDN.</t>

      <t>This version of the document does not elaborate on specific SDN
      protocols.</t>
    </section>

    <section anchor="SDN"
             title="Software Defined Networking (SDN): An Overview">
      <t>SDN refers to an approach for network programmability, that is, the
      capacity to initialize, control, and manage network behavior dynamically
      via open interfaces. Such programmability should facilitate the delivery
      of services in a deterministic, dynamic, and scalable manner.</t>

      <t>SDN emphasizes the role of software in running networks by endorsing
      the separation between data and control planes. Even if such a
      separation has been adopted by most routing processes for decades
      (Section 2.1 of <xref target="RFC7149"></xref>), SDN focuses more on the
      power of "central" controllers to optimize route computation within a
      network before populating the Forwarding Information Base (FIB) of
      involved network elements.</t>

      <t>The separation between control and data planes allows faster
      innovation in both planes, and enables a dynamic and flexible approach
      to implementing new network behaviors and reacting to changes in network
      state and traffic demands.</t>

      <t>SDN has been discussed in many places during the last decade. For
      example, within the IRTF, <xref target="RFC7426"></xref> provides a
      concise reference for the SDN research community to address the
      questions of what SDN is, what the layer structure of an SDN
      architecture is, and how layers interface with each other within that
      architecture. <xref target="RFC7149"></xref> (published in the IETF
      stream) offers a service provider&apos;s perspective of the SDN landscape by
      describing requirements, issues, and other considerations about SDN. In
      particular, <xref target="RFC7149"></xref> classifies SDN techniques
      into the following functional domains:
        <list style="symbols">
          <t>Techniques for the dynamic discovery of network topology,
          devices, and capabilities, along with relevant information and data
          models that are meant to precisely document such topology, devices,
          and their capabilities.</t>

          <t>Techniques for exposing network services and their
          characteristics and for dynamically capturing the set of service
          parameters that will be used to measure the level of quality
          associated with the delivery of a given service or a combination
          thereof.</t>

          <t>Techniques used by service-requirement-derived dynamic resource
          allocation and policy enforcement schemes, so that networks can be
          programmed accordingly.</t>

          <t>Dynamic feedback mechanisms that are meant to assess how
          efficiently a set of policies are enforced from a service
          fulfillment and assurance perspective.</t>
        </list></t>

      <t>SDN can be deployed following a recursive model that involves
      dedicated interfaces for both network and service optimization. Indeed,
      <xref target="RFC8597"></xref> differentiates the control functions
      associated with transport from those related to services in an approach
      called Cooperating Layered Architecture for Software-Defined Networking
      (CLAS).</t>

      <t>In an SDN context, domain-specific controllers can be deployed with
      specific interactions between them as discussed in Section 4 of <xref
      target="RFC8309"></xref>.</t>
    </section>

    <section anchor="Semantic"
             title="Semantic Routing: Summary of Required Technical Elements">
      <t>As described in <xref
      target="I-D.farrel-irtf-introduction-to-semantic-routing"></xref>,
      Semantic Routing is the process of achieving enhanced routing decisions
      based on semantics added to IP headers to provide differentiated paths
      for different packet flows distinct from simple shortest path first
      routing. The additional information or "semantics" may be placed in
      existing header fields (such as the IPv6 Traffic Class field or the
      destination address) or may be achieved by adding fields to the header.
      Furthermore, it may be encoded in the payload or additional headers
      (such as in the port number fields or in an IPv6 Extension Header).</t>

      <t>The application of Semantic Routing allows packets from different
      flows (even between the same applications on the same devices) to be
      marked for different treatment in the network. The packets may then be
      routed onto different paths according to the capabilities and states of
      the network links in order to meet the requirements of the flows. For
      example, one flow may need low latency, while another may require ultra
      low jitter, and a third may demand very high bandwidth.</t>

      <t>Three elements are needed to achieve Semantic Routing:
        <list style="symbols">
          <t>The capabilities and state of the network must be discovered.</t>

          <t>The packets must be marked (with semantic information) according
          to their required delivery characteristics.</t>

          <t>The routers must be programmed to forward the traffic according
          to how the packets are marked.</t>
        </list></t>

      <t>All these elements can be matched to the SDN functional domains
      listed in <xref target="SDN"></xref>. From that standpoint, this
      document provides more details on how SDN can be used to satisfy
      specific Semantic Routing needs.</t>
    </section>

    <section anchor="program" title="Programmable Forwarding">
      <t>Programmable Forwarding is the term applied to the use of control
      techniques to instruct network devices how to forward packets in a
      programmatic way.</t>

      <section title="Motivation">
        <t>Modern networks are designed to carry traffic that belongs to a
        variety of services/applications that have distinct traffic
        performance requirements, reliability and robustness expectations, and
        service-specific needs <xref target="RFC7665"></xref><xref
        target="RFC8517"></xref>. Such expectations, and other forwarding
        requirements that can be captured in a Service Level Agreement (SLA)
        <xref target="RFC7297"></xref>, can be considered by providers when
        designing their networks in order to be able to deliver differentiated
        forwarding behaviors. However, conventional routing and forwarding
        procedures do not always offer the required functionalities for such
        differentiated service delivery. Thus, additional means have to be
        enabled in these networks for the sake of innovative service delivery
        while minimizing the induced complexity to operate such networks.
        Also, these means should be tweaked to ensure consistent forwarding
        behaviors network-wide.</t>

        <t>The aforementioned means are not only extensions to routing
        protocols, but include other mechanisms that affect the forwarding
        behaviors within a network. An non-exhaustive list of sample
        capabilities that can be offered by appropriately controlling
        forwarding elements is provided below:
          <list style="hanging">
            <t hangText="Resource Pooling:">A network may host dedicated
            functions that implement resource pooling among many available
            paths or control which path is used to steer traffic as a function
            of the observed RTT (e.g., enable MPTCP converters <xref
            target="RFC8803"></xref> in specific network segments, including
            data centers as detailed in Section 2.1 of <xref
            target="RFC8041"></xref>). <vspace blankLines="1" /> There is a
            need to interact with the underlying forwarding elements to
            communicate a set forwarding policies that will ensure that such a
            differentiated service is provided to the specific flows. These
            forwarding policies include, for example, a set of rules that
            characterize the flows that are eligible to the resource pooling
            service or the scheduling policies (maximize link utilization,
            grab extra resources only when needed, etc.). <vspace
            blankLines="1" /> These polices are then enforced by programmable
            forwarders.</t>

            <t hangText="Performance-based Route Selection:">Some applications
            may have strict traffic performance requirements (e.g., a low
            one-way delay <xref target="RFC7679"></xref>), however the
            underlying network elements may not support a mechanism to
            disseminate performance metrics associated with specific paths
            and/or perform performance-based route selection (e.g., <xref
            target="I-D.ietf-idr-performance-routing"></xref>). <vspace
            blankLines="1" /> As an alternative, an off-line Semantic Routing
            approach can be used to collect measurement data to reach a given
            content (e.g., one-way delay to reach specific data centers),
            perform route selection based on this data, and then program the
            appropriate forwarding elements accordingly.</t>

            <t hangText="Energy-efficient Forwarding:">An important effort was
            made in the past to optimize the energy consumption of network
            elements. However, such optimization is node-specific and no
            standard means are supported to optimize the energy consumption at
            the scale of the network. For example, many nodes (also, service
            cards) are deployed as backups. <vspace blankLines="1" />A
            controller-based approach can be implemented so that the route
            selection process optimizes the overall energy consumption of a
            path. Such a process takes into account the current load, avoids
            waking nodes/cards for handling "few" traffic (i.e., minor portion
            of traffic), considers node-specific data (e.g., <xref
            target="RFC7460"></xref>), etc. This off-line Semantic Routing
            approach will transition specific cards/nodes to "idle", wake
            them, etc., without breaking service objectives. Moreover, such an
            approach will have to maintain an up-to-date topology even if a
            node is in an "idle" state (such nodes may be removed from
            adjacency tables if they don&apos;t participate to routing
            advertisements).</t>

            <t hangText="Network Partitioning:">In order to rationalize the
            delivery of advanced connectivity services, a network may need to
            be partitioned in order to address specific forwarding
            requirements of groups of services/applications. Network slicing
            <xref target="I-D.ietf-teas-ietf-network-slices"></xref> can be
            considered to deliver these services. However, an intelligence is
            needed to decide the criteria to be used to partition the
            available resources, filter them, decide whether network
            extensions are needed, ensure whether/how resource preemption is
            adequately implemented, etc. <vspace blankLines="1" /> These tasks
            are better achieved using a central intelligence that has direct
            visibility into the intents of applications, underlying network
            capabilities, local policies and guidelines, etc. As an output of
            processing these various inputs, a set of node-specific policies
            are generated, and then pushed using available SDN interface.</t>

            <t hangText="Alternative Forwarding:">The programmability of SDN in the form
            of forwarding actions defined on packet header fields allows for realizing
            forwarding techniques beyond the typical longest-prefix match used for IP-based
            reachability. Solutions like those in <xref target="ICC2016"></xref>, for instance,
            use a binary representation of links in a network to realize a path-based forwarding
            action that purely acts on node-local state, independent from the nature of the path or the communications
            traversing over it. As discussed in <xref target="info"></xref>, the limitation of
            forwarding actions to only apply to defined (IP) packet header fields results, however,
            in issues that need special consideration when realizing such solutions in real-world
            deployments.</t>
          </list></t>

        <t>The next subsection further details which elements are needed when
        interacting with programmable forwarders in an SDN context.</t>
      </section>

      <section title="SDN for Semantic Routing: The Intended Behavior">
        <t>SDN minimizes the required changes to legacy (interior) routing
        protocols. More concretely, SDN can be used to provide the intended
        Semantic Routing behavior, especially:

          <list style="symbols">
            <t>Identify the forwarding elements that can be safely involved in
            providing the intended Semantic Routing features.</t>

            <t>Maintain abstract topologies that involve these elements and
            their capabilities.</t>

            <t>Capture application-specific intents and derive the
            corresponding forwarding requirements and, then, forwarding
            policies.</t>

            <t>Map these abstract topologies to (groups of) applications with
            specific Semantic Routing needs.</t>

            <t>Program a subset of nodes (called boundary nodes) with the
            required classification and marking policies to bind flows with
            their intended Semantic Routing behavior.
            <vspace blankLines="1" />
            In order to adequately process the application
            flows that require specific differentiated forwarding, SDN
            controllers maintain a table that allows to unambiguously identify
            such flows. The content of that table is used to derive the
            appropriate classification/match rules that are then communicated
            by an SDN controller to a set of forwarding elements.
            <vspace blankLines="1" />
            When volatile data (e.g., dynamic IP addresses)
            is used to build such rules, it is the responsibility of the SDN
            controllers to update the rules whenever a new identifier is used.
            Failure to maintain "fresh" classification rules will lead to
            service failure/degradation.</t>

            <t>Supply intermediate nodes (that is, nodes that are not boundary
            nodes) with the appropriate rules to locate and interpret the bits
            within the packet to proceed with forwarding actions that comprise
            Semantic Routing.</t>

            <t>Automatically adjust, if possible, the network MTU to
            accommodate the overhead that is required by any extra bits to
            signal semantic routing behavior.</t>

            <t>Instruct egress boundary nodes about the required actions such
            as stripping or setting any Semantic Routing bits.</t>

            <t>Interact with the underlying nodes to maintain, retrieve, and
            disseminate the appropriate data that is used for assuring that
            Semantic Routing policies are appropriately fulfilled.</t>

            <t>Configure OAM policies to measure the experience and adjust the
            forwarding behavior.</t>

            <t>Monitor the network and detect parts of the network where such
            policies are broken.</t>

            <t>Automate the overall procedure <xref target="RFC8969"></xref>.</t>
          </list></t>

        <t>At least three approaches can be considered by an SDN controller to
        accomplish the above tasks:
          <list style="symbols">
            <t>Compute (centrally) the differentiated paths and install the
            required forwarding rules in involved nodes. Strict or loose paths
            may be installed. This approach has the merit of implementing new
            path selection algorithms without requiring them to be supported
            by every involved node.</t>

            <t>Assign (centrally) differentiated link information and install the
            required forwarding rules in the involved nodes. End-to-end paths are
            constructed without involvement of the SDN controller, utilizing the
            link information to establish path identification information on which
            installed forwarding rules can act upon without additional path-specific
            knowledge being required. See <xref target="ICC2016"></xref> for an example
            of such approach.</t>

            <t>Rely upon a distributed routing protocol to customize the route
            selection process (<xref target="I-D.ietf-lsr-flex-algo"></xref>,
            for example). In such case, the SDN controller is responsible for
            communicating the parameters to be used for route selection
            process, select the nodes that will participate in a given
            topology, and configure any tunnels to interconnect these
            nodes.</t>
          </list></t>

        <t>A hierarchical SDN design can also be considered, where specific
        controllers are enabled in each domain with dedicated interfaces to
        share data (e.g., radio bottleneck, expectations). These domains do
        not need to support the same technological implementation. The
        interaction between the SDN controllers eases the delivery of
        consistent Semantic Routing behaviors without requiring common domain
        configuration.</t>
      </section>
    </section>

    <section anchor="policy" title="Policy-Based Semantic Routing">
      <t>TBD</t>

      <t>**SDN techniques as a whole are an instantiation of the policy-based
      management framework.***</t>
    </section>

    <section anchor="network" title="Network-Wide Coordination">
      <t>TBD</t>
    </section>

    <section anchor="info" title="Applying Semantic Information to Packets">
      <t>Given the focus of SDN is the use within IP networks, semantic information that can be
        used in SDN-based semantic routing is limited to those fields being defined in related SDN specifications;
        see <xref target="SDN"></xref> for more information.</t>

        <t>With this, SDN aligns with the concept of semantic routing <xref
        target="I-D.farrel-irtf-introduction-to-semantic-routing"></xref> in that it allows for range of packet
        header fields beyond mere IP addresses to be used in forwarding actions.</t>

        <t>However, solutions have also been devised that "overwrite" existing protocol fields in order for them to be
        used in an SDN forwarding action outside their original semantics. <xref target="POINT2015"></xref><xref target="POINT2016"></xref>
        outline an example for such solution in which SDN is used for a path-based forwarding decision; while no "path" information is foreseen as
        an actionable packet header field in IPv6.</t>

        <t>Here, the path is constructed by a path-computation element (PCE) that matches a given service name against previously announced locations
        where said service name is located. The path is represented as a concatenation of individual link information, which in turn is used to SDN node
        locally forward the packet after arrival. Given the binary structure of the end-to-end path information, the SDN forwarding operation can be implemented
        in a standard-compliant manner with its realization described in <xref target="ICC2016"></xref> as a arbitrary wildcard matching operation.</t>

        <t>However, the constraint of acting only on limited packet fields requires that the path information needs transfer in one of those standard-defined
        packet header fields; thereby overwriting any existing packet header field. As described in <xref target="POINT2016"></xref>, the IPv6 address fields
        are used for this purpose, representing the longest continuous binary field in the IPv6 header (256 bit in total), thereby allowing for representing
        topologies with up to 256 links.</t>

        <t>Given the approach chosen in <xref target="POINT2016"></xref>, any IPv6 address information, if needed, is provided in the encapsulated payload,
        leading to repetitive encapsulation overhead by carrying two IP headers in a single packet, one used for path-based forwarding and one for the operations
        in arriving endpoint. Only newer forwarding plane architectures, such as P4, would allow for removing such overhead by placing the path information into
        another packet header field (or even the payload as an extended header of sort) to act upon.
      </t>
    </section>

    <section anchor="risks"
             title="Benefits and Concerns with the Use of SDN for Semantic Routing">

      <t>The programmability of SDN provides a fertile ground for forwarding decision that go beyond the reachability information provided through
      IPv4/v6 addresses, e.g., by using other packet header fields. This not only allows for extending the simple reachability-driven forwarding decision
      with richer, e.g., policy-based, decisions (as discussed in <xref target="policy"></xref>), it may also enable new forwarding paradigms per se, such as
      those in <xref target="POINT2016"></xref>, which in turn may realize forwarding behaviours like multicast at much lower cost points and higher efficiency
      (see <xref target="ICC2016"></xref>).</t>

      <t>However, SDN specifications have limited capabilities when it comes to the additional packet header fields that may be used for forwarding actions.
      As a consequence, "true" semantic routing on any semantic enhancement, which is included in the packet, is only possible in a manner limited to those
      fields.</t>

      <t>Solutions such as those in <xref target="POINT2016"></xref>, using methods outlined in <xref target="ICC2016"></xref>, attempt to break this limitation
      albeit by overwriting standard-defined packet header fields, thereby changing the semantics of those fields within the realm of where the "re-defined" semantics
      are defined.</t>

      <t>This limits any solution to a limited domain <xref target="RFC8799"></xref>. More importantly, the redefinition of packet fields poses
      the danger of exposing this (non standard compliant) semantic to elements outside the limited domain; semantic leakage may occur, requiring appropriate
      methods such as dedicated gateways for preventing such leakage. This can be seen in <xref target="POINT2016"></xref>, where the boundaries to IP-compliant
      end devices and other domains alike are delimited by dedicated gateway elements. Those gateways usually act at higher layers than the SDN forwarding layer,
      thereby incurring complexity and often delay.</t>

      <t>See also <xref target="I-D.king-irtf-challenges-in-routing"></xref>
      for a discussion of issues and concerns that need to be examined when
      applying a new routing or forwarding paradigm to a self-contained
      network or Internet.</t>
    </section>

    <section anchor="security" title="Security Considerations">
      <t>SDN-related considerations are discussed in Section 5 of <xref
      target="RFC7149"></xref>.</t>
    </section>

    <section anchor="iana" title="IANA Considerations">
      <t>This document makes no requests for IANA action.</t>
    </section>

    <section anchor="Acknowledgements" title="Acknowledgements">
      <t>Thanks to George Polyzos for helpful comments on this work.</t>
    </section>

    <section title="Contributors">
      <figure>
        <artwork align="left"><![CDATA[
George Xylomenos
Email: xgeorge@aueb.gr
        ]]></artwork>
      </figure>
    </section>
  </middle>

  <back>
    <references title="Informative References">
      <?rfc include='reference.RFC.7149'?>

      <?rfc include='reference.RFC.8597'?>

      <?rfc include='reference.RFC.7426'?>

      <?rfc include='reference.I-D.farrel-irtf-introduction-to-semantic-routing'?>

      <?rfc include='reference.I-D.king-irtf-challenges-in-routing'?>

      <?rfc include='reference.I-D.ietf-lsr-flex-algo'?>

      <?rfc include='reference.I-D.ietf-idr-performance-routing'?>

      <?rfc include='reference.I-D.ietf-teas-ietf-network-slices'?>

      <?rfc include='reference.RFC.8300'?>

      <?rfc include='reference.RFC.8926'?>

      <?rfc include='reference.RFC.8803'?>

      <?rfc include='reference.RFC.7597'?>

      <?rfc include='reference.RFC.8041'?>

      <?rfc include='reference.RFC.7665'?>

      <?rfc include='reference.RFC.8517'?>

      <?rfc include='reference.RFC.7679'?>

      <?rfc include='reference.RFC.7297'?>

      <?rfc include='reference.RFC.8969'?>

      <?rfc include='reference.RFC.8309'?>

      <?rfc include='reference.RFC.7460'?>

      <?rfc include='reference.RFC.8799'?>

      <reference anchor="ICC2016">
        <front>
          <title>Stateless multicast switching in software defined networks</title>
          <author initials="M." surname="Reed">
            <organization></organization>
          </author>
          <author initials="M." surname="Al-Naday">
            <organization></organization>
          </author>
          <author initials="N" surname="Thomos">
            <organization></organization>
          </author>
          <author initials="D." surname="Trossen">
            <organization></organization>
          </author>
          <author initials="G." surname="Petropoulos">
            <organization></organization>
          </author>
          <author initials="S." surname="Spirou">
            <organization></organization>
          </author>
          <date year="2016"/>
        </front>
        <seriesInfo name="Paper" value="IEEE ICC 2016" />
      </reference>
      <reference anchor="POINT2015">
        <front>
          <title>IP Over ICN: The Better IP?</title>
          <author initials="D." surname="Trossen">
            <organization></organization>
          </author>
          <author initials="M." surname="Reed">
            <organization></organization>
          </author>
          <author initials="J." surname="Riihijarvi">
            <organization></organization>
          </author>
          <author initials="M." surname="Georgiades">
            <organization></organization>
          </author>
          <author initials="G." surname="Xylomenos">
            <organization></organization>
          </author>
          <author initials="S." surname="Fotiou">
            <organization></organization>
          </author>
          <date year="2015"/>
        </front>
        <seriesInfo name="Paper" value="EuCNC (European Conference on Networks and Communications), Paris, France" />
      </reference>
      <reference anchor="POINT2016">
        <front>
          <title>Realizing IP-based Services over an Information-Centric Networking Transport Network</title>
          <author initials="S.-Y.." surname="Kim">
            <organization></organization>
          </author>
          <author initials="S." surname="Robitzsch">
            <organization></organization>
          </author>
          <author initials="D." surname="Trossen">
            <organization></organization>
          </author>
          <author initials="M." surname="Reed">
            <organization></organization>
          </author>
          <author initials="M." surname="Al-Naday">
            <organization></organization>
          </author>
          <author initials="J." surname="Riihijarvi">
            <organization></organization>
          </author>
          <date year="2016"/>
        </front>
        <seriesInfo name="Paper" value="Proceedings of the 3rd ACM Conference on Information-Centric Networking, Pages 215-216" />
      </reference>
    </references>
  </back>
</rfc>
