<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-savich-residential-network-map-00" category="info" submissionType="independent" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="Residential Net Map">Residential Network Mapping Model</title>
    <seriesInfo name="Internet-Draft" value="draft-savich-residential-network-map-00"/>
    <author initials="M. K." surname="Savich" fullname="Melisa K. Savich">
      <organization/>
      <address>
        <email>hello@melisasavich.com</email>
      </address>
    </author>
    <date year="2026" month="June" day="04"/>
    <area>General</area>
    <workgroup>Independent Submission</workgroup>
    <keyword>Internet-Draft</keyword>
    <keyword>residential networks</keyword>
    <keyword>network mapping</keyword>
    <keyword>address planning</keyword>
    <keyword>device classification</keyword>
    <keyword>home networks</keyword>
    <keyword>home labs</keyword>
    <keyword>IoT</keyword>
    <keyword>surveillance</keyword>
    <abstract>
      <?line 37?>

<t>Residential networks increasingly include managed routers, switches,
wireless access points, home lab systems, smart home devices,
surveillance devices, guest networks, and cloud-connected equipment.
These devices are often added incrementally without a durable mapping
model for addressing, classification, review, or troubleshooting.</t>
      <t>This document describes a lightweight residential network mapping model
for IPv4 address planning and device classification.  The model defines
Network Categories, Addressing Priority, Trust Levels, Exposure Levels,
device record fields, flat-network and segmented-network examples, and
simple review and change-log practices.</t>
      <t>The motivation for this document is security awareness.  A residential
network map can help consumers understand what kinds of devices are on
their network, which devices are trusted or restricted, which devices
are reachable locally or remotely, and where personal or household data
may flow.  The model is intended for regular users and technically
capable home administrators who need a practical way to organize
residential, home lab, IoT, and surveillance networks without deploying
enterprise network management systems.</t>
    </abstract>
  </front>
  <middle>
    <?line 60?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Residential networks are no longer limited to a router, a few laptops,
and a printer.  Many homes now contain managed routers or firewalls,
switches, wireless access points, smart home systems, surveillance
systems, guest networks, home lab equipment, cloud-connected devices,
and transient client devices.</t>
      <t>These environments often grow incrementally.  A router is installed.  A
switch is added.  A camera appears.  A robotic cleaner joins the
network.  A guest network is enabled.  A network-connected vehicle, EV
charger, thermostat, streaming device, or appliance begins using an
address.  Over time, the administrator can lose track of which devices
exist, which addresses are assigned, which devices should receive stable
addresses, which devices are trusted, and which devices are reachable
locally or remotely.</t>
      <t>This document describes a lightweight residential network mapping model
that combines:</t>
      <ul spacing="normal">
        <li>
          <t>IPv4 address planning,</t>
        </li>
        <li>
          <t>device classification,</t>
        </li>
        <li>
          <t>addressing stability guidance,</t>
        </li>
        <li>
          <t>trust posture,</t>
        </li>
        <li>
          <t>exposure posture,</t>
        </li>
        <li>
          <t>review practices, and</t>
        </li>
        <li>
          <t>lightweight change tracking.</t>
        </li>
      </ul>
      <t>This document does not define a new protocol.  It defines an operational
mapping model that can be implemented as a worksheet, spreadsheet,
Markdown document, database table, configuration record, or simple
network mapping tool.</t>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>The following terms are used in this document.</t>
      <dl>
        <dt>Administrator:</dt>
        <dd>
          <t>The person or group responsible for maintaining the residential
network and its mapping records.</t>
        </dd>
        <dt>Address Plan:</dt>
        <dd>
          <t>A documented allocation of IPv4 addresses or address ranges to
Network Categories.</t>
        </dd>
        <dt>Addressing Priority:</dt>
        <dd>
          <t>A classification field that describes how stable a device's address
assignment is expected to be.</t>
        </dd>
        <dt>Device Record:</dt>
        <dd>
          <t>A structured record describing a mapped network device.</t>
        </dd>
        <dt>Dynamic Address:</dt>
        <dd>
          <t>An IP address assigned by DHCP without a fixed reservation.</t>
        </dd>
        <dt>Exposure Level:</dt>
        <dd>
          <t>A classification field that describes how reachable a mapped device is
expected to be.</t>
        </dd>
        <dt>Flat Network:</dt>
        <dd>
          <t>A network where multiple device classes share a common subnet, such as
<tt>192.0.2.0/24</tt>.</t>
        </dd>
        <dt>Network Category:</dt>
        <dd>
          <t>A logical network zone or administrative grouping.  In segmented
networks, a Network Category often maps to a VLAN, subnet, SSID,
firewall zone, or equivalent control boundary.  In flat networks, a
Network Category can still be used as an administrative mapping label.</t>
        </dd>
        <dt>Residential Network Map:</dt>
        <dd>
          <t>A structured representation of devices, addresses, categories, and
classification information for a residential network.</t>
        </dd>
        <dt>Segmented Network:</dt>
        <dd>
          <t>A network where devices are separated into multiple VLANs, subnets,
SSIDs, firewall zones, or equivalent control boundaries.</t>
        </dd>
        <dt>Static Address:</dt>
        <dd>
          <t>An IP address manually configured on a device or otherwise fixed so
that the device is expected to remain reachable at that address.</t>
        </dd>
        <dt>DHCP Reservation:</dt>
        <dd>
          <t>An IP address assigned by a Dynamic Host Configuration Protocol
server to a specific device, typically based on a link-layer address.</t>
        </dd>
        <dt>Trust Level:</dt>
        <dd>
          <t>A classification field that describes the expected access posture of a
mapped device.</t>
        </dd>
      </dl>
    </section>
    <section anchor="requirements-language">
      <name>Requirements Language</name>
      <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>
    </section>
    <section anchor="applicability">
      <name>Applicability</name>
      <t>This document applies to residential, home lab, and prosumer networks
that include managed routing, switching, guest access, Internet of
Things devices, and surveillance devices.</t>
      <t>The model is intended for networks where address planning and device
classification are useful, but enterprise network management systems are
unnecessary or impractical.</t>
      <t>This document is most applicable to:</t>
      <ul spacing="normal">
        <li>
          <t>residential networks with managed routing or switching,</t>
        </li>
        <li>
          <t>home lab networks,</t>
        </li>
        <li>
          <t>smart home networks,</t>
        </li>
        <li>
          <t>residential IoT networks,</t>
        </li>
        <li>
          <t>residential surveillance networks,</t>
        </li>
        <li>
          <t>networks with guest access,</t>
        </li>
        <li>
          <t>networks maintained by technically capable homeowners,</t>
        </li>
        <li>
          <t>networks maintained by family members or informal administrators, and</t>
        </li>
        <li>
          <t>networks maintained by residential technology consultants or
integrators.</t>
        </li>
      </ul>
      <t>The examples in this document use IPv4 documentation addresses.  A real
residential deployment would normally use IPv4 private address space,
including the address ranges described in <xref target="RFC1918"/>.  IPv6 mapping
guidance is out of scope for this version of the document.</t>
      <t>This document is not limited to any router, firewall, wireless,
surveillance, smart home, or home lab vendor.</t>
    </section>
    <section anchor="design-goals">
      <name>Design Goals</name>
      <t>The mapping model described in this document has the following goals:</t>
      <ul spacing="normal">
        <li>
          <t>provide predictable address planning,</t>
        </li>
        <li>
          <t>classify devices consistently,</t>
        </li>
        <li>
          <t>distinguish network zones from trust and exposure posture,</t>
        </li>
        <li>
          <t>identify devices that need stable addressing,</t>
        </li>
        <li>
          <t>improve consumer awareness of the types of devices on the network,</t>
        </li>
        <li>
          <t>help administrators recognize devices that may collect, transmit, or
expose household data,</t>
        </li>
        <li>
          <t>encourage review of devices with remote access or unknown
