<?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.4.1 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
<!ENTITY RFC2119 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC8174 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
<!ENTITY RFC8415 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8415.xml">
<!ENTITY RFC7858 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7858.xml">
<!ENTITY RFC8126 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8126.xml">
<!ENTITY RFC2131 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.2131.xml">
<!ENTITY RFC2181 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.2181.xml">
<!ENTITY RFC1034 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.1034.xml">
<!ENTITY RFC6672 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6672.xml">
<!ENTITY I-D.ietf-homenet-front-end-naming-delegation SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-homenet-front-end-naming-delegation.xml">
<!ENTITY I-D.ietf-dhc-sedhcpv6 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-dhc-sedhcpv6.xml">
<!ENTITY I-D.andrews-dnsop-pd-reverse SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.andrews-dnsop-pd-reverse.xml">
<!ENTITY I-D.sury-dnsext-cname-dname SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.sury-dnsext-cname-dname.xml">
]>

<?rfc rfcedstyle="yes"?>
<?rfc toc="yes"?>
<?rfc tocindent="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<?rfc strict="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<?rfc docmapping="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-homenet-naming-architecture-dhc-options-13" category="std">

  <front>
    <title abbrev="DHCPv6 Options for HNA">DHCPv6 Options for Home Network Naming Authority</title>

    <author initials="D." surname="Migault" fullname="Daniel Migault">
      <organization>Ericsson</organization>
      <address>
        <postal>
          <street>8275 Trans Canada Route</street>
          <city>Saint Laurent, QC</city>
          <code>4S 0B6</code>
          <country>Canada</country>
        </postal>
        <email>daniel.migault@ericsson.com</email>
      </address>
    </author>
    <author initials="R." surname="Weber" fullname="Ralf Weber">
      <organization>Akamai</organization>
      <address>
        <email>ralf.weber@akamai.com</email>
      </address>
    </author>
    <author initials="T." surname="Mrugalski" fullname="Tomek Mrugalski">
      <organization>Internet Systems Consortium, Inc.</organization>
      <address>
        <postal>
          <street>950 Charter Street</street>
          <city>Redwood City</city>
          <code>94063</code>
          <country>US</country>
        </postal>
        <email>tomasz.mrugalski@gmail.com</email>
      </address>
    </author>

    <date year="2021" month="May" day="13"/>

    <area>Internet</area>
    <workgroup>Homenet</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>This document defines DHCPv6 options so an agnostic Homenet Naming Authority (HNA) can automatically proceed to the appropriate configuration and outsource the authoritative naming service for the home network.
In most cases, the outsourcing mechanism is transparent for the end user.</t>



    </abstract>


  </front>

  <middle>


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

<t>The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL
NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “NOT RECOMMENDED”,
“MAY”, and “OPTIONAL” in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>

<t>The reader is expected to be familiar with <xref target="I-D.ietf-homenet-front-end-naming-delegation"/> and its terminology section.</t>

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

<t><xref target="I-D.ietf-homenet-front-end-naming-delegation"/> specifies how an entity designated as the Homenet Naming Authority (HNA) outsources a Public Homenet Zone to an Outsourcing DNS Infrastructure (DOI).</t>

<t>This document shows how an ISP can provision automatically the HNA with a specific DOI.
Most likely the DOI will be - at least partly be - managed or provided by its ISP, but other cases may envision the ISP storing some configuration so the homenet becomes resilient to HNA replacement.</t>

<t>The ISP delegates the home network an IP prefix it owns as well as the associated reverse zone.
The ISP is well aware of the owner of that prefix, and as such becomes a natural candidate for hosting the Homenet Reverse Zone - that is the Reverse Distribution Manager (RDM) and potentially the Reverse Public Authoritative Servers.</t>

<t>In addition, the ISP often identifies the home network with a name.
In most cases, the name is used by the ISP for its internal network management operations and is not a name the home network owner has registered to.
The ISP may thus leverage such infrastructure and provide the homenet a specific domain name designated as per <xref target="I-D.ietf-homenet-front-end-naming-delegation"/> a Homenet Registered Domain.
Similarly to the reverse zone, the ISP is well aware of who owns that domain name and may become a natural candidate for hosting the Homenet Zone - that is the Distribution Manager (DM) and the Public Authoritative Servers.</t>

