<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [

  <!ENTITY rfc2119 PUBLIC "" "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml">
  <!ENTITY rfc7665 PUBLIC "" "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7665.xml">
  <!ENTITY I-D.bernardos-sfc-fog-ran SYSTEM "http://xml.resource.org/public/rfc/bibxml3/reference.I-D.bernardos-sfc-fog-ran.xml">
  <!ENTITY I-D.bernardos-sfc-distributed-control SYSTEM "http://xml.resource.org/public/rfc/bibxml3/reference.I-D.bernardos-sfc-distributed-control.xml">
]>

<?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"?>

<rfc category="exp" docName="draft-bernardos-sfc-nsh-distributed-control-06"
     ipr="trust200902">
  <front>
      <title abbrev="NSH extensions for distributed SFC">
       NSH extensions for local distributed SFC control
      </title>

    <!-- AUTHORS -->
    <author fullname="Carlos J. Bernardos"
            initials="CJ."
            surname="Bernardos">
      <organization abbrev="UC3M">
        Universidad Carlos III de Madrid
      </organization>
      <address>
        <postal>
          <street>Av. Universidad, 30</street>
          <city>Leganes, Madrid</city>
          <code>28911</code>
          <country>Spain</country>
        </postal>
        <phone>+34 91624 6236</phone>
        <email>cjbc@it.uc3m.es</email>
        <uri>http://www.it.uc3m.es/cjbc/</uri>
      </address>
    </author>

    <author fullname="Alain Mourad"
            initials="A."
            surname="Mourad">
      <organization abbrev="InterDigital">
        InterDigital Europe
      </organization>
      <address>
        <email>Alain.Mourad@InterDigital.com</email>
        <uri>http://www.InterDigital.com/</uri>
      </address>
    </author>

    <area>Routing</area>

    <workgroup>SFC WG</workgroup>

    <abstract>

      <t>
Service function chaining (SFC) allows the instantiation of an ordered set of
service functions and subsequent "steering" of traffic through them. In order to
set up and maintain SFC instances, a control plane is required, which typically
is centralized. In certain environments, such as fog computing ones, such
centralized control might not be feasible, calling for distributed SFC control
solutions. This document specifies several NSH extensions to provide in-band SFC
control signaling.
      </t>

    </abstract>

  </front>

  <middle>

    <section anchor="sec:introduction" title="Introduction">

      <t>
Virtualization of functions provides operators with tools to deploy new
services much faster, as compared to the traditional use of monolithic and
tightly integrated dedicated machinery. As a natural next step, mobile network
operators need to re-think how to evolve their existing network infrastructures
and how to deploy new ones to address the challenges posed by the increasing
customers' demands, as well as by the huge competition among operators. All
these changes are triggering the need for a modification in the way operators
and infrastructure providers operate their networks, as they need to
significantly reduce the costs incurred in deploying a new service and operating
it. Some of the mechanisms that are being considered and already adopted by
operators include: sharing of network infrastructure to reduce costs,
virtualization of core servers running in data centers as a way of supporting
their load-aware elastic dimensioning, and dynamic energy policies to reduce the
monthly electricity bill. However, this has proved to be tough to put in
practice, and not enough. Indeed, it is not easy to deploy new mechanisms in a
running operational network due to the high dependency on proprietary (and
sometime obscure) protocols and interfaces, which are complex to manage and
often require configuring multiple devices in a decentralized way. 
      </t>

      <t>
Service Functions are widely deployed and essential in many networks. These
Service Functions provide a range of features such as security, WAN
acceleration, and server load balancing. Service Functions may be instantiated
at different points in the network infrastructure such as data center, the WAN,
the RAN, and even on mobile nodes.
      </t>

      <t>
Service functions (SFs), also referred to as VNFs, or just functions, are hosted
on compute, storage and networking resources. The hosting environment of a
function is called Service Function Provider or NFVI-PoP (using ETSI NFV
terminology).
      </t>

      <t>
Services are typically formed as a composition of SFs (VNFs), with each SF
providing a specific function of the whole service. Services also referred to as
Network Services (NS), according to ETSI terminology.
      </t>

      <t>
With the arrival of virtualization, the deployment model for service function is
evolving to one where the traffic is steered through the functions wherever they
are deployed (functions do not need to be deployed in the traffic path anymore).
For a given service, the abstracted view of the required service functions and
the order in which they are to be applied is called a Service Function Chain
(SFC). An SFC is instantiated through selection of specific service function
instances on specific network nodes to form a service graph: this is called a
Service Function Path (SFP). The service functions may be applied at any layer
within the network protocol stack (network layer, transport layer, application
layer, etc.).
      </t>

      <t>