classifications,</t>
        </li>
        <li>
          <t>reduce address conflicts,</t>
        </li>
        <li>
          <t>support troubleshooting,</t>
        </li>
        <li>
          <t>support flat networks and segmented networks,</t>
        </li>
        <li>
          <t>remain usable by regular home-network administrators,</t>
        </li>
        <li>
          <t>avoid credential collection, and</t>
        </li>
        <li>
          <t>provide a simple path from an informal worksheet to a structured map.</t>
        </li>
      </ul>
    </section>
    <section anchor="non-goals">
      <name>Non-Goals</name>
      <t>This document does not define:</t>
      <ul spacing="normal">
        <li>
          <t>a new Internet protocol,</t>
        </li>
        <li>
          <t>a full enterprise IP address management system,</t>
        </li>
        <li>
          <t>a firewall policy model,</t>
        </li>
        <li>
          <t>a network monitoring system,</t>
        </li>
        <li>
          <t>a credential vault,</t>
        </li>
        <li>
          <t>an automated device discovery protocol,</t>
        </li>
        <li>
          <t>IPv6 address planning,</t>
        </li>
        <li>
          <t>residential audio/video system classification,</t>
        </li>
        <li>
          <t>a complete zero trust architecture,</t>
        </li>
        <li>
          <t>a vendor-specific configuration method, or</t>
        </li>
        <li>
          <t>a replacement for professional network design or security assessment.</t>
        </li>
      </ul>
      <t>This document does not define firewall policy between Network
Categories.  Administrators can use Network Categories as inputs to
firewall or segmentation policy, but those policies are out of scope for
this document.</t>
    </section>
    <section anchor="mapping-model-overview">
      <name>Mapping Model Overview</name>
      <t>A residential network map describes devices using four classification
axes:</t>
      <ul spacing="normal">
        <li>
          <t>Network Category,</t>
        </li>
        <li>
          <t>Addressing Priority,</t>
        </li>
        <li>
          <t>Trust Level, and</t>
        </li>
        <li>
          <t>Exposure Level.</t>
        </li>
      </ul>
      <t>These axes answer four different questions:</t>
      <t>The four classification axes answer these questions:</t>
      <ul spacing="normal">
        <li>
          <t>Network Category:
Where does this device belong logically?</t>
        </li>
        <li>
          <t>Addressing Priority:
How stable does this device's address assignment need to be?</t>
        </li>
        <li>
          <t>Trust Level:
How much access should this device receive?</t>
        </li>
        <li>
          <t>Exposure Level:
How reachable is this device expected to be?</t>
        </li>
      </ul>
      <t>The following diagram shows the four classification questions used by
the residential network mapping model.</t>
      <artwork><![CDATA[
+------------------------------------------------------+
|              Device Classification Model             |
+--------------------------+---------------------------+
| Network Category         | Addressing Priority       |
|                          |                           |
| Where does this device   | How stable does its       |
| belong logically?        | address need to be?       |
+--------------------------+---------------------------+
| Trust Level              | Exposure Level            |
|                          |                           |
| How much access should   | How reachable is this     |
| this device receive?     | device expected to be?    |
+--------------------------+---------------------------+
]]></artwork>
      <t>These axes are intentionally separate.  For example, a device can belong
to the IoT Network Category, have a Restricted Trust Level, and have a
Remote Access Exposure Level.  Similarly, a device can belong to the
Main Network Category while still having a Restricted Trust Level if the
administrator does not fully trust it.</t>
    </section>
    <section anchor="network-categories">
      <name>Network Categories</name>
      <t>A Network Category represents the logical network zone or
administrative grouping to which a device belongs.</t>
      <t>This document defines the following Network Categories:</t>
      <ul spacing="normal">
        <li>
          <t>Management,</t>
        </li>
        <li>
          <t>Main,</t>
        </li>
        <li>
          <t>Guest,</t>
        </li>
        <li>
          <t>IoT,</t>
        </li>
        <li>
          <t>Surveillance, and</t>
        </li>
        <li>
          <t>Unknown.</t>
        </li>
      </ul>
      <t>In a segmented network, a Network Category often maps one-to-one to a
VLAN, subnet, SSID, firewall zone, or equivalent control boundary.  In a
flat network, a Network Category can still be used as an administrative
label for planning and documentation.</t>
      <section anchor="management">
        <name>Management</name>
        <t>The Management category is used for devices and interfaces involved in
administering or operating the network.</t>
        <t>Examples include:</t>
        <ul spacing="normal">
          <li>
            <t>router or firewall management interfaces,</t>
          </li>
          <li>
            <t>switches,</t>
          </li>
          <li>
            <t>wireless access points,</t>
          </li>
          <li>
            <t>network controllers,</t>
          </li>
          <li>
            <t>local network management systems, and</t>
          </li>
          <li>
            <t>administrative appliances.</t>
          </li>
        </ul>
        <t>Devices in this category commonly require stable addressing.</t>
      </section>
      <section anchor="main">
        <name>Main</name>
        <t>The Main category is used for trusted household or primary user devices.</t>
        <t>Examples include:</t>
        <ul spacing="normal">
          <li>
            <t>personal laptops,</t>
          </li>
          <li>
            <t>desktop computers,</t>
          </li>
          <li>
            <t>phones,</t>
          </li>
          <li>
            <t>tablets,</t>
          </li>
          <li>
            <t>trusted printers,</t>
          </li>
          <li>
            <t>trusted storage devices, and</t>
          </li>
          <li>
            <t>other regular household devices.</t>
          </li>
        </ul>
        <t>The Main category is commonly associated with the primary LAN or primary
trusted Wi-Fi network.</t>
      </section>
      <section anchor="guest">
        <name>Guest</name>
        <t>The Guest category is used for visitor, temporary, or contractor
devices.</t>
        <t>Examples include:</t>
        <ul spacing="normal">
          <li>
            <t>visitor phones,</t>
          </li>
          <li>
            <t>visitor laptops,</t>
          </li>
          <li>
            <t>contractor devices, and</t>
          </li>
          <li>
            <t>temporary devices that should not be treated as trusted household
devices.</t>
          </li>
        </ul>
      </section>
      <section anchor="iot">
        <name>IoT</name>
        <t>The IoT category is used for smart home, appliance, embedded,
cloud-connected, or lower-trust connected devices.</t>
        <t>Examples include:</t>
        <ul spacing="normal">
          <li>
            <t>smart thermostats,</t>
          </li>
          <li>
            <t>robotic cleaners,</t>
          </li>
          <li>
            <t>smart speakers,</t>
          </li>
          <li>
            <t>appliances,</t>
          </li>
          <li>
            <t>lighting bridges,</t>
          </li>
          <li>
            <t>smart plugs,</t>
          </li>
          <li>
            <t>EV chargers,</t>
          </li>
          <li>
            <t>connected vehicles,</t>
          </li>
          <li>
            <t>sensors, and</t>
          </li>
          <li>
            <t>vendor-managed smart devices.</t>
          </li>
        </ul>
      </section>
      <section anchor="surveillance">
        <name>Surveillance</name>
        <t>The Surveillance category is used for physical monitoring and video
security devices.</t>
        <t>Examples include:</t>
        <ul spacing="normal">
          <li>
            <t>IP cameras,</t>
          </li>
          <li>
            <t>network video recorders,</t>
          </li>
          <li>
            <t>video door stations,</t>
          </li>
          <li>
            <t>camera bridges,</t>
          </li>
          <li>
            <t>intercom cameras, and</t>
          </li>
          <li>
            <t>other monitoring devices.</t>
          </li>
        </ul>
        <t>The Surveillance category is intentionally narrower than a general
"Security" category.  A general Security category can become ambiguous
because it could include firewalls, alarm panels, door locks, cameras,
identity systems, endpoint security tools, or access control systems.</t>
      </section>
      <section anchor="unknown">
        <name>Unknown</name>
        <t>The Unknown category is used for devices that have been discovered but
not yet classified.</t>
        <t>The Unknown category is intended as a temporary holding category by
default.  Devices SHOULD NOT remain in the Unknown category
indefinitely without review.</t>
        <t>If a device remains Unknown for an extended period, the Notes field
SHOULD explain why the device has not been reclassified.</t>
      </section>
    </section>
    <section anchor="addressing-priority">
      <name>Addressing Priority</name>
      <t>Addressing Priority describes the addressing stability expected for a
mapped device.</t>
      <t>This document defines the following Addressing Priority values:</t>
      <ul spacing="normal">
        <li>
          <t>Static Required,</t>
        </li>
        <li>
          <t>Reservation Recommended, and</t>
        </li>
        <li>
          <t>Dynamic Acceptable.</t>
        </li>
      </ul>
      <section anchor="static-required">
        <name>Static Required</name>
        <t>Static Required means the device needs predictable addressing.  A static