<t>This document describes DHCPv6 options that enables the ISP to provide the necessary parameters to the HNA, to proceed.
More specifically, the ISP provides the Registered Homenet Domain, necessary information on the DM and the RDM so the HNA can manage and upload the Public Homenet Zone and the Reverse Public Homenet Zone as described in <xref target="I-D.ietf-homenet-front-end-naming-delegation"/>.</t>

<t>The use of DHCPv6 options makes the configuration completely transparent to the end user and provides a similar level of trust as the one used to provide the IP prefix.</t>

</section>
<section anchor="sec-overview" title="Protocol Overview">

<t>This section illustrates how a HNA receives the necessary information via DHCPv6 options to outsource its authoritative naming service to the DOI.
For the sake of simplicity, and similarly to <xref target="I-D.ietf-homenet-front-end-naming-delegation"/>, this section assumes that the HNA and the home network DHCPv6 client are collocated on the CPE.
Note also that this is not mandatory and specific communications between the HNA and the DHCPv6 client only are needed.
In addition, this section assumes the responsible entity for the DHCPv6 server is able to configure the DM and RDM.
In our case, this means a Registered Homenet Domain can be associated to the DHCP client.</t>

<t>This scenario has been chosen as it is believed to be the most popular scenario. This document does not ignore scenarios where the DHCP Server does not have privileged relations with the DM or RDM.
These cases are discussed latter in <xref target="sec-scenario"/>.
Such scenarios do not necessarily require configuration for the end user and can also be zero-config.</t>

<t>The scenario considered in this section is as follows:</t>

<t><list style="numbers">
  <t>The HNA is willing to outsource the Public Homenet Zone or Homenet Reverse Zone and configures its DHCP Client to include in its Option Request Option (ORO) the Registered Homenet Domain Option (OPTION_REGISTERED_DOMAIN), the Distribution Manager Option (OPTION_DIST_MANAGER) and the Reverse Distribution Manager Option (OPTION_REVERSE_DIST_MANAGER) option codes.</t>
  <t>The DHCP Server responds to the HNA with the requested DHCPv6 options based on the identified homenet.
The DHCP Client transmits the information to the HNA.</t>
  <t>The HNA is able to get authenticated by the DM and the RDM. The HNA builds the Homenet Zone ( resp. the Homenet Reverse Zone) and proceed as described in <xref target="I-D.ietf-homenet-front-end-naming-delegation"/>.
The DHCPv6 options provide the necessary and non optional parameters described in section 14 of <xref target="I-D.ietf-homenet-front-end-naming-delegation"/>.
The HNA MAY set complement the configurations with additional parameters.
Section 14 of <xref target="I-D.ietf-homenet-front-end-naming-delegation"/> describes such parameters that MAY take a default value.</t>
</list></t>

</section>
<section anchor="sec-format" title="Payload Description">

<t>This section details the payload of the DHCPv6 options.</t>

<section anchor="o_rd" title="Registered Homenet Domain Option">

<t>The Registered Domain Option (OPTION_REGISTERED_DOMAIN) indicates the FQDN associated to the home network.</t>

<figure title="Registered Domain Option" anchor="fig-rhd"><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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|   OPTION_REGISTERED_DOMAIN    |         option-len            |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
/                   Registered Homenet Domain                   /
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork></figure>

<t><list style="symbols">
  <t>option-code (16 bits): OPTION_REGISTERED_DOMAIN, the option code for the Registered Homenet Domain  (TBD2).</t>
  <t>option-len (16 bits): length in octets of the option-data field as described in <xref target="RFC8415"/>.</t>
  <t>Registered Homenet Domain (variable): the FQDN registered for the homenet encoded as described in section 10 of <xref target="RFC8415"/>.</t>
</list></t>

</section>
<section anchor="o_dm" title="Distribution Manager Option">

<t>The Distributed Manager Option (OPTION_DIST_MANAGER) provides the HNA to FQDN of the DM as well as the transport protocol for the transaction between the HNA and the DM.</t>

<figure title="Distribution Manager Option" anchor="fig-dm"><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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|      OPTION_DIST_MANAGER      |          option-len           |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|     Supported Transport       |                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               |
|                                                               |
/                  Distribution Manager  FQDN                   /
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork></figure>

