<?xml version="1.0" encoding="utf-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.5.2 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<?rfc comments="yes"?>

<rfc ipr="trust200902" docName="draft-eckert-intarea-functional-addr-internets-01" category="info">

  <front>
    <title abbrev="fa-inas">Functional Addressing (FA) for internets with Independent Network Address Spaces (IINAS)</title>

    <author initials="T." surname="Eckert" fullname="Toerless Eckert">
      <organization>Futurewei Technologies USA</organization>
      <address>
        <postal>
          <street></street>
          <city>Santa Clara</city>
          <code>CA 95050</code>
          <country>USA</country>
        </postal>
        <email>tte@cs.fau.de</email>
      </address>
    </author>
    <author initials="N." surname="Shenoy" fullname="Nirmala Shenoy">
      <organization>Rochester Institute of Technology</organization>
      <address>
        <postal>
          <street></street>
          <city>New York</city>
          <code>NY 14623</code>
          <country>USA</country>
        </postal>
        <email>nxsvks@rit.edu</email>
      </address>
    </author>

    <date year="2021" month="October" day="25"/>

    
    <workgroup>INTAREA</workgroup>
    

    <abstract>


<t>Recent work has raised interest in exploring network layer addressing that is
more flexible than fixed-length addressing as used in IPv4 (32 bit) and IPv6 (128 bit).</t>

<t>The reasons for the interest include both support for multiple and potentially novel
address semantics, but also optimizations of addressing for existing
semantics such as unicast tailored not for the global Internet 
but to better support private networks / limited domains.</t>

<t>This memo explores in the view of the author yet little explored reasons for more flexible addresses
namely the problems and opportunities for Internetworking with Independent Network Address Spaces (IINAS).</t>

<t>To better enable such internetworks, this memo proposes a framework for a Functional Addressing model.
This model also intends to support several other addressing goals including programmability
and multiple semantics.</t>



    </abstract>


  </front>

  <middle>


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

<section anchor="overview" title="Overview">

<t>Recent work has examined the value of more flexible than fixed-length addressing
used in IPv4 (32 bit) and IPv6 (128 bit), see for example <xref target="I-D.jia-intarea-scenarios-problems-addressing"/>,
and <xref target="I-D.jia-flex-ip-address-structure"/>.</t>

<t>The reasons for this interest include both support for multiple and potentially novel
address semantics, see for example <xref target="I-D.king-irtf-semantic-routing-survey"/>
and <xref target="I-D.king-irtf-challenges-in-routing"/>, but also optimizations of addressing for existing
semantics, such as unicast, that are tailored not for the global Internet 
but to better support private networks and limited domains (<xref target="RFC8799"/>).</t>

<t>This memo describes one, in the view of the author yet little explored reason, for more flexible addresses
namely the problems and opportunities for Internetworking with Independent Network Address Spaces (IINAS).</t>

<t>To better enable such internetworks, this memo proposes a framework for a Functional Addressing model.
This model also intends to support several other addressing model goals including programmability
and multiple semantics.</t>

<t>This memo calls the addressing model functional, because addresses are constructed as a structure of
func1{parameter(s),func2{parameter(s),..i.funcN{parameter(s)}}}.</t>

</section>
<section anchor="disclaimer" title="Disclaimer">

<t>Any proposals made by this document are explicitly for the purpose of presenting
example options of realizing concepts introduced in the memo. There is no intent
for any proposals in this document to directly become anything more than just experimental
implementations for proof of concept purposes. Equally so or even more so, readers are
welcome to pick up any subset of ideas from this memo that they are interested in and reuse it in
other designs.</t>

</section>
</section>
<section anchor="challenges" title="Challenges">

<t>This section discusses challenges that gave rise to the proposal in
this document. It explores in more detail the core challenge not well
explored elsewhere and already detailled elsewhere.</t>

<section anchor="high-level-observations" title="High level observations">

<t>There are three core challenges we can observe that limit the ability
to build more varied internetworking solutions for non-solely Internet
use-cases with especially IPv6:</t>

<t><list style="symbols">
  <t>Fixed size address space: IPv4/IPv6 address space is fixed length, not allowing to adopt address length
to shorter or longer demands. While it is possible to add more addressing
via extension headers, there is no option to not send, or shorten the
IPv4/IPv6 base header addresses, when they are not required.
While the reasons for fixed size addressing in IPv4/IPv6 can be understood
for the feasible high-speed, low-cost forwarders of the 1900th, when IPv6
was conceived, these reasons are today (in the opinion of the author) as obsolete as ATM cells where by
the end of the 1990th when both hardware forwarding and
mathematical models allowed to provide all ATM type QoS with variable sized packets.</t>
  <t>The Internet as the primary, if not only use-case driving the design:
The address space semantics provided especially by IPv6 is very much focused
on the one use-case that drove the development of IPv6: The Internet. While it
was and will continue to be th core and sufficient reason for maintaining IPv6, it
is not sufficient in the opinion of the author for the much broader use of IPv6.
As of today, a likely overwhelming number of hosts using TCP/IP(v6) protocol
stacks are not “on the Internet” and the majority likely is not even 
“connected to the Internet”, but instead, they are part of limited domains. This
even includes many routers in large service providers that are used to service
Internet traffic. Routers in these networks are only in networks that may
be called an “underlay” limited domain networks using MPLS, SR-MPLS or SRv6 and
Internet traffic is tunneled across them. When the network design is secure,
those routers are neither “on” the internet nor “connect to” the Internet.</t>
  <t>Transparent end-to-end addressing at the core of the IP/IPv6 protocol design, but an ever