address or a functionally equivalent fixed assignment is expected.</t>
        <t>This value is appropriate when loss of address predictability can
disrupt administration, routing, switching, surveillance, automation, or
core network operation.</t>
        <t>Examples include:</t>
        <ul spacing="normal">
          <li>
            <t>router or firewall management interfaces,</t>
          </li>
          <li>
            <t>switches,</t>
          </li>
          <li>
            <t>wireless access points,</t>
          </li>
          <li>
            <t>network controllers,</t>
          </li>
          <li>
            <t>network video recorders, and</t>
          </li>
          <li>
            <t>other devices that must remain reachable for troubleshooting.</t>
          </li>
        </ul>
      </section>
      <section anchor="reservation-recommended">
        <name>Reservation Recommended</name>
        <t>Reservation Recommended means the device should receive a stable DHCP
reservation when practical, but the network can tolerate temporary
dynamic assignment.</t>
        <t>This value is appropriate for devices that are easier to maintain when
their address is stable, but that are not core network infrastructure.</t>
        <t>Examples include:</t>
        <ul spacing="normal">
          <li>
            <t>cameras,</t>
          </li>
          <li>
            <t>printers,</t>
          </li>
          <li>
            <t>smart home hubs,</t>
          </li>
          <li>
            <t>robotic cleaners,</t>
          </li>
          <li>
            <t>EV chargers, and</t>
          </li>
          <li>
            <t>devices commonly accessed from applications or local dashboards.</t>
          </li>
        </ul>
      </section>
      <section anchor="dynamic-acceptable">
        <name>Dynamic Acceptable</name>
        <t>Dynamic Acceptable means the device can use ordinary DHCP without a
fixed reservation.</t>
        <t>This value is appropriate for devices that do not require a predictable
address.</t>
        <t>Examples include:</t>
        <ul spacing="normal">
          <li>
            <t>ordinary phones,</t>
          </li>
          <li>
            <t>laptops,</t>
          </li>
          <li>
            <t>tablets,</t>
          </li>
          <li>
            <t>guest devices, and</t>
          </li>
          <li>
            <t>transient devices.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="trust-levels">
      <name>Trust Levels</name>
      <t>Trust Level describes the expected access posture of a mapped device.</t>
      <t>This document defines the following Trust Levels:</t>
      <ul spacing="normal">
        <li>
          <t>Management,</t>
        </li>
        <li>
          <t>Trusted,</t>
        </li>
        <li>
          <t>Restricted,</t>
        </li>
        <li>
          <t>Guest, and</t>
        </li>
        <li>
          <t>Unknown.</t>
        </li>
      </ul>
      <section anchor="management-1">
        <name>Management</name>
        <t>The Management Trust Level is used for devices or interfaces that
administer, control, or operate network infrastructure.</t>
        <t>Examples include router management interfaces, switch management
interfaces, wireless controller interfaces, and network administration
systems.</t>
      </section>
      <section anchor="trusted">
        <name>Trusted</name>
        <t>The Trusted Trust Level is used for known household or primary user
devices that are expected to have ordinary access to the Main network.</t>
        <t>Examples include trusted laptops, phones, tablets, and workstations.</t>
      </section>
      <section anchor="restricted">
        <name>Restricted</name>
        <t>The Restricted Trust Level is used for known devices that should receive
limited access compared with Trusted devices.</t>
        <t>Examples include IoT devices, surveillance devices, appliances, smart
home devices, and devices with unclear update or security posture.</t>
      </section>
      <section anchor="guest-1">
        <name>Guest</name>
        <t>The Guest Trust Level is used for visitor or temporary devices.</t>
      </section>
      <section anchor="unknown-1">
        <name>Unknown</name>
        <t>The Unknown Trust Level is used when the trust posture of a device has
not yet been determined.</t>
        <t>Devices SHOULD NOT remain Unknown indefinitely without review.</t>
      </section>
    </section>
    <section anchor="exposure-levels">
      <name>Exposure Levels</name>
      <t>Exposure Level describes how reachable a mapped device is expected to
be.</t>
      <t>This document defines the following Exposure Levels:</t>
      <ul spacing="normal">
        <li>
          <t>Internal Only,</t>
        </li>
        <li>
          <t>Local Shared,</t>
        </li>
        <li>
          <t>Remote Access,</t>
        </li>
        <li>
          <t>Internet Exposed, and</t>
        </li>
        <li>
          <t>Unknown.</t>
        </li>
      </ul>
      <section anchor="internal-only">
        <name>Internal Only</name>
        <t>Internal Only is used for devices that should only be reachable for
device-specific operation or administration.</t>
        <t>Examples include switches, management interfaces, and cameras that
should not be accessed directly by ordinary client devices.</t>
      </section>
      <section anchor="local-shared">
        <name>Local Shared</name>
        <t>Local Shared is used for devices that provide services to other devices
on the local network.</t>
        <t>Examples include printers, storage devices, shared controllers, local
media services, or devices intentionally discoverable by trusted local
clients.</t>
      </section>
      <section anchor="remote-access">
        <name>Remote Access</name>
        <t>Remote Access is used for devices that are reachable from outside the
local network through a controlled method, such as a vendor cloud
service, VPN, managed remote access feature, or remote management
application.</t>
      </section>
      <section anchor="internet-exposed">
        <name>Internet Exposed</name>
        <t>Internet Exposed is used for devices that are directly reachable from
the public Internet or through an explicit port forwarding rule.</t>
        <t>This document does not define port-forwarding record fields.  The
Internet Exposed value is intended only to help regular administrators
identify that a device has public exposure.</t>
      </section>
      <section anchor="unknown-2">
        <name>Unknown</name>
        <t>Unknown is used when reachability has not yet been verified.</t>
        <t>Devices SHOULD NOT remain Unknown indefinitely without review.</t>
      </section>
    </section>
    <section anchor="classification-consistency">
      <name>Classification Consistency</name>
      <t>A mapped device can have classifications that appear unusual.  For
example, a device can belong to the IoT Network Category while having a
Remote Access Exposure Level, or a device in the Main Network Category
can have a Restricted Trust Level.</t>
      <t>When classification fields appear to conflict, administrators SHOULD
review whether the device belongs in the correct Network Category and
whether the Trust Level or Exposure Level accurately reflects how the
device is used.</t>
      <t>Unusual classifications MAY be valid, but the Notes field SHOULD
explain the reason.</t>
    </section>
    <section anchor="classification-examples">
      <name>Classification Examples</name>
      <t>The following examples illustrate how the four classification axes can