The concept of fog computing has emerged driven by the Internet of Things (IoT)
due to the need of handling the data generated from the end-user devices. The
term fog is referred to any networked computational resource in the continuum
between things and cloud. A fog node may therefore be an infrastructure network
node such as an eNodeB or gNodeB, an edge server, a customer premises equipment
(CPE), or even a user equipment (UE) terminal node such as a laptop, a
smartphone, or a computing unit on-board a vehicle, robot or drone.
      </t>

      <t>
In fog computing, the functions composing an SFC are hosted on resources that
are inherently heterogeneous, volatile and mobile <xref
target="I-D.bernardos-sfc-fog-ran" />. This means that resources might appear
and disappear, and the connectivity characteristics between these resources may
also change dynamically. These scenarios call for distributed SFC control
solutions, where there are SFC pseudo controllers, enabling autonomous SFC
self-orchestration capabilities. The concept of SFC pseudo controller (P-CTRL)
is described in <xref target="I-D.bernardos-sfc-distributed-control" />, as well
different procedures for their discovery and initialization.
      </t>

      <t>
This document specifies several NSH extensions to provide in-band SFC
control signaling.
      </t>

    </section>

    <section anchor="sec:terminology" title="Terminology">

      <t>
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be
interpreted as described in <xref target="RFC2119" />.
      </t>

      <t>
The following terms used in this document are defined by the IETF in <xref
target="RFC7665" />:

        <list style="empty">

          <t>
Service Function (SF): a function that is responsible for specific treatment of
received packets (e.g., firewall, load balancer).
          </t>

          <t>
Service Function Chain (SFC): for a given service, the abstracted view of the
required service functions and the order in which they are to be applied. This
is somehow equivalent to the Network Function Forwarding Graph (NF-FG) at ETSI.
          </t>

          <t>
Service Function Forwarder (SFF): A service function forwarder is responsible
for forwarding traffic to one or more connected service functions according to
information carried in the SFC encapsulation, as well as handling traffic coming
back from the SF.
          </t>

          <t>
SFI: SF instance.
          </t>

          <t>
Service Function Path (SFP): the selection of specific service function
instances on specific network nodes to form a service graph through which an SFC
is instantiated.
          </t>

        </list>

      </t>

      <t>
The following terms are used in this document:

        <list style="empty">

          <t>
SFC Pseudo Controller (P-CTRL): logical entity <xref
target="I-D.bernardos-sfc-distributed-control" />, complementing the SFC
controller/orchestrator found in current architectures and deployments. It is
service specific, meaning that it is defined and meaningful in the context of a
given network service. Compared to existing SFC controllers/orchestrators, which
manage multiple SFCs instantiated over a common infrastructure, pseudo
controllers are constrained to service specific lifecycle management.
          </t>

          <t>
SFC Central Controller (C-CTRL): central control plane logical entity in charge
of configuring and managing the SFC components <xref target="RFC7665" />.
          </t>

        </list>

      </t>

    </section>

    <section anchor="sec:in-band_local_orchestration" title="Local SFC control signaling extending NSH">

<figure anchor="fig:sfc_scenario" title="Example SFC scenario" >
<artwork><![CDATA[
                             o
                      node B |
                    +--------|-+    F1+-·-·-+F2+-·-·-+F3 SFC
                    | ········ |
                    | |P-CTRL| |
                    | ········ |
                  +-·-·-+F2    |
         o       /  +---+------+                 ________
         |      ·       ·                      _(        )_
+--------|-+   /       /                     _( +--------+ )_
|          |  ·       ·                     (_  | C-CTRL |  _)
|          | /       /                        (_+--------+_)
|          |·       |                           (________)
|     +-·-·/        ·
|    F1    |        |         ( (oo) )
+----------+        ·  o         /\  ········
   node A           |  |        /\/\ |P-CTRL|
              +-----·--|-+     /\/\/\········
              |     |    |    /\/  \/\  F3
              |     ·    |      node D
              |     |    |
              |     +    |
              |          |
              +----------+
                 node C
]]></artwork>
</figure>

      <t>
