<?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 tocompact="yes"?>
<?rfc tocindent="yes"?>
<?rfc compact="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-farrel-dawn-terminology-04" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="DAWN Terminology">Terminology for the Discovery of Agents, Workloads, and Named Entities (DAWN)</title>
    <seriesInfo name="Internet-Draft" value="draft-farrel-dawn-terminology-04"/>
    <author initials="A." surname="Farrel" fullname="Adrian Farrel">
      <organization>Old Dog Consulting</organization>
      <address>
        <postal>
          <country>UK</country>
        </postal>
        <email>adrian@olddog.co.uk</email>
      </address>
    </author>
    <author initials="K." surname="Yao" fullname="Kehan Yao">
      <organization>China Mobile</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>yaokehan@chinamobile.com</email>
      </address>
    </author>
    <author initials="R." surname="Schott" fullname="Roland Schott">
      <organization>Deutsche Telekom</organization>
      <address>
        <postal>
          <country>Germany</country>
        </postal>
        <email>Roland.Schott@telekom.de</email>
      </address>
    </author>
    <author initials="N." surname="Williams" fullname="Nic Williams">
      <organization>Infoblox</organization>
      <address>
        <postal>
          <country>USA</country>
        </postal>
        <email>nwilliams@infoblox.com</email>
      </address>
    </author>
    <date year="2026" month="July" day="26"/>
    <area>TBD</area>
    <keyword>discovery</keyword>
    <keyword>agents</keyword>
    <keyword>workloads</keyword>
    <abstract>
      <?line 48?>

<t>The proliferation of distributed systems, Artificial Intelligence (AI)
agents, cloud workloads, and network services has created a need for
interoperable mechanisms to discover entities. Entities may include AI agents, software services,
compute workloads, and other named resources that need to be found and
characterised before interaction can begin.</t>
      <t>This document defines terminology for Discovery of Agents, Workloads,
and Named Entities (DAWN).  The intention is that this common set of
terms can be used by other documents related to DAWN and so achieve
consistency of meaning across the space.</t>
    </abstract>
  </front>
  <middle>
    <?line 61?>

<section anchor="sec-intro">
      <name>Introduction</name>
      <t>Distributed systems increasingly rely on the dynamic composition
of services, agents, and workloads that may not have pre-configured connectivity
relationships.  For example, an AI agent may need to find another agent
with specific capabilities, a workload orchestrator may need to locate
compute resources in a particular jurisdiction, or a service consumer
may need to discover providers that support a required protocol or a data schema version.
Further use cases and scenarios may be considered, but it is out of scope
to enumerate them.</t>
      <t>In each case, an entity needs knowledge of remote entities before
interaction can proceed: what they are, what they offer, and whether
they can be trusted.  Such knowledge could be obtained through static
configuration, but this approach is impractical at scale and across
organisational boundaries.  Automated discovery mechanisms are therefore
needed.</t>
      <t>Today, where automated discovery exists, it is typically handled through
proprietary directories or platform-specific mechanisms.  These
approaches do not scale across organisational boundaries and create
fragmented ecosystems where entities cannot find entities managed by
other organisations.</t>
      <t>An interoperable discovery mechanism is needed that builds on existing
protocols and tools, benefits from an established trust model, supports
proven delegation and federation architectures, and allows organisations
to independently publish discovery information.</t>
      <t>This document defines common terminology for use in documents that discuss
Discovery of Agents, Workloads, and Named Entities (DAWN).</t>
      <section anchor="sec-scope">
        <name>Discovery Scope</name>
        <t>It will be helpful to understand the broader discovery ecosystem. Information must 
be registered to the discovery system, may be managed and updated, can then be 
discovered by other entities. But the discoverable information must be balanced as
a compromise between too much detail which will overload the discovery process, and
too little information which would make discovery suboptimal.</t>
        <t>Additional detailed information may be exchanged between entities and this part of the
process may also include negotiation of capabilities.</t>
        <t>In the end, this means that the "discovery ecosystem" can be broken down into at least the