be applied.</t>
      <ul spacing="normal">
        <li>
          <t><tt>router-1</tt>
          </t>
          <ul spacing="normal">
            <li>
              <t>Network Category: Management</t>
            </li>
            <li>
              <t>Addressing Priority: Static Required</t>
            </li>
            <li>
              <t>Trust Level: Management</t>
            </li>
            <li>
              <t>Exposure Level: Remote Access</t>
            </li>
            <li>
              <t>Notes: Primary gateway with administrative access.</t>
            </li>
          </ul>
        </li>
        <li>
          <t><tt>switch-1</tt>
          </t>
          <ul spacing="normal">
            <li>
              <t>Network Category: Management</t>
            </li>
            <li>
              <t>Addressing Priority: Static Required</t>
            </li>
            <li>
              <t>Trust Level: Management</t>
            </li>
            <li>
              <t>Exposure Level: Internal Only</t>
            </li>
            <li>
              <t>Notes: Main switch.</t>
            </li>
          </ul>
        </li>
        <li>
          <t><tt>phone-1</tt>
          </t>
          <ul spacing="normal">
            <li>
              <t>Network Category: Main</t>
            </li>
            <li>
              <t>Addressing Priority: Dynamic Acceptable</t>
            </li>
            <li>
              <t>Trust Level: Trusted</t>
            </li>
            <li>
              <t>Exposure Level: Local Shared</t>
            </li>
            <li>
              <t>Notes: Trusted household device.</t>
            </li>
          </ul>
        </li>
        <li>
          <t><tt>camera-1</tt>
          </t>
          <ul spacing="normal">
            <li>
              <t>Network Category: Surveillance</t>
            </li>
            <li>
              <t>Addressing Priority: Reservation Recommended</t>
            </li>
            <li>
              <t>Trust Level: Restricted</t>
            </li>
            <li>
              <t>Exposure Level: Internal Only</t>
            </li>
            <li>
              <t>Notes: IP camera.</t>
            </li>
          </ul>
        </li>
        <li>
          <t><tt>nvr-1</tt>
          </t>
          <ul spacing="normal">
            <li>
              <t>Network Category: Surveillance</t>
            </li>
            <li>
              <t>Addressing Priority: Static Required</t>
            </li>
            <li>
              <t>Trust Level: Restricted</t>
            </li>
            <li>
              <t>Exposure Level: Remote Access</t>
            </li>
            <li>
              <t>Notes: Network video recorder.</t>
            </li>
          </ul>
        </li>
        <li>
          <t><tt>robotic-cleaner-1</tt>
          </t>
          <ul spacing="normal">
            <li>
              <t>Network Category: IoT</t>
            </li>
            <li>
              <t>Addressing Priority: Dynamic Acceptable</t>
            </li>
            <li>
              <t>Trust Level: Restricted</t>
            </li>
            <li>
              <t>Exposure Level: Remote Access</t>
            </li>
            <li>
              <t>Notes: Vendor app access.</t>
            </li>
          </ul>
        </li>
        <li>
          <t><tt>guest-phone-1</tt>
          </t>
          <ul spacing="normal">
            <li>
              <t>Network Category: Guest</t>
            </li>
            <li>
              <t>Addressing Priority: Dynamic Acceptable</t>
            </li>
            <li>
              <t>Trust Level: Guest</t>
            </li>
            <li>
              <t>Exposure Level: Local Shared</t>
            </li>
            <li>
              <t>Notes: Visitor device.</t>
            </li>
          </ul>
        </li>
        <li>
          <t><tt>unknown-1</tt>
          </t>
          <ul spacing="normal">
            <li>
              <t>Network Category: Unknown</t>
            </li>
            <li>
              <t>Addressing Priority: Dynamic Acceptable</t>
            </li>
            <li>
              <t>Trust Level: Unknown</t>
            </li>
            <li>
              <t>Exposure Level: Unknown</t>
            </li>
            <li>
              <t>Notes: Needs review.</t>
            </li>
          </ul>
        </li>
      </ul>
    </section>
    <section anchor="device-records">
      <name>Device Records</name>
      <t>A mapped device SHOULD have a device record.</t>
      <t>A device record SHOULD contain the following fields:</t>
      <t>The device record fields are listed below in their canonical order.</t>
      <dl>
        <dt>Hostname:</dt>
        <dd>
          <t>Required.  A human-readable hostname, device hostname, or
administrator-assigned label.</t>
        </dd>
        <dt>IP Address:</dt>
        <dd>
          <t>Required.  The assigned IPv4 address.</t>
        </dd>
        <dt>MAC Address:</dt>
        <dd>
          <t>Recommended.  The link-layer address used for identification or DHCP
reservation.</t>
        </dd>
        <dt>Manufacturer:</dt>
        <dd>
          <t>Recommended.  The device manufacturer or vendor.</t>
        </dd>
        <dt>Network Category:</dt>
        <dd>
          <t>Required.  One of Management, Main, Guest, IoT, Surveillance, or
Unknown.</t>
        </dd>
        <dt>Addressing Priority:</dt>
        <dd>
          <t>Required.  One of Static Required, Reservation Recommended, or Dynamic
Acceptable.</t>
        </dd>
        <dt>Trust Level:</dt>
        <dd>
          <t>Required.  One of Management, Trusted, Restricted, Guest, or Unknown.</t>
        </dd>
        <dt>Exposure Level:</dt>
        <dd>
          <t>Required.  One of Internal Only, Local Shared, Remote Access, Internet
Exposed, or Unknown.</t>
        </dd>
        <dt>Notes:</dt>
        <dd>
          <t>Optional.  Location, purpose, firmware, switch port, owner, review
note, or other context.</t>
        </dd>
      </dl>
      <t>This document does not define a separate device-type taxonomy.  Device
type can be recorded in freeform Notes or implementation-specific
metadata when useful.</t>
      <t>This document also does not define credential fields.  Administrators
SHOULD NOT store credentials in the residential network map.</t>
    </section>
    <section anchor="credential-guidance">
      <name>Credential Guidance</name>
      <t>The network map defined by this document does not include credential
fields.</t>
      <t>Administrators SHOULD store credentials in a password manager or other
credential management system rather than in the network map.</t>
      <t>Administrators MUST NOT store plaintext passwords in a published or
shared residential network map.</t>
      <t>If a separate credential system is used, the network map MAY note that a
credential exists elsewhere, but it SHOULD NOT include the credential
itself, password hints, recovery answers, multi-factor recovery codes,
or shared secrets.</t>
    </section>
    <section anchor="flat-networks-and-segmented-networks">
      <name>Flat Networks and Segmented Networks</name>
      <t>The Network Categories defined by this document can be used in both
flat and segmented residential networks.</t>
      <t>In a flat network, all devices may share a single subnet, such as
<tt>192.0.2.0/24</tt>.  In this case, Network Categories are administrative
labels that help the administrator plan addresses and classify devices.</t>
      <t>In a segmented network, Network Categories can map to VLANs, subnets,
SSIDs, firewall zones, or equivalent control boundaries.  For example,
Management, Main, Guest, IoT, Surveillance, and Unknown can each map to
a separate VLAN and subnet.</t>
      <t>This document does not require segmentation.  A residential network map
can begin as a flat-network planning tool and later evolve into a
segmented design.</t>
    </section>
    <section anchor="flat-network-address-planning">
      <name>Flat-Network Address Planning</name>
      <t>In a flat network, Network Categories can be mapped to ranges within a
single subnet.</t>
      <t>The following example uses <tt>192.0.2.0/24</tt>, which is reserved for
documentation examples.</t>
      <t>Example flat-network ranges:</t>
      <ul spacing="normal">
        <li>
          <t>Management: <tt>192.0.2.1-192.0.2.19</tt>
          </t>
          <ul spacing="normal">
            <li>
              <t>Router, firewall, switches, access points, and management
interfaces.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Main: <tt>192.0.2.20-192.0.2.99</tt>
          </t>
          <ul spacing="normal">
            <li>
              <t>Trusted household devices.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>IoT: <tt>192.0.2.100-192.0.2.159</tt>
          </t>
          <ul spacing="normal">
            <li>
              <t>Smart home devices, hubs, sensors, appliances, and cloud-connected
devices.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Surveillance: <tt>192.0.2.160-192.0.2.199</tt>
          </t>
          <ul spacing="normal">
            <li>
              <t>Cameras, network video recorders, and door stations.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Guest: <tt>192.0.2.200-192.0.2.239</tt>
          </t>
          <ul spacing="normal">
            <li>
              <t>Guest DHCP pool.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Unknown: <tt>192.0.2.240-192.0.2.254</tt>
          </t>
          <ul spacing="normal">
            <li>
              <t>Temporary holding range for unclassified devices.</t>
            </li>
          </ul>
        </li>
      </ul>
      <t>In a <tt>/24</tt> network, the <tt>.0</tt> address is the network address and the
<tt>.255</tt> address is the broadcast address.  These addresses MUST NOT be
assigned to hosts.</t>
      <t>The ranges in this section are examples only.  Administrators can choose
different ranges based on network size, router capabilities, existing
address assignments, or operational preference.</t>
    </section>
    <section anchor="segmented-network-address-planning">
      <name>Segmented-Network Address Planning</name>
      <t>In a segmented network, Network Categories can map to VLANs, subnets,
SSIDs, firewall zones, or equivalent control boundaries.</t>
      <t>The following example uses one documentation subnet slice per Network
Category.  A real deployment would normally use private IPv4 subnets.</t>
      <t>Example segmented-network layout:</t>
      <ul spacing="normal">
        <li>
          <t>Management
          </t>
          <ul spacing="normal">
            <li>
              <t>VLAN: <tt>10</tt></t>
            </li>
            <li>
              <t>Subnet: <tt>192.0.2.0/28</tt></t>
            </li>
            <li>
              <t>Notes: Router, firewall, switches, access points, and management