<t><list style="symbols">
  <t>option-code (16 bits): OPTION_DIST_MANAGER, the option code for the Distribution Manager Option (TBD2).</t>
  <t>option-len (16 bits): length in octets of the option-data field as
described in <xref target="RFC8415"/>.</t>
  <t>Supported Transport (16 bits): defines the supported transport by the DM.
Each bit represents a supported transport, and a DM MAY indicate the support of multiple modes.
The bit for DNS over TLS <xref target="RFC7858"/> MUST be set.</t>
  <t>Distribution Manager FQDN (variable): the FQDN of the DM encoded as described in section 10 of <xref target="RFC8415"/>.</t>
</list></t>

<section anchor="sec-st" title="Supported Transport">

<t>The Supported Transport filed of the DHCPv6 option indicates the supported transport protocol.
Each bit represents a specific transport mechanism. The bit sets to 1 indicates the associated transport protocol is supported.
The corresponding bits are assigned as described in <xref target="tab-st"/>.</t>

<figure title="Supported Transport" anchor="tab-st"><artwork><![CDATA[
Bit | Transport Protocol | Reference
----+--------------------+-----------
 0  | DNS over TLS       | This-RFC
1-15| unallocated        |
]]></artwork></figure>

<t><list style="symbols">
  <t>DNS over TLS: indicates the support of DNS over TLS as described in <xref target="RFC7858"/>.</t>
</list></t>

</section>
</section>
<section anchor="reverse-distribution-manager-server-option" title="Reverse Distribution Manager Server Option">

<t>The Reverse Distribution Manager Server Option (OPTION_REVERSE_DIST_MANAGER) provides the HNA to FQDN of the DM as well as the transport protocol for the transaction between the HNA and the DM.</t>

<figure title="Reverse Distribution Manager Option" anchor="fig-rdm"><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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| OPTION_REVERSE_DIST_MANAGER   |          option-len           |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|     Supported Transport       |                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               |
|                                                               |
/              Reverse Distribution Manager FQDN                /
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

]]></artwork></figure>

<t><list style="symbols">
  <t>option-code (16 bits): OPTION_REVERSE_DIST_MANAGER, the option code for the Reverse Distribution Manager Option (TBD3).</t>
  <t>option-len (16 bits): length in octets of the option-data field as described in <xref target="RFC8415"/>.</t>
  <t>Supported Transport (16 bits): defines the supported transport by the RDM.
Each bit represents a supported transport, and a DM MAY indicate the support of multiple modes. The bit for DoT MUST be set.</t>
  <t>Reverse Distribution Manager FQDN (variable): the FQDN of the RDM encoded as described in section 10 of <xref target="RFC8415"/>.</t>
</list></t>

</section>
</section>
<section anchor="sec-dhcp-behavior" title="DHCP Behavior">

<section anchor="dhcpv6-server-behavior" title="DHCPv6 Server Behavior">

<t>Sections 17.2.2 and 18.2 of <xref target="RFC8415"/> govern server operation in regards to option assignment.
As a convenience to the reader, we mention here that the server will send option foo only if configured with specific values for foo and if the client requested it.
In particular, when configured the DHCP Server sends the Registered Homenet Domain Option, Distribution Manager Option, the Reverse Distribution Manager Option when requested by the DHCPv6 client by including necessary option codes in its ORO.</t>

</section>
<section anchor="dhcpv6-client-behavior" title="DHCPv6 Client Behavior">

<t>The DHCPv6 client sends a ORO with the necessary option codes: Registered Homenet Domain Option, Distribution Manager Option, the Reverse Distribution Manager Option.</t>

<t>Upon receiving a DHCP option described in this document in the Reply
message, the HNA SHOULD proceed as described in <xref target="I-D.ietf-homenet-front-end-naming-delegation"/>.</t>

</section>
<section anchor="sec-dhcp-relay" title="DHCPv6 Relay Agent Behavior">

<t>There are no additional requirements for the DHCP Relay agents.</t>

</section>
</section>
<section anchor="sec-iana" title="IANA Considerations">

<t>IANA is requested to assign the following new DHCPv6 Option Codes in the registry maintained in: https://www.iana.org/assignments/dhcpv6-parameters/dhcpv6-parameters.xhtml#dhcpv6-parameters-2.</t>