more diverse reality breaking that design for good reasons: The current core principle
of IPv4 and IP6 is that forwarders have to be passing network layer (IPv4/IPv6) addresses
transparently and are not allowed to touch/modifying
them. This is the core behavior to support primarily the Internet use case. Yet,
the IPv4 Internet today would not work without NAT, and arguably, the same may
also happen to the IPv6 Internet, especially when networks attaching to inexpensive
Internet offerings want to avoid complex src/dst forwarding for IPv6 multihoming,
and/or avoid renumbering upon change of provider addresses. Even more so, interconnecting IPv4 and IPv6
networks has resulted in no fewer than 24 IPv4/IPv6 NAT solutions
(see https://en.wikipedia.org/wiki/IPv6_transition_mechanism), giving rise to
the question if and how on-path processing of addressing can be proactively
become part of future addressing designs to support more flexible internetworking - 
translating the best of past NAT experience into better future designs. This is
a core option of what FA-IINAS can do.</t>
</list></t>

</section>
<section anchor="internetworking-limited-domain-networks-with-ip-addressing" title="Internetworking limited domain networks with IP addressing">

<t>One of the core challenges of the existing IP(v4) and IPv6 addressing model are the
addressing they provide for private networks with or without connectivity to the
Internet, which are also called limited domain networks <xref target="RFC8799"/>.</t>

<t>One reference example is that of networking inside a particular product/solution/installation,
and then compositing this product with other products, probably even multiple times,
hierarchical, as show in picture <xref target="FIG-network"/>. These type of designs are traditional
in industrial networks. Similar issues and solutions
can be found in networks with multiple layers of NAT such as Home Networks
that are dorm rooms connected via NAT to a dorm network, connected via
another NAT to a campus network, connected via yet another NAT to maybe
finally, the Internet. Similarly designs can happen with more complex
topologies in federated private networks.</t>

<t>In pre-IP industrial networks, individual products were hiding their
interior elements by some (combination) of elements that controlled
the interior behavior completely and provided only an abstracted view
of the machinery to the outside.</t>

<t>With the introduction of IP networking into these type of solutions,
the ability for gateways to become IP routers and providing connectivity
into the machinery throughout the larger internetwork opened up many
important improvements, but of course also challenges, especially
for security.</t>

<t>Benefits of network layer internetwork connectivity includes
options such as control loops that can more easily be built
across multiple components/levels of the hierarchy and controllers
that can be pulled out of machinery and positioned elsewhere in the
network, enabling virtualization and resource multiplexing. Multiple
independently running control systems can be implemented in parallel,
including solutions like device vendor preventive maintenance telemetry,
operator managed firmware update or third-party orchestrated security
audits or intrusion detection/prevention, just to name a few.</t>

<t>With IP connectivity, all this can be built without the need of understanding
how to get through various layers of fixed-functionality higher-than-network
layer gateways that can not be extended by third parties. Instead, new
designs are based on end-to-end IP connectivity - plus appropriate set of
security mesures at gateway routers, of course an appropriate set of
security/filtering measures, for example MUD, <xref target="RFC8520"/>.</t>

<figure title="Example hierarchical composed internetwork" anchor="FIG-network"><artwork><![CDATA[
+-------------------------------------------------------------------+
|                               Controller / Gateway->Router        |
|   ...                                  |                          |
|                                --+-----+----------++..++---+----  |
|                                  |                         |      |
|+---------------------------------+----------------+    +---+-----+|
||                                 |                | .. | System 5||
||                  Controller / Gateway->Router    |    +---------+|
||                                 |                |               |
||            -----+---------------+-+..+----+----- |               |
||                 |                         |      |               |
||+----------------+--------------+    +-----+-----+|               |
|||                |              | .. | Machine 6 ||               |
|||             Gateway->Router   |    +-----------+|               |
|||            controller         |                 |               |
|||                |              |                 |               |
||| --+--------+---+--+------+--- |                 |               |
|||   |        |      |      |    |                 |               |
||| actor1 sensor1 actor2 sensor2 |                 |               |
|||                               |                 |               |
|||   Machine 1                   |                 |               |
||+-------------------------------+                 |               |
||  System1                                         |               |
|+--------------------------------------------------+               |
|  Installation 1                                                   |
+-------------------------------------------------------------------+
]]></artwork></figure>

<t>In the opinion of the author, the most easily adopted
addressing architecture in these type of solutions today is also the
one widely used: IPv4 with <xref target="RFC1918"/> addresses. These addresses
are actually owned permanently for each deployment case - as long as
the scope of addressing is well defined.</t>

<t>In result, a common scheme of addressing in machinery such as the one
shown in <xref target="FIG-network"/> is to reuse the same 10.0.0.0/8 or 192.168.0.0/16 addresses
for every instance of a product/machinery manufactured. In the example,
actor1 could use 10.0.0.1, sensor1 10.0.0.2 and so on. But equally,
if Machine 3 was the same or similar, its internal components would
share the same machinery. And when hundreds of these products are
produced, hey would all have the same addresses.</t>

<t>To allow deployment and composing those type of machineries,
the router/switch connecting to the outside/next-level in a hierarchy
will need simple NATing function for example statically mapping
the 10.0.0.x on the inside to 10.0.1.x on the outside for Machine 1,
where the same router/switch for Machine 3 would be configured
to NAT from 10.0.0.x to 10.0.3.x. And likewise at the next layer
of hierarchy, 10.0.y.x could be mapped to 10.z.y.x with a different
y for every instance.</t>

<t>In support of solutions like this, many if not most industrial ethernet
switches deployable as machinery gateways do therefore support this
type of static NAT mappings. Likewise, common practices in industries
rely on this addressing with composition via NAT approaches, including
machineries as large as production lines or in transportation networks train cars and
all their included machineries/equipment.</t>

<t>The desire to avoid NAT in IPv6 and availability of sufficient addressing
space lead to replacing the concept of <xref target="RFC1918"/> in IPv4 with the concept
of Unique Local Addresses (ULA) in IPv6, standardized in <xref target="RFC4193"/>.
Instead of the few scoped prefixes of <xref target="RFC1918"/>, ULA provide for
2^40 different prefixes, and the design guidelines are theoretically
simple: pick a random prefix and then you can interconnect your networks later on with
a very low probability of address prefix collision/reuse.</t>

<t>Unfortunately, low probabilities of address collision is not a good
design principle for most of these type of environments because there
is really no good operational solution what do if such collision
occurs, and rare errors are also very hard to build resilient solutions
for. Also the probabilities begin to become much higher when not
looking at a connection of just two or few of such ULA networks, but
when there can be thousands of such networks, such as in the transportation
networks use case.</t>

<t>In result, ULA is not very persuasive for many such deployments, especially
when the alternative with IPv4 is address prefix mapping as required for
NAT, when NAT an an almost free provisioning side effect of setting up the
required connectivity via permit lists via network/transport
filters. The need to automate such in-network filtering to secure
such deployments can also be seen in the advent of MUD, <xref target="RFC8520"/>.</t>

<t>If one considers that most of these subnet networks will have fewer than
253 hosts connected to it, then the IPv6 ULA solution does also not
provide for any more bits for subnets than the 16 bits of z.y in the above example
using IPv4 10.z.y.x with x being the host part: The lower 64 bits of
the IPv6 address is hard to use for anything than the host parts with
non-router hosts.  The whole ULA prefix is 48 bits, leaving just 16 bit (128 - 64 -48).
Add to that the non insignificant IPv6 packet header overhead plus fewer availability of
NAT in IPv6 products because it is assumed to be less required, plus the
insufficiency of “low likelihood of collisions” when attempting to utilize
only ULA.</t>

<t>Vendors of equipment that have assigned Provider Independent IPv6 address space 
could of course allocate addressing from that space for equipment they
manufacture or integrate, whether it is globally unique or “generic”, e.g.: reused
across every instance of a product and hence requiring NAT. Unfortunately,
and unlike ethernet, where one actually does own addresses after buying an
OUI, assigned IPv6 addressing is not permanent, and even though
revocation of address allocation is not standard practice, standardized
solutions for global IPv6 address space (like IPv4 global address space) really need
to allow the ability for those addresses to be returnable instead of being
handed off in products to customers.</t>

<t>Even though in hindsight, the hierarchical address allocation from the
available 16 bits in 10.x.y.z for two layers of interconnections
in the above example looks obvious and simple,
in many cases the creation of multiple hierarchies is only an afterthought
and the fixed address length and prior suboptimal assignment of addressing in a
deployment will cause the need for a lot of re-addressing. This
is a recurring problem in larger enterprise/commercial networks
under unplanned growth or mergers &amp; acquisitions, especially of course in IPv4.
Likewise, once the 16 available bits in the above described NAT approach
are used up, whether it is IPv4 or IPv6 with ULA, no further extensions
of the design are possible.</t>

</section>
<section anchor="shorter-addresses" title="Shorter addresses">

<t>As has been noted in prior memos, shorter addresses than IPv6 128 bit
are highly desirable in private networks / limited domains whenever
it is clear that the total required addressing space is much smaller and
connectivity to e.g.: the Internet is not required.  Evidence of such requirements
can be found for example in header compression for IoT networks such
as <xref target="RFC6282"/>. Such compression introduces yet another
layer of complexity - the whole ecosystem of devices and diagnostic options
has to support it to be equally acceptable as uncompressed packets.</t>

</section>
<section anchor="additional-semantics" title="Additional semantics">

<t>New semantics can only be introduced into existing IPv4/IPv6 when their
required address size fits nicely into the 32 or 128 bit address space.</t>

<t>This section does not aim to be complete, see <xref target="I-D.king-irtf-semantic-routing-survey"/>
for a broader survey. Instead it will provide additional levels of details
for the benefits of fittingly sized addresses for few examples, that the
author is familiar with.</t>

<t>When ignorin Anycast, IP Multicast is likely the most widely adopted additional
semantic added to IPv4. With IPv6, IP Multicast became even more flexible
and easy to deploy, because the additional bits of
IPv6 addresses allowed to encode additional IP multicast parameters
through additional fields in IPv6 addresses: Scope address field <xref target="RFC4291"/>, SSM addresses <xref target="RFC4607"/>, Unicast
prefix multicast addresses <xref target="RFC3306"/> and embedded-RP <xref target="RFC3956"/>.
Nevertheless, especially embedded-RP could have benefitted from even
longer addresses because with the 128 bits available the solution had
to take a hit in the complexity of deployment. It requires to
engineer that RP address such that its non-0 host port is very short (4 bits).</t>

<t>In contrast, Bit Indexed Explicit Replication (BIER) which started
in the IETF in 2014 and resulted in the architecture <xref target="RFC8279"/>,
did not choose the option to integrate into IP/IPv6 because it desired
addresses sizes of at least per-network configurable from 64 to 4096 bit
plus additional qualifiers of at least 16 bits (so-called SD, SI address
qualifiers). This made it necessary for BIER to (re-!)invent its own
network layer packet header, <xref target="RFC8296"/> which duplicates pretty much
all packet header fields of MPLS plus IP packets plus additional BIER
header fields, so that it can be used in both MPLS and non-MPLS networks.</t>

<t>Similar arguments about the limited size of IPv6 address could likely
be made for ICN/CCN networks because the semantic of their
 addresses is that of data items such as time slices of specific
spatial and temporal resolutions of some media such as an audio/video
recording - and those name spaces would ideally have addresses as long
as URLs.</t>

</section>
<section anchor="programmability" title="Programmability">

<t>Segment Routing via IPv6 (SRv6) introduced with <xref target="RFC8986"/> and <xref target="RFC8754"/>
(SRH) and architecture in which source routing with an IPv6 extension
header  is combined with encoding of additional processing semantics
into the destination and source routing hops IPv6 addresses. SRv6
calls this programmability.</t>

<t>SRv6 is a very flexible and theoretically extensible concept but challenged
by the fixed address length design of IPv6. For most steering hop
addresses,  the bits reserved for this additional packet processing 
are not required, but when they are required there may even be too few
bits available. Variable length addresses allowing for variable long
programming field in the address would in the opinion of the author be highly
beneficial.</t>

<t>One evidence for the programmability bits seen as wasteful in many
cases is a variety of currently proposed drafts to provide more
compressed source routing options for SRv6 (as of mid 2021).</t>

</section>
</section>
<section anchor="fa-iinas-functional-addressing-fa-for-internetworking-with-independent-network-address-spaces-iinas" title="FA-IINAS: Functional Addressing (FA) for Internetworking with Independent Network Address Spaces (IINAS)">

<t>This section outlines an addressing design that attempts to solve the above
described challenges and calls it tentatively FA-IINAS. Functional Addressing
refers to the design aspect that addresses in this design can be interpreted
as functions with parameters.</t>

<t>Notwithstanding other granularities or options, this document assumes that
addresses are textually represented in hexadecimal and that the minimum structure
element of an address is 4 bit so that the different structural elements of
an address can simply be shown as concatenation of hex digits. The “.”
character is inserted optionally to show where in an address one semantic
part ends and another starts.</t>

<t>Like in IPv6 IoT networks, such as those using RPL (<xref target="RFC6550"/>) as their routing
protocol, this memo starts by assuming all nodes are routers and that addresses
are predominantly node addresses as opposed to IP/IPv6, which defines unicast
addresses to be interface addresses. This is but an academic differentiation, 
because node addresses can also be represented as interface addresses of
so-called “loopback” interfaces.</t>

<t>A network in this design is an independent address space, not shared with
other networks. A nework has theoretically unlimited long addresses whose
prefixes are mapped onto the nodes of the network, which are expected to
form a graph of transitively connected nodes. Practical limits to
address length are subject to acceptable packetization.</t>

<section anchor="addressing-for-unicast" title="Addressing for unicast">

<t>Each node is assigned one or more node prefixes from the networks address space and
none of these node prefixes can be overlapping. In other words, no assigned nodeprefix
can be a prefix of another assigned nodeprefix. This rule ensures that every node
“owns” any address equal or longer to its assigned nodeprefix. Allocation of
node prefixes is currently out of scope for this memo but could rely on any
well-known methods including manual operator assigned, SDN controll managed,
or as initially described in this document assigned by manufacturer/vendor.</t>

<t>Routing in a network is assumed to enable forwarding across the graph of the
network to the node owning the nodeprefix of the address.</t>

<t>Given variable long addresses, the first observation of this addressing
scheme is that it allows to combine short addresses with extensibility.</t>

<t>In a simple example the first 200 nodes are assigned addresses 01 … c8,
at which point in time the network operator gets worried about growth exceeding
the 256 mark and starts to assign longer addresses: c90 … f000, at which
point in time ever increasing success might cause assignment of even
longer prefixes.</t>

<t>Addresses longer than the assigned “nodeprefix” are used to instantiate
a specific function on the node itself. A generic representation of
an address could be nodeprefix.function.{parameter}.</t>

</section>
<section anchor="forwarding" title="Forwarding">

<section anchor="dispose-function" title="Dispose Function">

<t>When using a single digit function field, function = 0 could for example be 
“dispose” to decapsulate the packets payload and deliver it to the host stack.
Parameter could for example be the next-protocol value, eliminating the need to
have a separate packet header field for this parameter.</t>

<t>While not being the same
crucial issue as for the node prefixes themselves, putting the next-protocol into the
address makes it extensible too, so one would  not run out of a 256 space
as IPv4/IPv6 might do at some point.</t>

</section>
<section anchor="steering-function" title="Steering Function">

<t>Command = 1 could be a “steer” command and the parameter
is another address. To act on the command, the node would strip the nodeprefix
and command part of the address and forward it based on the address parameter.
For example node 73 (e.g.: node with nodeprefix 73) receives a packet with destination
address 73.1.55.1.33.0. It forwards the same packet with the stripped destination
address 55.1.33.0 to node 55, which likewise forwards the packet with stripped
destination address 33.0 to node 33, which ultimately receives it.</t>

</section>
<section anchor="multiple-semantics" title="Multiple semantics">

<t>To introduce additional semantics into a network, such as for example multicasting,
we need to generalize how to interpret the first part of the address, which so
far was only interpreted to be a nodeprefix for unicast forwarding.</t>

<figure anchor="FIG-semantic1"><artwork><![CDATA[
address = prefix{.nodefunction{.nodefunction-parameters}}
prefix = semantic{.semantic-parameters}

semantic / = unicast-forward 

unicast-forward = &lt;set of prefixes>
unicast-forward-parameters = node-prefix

semantic /= multicast-forward
multicast-forward = &lt;set of prefixes>
multicast-forward-parameters = multicast-group
]]></artwork></figure>

<t>In other words, the prefix at the start of the address is composed of a semantic
and its parameter, and the case discussed so far is simply the unicast-forward
semantic followed by a node-prefix parameter.</t>

<t>Again, semantic can be an arbitrarily long or short prefix, but no semantic
can be a prefix of another semantic.</t>

<t>In a practical example, this scheme is easily applied to existing
IPv4 / IPv6 address spaces. For IPv4:</t>

<figure anchor="FIG-semantic2"><artwork><![CDATA[
unicast-forward = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | A | B | C | D
multicast-forward = E
]]></artwork></figure>

<t>In other words, because IP multicast uses addresses 224.0.0.0/4, its
non-overlapping semantic prefix is E, and IPv4 unicast addresses
use the non-overlapping prefixes 0…D. Assume further that a node
in the network had assigned prefix 10.0.0.0/24, then this would
translate in our scheme into:</t>

<figure anchor="FIG-semantic3"><artwork><![CDATA[
0.A0000.XX
]]></artwork></figure>

<t>When a node processes this address, the 4-bit prefix 0 indicates that
the following prefix has to be looked up in unicast forwarding. This
prefix is A0000. Once the packet is delivered to the node, he remaining
8 bit XX can accordingly be interpreted by the node as a nodefunction
with parameters.</t>

<t>Likewise, an address 239.1.2.3 would translate into E.F010203, so the
first 4-bit E value would indicate that multicast forwarding needs to
be applied to the rest of the address, and with IP Multicast forwarding
not having further structure (ignoring willfully for simplicity of the
example that it does, for example with SSM), all the remainder of the
IPv4 address is the multicast-group</t>

<t>In summary, the logic does really only generalize what routers today
already do when they do prefix lookups, except for the following
core differences:</t>

<t><list style="symbols">
  <t>In IPv4/IPv6, the address semantic is hard-coded by IETF standards.
In FA-IINAS they are definable by every network.</t>
  <t>In IPv4/IPv6, there is no notion of nodefunction{.nodefunction-parameters},
only SRv6 has this concept.</t>
</list></t>

<t>In actual IPv4/IPv6 hardware forwarding lookups, one would not
do one lookup for the semantic, followed by another lookup for
the semantic-parameters for the case of unicast-forward, instead
this would be flattened. The same type of flattening would of
course be useable in FA-IINAS. Whether or how flattening or
other optimizations are feasible for other semantics such as multicast
is of course highly semantic and node implementation specific.</t>

</section>
<section anchor="internetworking-function" title="Internetworking Function">

<figure title="Internetworking example" anchor="FIG-internetworking"><artwork><![CDATA[
................................
.  Network1                    .
.                R1            .
.        R2      21      R3    .
.        23              23    .
.    R4              R5        .
.    24              25        .
.    ||2.2       2.2//\\2.3    .
.....||............//..\\.......
     ||           //    \\
.....||..........//.  ...\\........
.    ||2.1   2.1// .  .2.2\\2.1   .
.    R4        R5==========R5     .
.    14        15  .  .    15     .
. R6       R7      .  .       R10 .
. 26       27      .  .       21  .
.                 .  .            .
. Network2       .  .  Network3   .
.               .  .              .
.    R9        .  .     R8        .
.    21       .  .      23        .
. 2.4||      .   .  2.4//\\2.5    .
.....||.......   .....//..\\.......      
     ||              //    \\
     ||             //      \\
.....||............//. ......\\....
.    ||2.1     2.3// . .   2.3\\  .
.    R11        R8============R8  .
.    11        12 2.5. .   2.4 11 .
.          R12       . .          .
.          12        . .  R13     .
.                    . .  13      .
.                    . .          .
. Network4           . . Network5 .
...................... ............
]]></artwork></figure>

<t><xref target="FIG-internetworking"/> shows an example internetworking
topology of 5 networks, each with its own independent
address space. Globally unique Rxx numbers are used to refer
to routers.</t>

<t>An edge node is a router that has prefixes
from two or more networks into which it connects. In
the example, R4 connects into Network1 with prefix 24
and into Network2 with Prefix 14. Likewise, R8 connects
into Network3 with prefix 23, into Network4 with prefix 12
and into Network5 with prefix 11. An edge node can be
a router simply with different interfaces into different
networks, or it can be decomposed into multiple devices,
each in a separate network. In this section we describe
behavior as if it was a single device.</t>

<t>For an edge node to pass a network into a separate network,
the internetworking function on the node has to be called.
In the example, this function is codepoint 2 on all edge nodes, and
the first parameter is an identifier of local relevance for the
network into which to pass the packet. In actual deployment,
this function number can of course be locally significant to
the Network and/or even each edge router, assuming appropriate
control plane to assign the number to this function.</t>

<t>Assume R12 (12) in Network4 wants to send a packet to
R1 (21) in Network1. To send it R12-&gt;R8-&gt;R5-&gt;R1, R12
would have to use a destination address of 12.2.3.15.2.1.21.0,
or numerically without separators 0x12231521210.</t>

<t>12 will route the packet in Network4 towards R8 because of the
destination address 12/8 prefix. .2 indicates
to R8 that it should invoke the interworking function and
pass the packet into Network 3. As part of the interworking
function, R8 then strips all the address prefix it has
processed so far from the destination address, leaving 15.2.1.21.0.
R8 then forwards the packet with this destination address into 
Network 3, where it will be received by R5, which again
invokes the interworking function due to .2, forwarding the
packet into Network1, stripping 15.2.1.0 from the destination
address and forwarding the packet with destination address 21.0
into Network1, where it will finally be received by R1 which passes
the packet to its host stack because of dispose function 0.</t>

<t>To (optionally) allow for a return path, each edge node could equally
but inversely process the source address: When R12 sends the
packet, it would indicate a source address of 12.0. When R8
passes the packet via its interworking function into Network3,
it would prepend its return path interworking function address,
making the source address 23.2.4.12.0, where 23 is R8 address prefix
in Network3 and 2.4 internetworking function to return the packet into
Network4. Likewise, when R5 processes the packet by its
interworking function, it would prepend its return path address
element to the source address, before sending the packet into
Network1, making the source address 25.2.3.23.2.4.12.0. This
is then the address to which R1 could send return packets,
and likewise, on its way towards R1, the address, for example
when travelling via Network3 always has a returnable source
address.</t>

<t>With this behavior of the interworking function, it is obvious,
that address management of networks would want to keep a
sufficiently large number of very short prefixes, such as
those in this example or even shorter to address
the interworking function in a sufficiently larger number
of edge routers so that a complete internetwork path address
will not become too long to exceed the maximum address lengths.</t>

</section>
</section>
<section anchor="control-plane" title="Control Plane">

<t>This section reviews a range of control plane considerations necessary
to build a working solution out of the functional addressing. In short,
what is required for functions to be flexibly configurable and
extensible in the network, it requires a control plane that in its
principles is very much based on what was learned in MPLS.</t>

<section anchor="unicast-routing" title="Unicast routing">

<t>FA-IINAS expects a control plane that supports routing for unicast-forward
parameters (address prefixes) in the same way as it is done today
for IPv4/IP6. Except that it would be for address prefixes
(multicast-forward-parameter) of different length and not limited to
just 32/128 bits as in IPv4/IPv6.</t>

<t>In addition, FA-IINAS needs control-plane functions that allow
defining the semantics and their prefixes, like the above example
of 0…D for IPv4 style unicast-forwarding semantic and D for
IPv4 style multicast-forwarding semantic.</t>

<t>One of the core challenges for this control plane function is
that inconsistency between nodes can have significant different
negative impacts than the today accepted “eventual consistency”
in IPv4/IPv6 unicast routing that is achieved by the most widely
deployed unicast forwarding control planes: distributed routing
protocols (IGP/BGP).</t>

<t>The degree of concerns will highly depend on the actual new
issues that could happen in the face of inconsistencies, and this
can only be vetted with a given set of semantics.</t>

<t>In a most simple example, semantics may simple be configurable
via a management plane, and such an approach can be 
pre-staged, pre-configured, validated network devices, such
as in industrial or embedded environments.</t>

<t>In the case of a most flexible, agile type of network, control
plane mechanisms would have to be extended to support strong
consistency models, for example through node-to-node security
associations coupled with a strong consistency
network-wide-core-config mechanism. Such mechanisms could
in the opinion of the author easily be built on the framework
provided by <xref target="RFC8994"/> which provides these hop-by-hop
security associations and inband control plane infrastructure,
coupled with <xref target="RFC8990"/> as the protocol to negotiate the 
configuration with strong consistency.</t>

</section>
<section anchor="naming" title="Naming">

<section anchor="intra-network-naming" title="Intra network naming">

<t>In FA-IINAS, nodes are acting as routers, and the addresses described are
assigned to them persistently. This eliminates in many cases, especially
when the network is primarily for m2m communications the need for 
DNS names, because effectively the address of a node is its persistent name.</t>

<t>In networks small enough, e.g.: maybe &lt;= 20,000 nodes, the very same
argument can also apply to nodes that are hosts, e.g. without the
need to support full routing/FA-IINAS operations, but still having
a persistent address assigned that is routed in the networks routing
protocol.</t>

<t>If indeed there is a need to use DNS or other naming schemes, then this
is no different than applying naming with DNS to today’s <xref target="RFC1918"/>
addresses.</t>

</section>
<section anchor="simple-inter-network-naming" title="Simple inter network naming">

<t>The need to support (DNS) names is equally lower in interconnected FA-IINAS
networks assuming the intra network naming arguments outlined before apply
to the interconnected networks.</t>

<t>Because an address in a different FA-IINAS network is dependent on the
path from/to its corresponding peer, it is of course not sufficient
to simply have a global internetwork name to address mapping.</t>

<t>One of the likely oldest solutions is to align name resolution
with packet forwarding so that the very same edge nodes between
two networks that do translate addresses can accordingly also
translate their name resolution. This was productized and fairly widely
deployed as early as the late 1990th for IPv4 with rfc1918 addresses,
see for example <xref target="CiscoNAT"/>.</t>

<t>This type of solutions relies on well-known routing policies such
as simple hierarchical routing though and are not generic for
arbitrary topologies.</t>

</section>
</section>
<section anchor="routing" title="Routing">

<section anchor="with-internetwork-topology-knowledge" title="With internetwork topology knowledge">

<t>When FA-IINAS networks are connected in an arbitrary topology
instead of a simple hierarchy, the fundamental problem is that
of constructing the address of a target peer as a path
through a set of appropriate network edge nodes in the address,
followed by the nodes address within its network.</t>

<t>In many interconnected FA-IINAS networks, one can assume to have
systems that can do this, such as in an industrial setting where
a global view of the topology of networks exists and a PCE/SDN-controller
will choose the path and can accordingly calculate also the addresses
from the path.</t>

</section>
<section anchor="with-internetwork-naming-knowledge" title="With internetwork naming knowledge">

<t>A decentralized solution can be built by relying on a 
combination of naming and internetwork routing.</t>

<t>Every network (name space) is assigned a globally unique identifier.
This identifier is only used in the control-plane, so it should be
reasonably easy to have a set of construction mechanisms allowing
everyone to easily create its own namespace, such as for example
from some owned location (street address) and/or other owned
names/identifier.</t>

<t>When a global naming system like DNS then exists, an FA-IINAS
address is the combination of FA-IINAS network identifier and
address within that network.</t>

<t>Across the interconnected FA-IINAS networks, the edge-routers
would operate extended versions of a protocol like BGP through
which any party can calculate desired paths. The extensions
would include the FA-IINAS network identifiers and address prefix
mapping rules of the edge-nodes, thereby allowing to also
calculate addresses from FA-IINAS network identifiers and address.</t>

<t>When large number of small networks (such as users homes) connect
to larger networks (such as an ISP), those ISP would be concerned
of having to propagate millions of small FA-IINAS network mappings
into BGP. This is not done today with IPv4/IPv6, and it would
not scale any better with FA-IINAS. Instead, the fact that
the home network would be reachable with one or more ISP could
be done by also creating naming system mappings from the
home networks identifier to the identifier and address prefix
mappings of the ISP to which the home network is connected.</t>

<t>When a peer looks up a name and retrieves an FA-IINAS address
but cannot find the FA-IINAS network identifier in its internetwork
routing information, it can instead resolve it to the “next higher up”
ISP FA-IINAS network-identifier/prefix - and recurse this until it
has routing information.</t>

<t>Likewise, when a peer does not have any routing information
(because it does not participate in internet routing information),
it has to forward the appropriate resolution request hierarchically
upward.</t>

<t>In summary, it would be architecturally “easy” to extend DNS and
BGP with the necessary extensions to resolve names to FA-IINAS
addresses and construct relative FA-IINAS addresses from this
information.</t>

</section>
</section>
<section anchor="routing-policies" title="Routing policies">

<t>Note that this “easy” part does not include the possible desire
to be more or less flexible in path selection. Whereas today,
packets, once they enter “the Internet” are not under steering
control of the sender but under “hop by hop hot-potato steering”
control of the ISP, with FA-IINAS this may be different - or the
same. If a sender then constructed an FA-IINAS address implying
an internetwork path that was not desirable for this traffic by
the indicated transit networks, this would cause an error. Therefore,
the above outlined procedures hinted at relying on the internetwork
routing information whenever available and only resort to using
naming system to fill in the additional (edge) information.</t>

<t>Today it is becoming more common to use alternative than
“native Internet” paths by steering traffic across
virtual/container routers in cloud DC, many of which have ample
and underutilized international connectivity. However, additional
charges for compute and forwarding will apply. These type
of high-overhead solutions could be replaced by FA-IINAS
to steer traffic across such additional networks and without
the need to instantiate VM/containers.  It would require
appropriate and lightweight identity and accounting forwarding
plane packet header information so that those additional
charges could be applied.</t>

</section>
</section>
<section anchor="hardware-considerations" title="Hardware considerations">

<section anchor="forwarding-plane-simplicity" title="Forwarding plane simplicity">

<t>Forwarding of FA-IINAS packets based on destination address
is the same type of prefix lookup on the destination address
as it is today in IPv4/IPv6, except that the maximum lookup
prefix can be shorter or longer, this is detailed in the
next section.</t>

<t>The steering function should have a lookup complexity whose
complexity is in the order of SR-MPLS or even simpler.
It can constitute of a prefix lookup in the same forwarding
table as non-steered forwarding, but the adjacency would then
have to strip the looked up prefix from the destination address
(comparable to MPLS label pop) and forward the packet again
based on the remainder of the destination address - unless
additional on-node service functions have to be invoked.</t>

<t>The interworking function is very much like the steering
function, but it also prepends a return prefix to the source
address field, making it the most expensive forwarding plane
operation.</t>

<t>In general, the author assumes that packet processing that
strips a prefix from the destination address and optionally
adds a prefix to the source address is well feasible in next
generation, highest-speed, lowest-cost forwarding engines.</t>

<t>Optimizations beyond this are possible but would break
the independent address allocation across networks. For example,
if it is possible for an edge node to have the same prefix
length across the networks it connects to, and source
address follows destination address in the packet encoding,
then stripping the destination address could be achieved
by shifting the destination address in a contiguous packet buffer,
making head for the source address prefix to be prepended to the
following source address field.</t>

</section>
<section anchor="optimizing-for-smaller-networks" title="Optimizing for smaller networks">

<t>One of the benefits of FI-IINAS is that it allows to adopt the
address space size based on the requirements of networks and
therefore also allows to optimize hardware known to be built/sold
only into limited size networks, such as many industrial and
almost all embedded networks.</t>

<t>For example, low-cost, high-speed hardware forwarding might be
possible to design less expensive with just 16 bit lookups
instead of for up to 128 bit lookups, as may be required for
IPv6. Equipment could be sold with that profile parameters
“for networks with up to 2^16 nodes”.</t>

<t>Because of the way FA-IINAS is designed, a limit to 2^16 nodes
does not mean that FA-IINAS addresses are only 16 bits. Instead
they can still be “arbitrary” long (where arbitrary is subject
to a discussion point further below in this section). Just
the length of the unicast-forward part of the address is
limited to 16 bits.</t>

</section>
<section anchor="maximum-address-sizes" title="Maximum address sizes">

<t>The permissible maximum size of source and destination address
are primarily subject to the header size that inexpensive
hardware forwarding can examine and modify. For future generations,
this might likely be as much as 512 bytes, so to optimize
hardware lookup it might be interesting to consider the
option of carrying the addresses not consecutively, but
carry them as</t>

</section>
</section>
<section anchor="example-packet-header-encoding" title="Example packet header encoding">

<t>The following encodings propose a couple of ideas that
could be interesting in addressing.</t>

<figure title="Example packet header encoding" anchor="FIG-newheaderIPv7"><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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|Version|VE |ECN| DestAddrLen   | SrcAddrLen    | Hop Limit     |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Destination Address ...  
|
+-+-+-+-+-+-+-+-+
| Source Address ...                                            |
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork></figure>

<t>Version: A version number for this packet header from the same
registry as the IPv4/IPv6 version number field.</t>

<t>VE: Version Extension. 00. Reserved for future variations of the
header, such as new extension header formats if desired, so as to not
use up any more than one Version code point.</t>

<t>DestAddrLen: The length of the Destination Address field in bytes.
Valid values are 1…255 bytes. One byte minimum length is mandatory
because of the need to indicate some semantic for processing the packet.</t>

<t>SrcAddrLen: The length of the Source Address field in bytes.
Valid values are 0…255 bytes. The Source Address field is therefore
optional.</t>

<t>ECN: See <xref target="RFC3168"/> and the documents updating it.</t>

<t>Rsv: Reserved.</t>

<t>Hop Limit: As in IPv6</t>

<t>Beside the variable length of the Source and Destination address
fields and hence their length indications, the difference to
the IPv6 header are as follows:</t>

<t>Only the two ECN bits are maintained from the IPv4/IPv6 Traffic Class field.
This is because in the majority of networks, the other 6 bits of
Traffic Class, DSCP are not being used, and where QoS differentiation would
be used, often additional or different QoS parameters may be required that are not
supported by IPv4/IPv6. Such a new network header would thus be a great
opportunity to improve on QoS header parameters through a better
QoS extension header, where it is needed (outside scope of this document),
and not proliferate not ubiquitously used elements in the base header.
The same reason applies to removing the Flow Label field.</t>

<t>ECN on the other hand is very fundamental for the majority of all traffic
in Internet and limited domain networks.</t>

</section>
</section>
<section anchor="inspirations" title="Inspirations">

<t>This section reviews prior addressing and networking technologies that did
inspire this memo and compares it with them.</t>

<section anchor="e164" title="E.164">

<t>E.164 telephone numbers traditionally worked (and may still work) similar
to this mechanisms handling of addresses by adding and removing prefixes and
allowing to grow networks hierarchically.</t>

<t>In Germany for example a town/city might have had a subscriber numbering plan starting with
3 digit numbers and expanding over time into 5 digits. 0 was excluded as the
first digit of any assigned number. Let our example subscriber have number 1234</t>

<t>When the phone systems of towns/cities where connected, dialing a different town/city would
use a concatenation of the inter-city traffic discrimination code “0” followed by the dial code for the
town/city, followed by the subscriber number. Let our example town dial code be
4111, the subscriber number dialed from a different city would be 04111 1234.
Again, “0” was excluded as the first digit of a trunk prefix.</t>

<t>When finally the phone systems of countries where connected, dialing a different
country would use a concatenation of the international traffic discrimination code “00”
followed by the country dial code, which in our example is 49 for Germany followed
by the dial code for the city, followed by the subscriber number - 0049 4111 1234 for
our example subscriber. Note that this number would of course only work when calling
from countries that also do use “00” as the international traffic discrimination
code. When calling the number from the USA, one would have to dial 011 4111 1234,
because the USA uses 011 as the internal traffic discrimination code.</t>

<t>Of course, understanding foreign countries traffic discrimination code rules to
reverse engineer a foreign telephone number so as to translate it to the according
rules of the calling-from country is one of the problems that is leading more
and more subscribers to prefer the absolute E.164 telephone numbers like
+49 4111 1234.</t>

<t>On the other hand, when the interplanetary telephone network will “soon”
<xref target="I-D.draft-farrel-soon"/> arrive and there are not enough country
codes available in Earth’s existing numbering plan, one would have to find a way
to attach prefixes in front of existing E.164 numbers, something that E.164
likely cannot afford, but which would be possible with UPVLA.</t>

<t>In our example the UPVLA address could be 0003 49 4111 1234 and a new solar
system “absolute” address could be ++3 49 4111 1234.</t>

<t>Obviously, Mercury has to get 1, Venus 2 and Earth 3 and so on, so that it would be
easier to remember how to dial other planets than it is now to remember how to
dial other countries.</t>

<t>If one was to use the solution proposed in this memo to build the phone network
addressing system with the example numbering plan, one could set up a multi-tiered
internetwork as shown in <xref target="FIG-e164"/>.</t>

<figure title="Example internetwork for E.164 style address structure with FA-INAAS" anchor="FIG-e164"><artwork><![CDATA[
Soon:
 .                         .
 . Solar System network    .
 .                         .
 .  prefix "3"             .  |
 .  .....................  .  v strip 3 from dst, prepend 0 to dst
 ...| Planet Edge Node  ....    forward into global network
 .  .....................  .  ^ strip 0 from dst, prepend 3 to src
 .         prefix "0"      .  | forward into solar system network
 .                         .
Today:
 .                         .
 .  "global" network       .
 .                         .
 .   prefix "49"           .  |
 .  +-------------------+  .  v strip 49 from dst, prepend 0 to dst
 ...| Country Edge Node |...    forward into country network
 .  +-------------------+  .  ^ strip 0 from dst, prepend 49 to src
 .         prefix "0"      .  | forward into global network
 .                         .
 .  "country" network      .
 .                         .
 .   prefix "4111"         .  |
 .  +-------------------+  .  v strip 4111 from dst, prepend 0 to dst
 ...| City Edge Node    |...    forward into city network
 .  +-------------------+  .  ^ strip 0 from dst, prepend 4111 to src
 .         prefix "0"      .    forward into country network
 .                         .
 .  city network           .
 .                         .
 .     subscriber 1234     .
 ...........................
]]></artwork></figure>

<t>Packets destined to an address starting with “0” would be routed to
an edge node of the city network, which “owns” the “0” prefix,
there that “0” prefix is stripped, but the cities own prefix
of in the example “4111” is prepended to the source address, and then
the packet is forwarded into the country network.</t>

<t>When a packet is received from the country network on a city edge node,
the opposite happens, the cities own prefix, e.g.: 4111 is stripped
from the destination address and 0 is prepended to the source address,
then the packet is forwarded into the city network and routed to the
destination. Which can generate return packets by just swapping
source and destination addresses.</t>

<t>The same process will happen across 2 network tiers when a 00 prefix
is used or even 3 network tiers, once we have (soon ;-) a Solar
System Network.</t>

<t>Of course, each tier and each instance of each tier can choose its
own addressing scheme and prefixes for the edge routers. It is left
as an exercise to the reader for example to amend the example
with its own home countries traffic discrimination codes.</t>

</section>
<section anchor="mpls" title="MPLS">

<t>Adding/Removing or swapping prefixes is the core forwarding process step in 
Multiprotocol Label Switching <xref target="RFC3031"/>. Due to the time MPLS was
designed, it had to have a very fixed size and functionality stack
architecture, but as claimed in before, the author thinks that today
an MPLS stack could easily be built just with the proposed addressing
scheme address.</t>

<t>Compared to MPLS, the proposed scheme does not mandate that that every
steering address needs to contain QoS (EXP) and TTL fields as are
present in MPLS Label Stack entries, but of course they would be
equally possible as parameters of appropriate functions.</t>

<t>Likewise the proposal does not think it is appropriate to require
complicated scanning ahead into the address in search of Special
Label Stack entries. Therefore, FA-IINAS would require that
any per-hop accessible information that is not included in the
hops function/parameters would have to be carried would have to be
carried in a separated extensions header.</t>

</section>
<section anchor="segment-routing-sr-mpls-srv6" title="Segment Routing SR-MPLS / SRv6">

<t>FA-IINAS can support more compact packet steering than SR-MPLS
when the prefixes are accordingly chosen to be shorter than the
32 bits for an LSE.</t>

<t>While it would be possible to emulate MPLS LSE by using prefixes
of 20 bit and following them with 12 bit of functional parameters
indicating EXP and TTL, the proposal in this memo does not
assume that transit routers would be able to act on those EXP or
TTL bits. While it would be easily possible to define such
additional transit hop semantic through extensions to the control
plane, the author believes that the per-path parameters of
TTL in a base header and more flexible QoS in an extension header
is the more likely most useful option for these two functions.</t>

<t>In comparison to SRv6, FA-IINAS allows of course more compact
representation of steering hops and also more easily few or
many per-hop bits for programmability, as desired.</t>

<t>What FA-IINAS does not provide for
is to keep the sequence of steering addresses in the header up
to the final receiver.  This might be useful for diagnostics, but
it is  seemingly not so important that it did stop the adoption
of SR-MPLS, where the steering hops are likewise removed from
the packet header when steering happens.</t>

<t>Other functions than steering and per-steering hop programmability
provided by SRv6 via SRH (such as its TLV for the receiver) are
unaffected by this proposal and could equally be provided for
by an SRH style extension header without the source routing part.</t>

</section>
<section anchor="research" title="Research">

<t><xref target="Haoyu"/> proposes a hierarchical addressing scheme and provides
reviews in a lot more detail a set of other reasons for such
addressing scheme. That paper does not allow for arbitrary
composition of networks without a clear hierarchy or root thereof,
as FA-IINAS does.</t>

</section>
</section>
<section anchor="summary-and-conclusions" title="Summary and conclusions">

<t>This memo introduces a simple but hopefully very attractive
addressing scheme that leverages variable length address sizes
with the potential for simple address prefix processing (push/pop/swap)
on steering hops, service-function hops and especially network
edge nodes.</t>

<t>Push/pop/swap of network prefixes on network edge nodes allows
to introduce a non-global internetworking address architecture
that should make it a lot easier to build and manage many
embedded, private or otherwise limited domain internetworks and
optimize forwarding engines for a variety of different of these
type of networks such as through known maximum network prefix lengths.</t>

<t>When network addresses as in FA-IINAS become effectively internetwork
path addresses, they also allow for a much wider range of possible
routing policies. In a time where the classical Internet with its
“sender just gets one path”, this can be a highly beneficial
enhancement to explore (not that this was already proposed, maybe
way ahead of its time and with vastly different mechanisms in
solutions as early as <xref target="RFC1621"/>, <xref target="RFC1622"/>).</t>

<t>In this version of the memo, these are only limited considerations
about how to refine details of the proposal to find incremental,
near-term deployment options, for example by using existing
IPv6 headers and using an unassigned prefix to define FA-IINAS
addressing semantic into it (limited of course to 128 bit then).
These type of considerations can be subject for future revisions of this
memo.</t>

</section>
<section anchor="changelog" title="Changelog">

<t>00: Initial version</t>

<t>01: Refresh, new co-author</t>

</section>


  </middle>

  <back>


    <references title='Informative References'>





<reference anchor='RFC1621' target='https://www.rfc-editor.org/info/rfc1621'>
<front>
<title>Pip Near-term Architecture</title>
<author fullname='P. Francis' initials='P.' surname='Francis'><organization/></author>
<date month='May' year='1994'/>
<abstract><t>The purpose of this RFC and the companion RFC &quot;Pip Header Processing&quot; are to record the ideas (good and bad) of Pip.  This memo provides information for the Internet community.  This memo does not specify an Internet standard of any kind.</t></abstract>
</front>
<seriesInfo name='RFC' value='1621'/>
<seriesInfo name='DOI' value='10.17487/RFC1621'/>
</reference>



<reference anchor='RFC1622' target='https://www.rfc-editor.org/info/rfc1622'>
<front>
<title>Pip Header Processing</title>
<author fullname='P. Francis' initials='P.' surname='Francis'><organization/></author>
<date month='May' year='1994'/>
<abstract><t>The purpose of this RFC and the companion RFC &quot;Pip Near-term Architecture&quot; are to record the ideas (good and bad) of Pip.  This memo provides information for the Internet community.  This memo does not specify an Internet standard of any kind.</t></abstract>
</front>
<seriesInfo name='RFC' value='1622'/>
<seriesInfo name='DOI' value='10.17487/RFC1622'/>
</reference>



<reference anchor='RFC1918' target='https://www.rfc-editor.org/info/rfc1918'>
<front>
<title>Address Allocation for Private Internets</title>
<author fullname='Y. Rekhter' initials='Y.' surname='Rekhter'><organization/></author>
<author fullname='B. Moskowitz' initials='B.' surname='Moskowitz'><organization/></author>
<author fullname='D. Karrenberg' initials='D.' surname='Karrenberg'><organization/></author>
<author fullname='G. J. de Groot' initials='G. J.' surname='de Groot'><organization/></author>
<author fullname='E. Lear' initials='E.' surname='Lear'><organization/></author>
<date month='February' year='1996'/>
<abstract><t>This document describes address allocation for private internets.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t></abstract>
</front>
<seriesInfo name='BCP' value='5'/>
<seriesInfo name='RFC' value='1918'/>
<seriesInfo name='DOI' value='10.17487/RFC1918'/>
</reference>



<reference anchor='RFC3168' target='https://www.rfc-editor.org/info/rfc3168'>
<front>
<title>The Addition of Explicit Congestion Notification (ECN) to IP</title>
<author fullname='K. Ramakrishnan' initials='K.' surname='Ramakrishnan'><organization/></author>
<author fullname='S. Floyd' initials='S.' surname='Floyd'><organization/></author>
<author fullname='D. Black' initials='D.' surname='Black'><organization/></author>
<date month='September' year='2001'/>
<abstract><t>This memo specifies the incorporation of ECN (Explicit Congestion Notification) to TCP and IP, including ECN's use of two bits in the IP header.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='3168'/>
<seriesInfo name='DOI' value='10.17487/RFC3168'/>
</reference>



<reference anchor='RFC3031' target='https://www.rfc-editor.org/info/rfc3031'>
<front>
<title>Multiprotocol Label Switching Architecture</title>
<author fullname='E. Rosen' initials='E.' surname='Rosen'><organization/></author>
<author fullname='A. Viswanathan' initials='A.' surname='Viswanathan'><organization/></author>
<author fullname='R. Callon' initials='R.' surname='Callon'><organization/></author>
<date month='January' year='2001'/>
<abstract><t>This document specifies the architecture for Multiprotocol Label Switching (MPLS).  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='3031'/>
<seriesInfo name='DOI' value='10.17487/RFC3031'/>
</reference>



<reference anchor='RFC3306' target='https://www.rfc-editor.org/info/rfc3306'>
<front>
<title>Unicast-Prefix-based IPv6 Multicast Addresses</title>
<author fullname='B. Haberman' initials='B.' surname='Haberman'><organization/></author>
<author fullname='D. Thaler' initials='D.' surname='Thaler'><organization/></author>
<date month='August' year='2002'/>
</front>
<seriesInfo name='RFC' value='3306'/>
<seriesInfo name='DOI' value='10.17487/RFC3306'/>
</reference>



<reference anchor='RFC3956' target='https://www.rfc-editor.org/info/rfc3956'>
<front>
<title>Embedding the Rendezvous Point (RP) Address in an IPv6 Multicast Address</title>
<author fullname='P. Savola' initials='P.' surname='Savola'><organization/></author>
<author fullname='B. Haberman' initials='B.' surname='Haberman'><organization/></author>
<date month='November' year='2004'/>
<abstract><t>This memo defines an address allocation policy in which the address of the Rendezvous Point (RP) is encoded in an IPv6 multicast group address.  For Protocol Independent Multicast - Sparse Mode (PIM-SM), this can be seen as a specification of a group-to-RP mapping mechanism.  This allows an easy deployment of scalable inter-domain multicast and simplifies the intra-domain multicast configuration as well.  This memo updates the addressing format presented in RFC 3306.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='3956'/>
<seriesInfo name='DOI' value='10.17487/RFC3956'/>
</reference>



<reference anchor='RFC4193' target='https://www.rfc-editor.org/info/rfc4193'>
<front>
<title>Unique Local IPv6 Unicast Addresses</title>
<author fullname='R. Hinden' initials='R.' surname='Hinden'><organization/></author>
<author fullname='B. Haberman' initials='B.' surname='Haberman'><organization/></author>
<date month='October' year='2005'/>
<abstract><t>This document defines an IPv6 unicast address format that is globally unique and is intended for local communications, usually inside of a site. These addresses are not expected to be routable on the global Internet.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4193'/>
<seriesInfo name='DOI' value='10.17487/RFC4193'/>
</reference>



<reference anchor='RFC4291' target='https://www.rfc-editor.org/info/rfc4291'>
<front>
<title>IP Version 6 Addressing Architecture</title>
<author fullname='R. Hinden' initials='R.' surname='Hinden'><organization/></author>
<author fullname='S. Deering' initials='S.' surname='Deering'><organization/></author>
<date month='February' year='2006'/>
<abstract><t>This specification defines the addressing architecture of the IP Version 6 (IPv6) protocol.  The document includes the IPv6 addressing model, text representations of IPv6 addresses, definition of IPv6 unicast addresses, anycast addresses, and multicast addresses, and an IPv6 node's required addresses.</t><t>This document obsoletes RFC 3513, &quot;IP Version 6 Addressing Architecture&quot;.   [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4291'/>
<seriesInfo name='DOI' value='10.17487/RFC4291'/>
</reference>



<reference anchor='RFC4607' target='https://www.rfc-editor.org/info/rfc4607'>
<front>
<title>Source-Specific Multicast for IP</title>
<author fullname='H. Holbrook' initials='H.' surname='Holbrook'><organization/></author>
<author fullname='B. Cain' initials='B.' surname='Cain'><organization/></author>
<date month='August' year='2006'/>
<abstract><t>IP version 4 (IPv4) addresses in the 232/8 (232.0.0.0 to 232.255.255.255) range are designated as source-specific multicast (SSM) destination addresses and are reserved for use by source-specific applications and protocols.  For IP version 6 (IPv6), the address prefix FF3x::/32 is reserved for source-specific multicast use.  This document defines an extension to the Internet network service that applies to datagrams sent to SSM addresses and defines the host and router requirements to support this extension.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4607'/>
<seriesInfo name='DOI' value='10.17487/RFC4607'/>
</reference>



<reference anchor='RFC6282' target='https://www.rfc-editor.org/info/rfc6282'>
<front>
<title>Compression Format for IPv6 Datagrams over IEEE 802.15.4-Based Networks</title>
<author fullname='J. Hui' initials='J.' role='editor' surname='Hui'><organization/></author>
<author fullname='P. Thubert' initials='P.' surname='Thubert'><organization/></author>
<date month='September' year='2011'/>
<abstract><t>This document updates RFC 4944, &quot;Transmission of IPv6 Packets over IEEE 802.15.4 Networks&quot;.  This document specifies an IPv6 header compression format for IPv6 packet delivery in Low Power Wireless Personal Area Networks (6LoWPANs).  The compression format relies on shared context to allow compression of arbitrary prefixes.  How the information is maintained in that shared context is out of scope. This document specifies compression of multicast addresses and a framework for compressing next headers.  UDP header compression is specified within this framework.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6282'/>
<seriesInfo name='DOI' value='10.17487/RFC6282'/>
</reference>



<reference anchor='RFC6550' target='https://www.rfc-editor.org/info/rfc6550'>
<front>
<title>RPL: IPv6 Routing Protocol for Low-Power and Lossy Networks</title>
<author fullname='T. Winter' initials='T.' role='editor' surname='Winter'><organization/></author>
<author fullname='P. Thubert' initials='P.' role='editor' surname='Thubert'><organization/></author>
<author fullname='A. Brandt' initials='A.' surname='Brandt'><organization/></author>
<author fullname='J. Hui' initials='J.' surname='Hui'><organization/></author>
<author fullname='R. Kelsey' initials='R.' surname='Kelsey'><organization/></author>
<author fullname='P. Levis' initials='P.' surname='Levis'><organization/></author>
<author fullname='K. Pister' initials='K.' surname='Pister'><organization/></author>
<author fullname='R. Struik' initials='R.' surname='Struik'><organization/></author>
<author fullname='JP. Vasseur' initials='JP.' surname='Vasseur'><organization/></author>
<author fullname='R. Alexander' initials='R.' surname='Alexander'><organization/></author>
<date month='March' year='2012'/>
<abstract><t>Low-Power and Lossy Networks (LLNs) are a class of network in which both the routers and their interconnect are constrained.  LLN routers typically operate with constraints on processing power, memory, and energy (battery power).  Their interconnects are characterized by high loss rates, low data rates, and instability.  LLNs are comprised of anything from a few dozen to thousands of routers.  Supported traffic flows include point-to-point (between devices inside the LLN), point-to-multipoint (from a central control point to a subset of devices inside the LLN), and multipoint-to-point (from devices inside the LLN towards a central control point).  This document specifies the IPv6 Routing Protocol for Low-Power and Lossy Networks (RPL), which provides a mechanism whereby multipoint-to-point traffic from devices inside the LLN towards a central control point as well as point-to-multipoint traffic from the central control point to the devices inside the LLN are supported.  Support for point-to-point traffic is also available.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6550'/>
<seriesInfo name='DOI' value='10.17487/RFC6550'/>
</reference>



<reference anchor='RFC8279' target='https://www.rfc-editor.org/info/rfc8279'>
<front>
<title>Multicast Using Bit Index Explicit Replication (BIER)</title>
<author fullname='IJ. Wijnands' initials='IJ.' role='editor' surname='Wijnands'><organization/></author>
<author fullname='E. Rosen' initials='E.' role='editor' surname='Rosen'><organization/></author>
<author fullname='A. Dolganow' initials='A.' surname='Dolganow'><organization/></author>
<author fullname='T. Przygienda' initials='T.' surname='Przygienda'><organization/></author>
<author fullname='S. Aldrin' initials='S.' surname='Aldrin'><organization/></author>
<date month='November' year='2017'/>
<abstract><t>This document specifies a new architecture for the forwarding of multicast data packets.  It provides optimal forwarding of multicast packets through a &quot;multicast domain&quot;.  However, it does not require a protocol for explicitly building multicast distribution trees, nor does it require intermediate nodes to maintain any per-flow state. This architecture is known as &quot;Bit Index Explicit Replication&quot; (BIER).  When a multicast data packet enters the domain, the ingress router determines the set of egress routers to which the packet needs to be sent.  The ingress router then encapsulates the packet in a BIER header.  The BIER header contains a bit string in which each bit represents exactly one egress router in the domain; to forward the packet to a given set of egress routers, the bits corresponding to those routers are set in the BIER header.  The procedures for forwarding a packet based on its BIER header are specified in this document.  Elimination of the per-flow state and the explicit tree-building protocols results in a considerable simplification.</t></abstract>
</front>
<seriesInfo name='RFC' value='8279'/>
<seriesInfo name='DOI' value='10.17487/RFC8279'/>
</reference>



<reference anchor='RFC8296' target='https://www.rfc-editor.org/info/rfc8296'>
<front>
<title>Encapsulation for Bit Index Explicit Replication (BIER) in MPLS and Non-MPLS Networks</title>
<author fullname='IJ. Wijnands' initials='IJ.' role='editor' surname='Wijnands'><organization/></author>
<author fullname='E. Rosen' initials='E.' role='editor' surname='Rosen'><organization/></author>
<author fullname='A. Dolganow' initials='A.' surname='Dolganow'><organization/></author>
<author fullname='J. Tantsura' initials='J.' surname='Tantsura'><organization/></author>
<author fullname='S. Aldrin' initials='S.' surname='Aldrin'><organization/></author>
<author fullname='I. Meilik' initials='I.' surname='Meilik'><organization/></author>
<date month='January' year='2018'/>
<abstract><t>Bit Index Explicit Replication (BIER) is an architecture that provides optimal multicast forwarding through a &quot;multicast domain&quot;, without requiring intermediate routers to maintain any per-flow state or to engage in an explicit tree-building protocol.  When a multicast data packet enters the domain, the ingress router determines the set of egress routers to which the packet needs to be sent.  The ingress router then encapsulates the packet in a BIER header.  The BIER header contains a bit string in which each bit represents exactly one egress router in the domain; to forward the packet to a given set of egress routers, the bits corresponding to those routers are set in the BIER header.  The details of the encapsulation depend on the type of network used to realize the multicast domain.  This document specifies a BIER encapsulation that can be used in an MPLS network or, with slight differences, in a non-MPLS network.</t></abstract>
</front>
<seriesInfo name='RFC' value='8296'/>
<seriesInfo name='DOI' value='10.17487/RFC8296'/>
</reference>



<reference anchor='RFC8520' target='https://www.rfc-editor.org/info/rfc8520'>
<front>
<title>Manufacturer Usage Description Specification</title>
<author fullname='E. Lear' initials='E.' surname='Lear'><organization/></author>
<author fullname='R. Droms' initials='R.' surname='Droms'><organization/></author>
<author fullname='D. Romascanu' initials='D.' surname='Romascanu'><organization/></author>
<date month='March' year='2019'/>
<abstract><t>This memo specifies a component-based architecture for Manufacturer Usage Descriptions (MUDs).  The goal of MUD is to provide a means for end devices to signal to the network what sort of access and network functionality they require to properly function.  The initial focus is on access control.  Later work can delve into other aspects.</t><t>This memo specifies two YANG modules, IPv4 and IPv6 DHCP options, a Link Layer Discovery Protocol (LLDP) TLV, a URL, an X.509 certificate extension, and a means to sign and verify the descriptions.</t></abstract>
</front>
<seriesInfo name='RFC' value='8520'/>
<seriesInfo name='DOI' value='10.17487/RFC8520'/>
</reference>



<reference anchor='RFC8754' target='https://www.rfc-editor.org/info/rfc8754'>
<front>
<title>IPv6 Segment Routing Header (SRH)</title>
<author fullname='C. Filsfils' initials='C.' role='editor' surname='Filsfils'><organization/></author>
<author fullname='D. Dukes' initials='D.' role='editor' surname='Dukes'><organization/></author>
<author fullname='S. Previdi' initials='S.' surname='Previdi'><organization/></author>
<author fullname='J. Leddy' initials='J.' surname='Leddy'><organization/></author>
<author fullname='S. Matsushima' initials='S.' surname='Matsushima'><organization/></author>
<author fullname='D. Voyer' initials='D.' surname='Voyer'><organization/></author>
<date month='March' year='2020'/>
<abstract><t>Segment Routing can be applied to the IPv6 data plane using a new type of Routing Extension Header called the Segment Routing Header (SRH). This document describes the SRH and how it is used by nodes that are Segment Routing (SR) capable.</t></abstract>
</front>
<seriesInfo name='RFC' value='8754'/>
<seriesInfo name='DOI' value='10.17487/RFC8754'/>
</reference>



<reference anchor='RFC8799' target='https://www.rfc-editor.org/info/rfc8799'>
<front>
<title>Limited Domains and Internet Protocols</title>
<author fullname='B. Carpenter' initials='B.' surname='Carpenter'><organization/></author>
<author fullname='B. Liu' initials='B.' surname='Liu'><organization/></author>
<date month='July' year='2020'/>
<abstract><t>There is a noticeable trend towards network behaviors and semantics that are specific to a particular set of requirements applied within a limited region of the Internet. Policies, default parameters, the options supported, the style of network management, and security requirements may vary between such limited regions. This document reviews examples of such limited domains (also known as controlled environments), notes emerging solutions, and includes a related taxonomy. It then briefly discusses the standardization of protocols for limited domains. Finally, it shows the need for a precise definition of &quot;limited domain membership&quot; and for mechanisms to allow nodes to join a domain securely and to find other members, including boundary nodes. </t><t>This document is the product of the research of the authors. It has been produced through discussions and consultation within the IETF but is not the product of IETF consensus.</t></abstract>
</front>
<seriesInfo name='RFC' value='8799'/>
<seriesInfo name='DOI' value='10.17487/RFC8799'/>
</reference>



<reference anchor='RFC8986' target='https://www.rfc-editor.org/info/rfc8986'>
<front>
<title>Segment Routing over IPv6 (SRv6) Network Programming</title>
<author fullname='C. Filsfils' initials='C.' role='editor' surname='Filsfils'><organization/></author>
<author fullname='P. Camarillo' initials='P.' role='editor' surname='Camarillo'><organization/></author>
<author fullname='J. Leddy' initials='J.' surname='Leddy'><organization/></author>
<author fullname='D. Voyer' initials='D.' surname='Voyer'><organization/></author>
<author fullname='S. Matsushima' initials='S.' surname='Matsushima'><organization/></author>
<author fullname='Z. Li' initials='Z.' surname='Li'><organization/></author>
<date month='February' year='2021'/>
<abstract><t>The Segment Routing over IPv6 (SRv6) Network Programming framework enables a network operator or an application to specify a packet processing program by encoding a sequence of instructions in the IPv6 packet header.</t><t>Each instruction is implemented on one or several nodes in the network and identified by an SRv6 Segment Identifier in the packet.</t><t>This document defines the SRv6 Network Programming concept and specifies the base set of SRv6 behaviors that enables the creation of interoperable overlays with underlay optimization.</t></abstract>
</front>
<seriesInfo name='RFC' value='8986'/>
<seriesInfo name='DOI' value='10.17487/RFC8986'/>
</reference>



<reference anchor='RFC8990' target='https://www.rfc-editor.org/info/rfc8990'>
<front>
<title>GeneRic Autonomic Signaling Protocol (GRASP)</title>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<author fullname='B. Carpenter' initials='B.' role='editor' surname='Carpenter'><organization/></author>
<author fullname='B. Liu' initials='B.' role='editor' surname='Liu'><organization/></author>
<date month='May' year='2021'/>
<abstract><t>This document specifies the GeneRic Autonomic Signaling Protocol (GRASP), which enables autonomic nodes and Autonomic Service Agents to dynamically discover peers, to synchronize state with each other, and to negotiate parameter settings with each other. GRASP depends on an external security environment that is described elsewhere. The technical objectives and parameters for specific application scenarios are to be described in separate documents. Appendices briefly discuss requirements for the protocol and existing protocols with comparable features.</t></abstract>
</front>
<seriesInfo name='RFC' value='8990'/>
<seriesInfo name='DOI' value='10.17487/RFC8990'/>
</reference>



<reference anchor='RFC8994' target='https://www.rfc-editor.org/info/rfc8994'>
<front>
<title>An Autonomic Control Plane (ACP)</title>
<author fullname='T. Eckert' initials='T.' role='editor' surname='Eckert'><organization/></author>
<author fullname='M. Behringer' initials='M.' role='editor' surname='Behringer'><organization/></author>
<author fullname='S. Bjarnason' initials='S.' surname='Bjarnason'><organization/></author>
<date month='May' year='2021'/>
<abstract><t>Autonomic functions need a control plane to communicate, which depends on some addressing and routing.  This Autonomic Control Plane should ideally be self-managing and be as independent as possible of configuration.  This document defines such a plane and calls it the &quot;Autonomic Control Plane&quot;, with the primary use as a control plane for autonomic functions.  It also serves as a &quot;virtual out-of-band channel&quot; for Operations, Administration, and Management (OAM) communications over a network that provides automatically configured, hop-by-hop authenticated and encrypted communications via automatically configured IPv6 even when the network is not configured or is misconfigured.</t></abstract>
</front>
<seriesInfo name='RFC' value='8994'/>
<seriesInfo name='DOI' value='10.17487/RFC8994'/>
</reference>


<reference anchor='I-D.jia-intarea-scenarios-problems-addressing'>
   <front>
      <title>Challenging Scenarios and Problems in Internet Addressing</title>
      <author fullname='Yihao Jia'>
	 <organization>Huawei Technologies Co., Ltd</organization>
      </author>
      <author fullname='Dirk Trossen'>
	 <organization>Huawei Technologies Duesseldorf GmbH</organization>
      </author>
      <author fullname='Luigi Iannone'>
	 <organization>Huawei Technologies France S.A.S.U.</organization>
      </author>
      <author fullname='Nirmala Shenoy'>
	 <organization>Rochester Institute of Technology</organization>
      </author>
      <author fullname='Paulo Mendes'>
	 <organization>Airbus</organization>
      </author>
      <author fullname='Donald E. Eastlake 3rd'>
	 <organization>Futurewei Technologies</organization>
      </author>
      <author fullname='Peng Liu'>
	 <organization>China Mobile</organization>
      </author>
      <date day='23' month='October' year='2021'/>
      <abstract>
	 <t>   The Internet Protocol (IP) has been the major technological success
   in information technology of the last half century.  As the Internet
   becomes pervasive, IP has been replacing communication technology for
   many domain-specific solutions.  However, domains with specific
   requirements as well as communication behaviors and semantics still
   exist and represent what [RFC8799] recognizes as &quot;limited domains&quot;.

   This document describes well-recognized scenarios that showcase
   possibly different addressing requirements, which are challenging to
   be accommodated in the IP addressing model.  These scenarios
   highlight issues related to the Internet addressing model and call
   for starting a discussion on a way to re-think/evolve the addressing
   model so to better accommodate different domain-specific
   requirements.

   The issues identified in this document are complemented and deepened
   by a detailed gap analysis in a separate companion document
   [I-D.jia-intarea-internet-addressing-gap-analysis].

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-jia-intarea-scenarios-problems-addressing-02'/>
   <format target='https://www.ietf.org/archive/id/draft-jia-intarea-scenarios-problems-addressing-02.txt' type='TXT'/>
</reference>


<reference anchor='I-D.jia-flex-ip-address-structure'>
   <front>
      <title>Flexible IP: An Adaptable IP Address Structure</title>
      <author fullname='Yihao Jia'>
	 <organization>Huawei Technologies Co., Ltd</organization>
      </author>
      <author fullname='Zhe Chen'>
	 <organization>Huawei Technologies Co., Ltd</organization>
      </author>
      <author fullname='Sheng Jiang'>
	 <organization>Huawei Technologies Co., Ltd</organization>
      </author>
      <date day='31' month='October' year='2020'/>
      <abstract>
	 <t>   Along as the popularization and adoption of IP in emerging scenarios,
   challenges emerge as well due to the ossified address structure.  To
   enable TCP/IP in networks that previously using exclusive protocol, a
   flexible address structure would be far more preferred for their
   particular properties
   [draft-jia-scenarios-flexible-address-structure].

   This document describes a flexible address structure -- Flexible IP
   (FlexIP) acting on limited domains [RFC8799].  FlexIP is expected to
   proactively adapt scenarios under flexible address structure.
   Meanwhile, FlexIP still benefit from global reachability based on the
   IPv6 interoperability.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-jia-flex-ip-address-structure-00'/>
   <format target='https://www.ietf.org/archive/id/draft-jia-flex-ip-address-structure-00.txt' type='TXT'/>
</reference>


<reference anchor='I-D.king-irtf-semantic-routing-survey'>
   <front>
      <title>A Survey of Semantic Internet Routing Techniques</title>
      <author fullname='Daniel King'>
	 <organization>Lancaster University</organization>
      </author>
      <author fullname='Adrian Farrel'>
	 <organization>Old Dog Consulting</organization>
      </author>
      <date day='28' month='June' year='2021'/>
      <abstract>
	 <t>   The Internet Protocol (IP) has become the global standard in any
   computer network, independent of the connectivity to the Internet.
   Generally, an IP address is used to identify an interface on a
   network device.  Routing protocols are also required and developed
   based on the assumption that a destination address has this semantic
   with routing decisions made on addresses and additional fields in the
   packet headers.

   Over time, routing decisions were enhanced to route packets according
   to additional information carried within the packets and dependent on
   policy coded in, configured at, or signaled to the routers.  Many
   proposals have been made to add semantics to IP addresses.  The
   intent is usually to facilitate routing decisions based solely on the
   address and without the need to find and process information carried
   in other fields within the packets.

   This document is presented as a survey to support the study and
   further research into clarifying and understanding the issues.  It
   does not pass comment on the advisability or practicality of any of
   the proposals and does not define any technical solutions

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-king-irtf-semantic-routing-survey-02'/>
   <format target='https://www.ietf.org/archive/id/draft-king-irtf-semantic-routing-survey-02.txt' type='TXT'/>
</reference>


<reference anchor='I-D.king-irtf-challenges-in-routing'>
   <front>
      <title>Challenges for the Internet Routing Infrastructure Introduced by Changes in Address Semantics</title>
      <author fullname='Daniel King'>
	 <organization>Lancaster University</organization>
      </author>
      <author fullname='Adrian Farrel'>
	 <organization>Old Dog Consulting</organization>
      </author>
      <date day='14' month='June' year='2021'/>
      <abstract>
	 <t>   Historically, the meaning of an IP address has been to identify an
   interface on a network device.  Routing protocols were developed
   based on the assumption that a destination address had this semantic.

   Over time, routing decisions were enhanced to route packets according
   to additional information carried within the packets and dependent on
   policy coded in, configured at, or signaled to the routers.

   Many proposals have been made to add semantics to IP addresses.  The
   intent is usually to facilitate routing decisions based solely on the
   address and without the need to find and process information carried
   in other fields within the packets.

   This document describes the challenges to the existing routing system
   that are introduced by the addition of semantics to IP addresses.  It
   then summarizes the opportunities for research into new or modified
   routing protocols to make use of new address semantics.

   This document is presented as study to support further research into
   clarifying and understanding the issues.  It does not pass comment on
   the advisability or practicality of any of the proposals and does not
   define any technical solutions.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-king-irtf-challenges-in-routing-03'/>
   <format target='https://www.ietf.org/archive/id/draft-king-irtf-challenges-in-routing-03.txt' type='TXT'/>
</reference>


<reference anchor='I-D.draft-farrel-soon'>
   <front>
      <title>A Definition of the Term &quot;Soon&quot; for Use in Discussions with Working Group Chairs and Area Directors</title>
      <author fullname='Adrian Farrel'>
	 <organization>Old Dog Consulting</organization>
      </author>
      <date day='8' month='March' year='2021'/>
      <abstract>
	 <t>   Many discussions with IETF Area Directors and Working Group Chairs
   utilize the word &quot;Soon&quot; to qualify a commitment to action.  This
   document attempts to provide a definition of that term so that common
   expectations may be realistically set.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-farrel-soon-07'/>
   <format target='https://www.ietf.org/archive/id/draft-farrel-soon-07.txt' type='TXT'/>
</reference>


<reference anchor="Haoyu" >
  <front>
    <title>Adaptive Addresses for Next Generation IP Protocol in Hierarchical Networks</title>
    <author initials="H." surname="Song" fullname="Haoyu Song">
      <organization></organization>
    </author>
    <author initials="Z." surname="Zhang" fullname="Zhaobo Zhang">
      <organization></organization>
    </author>
    <author initials="Y." surname="Qu" fullname="Yingzhen Qu">
      <organization></organization>
    </author>
    <author initials="J." surname="Guichard" fullname="James Guichard">
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
  <seriesInfo name="IEEE" value="2020 IEEE 28th International Conference on Network Protocols (ICNP)"/>
</reference>
<reference anchor="CiscoNAT" target="http://staff.ustc.edu.cn/~james/cisco/nat/emios_wp.htm">
  <front>
    <title>Enabling Enterprise Multihoming with Cisco IOS Network Address Translation (NAT)</title>
    <author initials="P." surname="Akkiraju" fullname="Praveen Akkiraju">
      <organization></organization>
    </author>
    <author initials="K." surname="Delgadillo" fullname="Kevin Delgadillo">
      <organization></organization>
    </author>
    <author initials="Y." surname="Rekhter" fullname="Yakov Rekhter">
      <organization></organization>
    </author>
    <date year="2000"/>
  </front>
</reference>


    </references>



  </back>

<!-- ##markdown-source:
H4sIAEQnd2EAA+1963Ib2ZHmf0bwHWrpiFkyBIAASKolzfbEqNXqbs12yxpS
7rF3vTNRBApEWUAVXFUgRbe0sa+xr7dPsvnl7ZxTACW17f23stUigbqcS97z
yzzD4fDwYFbPy+rmWbbtFsMnhweHB13ZrYpn2XfbataVdZWvsufzeVO0LV2W
HX/3/CRb1E1WVl3RVEXXZndlt8xeVfNiU9B/qi57XXR3dfPObsuuNvmsaLPj
V69eP786OTzIr6+b4vZZtsiHZZW3hwfzelbla3rnvMkX3bCYvSuajr7r8qbI
hwsfyDCnJw79zcPx5PDgjob+6vXb55cvn9Nc8q64qZv7ZzS8RX14UG6aZ1nX
bNtuOh4/HU8xvbbLq/l/5Ku6ohfeF/T6Tfks++9dPRtkbd10TbFo6af7tfww
q9drmlT7P3Bvvu2WdfPs8CDLhvgP/ymr9ln2dpS95GH7xzKjt3XRrLAIvW/r
5gZL3G2b4q4os7fFbFnVq/qmpIX63dVzv66l8RTds+woO/LPZmVHM7zKaX2y
F6u8ycM39Zze+eJ59vRifDGOPt5WHVYlfnKxzssVrU5X/POsHS3y7Whe7JnY
61F2tSyq+r43sddls85Xef9LntdlPVsWLe0SkUVL5LTtiqxehEnef8H0Xhd3
2R+Iinpze/2HbHL+eHr2RXOr3re379p/bspuVMy32ECQBY27K28L3sXL715M
Hk8n0c9T//np5In9fDZ5HH4en/n1Z2fjx/7z0wv/+Xzy9Mx/nj71688fj7+y
nx9Pn/i7Hl9cjO3nJ9Ovnoafn/ozn1xMwzVfXZyHn5+G658+Cdc/fTqOfpbr
Xw2/Hf2pzJ232llR5U1Zt8NNU1+vinXLPCbMntyxWBXvh+XGvh7Szm1nIF+/
6h3dMiwbEiMtrX/VlbNhU287fNpum9vifs+Vs2W+WhXVTdHSkOxyv07EwSJv
mmI1bOu64m9+yOv77TPZa5VVz+f5BntqIoeYCDLqdfG+y74vqqLJIUCyV2+y
N01NnF6viLizH0r6opktyxnJOBVarTy3LRriRFDLMyOqVy9fvnyWTcfTMf+Y
TZ+w2IMsylVOvqirRdEU1YzIvXIxaK+EBHzx+s2JPDASJfgTuE75i2eZXdXV
zYOX/LdlXl/X+OcTF/2BFvQvxKPZv279mqx/0b/Qf9vs+21J+9HMwShZ9qJs
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

-->

</rfc>