following functions:</t>
        <ul spacing="normal">
          <li>
            <t>Registration and management of an entity to be discovered.</t>
          </li>
          <li>
            <t>Search based on a formalised encoding of search criteria.</t>
          </li>
          <li>
            <t>Discovery lookup based on a minimum viable data set (protocol, identifying properties) with return of a minimum set of discoverable information (including reachability).</t>
          </li>
          <li>
            <t>Reading of additional information.</t>
          </li>
          <li>
            <t>Capability exchange and negotiation.</t>
          </li>
        </ul>
        <t>From an implementation perspective, some of these functional components might be included within the same module, and it is possible that some elements might be achieved using the same protocols. However, for the sake of this document and the DAWN work, only the discovery lookup is in scope.</t>
      </section>
    </section>
    <section anchor="sec-terms">
      <name>Terminology</name>
      <t>The terms presented in this section are in alphabetic order for ease of
reference.  For those wishing to read this document to gain an understanding
of the DAWN scenery, it is recommended to read the terms in the order presented
in <xref target="term-table"/>.</t>
      <figure anchor="term-table">
        <name>Key DAWN Terms in a Readable Order</name>
        <artwork align="center"><![CDATA[
| Core term    | Subsidiary term                  |
|--------------|----------------------------------|
| Entity       |                                  |
|              | Named Entity                     |
|              | Agent                            |
|              | Workload                         |
|              | Task                             |
|              | Discovering Entity               |
|              | Discovered Entity                |
| Discovery    |                                  |
|              | Discovery Information            |
|              | Discoverable Object              |
|              | Minimum Discoverable Information |
|              | Discovery Mechanism              |
|              | Discovery Scope                  |
| Capability   |                                  |
|              | Function                         |
|              | Attributes                       |
|              | Properties                       |
|              | Capability Card                  |
|              | Trust Indicator                  |
| Registration |                                  |
|              | Capability Exposure              |
|              | Registrar                        |
|              | Discoverable Object Validation   |
| Selection    |                                  |
|              | Capability Exchange              |

]]></artwork>
      </figure>
      <dl>
        <dt>Agent:</dt>
        <dd>
          <t>A software entity that acts autonomously or semi-autonomously on behalf of a
user, organisation, or system.  An agent may initiate interactions
with other entities, make decisions, and perform tasks.</t>
        </dd>
        <dt/>
        <dd>
          <t>AI agents are
  a specific class of agent that employ artificial intelligence
  techniques.</t>
        </dd>
        <dt>Attributes:</dt>
        <dd>
          <t>The properties, features, capabilities, skills, etc., that an entity
possesses or may have access to, such as skill type,
communication language, capacity, task description, contact information,
ID, etc. The attributes of an entity form a full detailed set of information
about the entity not all of which is necessarily available to be discovered
or communicated to other entities. (See also, properties and capability.)</t>
        </dd>
        <dt>Capability:</dt>
        <dd>
          <t>A description of the functions, services, or actions that an entity
can perform. Capabilities may be described using structured schemas
such as capability cards.</t>
        </dd>
        <dt>Capability Card:</dt>
        <dd>
          <t>A structured, machine-readable description of an entity's
capabilities and interface.  Variants include agent cards, task cards,
resource cards, tool cards, and skill cards depending on the type of
entity.</t>
        </dd>
        <dt>Capability Exposure:</dt>
        <dd>
          <t>The processes by which entities expose their capabilities. Such exposure
may be part of the registration or management of discovery information prior to the discovery processes, or achieved
through an interaction with an entity. (See also, Capability Exchange.)</t>
        </dd>
        <dt>Capability Exchange:</dt>
        <dd>
          <t>The processes by which entities exchange details between each other of what they can do,
dynamic status information, and which particular features or functions
they wish to engage.</t>
        </dd>
        <dt/>
        <dd>
          <t>Capability exposure, exchange, and negotiation are out of scope for DAWN, but
will form an essential part of the entity ecosystem enabling the selection and
operation of entities.</t>
        </dd>
        <dt>Discoverable Object:</dt>
        <dd>
          <t>An information object that is discoverable and includes information that
defines what an entity is, what attributes it possesses, how to reach the
associated entity, etc.  May be represented as a capability card.</t>
        </dd>
        <dt>Discoverable Object Validation:</dt>
        <dd>
          <t>The process that verifies a discoverable object, ensures its compliance