<figure><artwork><![CDATA[
Value Description                   Client ORO     Singleton Option
TBD1  OPTION_REGISTERED_DOMAIN       Yes            Yes
TBD2  OPTION_DIST_MANAGER            Yes            Yes
TBD3  OPTION_REVERSE_DIST_MANAGER    Yes            Yes
]]></artwork></figure>

<t>IANA is requested to maintain a new number space of Supported Transport parameter in the Distributed Manager Option (OPTION_DIST_MANAGER) or the Reverse Distribution Manager Server Option (OPTION_REVERSE_DIST_MANAGER). The different parameters are defined in <xref target="tab-st"/> in <xref target="sec-st"/>.
Future code points are assigned under Specification Required as per <xref target="RFC8126"/>.</t>

</section>
<section anchor="security-considerations" title="Security Considerations">

<t>The security considerations in <xref target="RFC2131"/> and <xref target="RFC8415"/> are to be considered.
The use of DHCPv6 options provides a similar level of trust as the one used to provide the IP prefix.
The link between the HNA and the DHCPv6 server may benefit from additional security for example by using <xref target="I-D.ietf-dhc-sedhcpv6"/>.</t>

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

<t>We would like to thank Marcin Siodelski, Bernie Volz and Ted Lemon for their comments on the design of the DHCPv6 options.
We would also like to thank Mark Andrews, Andrew Sullivan and Lorenzo Colliti for their remarks on the architecture design. The designed solution has been largely been inspired by Mark Andrews’s document <xref target="I-D.andrews-dnsop-pd-reverse"/> as well as discussions with Mark.
We also thank Ray Hunter for its reviews, its comments and for suggesting an appropriated terminology.</t>

</section>
<section anchor="contributors" title="Contributors">

<t>The co-authors would like to thank Chris Griffiths and Wouter Cloetens that provided a significant contribution in the early versions of the document.</t>

</section>


  </middle>

  <back>

    <references title='Normative References'>

&RFC2119;
&RFC8174;
&RFC8415;
&RFC7858;
&RFC8126;
&RFC2131;
&RFC2181;
&RFC1034;
&RFC6672;


    </references>

    <references title='Informative References'>

&I-D.ietf-homenet-front-end-naming-delegation;
&I-D.ietf-dhc-sedhcpv6;
&I-D.andrews-dnsop-pd-reverse;
&I-D.sury-dnsext-cname-dname;


    </references>


<section anchor="sec-scenario" title="Scenarios and impact on the End User">

<t>This section details various scenarios and discuss their impact on the end user.
This section is not normative and limits the description of a limited scope of scenarios that are assumed to be representative. Many other scenarios may be derived from these.</t>

</section>
<section anchor="sec-scenario-1" title="Base Scenario">

<t>The base scenario is the one described in <xref target="sec-overview"/> in which an ISP manages the DHCP Server, the DM and RDM.</t>

<t>The end user subscribes to the ISP (foo), and at subscription time registers for example.foo as its Registered Homenet Domain example.foo.</t>

<t>In this scenario, the DHCP Server, DM and RDM are managed by the ISP so the DHCP Server and as such can provide authentication credentials of the HNA to enable secure authenticated transaction with the DM and the Reverse DM.</t>

<t>The main advantage of this scenario is that the naming architecture is configured automatically and transparently for the end user.
The drawbacks are that the end user uses a Registered Homenet Domain managed by the ISP and that it relies on the ISP naming infrastructure.</t>

<section anchor="scenario-2" title="Third Party Registered Homenet Domain">

<t>This section considers the case when the end user wants its home network to use example.com not managed by her ISP (foo) as a Registered Homenet Domain.
This section still consider the ISP manages the home network and still provides example.foo as a Registered Homenet Domain.</t>

<t>When the end user buys the domain name example.com, it may request to redirect the name example.com to example.foo using static redirection with CNAME <xref target="RFC2181"/>, <xref target="RFC1034"/>, DNAME <xref target="RFC6672"/> or CNAME+DNAME <xref target="I-D.sury-dnsext-cname-dname"/>.</t>

