<?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-02" category="info" 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-02"/>
    <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="June" day="04"/>
    <area>TBD</area>
    <keyword>discovery</keyword>
    <keyword>agents</keyword>
    <keyword>workloads</keyword>
    <abstract>
      <?line 47?>

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

<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>
    <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, if it 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              |
|              | Disovery 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
possess or may have access to such as capabilities, skill type,
communication language, capacity, task description, contact information,
ID, etc. (See also, properties.)</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 discovery processes, or an achieved
through and interaction with an entity. (See also, Capability Exchange.)</t>
        </dd>
        <dt>Capability Exchange:</dt>
        <dd>
          <t>The processes by which entities exchange details 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 selection and
operation of agents.</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 possess, how to reach to 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 the discovery substrate.</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 desireable.</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.</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>
    </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, and Chenguang Du, and Daniel King provided
useful reviews of this document.</t>
    </section>
  </middle>
  <back>








  </back>
  <!-- ##markdown-source:
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
MY4tAAA=

-->

</rfc>