interfaces.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Main
          </t>
          <ul spacing="normal">
            <li>
              <t>VLAN: <tt>20</tt></t>
            </li>
            <li>
              <t>Subnet: <tt>192.0.2.16/28</tt></t>
            </li>
            <li>
              <t>Notes: Trusted household devices.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>IoT
          </t>
          <ul spacing="normal">
            <li>
              <t>VLAN: <tt>30</tt></t>
            </li>
            <li>
              <t>Subnet: <tt>192.0.2.32/28</tt></t>
            </li>
            <li>
              <t>Notes: Smart home devices, hubs, sensors, appliances, and
cloud-connected devices.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Surveillance
          </t>
          <ul spacing="normal">
            <li>
              <t>VLAN: <tt>40</tt></t>
            </li>
            <li>
              <t>Subnet: <tt>192.0.2.48/28</tt></t>
            </li>
            <li>
              <t>Notes: Cameras, network video recorders, and door stations.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Guest
          </t>
          <ul spacing="normal">
            <li>
              <t>VLAN: <tt>50</tt></t>
            </li>
            <li>
              <t>Subnet: <tt>192.0.2.64/28</tt></t>
            </li>
            <li>
              <t>Notes: Guest devices.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Unknown
          </t>
          <ul spacing="normal">
            <li>
              <t>VLAN: <tt>99</tt></t>
            </li>
            <li>
              <t>Subnet: <tt>192.0.2.80/28</tt></t>
            </li>
            <li>
              <t>Notes: Unclassified devices pending review.</t>
            </li>
          </ul>
        </li>
      </ul>
      <t>This document does not define firewall policy between these categories.</t>
    </section>
    <section anchor="review-guidance">
      <name>Review Guidance</name>
      <t>A residential network map SHOULD be reviewed when meaningful network
changes occur.</t>
      <t>Examples of meaningful changes include:</t>
      <ul spacing="normal">
        <li>
          <t>adding or removing a device,</t>
        </li>
        <li>
          <t>changing a device address,</t>
        </li>
        <li>
          <t>creating or removing a DHCP reservation,</t>
        </li>
        <li>
          <t>moving a device to a different Network Category,</t>
        </li>
        <li>
          <t>changing a device Trust Level,</t>
        </li>
        <li>
          <t>changing a device Exposure Level,</t>
        </li>
        <li>
          <t>adding a guest network,</t>
        </li>
        <li>
          <t>adding an IoT device,</t>
        </li>
        <li>
          <t>adding a surveillance device,</t>
        </li>
        <li>
          <t>replacing the router or firewall,</t>
        </li>
        <li>
          <t>replacing a switch, and</t>
        </li>
        <li>
          <t>replacing an access point.</t>
        </li>
      </ul>
      <t>Administrators SHOULD also review the map periodically to identify
unknown devices, outdated records, and devices that no longer match
their intended classification.</t>
      <t>This document does not define a fixed review interval.  A review
interval can be selected based on the size, complexity, and risk of the
network.</t>
    </section>
    <section anchor="change-log">
      <name>Change Log</name>
      <t>A residential network map SHOULD include a lightweight change log.</t>
      <t>The change log helps administrators understand when meaningful network
changes occurred and why they were made.</t>
      <t>A change log entry SHOULD include:</t>
      <t>A change log entry SHOULD include:</t>
      <ul spacing="normal">
        <li>
          <t>Date:
The date of the change.</t>
        </li>
        <li>
          <t>Change:
What changed.</t>
        </li>
        <li>
          <t>Reason:
Why the change was made.</t>
        </li>
      </ul>
      <t>Example:</t>
      <ul spacing="normal">
        <li>
          <t><tt>2026-06-04</tt>
          </t>
          <ul spacing="normal">
            <li>
              <t>Change: Added IoT Network Category.</t>
            </li>
            <li>
              <t>Reason: Smart home devices needed separate classification.</t>
            </li>
          </ul>
        </li>
        <li>
          <t><tt>2026-06-08</tt>
          </t>
          <ul spacing="normal">
            <li>
              <t>Change: Reserved address for main switch.</t>
            </li>
            <li>
              <t>Reason: Switch should remain reachable for troubleshooting.</t>
            </li>
          </ul>
        </li>
        <li>
          <t><tt>2026-06-12</tt>
          </t>
          <ul spacing="normal">
            <li>
              <t>Change: Moved unknown device to Guest.</t>
            </li>
            <li>
              <t>Reason: Device was identified as a visitor phone.</t>
            </li>
          </ul>
        </li>
      </ul>
    </section>
    <section anchor="troubleshooting-uses">
      <name>Troubleshooting Uses</name>
      <t>The mapping model is intended to support ordinary troubleshooting.</t>
      <section anchor="address-conflicts">
        <name>Address Conflicts</name>
        <t>When an address conflict is suspected, an administrator can:</t>
        <ol spacing="normal" type="1"><li>
            <t>check the residential network map for the assigned device,</t>
          </li>
          <li>
            <t>check router or firewall client lists,</t>
          </li>
          <li>
            <t>check DHCP lease records,</t>
          </li>
          <li>
            <t>compare the observed MAC address with the mapped MAC address,</t>
          </li>
          <li>
            <t>identify duplicate static assignments or reservation conflicts,</t>
          </li>
          <li>
            <t>correct the assignment, and</t>
          </li>
          <li>
            <t>update the map.</t>
          </li>
        </ol>
      </section>
      <section anchor="unknown-devices">
        <name>Unknown Devices</name>
        <t>When an unknown device is discovered, an administrator can:</t>
        <ol spacing="normal" type="1"><li>
            <t>record the IP address,</t>
          </li>
          <li>
            <t>record the host name if available,</t>
          </li>
          <li>
            <t>record the MAC address if available,</t>
          </li>
          <li>
            <t>record the manufacturer if available,</t>
          </li>
          <li>
            <t>classify the device as Unknown,</t>
          </li>
          <li>
            <t>investigate the device,</t>
          </li>
          <li>
            <t>reclassify the device when identified, and</t>
          </li>
          <li>
            <t>add a note if the device remains Unknown.</t>
          </li>
        </ol>
      </section>
      <section anchor="unreachable-devices">
        <name>Unreachable Devices</name>
        <t>When a mapped device is unreachable, an administrator can check:</t>
        <ol spacing="normal" type="1"><li>
            <t>whether the device is powered on,</t>
          </li>
          <li>
            <t>whether the device is connected to the expected network,</t>
          </li>
          <li>
            <t>whether the device address changed,</t>
          </li>
          <li>
            <t>whether the device appears in the router or firewall client list,</t>
          </li>
          <li>
            <t>whether the mapped MAC address matches the observed MAC address,</t>
          </li>
          <li>
            <t>whether the device moved to a different Network Category, and</t>
          </li>
          <li>
            <t>whether recent changes explain the issue.</t>
          </li>
        </ol>
      </section>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>A completed residential network map can reveal sensitive operational
details.</t>
      <t>Examples include:</t>
      <ul spacing="normal">
        <li>
          <t>internal addressing,</t>
        </li>
        <li>
          <t>host names,</t>
        </li>
        <li>
          <t>MAC addresses,</t>
        </li>
        <li>
          <t>device manufacturers,</t>
        </li>
        <li>
          <t>network categories,</t>
        </li>
        <li>
          <t>trust posture,</t>
        </li>
        <li>
          <t>exposure posture,</t>
        </li>
        <li>
          <t>camera or surveillance device presence,</t>
        </li>
        <li>
          <t>smart home device presence,</t>
        </li>
        <li>
          <t>guest network structure,</t>
        </li>
        <li>
          <t>management infrastructure, and</t>
        </li>
        <li>
          <t>maintenance patterns.</t>
        </li>
      </ul>
      <t>Completed maps SHOULD be protected from unauthorized access.</t>
      <t>Administrators SHOULD consider:</t>
      <ul spacing="normal">
        <li>
          <t>encrypted storage,</t>
        </li>
        <li>
          <t>restricted sharing,</t>
        </li>
        <li>
          <t>secure backups,</t>
        </li>
        <li>
          <t>redaction before vendor sharing,</t>
        </li>
        <li>
          <t>removal of sensitive fields before publication, and</t>
        </li>
        <li>
          <t>avoiding publication of real host names, MAC addresses, or locations.</t>
        </li>
      </ul>
      <t>Public examples SHOULD use fictitious MAC addresses, fictitious host
names, and non-sensitive device descriptions.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The practices described in this document can improve residential network
manageability and consumer security awareness, but they can also
concentrate sensitive information into one artifact.</t>
      <t>A residential network map can help an administrator identify devices
