<?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.35 (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-01" category="info" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.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-01"/>
    <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="April" day="21"/>
    <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    |                                  |
|              | Discoverable Object              |
|              | Minimum Discoverable Information |
|              | Discovery Mechanism              |
| 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 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>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 and Med Boucadair provided useful reviews of this document.</t>
    </section>
  </middle>
  <back>








  </back>
  <!-- ##markdown-source:
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
Fhw7/yTBMVUX4cxz+QBtT9jn/jSPQ+c1h+I5g1AT81Khy+kcDiPBTEA+UyuN
R8PZLswMhHZvBJMtzwaTR3hc/cApPKDiUSh/z7Ekb6SEm64KeKoXgJUtVTeU
hmZh6EYfVaok4dLOqRmSrJmHQYtU0zG1dybuXSNTekjNpzn6HGH4ncyjA+8k
ifHadTRzoF5a3bIw9fj69e0TtdFhMmWSshhndKdygM4cVt4CpYRkuWYrAJM0
lll8P9aAU/lEXPSw9OTSmiLBGL+Mbkn/ktF1Sx5dkiZ4UM7gydxpMRvLxExR
gFOmSV5rOysXF4vyGigN13LJyHWtXJrOb4KI+B/cGElx4Y698fglX2QV1RgP
1A4goVQqop44OCt0n7vSjOu8jPKGQJygVpDmvIqTETRddD08Z1bLvDP1IFmT
h/Lgrj4UqRTAFDZcKBQGNHeEG6LhqGdzcew6Z8PpBkLQ+tl2//Gr65sn2bQu
va07uo2kYCuj4nxiT3iWWwe5WsNhGAHcuNUKYm1/x5Iil6AyWdyjmmT6G28i
cskJncsR0pzPcjK1NN2k9MJXX7Sa7aKrP8Ypt3xUnFBFLA1WJRdss4eZpVF6
eZ6w0qD+sVnt0I1wuFGdAvBCp2lkkH01y2rFVSKKnTArjIH5YuDwBaifdy3j
jHnxoH5fCHGmDkVGyzZPG/KlaC5hYJoUarBmbP7n7h3bUcp5B7rkIdu23KDU
5hCZUjkLIzTwH/1Os06oQqZsqPSaZ7Bc1G3m/ipUKCMLWx/KfCHtKmVBIS7j
UyXOA3i+tpaieKy0vZwzzYX3fIMzthoxGr65SbN1IbKAyPOcrqcbDOhS6kbR
Or/bOispI1/bzku4fL1U1AV8QcD1mJwTKy52ppw8iaCbmXyvDnzcoTqGD3V/
kkrJgPAyqqtx3DLGcHFJRIMA11KCu5iGUd/zmJ0rTXxVBK8pblNsqpvPMv5a
FbOe8/s/deYl6dH49mReJJ/drk2JsapoXCvpia5F6jTsvgMQWTg16rYfuI4j
ZxrtkXc85wKapwi7SojzLCBfWhIPnecI2m4+raOdS6Isyuh5J5b4Xq5jphKR
goP6ipPUtFpmGdye0kbQkngqzTfkAkjKQ+kdk2zuFPiPfXRzTxQS5CY3zx2m
8mGEemN3NlK0212f5i5kvpFJDuXylO+mkCBOyAN18Tj4h08zJ1jRMSe7sakx
NCRK6JY8ltyTKgPU18wapr+33vV0owKVx0uhTMCc8rgK42Kw3y1be5/E4hXq
ruEfvBmPxvSXpIbiEgmdhOY/Trh6fcV/zmTzPVp4cOHl4DjiX56hUYTRdTnc
whROAgq5mS1I9m1mjk/Ld317Grs5nf6AQ+6B4IebQgGb/pKCtahsCEPm0HSB
P5FVXW5Z6Hfw9h5hQur9IB9/R+3S5h9VbsxDfL33fZGVfj8dy1x4rudX6qoe
r/8ZUXLvKH9WF8ZMpqe3OE6Jhbi85gEetSc877CHNOmqxkvCdE86DfrCXh/M
2X0jNPmr7dQr95/WSPS/wivfuqHWjbbjn3lwR7EdWph2b80xCGvM5PwPZoof
kmwpAAA=

-->

</rfc>