to referenced standards, and makes it available to be discovered.</t>
        </dd>
        <dt>Discovered Entity:</dt>
        <dd>
          <t>An entity whose properties are returned as the result of a discovery
process. A discovered entity may be a specific instance or a member of
a class of entities that can perform a desired function.</t>
        </dd>
        <dt>Discovering Entity:</dt>
        <dd>
          <t>An entity (or its operator) that initiates the discovery process in
order to find other entities to interact with.</t>
        </dd>
        <dt>Discovery:</dt>
        <dd>
          <t>The process by which an entity or its operator locates other entities
that are capable of performing a desired function or providing a
desired service, and obtains sufficient information to initiate
interaction.</t>
        </dd>
        <dt>Discovery Information:</dt>
        <dd>
          <t>The information returned by a discovery mechanism that allows the 
discovering entity to decide whether later interaction is possible
and desirable. This should be considered in terms of the Minimum 
Discoverable Information (q.v.) and compared with the broader set of
information that forms part of the Capability Exchange (q.v.).</t>
        </dd>
        <dt>Discovery Mechanism:</dt>
        <dd>
          <t>A protocol, system, or method used to perform discovery.  Examples
include Domain Name System (DNS) based service discovery, directory services, and
distributed registries.</t>
        </dd>
        <dt>Discovery Scope:</dt>
        <dd>
          <t>The explicit domain over which discovery is performed. Discovery scope may be 
specified in one or more dimensions, including but not limited to administrative
identifiers (e.g., DNS domain names, AS numbers), trust domains, topological or
distance metrics, geographic or jurisdictional boundaries, and temporal
constraints. Discovery scope bounds the search space and supports scalability,
relevance, and policy enforcement.</t>
        </dd>
        <dt>Entity:</dt>
        <dd>
          <t>A system component that communicates with other entities in a
peer-to-peer or client-server relationship.  Entities include, but
are not limited to, AI agents, tools, skills, tasks, compute workloads,
software services, task owners, network functions, and application endpoints.</t>
        </dd>
        <dt>Function:</dt>
        <dd>
          <t>The functional processing capability that an entity offers. Examples
include task execution, data transformation, inference, routing, steering,
storage, and orchestration.</t>
        </dd>
        <dt>Minimum Discoverable Information (MDI):</dt>
        <dd>
          <t>The minimum amount of information an entity needs to provide to become
discoverable. Think of it as common header of a data structure.</t>
        </dd>
        <dt>Named Entity:</dt>
        <dd>
          <t>An entity that is identified by a stable name within a naming system.
The naming system may be hierarchical (e.g., DNS) or flat.</t>
        </dd>
        <dt>Properties:</dt>
        <dd>
          <t>The discoverable characteristics of an entity.  Properties include, but
are not limited to, communication protocols, capability cards, location,
trust indicators, and operational status. (Compare with attributes.)</t>
        </dd>
        <dt>Registrar:</dt>
        <dd>
          <t>An entity or system responsible for accepting and maintaining records
about entities that wish to be discoverable.</t>
        </dd>
        <dt>Registration:</dt>
        <dd>
          <t>The steps by which agents can register their existence with a registrar.
This should include attestation and other security mechanisms.</t>
        </dd>
        <dt/>
        <dd>
          <t>Registration
is out of scope for DAWN, but the information that can be discovered and the
trust with which that information is treated are key to any complete system.</t>
        </dd>
        <dt>Selection:</dt>
        <dd>
          <t>The mechanisms and policies by which an entity determines which
discovered entities it will interact with.</t>
        </dd>
        <dt/>
        <dd>
          <t>Selection is out of scope
  for DAWN, but depends on information obtained through discovery.</t>
        </dd>
        <dt>Task:</dt>
        <dd>
          <t>A legacy term kept for continuity with earlier work.  A task may be
considered as software service.</t>
        </dd>
        <dt>Trust Indicator:</dt>
        <dd>
          <t>Information associated with an entity that allows a discovering party
to assess the trustworthiness or provenance of the entity and its
advertised properties.  Examples include digital signatures,
certificates, and attestations.</t>
        </dd>
        <dt>Workload:</dt>
        <dd>
          <t>A unit of compute or processing that is deployed and executed within a