<t>This configuration is performed once when the domain name example.com is registered.
The only information the end user needs to know is the domain name assigned by the ISP.
Once this configuration is done no additional configuration is needed anymore.
More specifically, the HNA may be changed, the zone can be updated as in <xref target="sec-scenario-1"/> without any additional configuration from the end user.</t>

<t>The main advantage of this scenario is that the end user benefits from the Zero Configuration of the Base Scenario <xref target="sec-scenario-1"/>.
Then, the end user is able to register for its home network an unlimited number of domain names provided by an unlimited number of different third party providers.
The drawback of this scenario may be that the end user still rely on the ISP naming infrastructure.
Note that the only case this may be inconvenient is when the DNS Servers provided by the ISPs results in high latency.</t>

</section>
<section anchor="scenario-3" title="Third Party DNS Infrastructure">

<t>This scenario considers that the end user uses example.com as a Registered Homenet Domain, and does not want to rely on the authoritative servers provided by the ISP.</t>

<t>In this section we limit the outsourcing to the DM and Public Authoritative Server(s) to a third party.
The Reverse Public Authoritative Server(s) and the RDM remain managed by the ISP as the IP prefix is managed by the ISP.</t>

<t>Outsourcing to a third party DM can be performed in the following ways:</t>

<t><list style="numbers">
  <t>Updating the DHCP Server Information. One can imagine a GUI interface that enables the end user to modify its profile parameters. Again, this configuration update is done once-for-ever.</t>
  <t>Upload the configuration of the DM to the HNA. In some cases, the provider of the CPE hosting the HNA may be the registrar and provide the CPE already configured. In other cases, the CPE may request the end user to log into the registrar to validate the ownership of the Registered Homenet Domain and agree on the necessary credentials to secure the communication between the HNA and the DM. As described in <xref target="I-D.ietf-homenet-front-end-naming-delegation"/>, such settings could be performed in an almost automatic way as to limit the necessary interactions with the end user.</t>
</list></t>

</section>
<section anchor="scenario-4" title="Multiple ISPs">

<t>This scenario considers a HNA connected to multiple ISPs.</t>

<t>Suppose the HNA has been configured each of its interfaces independently with each ISPS as described in <xref target="sec-scenario-1"/>.
Each ISP provides a different Registered Homenet Domain.</t>

<t>The protocol and DHCPv6 options described in this document are fully compatible with a HNA connected to multiple ISPs with multiple Registered Homenet Domains.
However, the HNA should be able to handle different Registered Homenet Domains.
This is an implementation issue which is outside the scope of the current document.</t>

<t>If a HNA is not able to handle multiple Registered Homenet Domains, the HNA may remain connected to multiple ISP with a single Registered Homenet Domain.
In this case, one entity is chosen to host the Registered Homenet Domain.
This entity may be one of the ISP or a third party.
Note that having multiple ISPs can be motivated for bandwidth aggregation, or connectivity fail-over.
In the case of connectivity fail-over, the fail-over concerns the access network and a failure of the access network may not impact the core network where the DM Server and Public Authoritative Primaries are hosted.
In that sense, choosing one of the ISP even in a scenario of multiple ISPs may make sense.
However, for sake of simplicity, this scenario assumes that a third party has been chosen to host the Registered Homenet Domain.
Configuration is performed as described in <xref target="scenario-2"/> and <xref target="scenario-3"/>.</t>

<t>With the configuration described in <xref target="scenario-2"/>,  the HNA is expect to be able to handle multiple Homenet Registered Domain, as the third party redirect to one of the ISPs Servers.
With the configuration described in <xref target="scenario-3"/>, DNS zone are hosted and maintained by the third party.
A single DNS(SEC) Homenet Zone is built and maintained by the HNA.
This latter configuration is likely to match most HNA implementations.</t>

<t>The protocol and DHCPv6 options described in this document are fully compatible with a HNA connected to multiple ISPs.
To configure or not and how to configure the HNA depends on the HNA facilities.
<xref target="sec-scenario-1"/> and  <xref target="scenario-2"/> require the HNA to handle multiple Registered Homenet Domain, whereas <xref target="scenario-3"/> does not have such requirement.</t>

</section>
</section>


  </back>

<!-- ##markdown-source:
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
/w+FzMCtqE4AAA==

-->

</rfc>