that may affect privacy or security, including devices that collect
video, audio, location, usage, occupancy, or behavioral data.  It can
also help identify devices that rely on remote access, vendor cloud
services, or unclear connectivity patterns.</t>
      <t>This document does not attempt to define where each device sends data or
whether a device's data handling is acceptable.  Instead, it provides a
simple structure that can help consumers notice which classes of devices
exist on the network and which devices deserve further review.</t>
      <t>If an attacker obtains a completed residential network map, the attacker
may gain insight into device roles, management interfaces, internal
addressing, device manufacturers, device trust posture, device exposure
posture, and possible privacy-sensitive device categories.</t>
      <t>Administrators MUST NOT store plaintext passwords in the map.</t>
      <t>Administrators SHOULD restrict access to completed maps.</t>
      <t>Administrators SHOULD avoid sharing maps that contain real MAC
addresses, host names, device locations, or other sensitive operational
details unless sharing is necessary and appropriately controlled.</t>
      <t>Administrators SHOULD review Unknown devices, devices marked Internet
Exposed, and devices marked Remote Access.</t>
      <t>Administrators SHOULD pay particular attention to IoT and Surveillance
devices because these devices may collect or transmit household data
that users do not routinely inspect.</t>
      <t>Administrators SHOULD update the map after meaningful network changes.</t>
      <t>Security considerations for protocol design are discussed more
generally in <xref target="RFC3552"/>.  Although this document does not define a
protocol, the same general discipline applies: operational guidance
should identify risks and mitigations clearly.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC1918" target="https://www.rfc-editor.org/info/rfc1918" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.1918.xml">
          <front>
            <title>Address Allocation for Private Internets</title>
            <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
            <author fullname="B. Moskowitz" initials="B." surname="Moskowitz"/>
            <author fullname="D. Karrenberg" initials="D." surname="Karrenberg"/>
            <author fullname="G. J. de Groot" initials="G. J." surname="de Groot"/>
            <author fullname="E. Lear" initials="E." surname="Lear"/>
            <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="RFC2119" target="https://www.rfc-editor.org/info/rfc2119" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. 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="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC3552" target="https://www.rfc-editor.org/info/rfc3552" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3552.xml">
          <front>
            <title>Guidelines for Writing RFC Text on Security Considerations</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="B. Korver" initials="B." surname="Korver"/>
            <date month="July" year="2003"/>
            <abstract>
              <t>All RFCs are required to have a Security Considerations section. Historically, such sections have been relatively weak. This document provides guidelines to RFC authors on how to write a good Security Considerations section. 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="72"/>
          <seriesInfo name="RFC" value="3552"/>
          <seriesInfo name="DOI" value="10.17487/RFC3552"/>
        </reference>
      </references>
    </references>
    <?line 983?>

<section anchor="example-network-map">
      <name>Example Network Map</name>
      <t>The following example illustrates how the Network Categories defined in
this document can be represented as a residential network map.</t>
      <t>The diagram is illustrative only.  It does not define required topology,
firewall policy, routing behavior, or permitted communication between
categories.</t>
      <artwork><![CDATA[
             Example Residential Network Map

                     +----------+
                     | Internet |
                     +----+-----+
                          |
                   +------+------+
                   | Router/     |
                   | Firewall    |
                   +------+------+
                          |
                   +------+------+
                   | Network     |
                   | Core        |
                   +------+------+
                          |
       +------------------+------------------+
       |                  |                  |
+------+-----+     +------+-----+     +------+-----+
| Management |     | Main       |     | IoT        |
| VLAN 10    |     | VLAN 20    |     | VLAN 30    |
| .2.0/28   |     | .2.16/28   |     | .2.32/28   |
+------------+     +------------+     +------------+

       +------------------+------------------+
       |                  |                  |
+------+-----+     +------+-----+     +------+-----+
| Surveillance|    | Guest      |     | Unknown    |
| VLAN 40     |    | VLAN 50    |     | VLAN 99    |
| .2.48/28    |    | .2.64/28   |     | .2.80/28   |
+-------------+    +------------+     +------------+
]]></artwork>
      <t>In a flat-network implementation, the same categories can be represented
as ranges inside a single subnet instead of separate VLANs or subnets.</t>
    </section>
    <section anchor="example-device-records">
      <name>Example Device Records</name>
      <t>The following tables provide realistic but sanitized example device