hosting environment.  Workloads may be transient or long-lived and may
move between hosting environments.</t>
        </dd>
      </dl>
    </section>
    <section anchor="sec-iana">
      <name>IANA Considerations</name>
      <t>This document does not make any requests of IANA.</t>
    </section>
    <section anchor="sec-security">
      <name>Security Considerations</name>
      <t>This document only defines a set of terms.  It does not introduce any
issues that require security consideration.</t>
      <t>However, this document does define Trust Indicator, attestation-dependent Registration,
and scope-based policy enforcement, and so it should be clear that discovery has significant
security and privacy implications.  It is anticipated that these will be addressed
in the DAWN solution/architecture documents</t>
    </section>
    <section anchor="sec-privacy">
      <name>Privacy Considerations</name>
      <t>This document only defines a set of terms.  It does not introduce any
issues that require privacy consideration.</t>
    </section>
    <section anchor="sec-operations">
      <name>Operational Considerations</name>
      <t>This document only defines a set of terms.  It does not introduce any
issues that require operational consideration.</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>The authors wish to acknowledge the contributions of participants in
the DAWN discussions that shaped this document.</t>
      <t>Jim Mozley, Med Boucadair, Chenguang Du, Daniel King, and Benoit Claise
provided useful reviews of this document.</t>
    </section>
  </middle>
  <back>








  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA71bYY8jN3L93r+CWH/IDCApxiEfcgIO8HjHm0yMXR88e2cE
QRBQ3ZTEm+5mm+werWI7v/1eVZFstka7XhvBDWyPptUkq4pVr14V6fV6XdWu
sf1hq6Zxv/7Xqhrt2Jqtem98Z3vXusNZ7Z1X49Goextq92z8Wbm9ujuYfgwr
9YPzT63TDT7qvlHvdGca9U2PaawJ6ub+7od3t1WldztvnreK/iznrhpX9xiy
VY3X+3G9196bdt3oU78e59fWX/5LdcJCB++mYVvVejQH589bZfu9q+zgt2r0
Uxj/8OWXf/zyD1UYvdHdVj188/5Nhb8g2P/o1vVY5mxCNdit+q/R1SuF/7hu
0PXIH23fQKeVCs5jgj00CudOPsTX/huaYGqY5+v76um0rZRaqyaZhf/SbBf+
eEqmwahpPDrP7+NfBbnDVt1t1BvWlx+JGe4ab3VfPncem/Nd26h7d1CvXR+m
dsSG8Xe1m/qR7PCXb/lv02nbbpXmSb5ybdO4w6Z2m+lpufK3G/Wf2hXLfmuO
WDU94yVfH22v1Vu3s61ZLsbflOudtXuiCb6q6ZuOh2DZbrno9xv1WB/dOBbr
fu9a8priOa99b6Yx1HC596Y1TzxRsf6/wTF0fy4lkHk2Ms9Xo4zaNGYpwbuN
+sG2rdVdKGR4Z+vlYxbhAZ61a92HCzs/3pXL9qc47isbX2e1q/UajrCDG8Jn
quo9FBm8a+3eeD1a11P8wGtGb3fTiHAJ5zCaDm5250e7t7XVLdaHFq2FN9VG
3dw93FY6RlzduqmZnUvirjcjPVHB+GdbI/KOOqgavkrza3yNX4jjymJa7wYI
smuN6kyNbbOhC/D/7MjKxPDdzIHc6TNsWLdTY9Tdg0qyBLcfTwiJvO6qolCB
VpcCOiCIZ4s3ypvgJk9Sjkc9inBYf2cg4oR38X4Fwch6xtuAb3cGwhvF0uMp
2bCGw+7MwfYbsrANClAydRBLNWZve5r8AsN+Bb+qj+LXRinaQ1q957VtlHyk
daFwh2fBjJi3okVDFE5NLPs5Kp8EDDBAyxsDpRkRaeXglEb8mGcDE/YB7oGt
Z1E7gz3qD/jauxAYigPQyGzE0TrbNAjR6qet+iKYeg0xvful+oJcyLtmYnNV
1f1Lh6MdhYsETN6eSSgs1/P8zRk7hbigzXTB8gyQJO9ydgCSPO+0GIVcpXcj
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

-->

</rfc>