<xref target="fig:sfc_scenario" /> shows an exemplary scenario to show the use
of the new NSH extensions. In this scenario, there is no mobility, so nodes are
not moving out of radio coverage. In this scenario, at a given point in time the
service demands increase, which requires F2 (running at node B) and F3 (running
at node D) to have more resources allocated, as otherwise the service would not
meet the required SLA. This is detected by the P-CTRL through service-specific
local OAM monitoring. Once detected the need of scaling up the resources at
nodes B and D, P-CTRL notifies this through in-band signaling in the actual data
packets processed by the SFC. This is shown in <xref
target="fig:in-band_signaling" />. Note that the use of in-band signaling
provides a more efficient way of conveying the signaling, as well as supports
multiple NS lifecycle management operations (even addressing different nodes) to
be conveyed in a single message.
      </t>

<figure anchor="fig:in-band_signaling" title="In-band NS lifecycle management signaling extending NSH" >
<artwork><![CDATA[
              +--------+    +--------+    +--------+
              |  F1@A  |    |  F2@B  |    |  F3@D  |
              +--------+    +--------+    +--------+

              +--------+    +--------+    +--------+
              |Transp. |    |Transp. |    |Transp. |
              | header |    | header |    | header |
              +--------+    +--------+    +--------+
              |  NSH   |    |  NSH   |    |  NSH   |
              | header |    | header |    | header |
              |  F3@D  |    |  F3@D  |    |  F3@D  |
              |scale up|    |scale up|    |scale up|
              |  F2@B  |    |  F2@B  |    |        |
              |scale up|    |scale up|    |        |
+--------+    +--------+    +--------+    +--------+    +--------+
| Packet |    | Packet |    | Packet |    | Packet |    | Packet |
+--------+    +--------+    +--------+    +--------+    +--------+
   ===>          ===>          ===>          ===>          ===>
]]></artwork>
</figure>

      <t>
The NS lifecycle management commands conveyed in the NSH are transported as a
new NSH metadata (MD) type (e.g., Type 3, as current NSH specifications only
support 2 types), as shown next:
      </t>

<figure>
        <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|Ver|O|U|    TTL    |   Length  |U|U|U|U|MD Type| Next Protocol |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|          Service Path Identifier              | Service Index |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
~       Variable-Length NS lifecycle management commands        ~
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
</figure>

      <t>
The format of the new variable-length field for NS lifecycle management commands is shown next:
      </t>

<figure>
        <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|        NS lifecycle cmd       |      Type     |U|    Length   |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                   Variable-Length Metadata                    |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
</figure>

      <t>

        <list style="symbols" >

          <t>
NS lifecycle cmd: the NS lifecycle management command. This is a non-limiting
list of the commands:

            <list style="symbols" >

              <t>
Scale in.
              </t>

              <t>
Scale out.
              </t>

              <t>
Scale up.
              </t>

              <t>
Scale down.
              </t>

              <t>
Instantiate function.
              </t>

              <t>
Terminate function.
              </t>

              <t>
Configure function.
              </t>

              <t>
Upgrade function.
              </t>

              <t>
Update function.
              </t>

              <t>
Update function.
              </t>

              <t>
Onboard VNFD.
              </t>

              <t>
Onboard OAMD.
              </t>

              <t>
Sync state.
              </t>

              <t>
Request to overcome CTRL.
              </t>

              <t>
CTRL activation.
              </t>

            </list>

          </t>

          <t>
Type: indicates the explicit type of command carried out. This depends on the
orchestration framework implementation.
          </t>

          <t>
Unassigned bit: one unassigned bit is available for future use. This bit MUST
NOT be set, and it MUST be ignored on receipt.
          </t>

          <t>
Unassigned bit: one unassigned bit is available for future use. This bit MUST
NOT be set, and it MUST be ignored on receipt.
          </t>

        </list>

      </t>

    </section>

    <section anchor="IANA" title="IANA Considerations">

      <t>
N/A.
      </t>

    </section>


    <section anchor="Security" title="Security Considerations">

      <t>
TBD.
      </t>

    </section>

    <section anchor="Acknowledgments" title="Acknowledgments">

      <t>
The work in this draft has been partially supported by the H2020 5Growth (Grant
856709) and 5G-DIVE projects (Grant 859881).
      </t>

    </section>

  </middle>

  <back>


    <references title="Normative References">
      &rfc2119;
      &I-D.bernardos-sfc-distributed-control;
    </references>


    <references title="Informative References">
      &rfc7665;
      &I-D.bernardos-sfc-fog-ran;

    </references>

  </back>

</rfc>