records for a residential, home lab, IoT, and surveillance network.
The IP addresses are documentation addresses and are not intended for
deployment.</t>
      <t>The fields are listed in the canonical order defined by this document.</t>
      <section anchor="router">
        <name>Router</name>
        <table>
          <thead>
            <tr>
              <th align="left">Field</th>
              <th align="left">Value</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">hostname</td>
              <td align="left">
                <tt>router-1</tt></td>
            </tr>
            <tr>
              <td align="left">ip_address</td>
              <td align="left">
                <tt>192.0.2.1</tt></td>
            </tr>
            <tr>
              <td align="left">mac_address</td>
              <td align="left">
                <tt>00:00:5E:00:53:01</tt></td>
            </tr>
            <tr>
              <td align="left">manufacturer</td>
              <td align="left">Example Router Vendor</td>
            </tr>
            <tr>
              <td align="left">network_category</td>
              <td align="left">Management</td>
            </tr>
            <tr>
              <td align="left">addressing_priority</td>
              <td align="left">Static Required</td>
            </tr>
            <tr>
              <td align="left">trust_level</td>
              <td align="left">Management</td>
            </tr>
            <tr>
              <td align="left">exposure_level</td>
              <td align="left">Remote Access</td>
            </tr>
            <tr>
              <td align="left">notes</td>
              <td align="left">Primary gateway</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="switch">
        <name>Switch</name>
        <table>
          <thead>
            <tr>
              <th align="left">Field</th>
              <th align="left">Value</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">hostname</td>
              <td align="left">
                <tt>switch-1</tt></td>
            </tr>
            <tr>
              <td align="left">ip_address</td>
              <td align="left">
                <tt>192.0.2.10</tt></td>
            </tr>
            <tr>
              <td align="left">mac_address</td>
              <td align="left">
                <tt>00:00:5E:00:53:10</tt></td>
            </tr>
            <tr>
              <td align="left">manufacturer</td>
              <td align="left">Example Switch Vendor</td>
            </tr>
            <tr>
              <td align="left">network_category</td>
              <td align="left">Management</td>
            </tr>
            <tr>
              <td align="left">addressing_priority</td>
              <td align="left">Static Required</td>
            </tr>
            <tr>
              <td align="left">trust_level</td>
              <td align="left">Management</td>
            </tr>
            <tr>
              <td align="left">exposure_level</td>
              <td align="left">Internal Only</td>
            </tr>
            <tr>
              <td align="left">notes</td>
              <td align="left">Main switch</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="wireless-access-point">
        <name>Wireless Access Point</name>
        <table>
          <thead>
            <tr>
              <th align="left">Field</th>
              <th align="left">Value</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">hostname</td>
              <td align="left">
                <tt>ap-1</tt></td>
            </tr>
            <tr>
              <td align="left">ip_address</td>
              <td align="left">
                <tt>192.0.2.11</tt></td>
            </tr>
            <tr>
              <td align="left">mac_address</td>
              <td align="left">
                <tt>00:00:5E:00:53:11</tt></td>
            </tr>
            <tr>
              <td align="left">manufacturer</td>
              <td align="left">Example Wireless Vendor</td>
            </tr>
            <tr>
              <td align="left">network_category</td>
              <td align="left">Management</td>
            </tr>
            <tr>
              <td align="left">addressing_priority</td>
              <td align="left">Static Required</td>
            </tr>
            <tr>
              <td align="left">trust_level</td>
              <td align="left">Management</td>
            </tr>
            <tr>
              <td align="left">exposure_level</td>
              <td align="left">Internal Only</td>
            </tr>
            <tr>
              <td align="left">notes</td>
              <td align="left">Wireless access point</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="smart-display">
        <name>Smart Display</name>
        <table>
          <thead>
            <tr>
              <th align="left">Field</th>
              <th align="left">Value</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">hostname</td>
              <td align="left">
                <tt>smart-tv-1</tt></td>
            </tr>
            <tr>
              <td align="left">ip_address</td>
              <td align="left">
                <tt>192.0.2.50</tt></td>
            </tr>
            <tr>
              <td align="left">mac_address</td>
              <td align="left">
                <tt>00:00:5E:00:53:50</tt></td>
            </tr>
            <tr>
              <td align="left">manufacturer</td>
              <td align="left">Samsung Electronics</td>
            </tr>
            <tr>
              <td align="left">network_category</td>
              <td align="left">IoT</td>
            </tr>
            <tr>
              <td align="left">addressing_priority</td>
              <td align="left">Reservation Recommended</td>
            </tr>
            <tr>
              <td align="left">trust_level</td>
              <td align="left">Restricted</td>
            </tr>
            <tr>
              <td align="left">exposure_level</td>
              <td align="left">Local Shared</td>
            </tr>
            <tr>
              <td align="left">notes</td>
              <td align="left">Smart display or television</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="camera">
        <name>Camera</name>
        <table>
          <thead>
            <tr>
              <th align="left">Field</th>
              <th align="left">Value</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">hostname</td>
              <td align="left">
                <tt>camera-1</tt></td>
            </tr>
            <tr>
              <td align="left">ip_address</td>
              <td align="left">
                <tt>192.0.2.64</tt></td>
            </tr>
            <tr>
              <td align="left">mac_address</td>
              <td align="left">
                <tt>00:00:5E:00:53:64</tt></td>
            </tr>
            <tr>
              <td align="left">manufacturer</td>
              <td align="left">Hikvision</td>
            </tr>
            <tr>
              <td align="left">network_category</td>
              <td align="left">Surveillance</td>
            </tr>
            <tr>
              <td align="left">addressing_priority</td>
              <td align="left">Reservation Recommended</td>
            </tr>
            <tr>
              <td align="left">trust_level</td>
              <td align="left">Restricted</td>
            </tr>
            <tr>
              <td align="left">exposure_level</td>
              <td align="left">Internal Only</td>
            </tr>
            <tr>
              <td align="left">notes</td>
              <td align="left">IP camera</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="robotic-cleaner">
        <name>Robotic Cleaner</name>
        <table>
          <thead>
            <tr>
              <th align="left">Field</th>
              <th align="left">Value</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">hostname</td>
              <td align="left">
                <tt>robotic-cleaner-1</tt></td>
            </tr>
            <tr>
              <td align="left">ip_address</td>
              <td align="left">
                <tt>192.0.2.100</tt></td>
            </tr>
            <tr>
              <td align="left">mac_address</td>
              <td align="left">
                <tt>00:00:5E:00:53:70</tt></td>
            </tr>
            <tr>
              <td align="left">manufacturer</td>
              <td align="left">Espressif</td>
            </tr>
            <tr>
              <td align="left">network_category</td>
              <td align="left">IoT</td>
            </tr>
            <tr>
              <td align="left">addressing_priority</td>
              <td align="left">Dynamic Acceptable</td>
            </tr>
            <tr>
              <td align="left">trust_level</td>
              <td align="left">Restricted</td>
            </tr>
            <tr>
              <td align="left">exposure_level</td>
              <td align="left">Remote Access</td>
            </tr>
            <tr>
              <td align="left">notes</td>
              <td align="left">Robotic cleaner or embedded smart device</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="phone">
        <name>Phone</name>
        <table>
          <thead>
            <tr>
              <th align="left">Field</th>
              <th align="left">Value</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">hostname</td>
              <td align="left">
                <tt>phone-1</tt></td>
            </tr>
            <tr>
              <td align="left">ip_address</td>
              <td align="left">
                <tt>192.0.2.106</tt></td>
            </tr>
            <tr>
              <td align="left">mac_address</td>
              <td align="left">
                <tt>00:00:5E:00:53:71</tt></td>
            </tr>
            <tr>
              <td align="left">manufacturer</td>
              <td align="left">Unknown</td>
            </tr>
            <tr>
              <td align="left">network_category</td>
              <td align="left">Main</td>
            </tr>
            <tr>
              <td align="left">addressing_priority</td>
              <td align="left">Dynamic Acceptable</td>
            </tr>
            <tr>
              <td align="left">trust_level</td>
              <td align="left">Trusted</td>
            </tr>
            <tr>
              <td align="left">exposure_level</td>
              <td align="left">Local Shared</td>
            </tr>
            <tr>
              <td align="left">notes</td>
              <td align="left">Trusted personal mobile device</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="ev-charger">
        <name>EV Charger</name>
        <table>
          <thead>
            <tr>
              <th align="left">Field</th>
              <th align="left">Value</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">hostname</td>
              <td align="left">
                <tt>ev-charger-1</tt></td>
            </tr>
            <tr>
              <td align="left">ip_address</td>
              <td align="left">
                <tt>192.0.2.138</tt></td>
            </tr>
            <tr>
              <td align="left">mac_address</td>
              <td align="left">
                <tt>00:00:5E:00:53:72</tt></td>
            </tr>
            <tr>
              <td align="left">manufacturer</td>
              <td align="left">Tesla</td>
            </tr>
            <tr>
              <td align="left">network_category</td>
              <td align="left">IoT</td>
            </tr>
            <tr>
              <td align="left">addressing_priority</td>
              <td align="left">Reservation Recommended</td>
            </tr>
            <tr>
              <td align="left">trust_level</td>
              <td align="left">Restricted</td>
            </tr>
            <tr>
              <td align="left">exposure_level</td>
              <td align="left">Remote Access</td>
            </tr>
            <tr>
              <td align="left">notes</td>
              <td align="left">EV charging equipment</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="connected-vehicle">
        <name>Connected Vehicle</name>
        <table>
          <thead>
            <tr>
              <th align="left">Field</th>
              <th align="left">Value</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">hostname</td>
              <td align="left">
                <tt>vehicle-1</tt></td>
            </tr>
            <tr>
              <td align="left">ip_address</td>
              <td align="left">
                <tt>192.0.2.143</tt></td>
            </tr>
            <tr>
              <td align="left">mac_address</td>
              <td align="left">
                <tt>00:00:5E:00:53:73</tt></td>
            </tr>
            <tr>
              <td align="left">manufacturer</td>
              <td align="left">Tesla</td>
            </tr>
            <tr>
              <td align="left">network_category</td>
              <td align="left">IoT</td>
            </tr>
            <tr>
              <td align="left">addressing_priority</td>
              <td align="left">Dynamic Acceptable</td>
            </tr>
            <tr>
              <td align="left">trust_level</td>
              <td align="left">Restricted</td>
            </tr>
            <tr>
              <td align="left">exposure_level</td>
              <td align="left">Remote Access</td>
            </tr>
            <tr>
              <td align="left">notes</td>
              <td align="left">Connected vehicle</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="streaming-device">
        <name>Streaming Device</name>
        <table>
          <thead>
            <tr>
              <th align="left">Field</th>
              <th align="left">Value</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">hostname</td>
              <td align="left">
                <tt>streaming-device-1</tt></td>
            </tr>
            <tr>
              <td align="left">ip_address</td>
              <td align="left">
                <tt>192.0.2.145</tt></td>
            </tr>
            <tr>
              <td align="left">mac_address</td>
              <td align="left">
                <tt>00:00:5E:00:53:74</tt></td>
            </tr>
            <tr>
              <td align="left">manufacturer</td>
              <td align="left">Apple</td>
            </tr>
            <tr>
              <td align="left">network_category</td>
              <td align="left">IoT</td>
            </tr>
            <tr>
              <td align="left">addressing_priority</td>
              <td align="left">Dynamic Acceptable</td>
            </tr>
            <tr>
              <td align="left">trust_level</td>
              <td align="left">Restricted</td>
            </tr>
            <tr>
              <td align="left">exposure_level</td>
              <td align="left">Local Shared</td>
            </tr>
            <tr>
              <td align="left">notes</td>
              <td align="left">Streaming device</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="robotic-vacuum">
        <name>Robotic Vacuum</name>
        <table>
          <thead>
            <tr>
              <th align="left">Field</th>
              <th align="left">Value</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">hostname</td>
              <td align="left">
                <tt>robotic-cleaner-2</tt></td>
            </tr>
            <tr>
              <td align="left">ip_address</td>
              <td align="left">
                <tt>192.0.2.150</tt></td>
            </tr>
            <tr>
              <td align="left">mac_address</td>
              <td align="left">
                <tt>00:00:5E:00:53:75</tt></td>
            </tr>
            <tr>
              <td align="left">manufacturer</td>
              <td align="left">Roborock</td>
            </tr>
            <tr>
              <td align="left">network_category</td>
              <td align="left">IoT</td>
            </tr>
            <tr>
              <td align="left">addressing_priority</td>
              <td align="left">Dynamic Acceptable</td>
            </tr>
            <tr>
              <td align="left">trust_level</td>
              <td align="left">Restricted</td>
            </tr>
            <tr>
              <td align="left">exposure_level</td>
              <td align="left">Remote Access</td>
            </tr>
            <tr>
              <td align="left">notes</td>
              <td align="left">Robotic vacuum</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="guest-phone">
        <name>Guest Phone</name>
        <table>
          <thead>
            <tr>
              <th align="left">Field</th>
              <th align="left">Value</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">hostname</td>
              <td align="left">
                <tt>guest-phone-1</tt></td>
            </tr>
            <tr>
              <td align="left">ip_address</td>
              <td align="left">
                <tt>192.0.2.230</tt></td>
            </tr>
            <tr>
              <td align="left">mac_address</td>
              <td align="left">
                <tt>00:00:5E:00:53:76</tt></td>
            </tr>
            <tr>
              <td align="left">manufacturer</td>
              <td align="left">Unknown</td>
            </tr>
            <tr>
              <td align="left">network_category</td>
              <td align="left">Guest</td>
            </tr>
            <tr>
              <td align="left">addressing_priority</td>
              <td align="left">Dynamic Acceptable</td>
            </tr>
            <tr>
              <td align="left">trust_level</td>
              <td align="left">Guest</td>
            </tr>
            <tr>
              <td align="left">exposure_level</td>
              <td align="left">Local Shared</td>
            </tr>
            <tr>
              <td align="left">notes</td>
              <td align="left">Visitor device</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="unknown-device">
        <name>Unknown Device</name>
        <table>
          <thead>
            <tr>
              <th align="left">Field</th>
              <th align="left">Value</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">hostname</td>
              <td align="left">
                <tt>unknown-1</tt></td>
            </tr>
            <tr>
              <td align="left">ip_address</td>
              <td align="left">
                <tt>192.0.2.245</tt></td>
            </tr>
            <tr>
              <td align="left">mac_address</td>
              <td align="left">
                <tt>00:00:5E:00:53:77</tt></td>
            </tr>
            <tr>
              <td align="left">manufacturer</td>
              <td align="left">Unknown</td>
            </tr>
            <tr>
              <td align="left">network_category</td>
              <td align="left">Unknown</td>
            </tr>
            <tr>
              <td align="left">addressing_priority</td>
              <td align="left">Dynamic Acceptable</td>
            </tr>
            <tr>
              <td align="left">trust_level</td>
              <td align="left">Unknown</td>
            </tr>
            <tr>
              <td align="left">exposure_level</td>
              <td align="left">Unknown</td>
            </tr>
            <tr>
              <td align="left">notes</td>
              <td align="left">Needs review</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="csv-representation">
      <name>CSV Representation</name>
      <t>A comma-separated values representation MAY use the following header.
It is shown across multiple lines for readability.</t>
      <artwork><![CDATA[
hostname,
ip_address,
mac_address,
manufacturer,
network_category,
addressing_priority,
trust_level,
exposure_level,
notes
]]></artwork>
      <t>Example records are shown below with one field per line.  A CSV
implementation would place each record on a single row.</t>
      <artwork><![CDATA[
hostname: router-1
ip_address: 192.0.2.1
mac_address: 00:00:5E:00:53:01
manufacturer: Example Router Vendor
network_category: Management
addressing_priority: Static Required
trust_level: Management
exposure_level: Remote Access
notes: Primary gateway

hostname: camera-1
ip_address: 192.0.2.64
mac_address: 00:00:5E:00:53:64
manufacturer: Hikvision
network_category: Surveillance
addressing_priority: Reservation Recommended
trust_level: Restricted
exposure_level: Internal Only
notes: IP camera

hostname: ev-charger-1
ip_address: 192.0.2.138
mac_address: 00:00:5E:00:53:72
manufacturer: Tesla
network_category: IoT
addressing_priority: Reservation Recommended
trust_level: Restricted
exposure_level: Remote Access
notes: EV charging equipment
]]></artwork>
    </section>
    <section anchor="json-representation">
      <name>JSON Representation</name>
      <t>A JSON representation MAY use one object per mapped device.</t>
      <t>The following field names are defined:</t>
      <t>The following fields are defined, in canonical order.</t>
      <dl>
        <dt><tt>hostname</tt>:</dt>
        <dd>
          <t>String.  Human-readable hostname, device hostname, or
administrator-assigned label.</t>
        </dd>
        <dt><tt>ip_address</tt>:</dt>
        <dd>
          <t>String.  Assigned IPv4 address.</t>
        </dd>
        <dt><tt>mac_address</tt>:</dt>
        <dd>
          <t>String.  Link-layer address used for identification or DHCP
reservation.</t>
        </dd>
        <dt><tt>manufacturer</tt>:</dt>
        <dd>
          <t>String.  Device manufacturer or vendor.</t>
        </dd>
        <dt><tt>network_category</tt>:</dt>
        <dd>
          <t>String.  Logical network category or zone.</t>
        </dd>
        <dt><tt>addressing_priority</tt>:</dt>
        <dd>
          <t>String.  Addressing stability expectation.</t>
        </dd>
        <dt><tt>trust_level</tt>:</dt>
        <dd>
          <t>String.  Expected trust posture.</t>
        </dd>
        <dt><tt>exposure_level</tt>:</dt>
        <dd>
          <t>String.  Expected reachability posture.</t>
        </dd>
        <dt><tt>notes</tt>:</dt>
        <dd>
          <t>String.  Freeform operational notes.</t>
        </dd>
      </dl>
      <t>The <tt>network_category</tt> field SHOULD use one of the following values:</t>
      <ul spacing="normal">
        <li>
          <t><tt>Management</tt>,</t>
        </li>
        <li>
          <t><tt>Main</tt>,</t>
        </li>
        <li>
          <t><tt>Guest</tt>,</t>
        </li>
        <li>
          <t><tt>IoT</tt>,</t>
        </li>
        <li>
          <t><tt>Surveillance</tt>, or</t>
        </li>
        <li>
          <t><tt>Unknown</tt>.</t>
        </li>
      </ul>
      <t>The <tt>addressing_priority</tt> field SHOULD use one of the following values:</t>
      <ul spacing="normal">
        <li>
          <t><tt>Static Required</tt>,</t>
        </li>
        <li>
          <t><tt>Reservation Recommended</tt>, or</t>
        </li>
        <li>
          <t><tt>Dynamic Acceptable</tt>.</t>
        </li>
      </ul>
      <t>The <tt>trust_level</tt> field SHOULD use one of the following values:</t>
      <ul spacing="normal">
        <li>
          <t><tt>Management</tt>,</t>
        </li>
        <li>
          <t><tt>Trusted</tt>,</t>
        </li>
        <li>
          <t><tt>Restricted</tt>,</t>
        </li>
        <li>
          <t><tt>Guest</tt>, or</t>
        </li>
        <li>
          <t><tt>Unknown</tt>.</t>
        </li>
      </ul>
      <t>The <tt>exposure_level</tt> field SHOULD use one of the following values:</t>
      <ul spacing="normal">
        <li>
          <t><tt>Internal Only</tt>,</t>
        </li>
        <li>
          <t><tt>Local Shared</tt>,</t>
        </li>
        <li>
          <t><tt>Remote Access</tt>,</t>
        </li>
        <li>
          <t><tt>Internet Exposed</tt>, or</t>
        </li>
        <li>
          <t><tt>Unknown</tt>.</t>
        </li>
      </ul>
      <t>Example:</t>
      <sourcecode type="json"><![CDATA[
{
  "hostname": "camera-1",
  "ip_address": "192.0.2.64",
  "mac_address": "00:00:5E:00:53:64",
  "manufacturer": "Hikvision",
  "network_category": "Surveillance",
  "addressing_priority": "Reservation Recommended",
  "trust_level": "Restricted",
  "exposure_level": "Internal Only",
  "notes": "IP camera"
}
]]></sourcecode>
    </section>
  </back>
  <!-- ##markdown-source:
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
mf8FwlZQ3UaYAAA=

-->

</rfc>
