<?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-akhavain-moussa-dawn-problem-statement-04" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="DAWN problem statement">Problem Statement for the Discovery of Agents, Workloads, and Named Entities (DAWN)</title>
    <seriesInfo name="Internet-Draft" value="draft-akhavain-moussa-dawn-problem-statement-04"/>
    <author initials="A." surname="Akhavain" fullname="Arashmid Akhavain">
      <organization>Huawei Technologies Canada</organization>
      <address>
        <postal>
          <country>Canada</country>
        </postal>
        <email>arashmid.akhavain@huawei.com</email>
      </address>
    </author>
    <author initials="H." surname="Moussa" fullname="Hesham Moussa">
      <organization>Huawei Technologies Canada</organization>
      <address>
        <postal>
          <country>Canada</country>
        </postal>
        <email>hesham.moussa@huawei.com</email>
      </address>
    </author>
    <author initials="D." surname="King" fullname="Daniel King">
      <organization>Old Dog Consulting</organization>
      <address>
        <postal>
          <country>UK</country>
        </postal>
        <email>daniel@olddog.co.uk</email>
      </address>
    </author>
    <date year="2026" month="June" day="12"/>
    <area>TBD</area>
    <keyword>discovery</keyword>
    <keyword>agents</keyword>
    <keyword>tasks</keyword>
    <keyword>data</keyword>
    <keyword>workloads</keyword>
    <abstract>
      <?line 56?>

<t>Interacting entities such as agents, tasks, users, workloads, data,
compute, etc., in AI ecosystem/network are proliferating, yet there is
no standardised way to discover what entities exist, what attributes
such as skills, capabilities, physical characteristics, etc., they
posses, what services they offer, or how to reach them across
organisational boundaries.</t>
      <t>Discovery today relies on proprietary directories or manual
configuration, creating fragmented ecosystems that prevent cross-domain
collaboration.</t>
      <t>This document describes the problem space that motivates Discovery of
Agents, Workloads, and Named Entities (DAWN). It clarifies the scope of
work within entity ecosystems, identifies why current approaches are
insufficient, and outlines the challenges a standardised discovery
mechanism must address. It does not propose a specific solution or
protocol.</t>
    </abstract>
  </front>
  <middle>
    <?line 76?>

<section anchor="sec-intro">
      <name>Introduction</name>
      <t>Entities in entity ecosystem collaborate to render services and follow
the lifecycle shown in <xref target="fig-lifecycle"/>.</t>
      <figure anchor="fig-lifecycle">
        <name>An example of Entity Lifecycle</name>
        <artwork align="center"><![CDATA[
+------------------------+     +-------------------------------+
| Entity                 |     |          Entity system        |
| (e.g., AI agent, task) |---->|       registration process    |
+------------------------+     | +---------------------------+ |
                               | |   Identity Provisioning   | |
                               | +---------------------------+ |
                               |               |               |
                               |               v               |
                               | +---------------------------+ |
                               | |      Authentication       | |
                               | +---------------------------+ |
                               |               |               |
                               |               v               |
                               | +---------------------------+ |
                               | |      Authorisation        | |
                               | +---------------------------+ |
                               +-------------------------------+
                                               |
                                               v
                            **************************************
                            | Discovery substrate access point   |
                            **************************************
                            |       Discovery substrate          |
                            **************************************
                                               |
                                               v
                            +------------------------------------+
                            | Communication/Invocation/Operation |
                            +------------------------------------+
                                               |
                                               v
                            +------------------------------------+
                            |             Monitoring             |
                            +------------------------------------+

]]></artwork>
      </figure>
      <t>As shown in <xref target="fig-lifecycle"/>, an entity will pass through a set of
important functional blocks before it becomes active and start
interacting with other entities in the ecosystem. This document focuses
on the discovery problem space in the above diagram namely: "Discovery
substrate access point" and "Discovery substrate".</t>
      <t>Entities increasingly need to discover, connect with, and collaborate
with one another to deliver services. This discovery process is driven
by the need to identify the most suitable set of entities that satisfy
the requirements of a particular service. To achieve this, an entity
must be able to find others based on attributes such as skills,
capabilities, physical characteristics, names, and other relevant
qualities they possess. Obviously, as static configuration is
impractical at scale, an automated discovery of entities, their skills,
and their capabilities becomes essential.</t>
      <t>Discovery within an AI ecosystem can be multi-dimensional and complex. A
discovery request may trigger a cascade of subsequent discovery requests
by other AI entities, occurring either sequentially or in parallel and
the process might become unbounded. In addition, the discovery step can
be interactive. For example, an entity might be looking for another
entity that might not be available at the time of request (e.g., the
desired entity might be busy). Furthermore, entities might be looking
for a variety of other entities with different cards/descriptors.
Discovery might also be subjected to either a system wide or local
policy and might span cross organisation. There also challenges w.r.t
the nature of discovery request itself as will be explained later in
this document.</t>
      <t>Assuming that trust has already been established between entities and
within the ecosystem in the steps prior to the discovery stage, the
discovering entity must learn what the remote entity does, what
attributes it posses, how to communicate with it, etc.</t>
      <t>This document describes the problem space and informs the development of
requirements set out in <xref target="I-D.king-dawn-requirements"/> and future
solution proposals for Discovery of Agents, Workloads, and Named
Entities (DAWN).</t>
    </section>
    <section anchor="sec-terms">
      <name>Terminology</name>
      <t>This document uses the following terms defined in
<xref target="I-D.farrel-dawn-terminology"/>:</t>
      <ul spacing="normal">
        <li>
          <t>Attributes</t>
        </li>
        <li>
          <t>Discoverable Object</t>
        </li>
        <li>
          <t>Discovery</t>
        </li>
        <li>
          <t>Discovery Mechanism</t>
        </li>
        <li>
          <t>Entity</t>
        </li>
        <li>
          <t>Minimum Discoverable Information</t>
        </li>
      </ul>
    </section>
    <section anchor="sec-motives">
      <name>Motivation</name>
      <t>The main motivation behind DAWN is to tackle the discovery problem space
within the entity ecosystem. It is driven by a few factors:</t>
      <ul spacing="normal">
        <li>
          <t>Discovery use cases in real‑world
          </t>
          <ul spacing="normal">
            <li>
              <t>Many practical scenarios require discovery, not only for
agent‑to‑agent, but also agent‑to‑tools, agent‑to‑task,
task-to-agent, and other forms of entity interaction.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Limitations of traditional discovery methods
          </t>
          <ul spacing="normal">
            <li>
              <t>Existing discovery mechanisms are not designed to natively handle
scenarios where entities are dynamic, mobile, cross-domain, or when
they have complex attributes.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Current approaches are ad-hoc, entity specific, and and do not scale:
          </t>
          <ul spacing="normal">
            <li>
              <t>Even in today's implementations (e.g., MCP‑based systems or
A2A‑based systems), discovery tends to be contained and handled
through simple mechanisms such as name lookup, search engines, or
static agent cards/tool cards. These approaches work only in small,
closed environments. They do not address challenges such as
inter‑domain discovery, dynamic endpoint association, chained
discovery queries, blind or exploratory search sessions, or
large‑scale environments. In addition, they do not address the need
of other discoverable entities such as task, workloads, etc.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Emergence of discoverable entities, discoverable objects, and
discovery mechanism:
          </t>
          <ul spacing="normal">
            <li>
              <t>Entities may have associated MDIs (e.g., task , capabilities,
endpoints, policies), and that a discovery
substrate/mechanism/vehicle is needed. The discovery substrate may
implement unified mechanism or may support multiple discovery
strategies depending on the scenario.</t>
            </li>
          </ul>
        </li>
      </ul>
      <section anchor="sec-lifecycle">
        <name>Example of Discovery Lifecycle in AI Ecosystem</name>
        <t>Consider a task owner (e.g., an entity such as an end user, AI agent,
model, data owner, resource/compute owner) which intends to submit a
task to the ecosystem and, as shown in Figure 1, has already been
processed and accepted by the entity registration block. The following
describes the steps after which the entity becomes available for
discovery.</t>
        <ol spacing="normal" type="1"><li>
            <t>Discovery substrate access point validates the task owner's
credentials and verifies that its associated discoverable object
meets compliance requirements. The discoverable object is what the
discovery substrate makes available/visible to system participants.
It contains the minimum discoverable information (MDI) needed by
discovering entities in the system to decide whether selection,
authorisation, capability exchange, or communication should be
attempted.</t>
          </li>
          <li>
            <t>Validated task owners may submit their tasks to the system. Submitted
tasks are discoverable entities themselves. They have their own
discoverable objects (task card in this case) which the discovery
substrates makes available/visible to other entities in the ecosystem
once they pass through the entity registration block.</t>
          </li>
          <li>
            <t>Registered discovering entities (e.g., an AI agent) may issue
discovery queries to identify and/or locate discoverable objects. For
example a validate task owner has a task that needs to be fulfilled
by an AI agent. The task owner submits the discoverable object of its
task (e.g., task card), the discovery substrate makes the task card
visible and discoverable, various registered AI agents launch task
discovery queries to locate suitable tasks to perform, a registered
AI agent discovers the discoverable task card and determines
suitability. The register AI agent can also launch other discovery
queries to find other entities (e.g., other AI agents, compute
resources, or inference data) that can participate in fulfilling the
discovered task.</t>
          </li>
          <li>
            <t>The discovery substrate processes discovery queries and returns the
relevant validated discoverable objects such as tasks, agents,
resources, etc., to the discovering entity that issued the query. It
must be noted that the nature and structure of the query, the format
of the discoverable objects (e.g., standardised object cards), and
the discovery mechanism employed (e.g., simple name lookup or
semantic matching) are key factors influencing the accuracy, volume,
timeliness, etc., of the results. For example, the discovering entity
may need to provide details about its skills, capabilities, pricing,
or other relevant attributes so the discovery substrate can match its
request with an appropriate subset of registered discoverable
entities in the system.</t>
          </li>
          <li>
            <t>Upon receiving the discovery results (e.g., a list of suitable
entities), the discovering entity might need additional information
before initiating its interaction with the discovered entities. For
example, it might need to know more about the parent entity of the
discovered entity whose name/ID can be potentially found in the
discovered entity's discoverable object.</t>
          </li>
        </ol>
        <t>The example above illustrates the broader concept of discovery within an
ecosystem. Other factors such as entity's mobility can further
complicate the problem space. The example underscores the significance
and complexity of the problem space that DAWN aims to address. It
highlights why a structured problem definition, clear requirements, and
well‑designed solutions are essential for enabling robust, scalable, and
interoperable discovery across diverse entities and use cases.</t>
      </section>
    </section>
    <section anchor="sec-applicability">
      <name>Applicability</name>
      <t>The challenges outlined in the Motivation section underscore the need
for mechanisms that allow discovering and discoverable entities to
dynamically locate and interact within a decentralised ecosystem. DAWN
is applicable in scenarios where discovery serves as a key enabler for
autonomous operation, collaboration, and adaptive decision-making. In
such systems, various discovery modes should be supported. For example,
there needs to be support for entities that lunch discovery queries to
find other entities, while also supporting scenarios where task owners
including agents, users, or services may advertise needs (e.g., tasks to
be completed) that suitable entities can discover and execute.</t>
      <t>Some discovery examples include Data sources can that make their
datasets discoverable to support reasoning or training features needed
by AI agents and models, compute resources may advertise their
capabilities, serving as rendezvous points for entities, models, and
datasets to facilitate training workflows, or models may advertise their
functionality to allow users or entities to discover them for inference
tasks.</t>
      <t>The following subsections provides more details, illustrating the
contexts in which DAWN provides value and a consistent foundation for
the functional requirements and design considerations.</t>
      <section anchor="entities-discovering-entities">
        <name>Entities discovering Entities</name>
        <t>Entities frequently need to locate other entities to coordinate actions,
share information, or engage in collaborative workflows. In some
situations, an entity may already be aware of a counterpart possessing
the required skills or capabilities. In other cases, entities must
actively query the system to discover suitable peers by specifying the
skills or attributes they are looking for. DAWN provides a framework to
support both modes of discovery, enabling dynamic, capability-driven
interactions in decentralised and heterogeneous environments.</t>
        <t>DAWN enables entities to advertise their presence, capabilities, and
status, facilitating peer-to-peer interactions in ecosystems that are
dynamic and hosts various types of entities. This is particularly
relevant in large-scale deployments, cross-domain environments, or
systems where entities may join or leave unpredictably.</t>
      </section>
      <section anchor="entities-discovering-needs">
        <name>Entities discovering needs</name>
        <t>In addition to discovering other entities, entities may also desire to
locate needs advertised by other entities (e.g. Tasks) that require
attention or contribution within a system. Needs can be advertised by
users, other entities, or services, along with information such as
required skills, priority, or dependencies. Since entities are aware of
their own capabilities, they can match their skill sets against
advertised needs and proactively apply for or claim the opportunity to
fulfull the need for which they are suitable. DAWN provides mechanisms
to make needs (e.g., Tasks) discoverable, enabling entities to query,
filter, and select tasks efficiently, supporting autonomous
orchestration, dynamic workflow formation, and load distribution across
heterogeneous environments.</t>
      </section>
      <section anchor="entitiesmodels-discovering-data">
        <name>Entities/models discovering data</name>
        <t>Entities and models often require access to data distributed across
multiple systems or administrative domains to perform training,
inference, or reasoning tasks. This includes datasets, knowledge bases,
or document repositories that may be advertised as discoverable entities
with information such as format, availability, and access requirements.
In Retrieval-Augmented Generation (RAG) scenarios, entities or models
need to dynamically locate relevant external knowledge sources or
documents to supplement generative reasoning, enabling more accurate and
context-aware responses. Additionally, data in these environments may be
dynamic, changing over time as new information is added or existing data
is updated. DAWN provides mechanisms for discovering, tracking, and
querying such evolving data sources, allowing entities and models to
identify relevant information in real time while respecting access
controls and provenance information.</t>
      </section>
      <section anchor="entitiesmodels-and-data-discovering-compute">
        <name>Entities/models and data discovering compute</name>
        <t>Entities and models often require access to compute resources to perform
tasks such as training, fine-tuning, or indexing. These resources may be
distributed across multiple systems or administrative domains, and their
availability, capacity, or configuration can change over time. In this
context, compute resources can serve as rendezvous points, allowing
entities, models, and datasets to converge and interact efficiently.
DAWN provides mechanisms for entities, models, and data sources to
discover compute resources that meet their requirements, including
hardware capabilities, scheduling constraints, and current availability.
By enabling dynamic identification of suitable compute nodes, DAWN
supports elastic scaling of training workloads, efficient utilisation of
heterogeneous infrastructure, and adaptive collaboration in
decentralised and changing environments.</t>
      </section>
      <section anchor="discovering-models-for-inference">
        <name>Discovering models for inference</name>
        <t>Users, agents, and services (i.e., entities) may need to leverage
pre-trained models for inference in tasks such as prediction,
recommendation, or decision-making. Models may be distributed across
various systems or administrative domains, and their availability,
capabilities, or performance characteristics can evolve over time. DAWN
supports mechanisms to discover models that are most suitable for
different contexts. This enables users, agents, services, etc. to
dynamically adapt to newly available models, take advantage of
improvements, and ensure interoperability in heterogeneous and evolving
environments.</t>
      </section>
      <section anchor="sec-taxonomy">
        <name>Taxonomy of Entities</name>
        <t>Classifying entities along multiple dimensions helps derive common as
well as specific requirements in discovery processes and protocols for
different types of entities.</t>
        <t>The following aspects are listed. This is not an exclusive list and it
is expected that the list will evolve iteratively as new use cases are
developed. Primary dimensions include:</t>
        <ul spacing="normal">
          <li>
            <t>Identity Binding: Describes the relationship between an entity's
identifier and its runtime deployment artifact (e.g., a single
instance, cluster, physical device, IP/port, etc.). This determines
the persistence of the identifier as well as the lifecycle and
reachability characteristics of the resolved target object. Discovery
mechanisms need to consider these characteristics when designing
caching policies, refresh frequencies, and re-discovery conditions.  </t>
            <t>
For example: An AI agent may be bound to a dynamic service instance in
a cloud computing environment, or it may be bound to a specific
physical mobile device. The former may have an ephemeral identifier
that changes across sessions, while the latter has a persistent
identifier.</t>
          </li>
          <li>
            <t>Control Ownership: The administrative entity that has authority over
the entity's lifecycle, configuration, and policy. This determines who
publishes discovery information and who can update or withdraw it.  </t>
            <t>
For example: A computing workload may be owned by the user who submits
it (control ownership lies with the user), while a network function
deployed by a service provider is owned by that provider's
organization.</t>
          </li>
          <li>
            <t>Responsible Party: The party that is operationally accountable for the
entity's behaviour, including security, correctness, and policy
compliance. This may differ from the control owner. This dimension
relates to trust and attestation requirements in discovery.  </t>
            <t>
For example: In a Retrieval-Augmented Generation (RAG) scenario, the
data source that is discovered and retrieved is the responsibility of
its data owner. Meanwhile, the AI agent that consumes that data and
generates new results is the responsibility of its agent provider.</t>
          </li>
          <li>
            <t>Dynamic Characteristic: The rate and predictability of change in the
entity's discoverable properties (e.g., location, availability, load).
This influences how discovery information should be published and
cached.  </t>
            <t>
For example: The current load of a computing workload changes rapidly
(high dynamism). In contrast, a deployed network function change
rarely (low dynamism), allowing long-lived caching.</t>
          </li>
          <li>
            <t>Discovery Payload Richness: The level of detail and structure of
discovery information that an entity can publish or that a query can
expect to retrieve. This determines whether discovery information is
embedded directly in the response or provided via references, and it
also affects query language capabilities and caching granularity.  </t>
            <t>
For example: A simple network function may only advertise its IP
address and port (minimal). An AI agent may publish a full capability
card listing its skills, input/output schemas, and authentication
method (rich).</t>
          </li>
          <li>
            <t>Cross-domain Visibility: The level of access control, entity discovery
permissions, amount of information exposed, and selective publication
of information are aspects that need to be considered when operating
in multi-administrative domain environements.</t>
          </li>
        </ul>
        <t>For example: An AI agent's capabilities may be discoverable across
domains to enable collaboration, but the backend computing services that
execute the agent's tasks are only discoverable within the same
administrative domain for security or policy reasons.</t>
        <t>The following presents a table of entity types. This is not an exclusive
list and it is expected that more entity types will continue to be added
as new use cases are developed. The table shows:</t>
        <figure anchor="taxonomy">
          <name>Taxonomy of Entities</name>
          <artwork align="center"><![CDATA[
+-----------+----------+------------+-------------+--------------+
|  Entity   | Identity |  Control   | Responsible |   Dynamic    |
|   Type    | Binding  |  Ownership |    Party    |Characteristic|
+-----------+----------+------------+-------------+--------------+
|    AI     |End device|Organization| Developer&  |    High      |
|   Agent   |/Instance |    /User   |Deployer&User|              |
+-----------+----------+------------+-------------+--------------+
|  Software | Instance |  Provider  |  Developer  |    Medium    |
|  Service  | /Cluster |Organization| & Deployer  |              |
+-----------+----------+------------+-------------+--------------+
|  Compute  | Variable |Submitter & |  Submitter  |    High      |
|  Workload |    ID    |Orchestrator| & Deployer  |              |
+-----------+----------+------------+-------------+--------------+
|  Network  | Node     | Provider   |   Operator  |    Low       |
|  Function | /Instance|Organization|             |              |
+-----------+----------+------------+-------------+--------------+
|Application| IP/Port  |   Owning   |  Developer  |    Medium    |
|  Endpoint | /Instance|Organization| & Deployer  |              |
+-----------+----------+------------+-------------+--------------+
]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="sec-func-req">
      <name>Functional Requirements</name>
      <section anchor="sec-disco-entity">
        <name>Discovering Entities and Query Granularity</name>
        <t>Discovery in ecosystem should support different levels of granularity.
Queries may range from broad capability-based searches (such as
identifying all models with mathematical abilities) to more specific
lookups (such as retrieve details about wolfram alpha math-expert
agent). The discovery system should also enable entities to be found
through the attributes reflected in their discoverable objects that
capture aspects like their skill sets, functionality, name/ID, ratings,
regional associations, and more.</t>
      </section>
      <section anchor="sec-disco-rsp">
        <name>Discovering Response and Minimum Discoverable Information</name>
        <t>Information an entity discovers about another entity must be meaningful
and useful for delivering the required service. Accordingly, a response
to a discovery query should include attributes that describe the
discovered entity: such as what it can do, the skills it possesses, the
protocols it supports, the security guarantees it claims to offer, the
policies it can potentially enforce, its pricing for services, its
current operational status (e.g., available, busy, or offline),
communication means, etc.</t>
        <t>Such information can be either embedded within the entity's discoverable
object or retrieved through a subsequent interaction outside the
discovery substrate (for example, after discovery, an interview‑style
exchange may be conducted using the communication method indicated by
the entity - outside the scope of DAWN).</t>
        <t>In either case, there is a need for a standardized structure for
discoverable objects that provides the minimum set of information (i.e.,
MDI) needed for the discovery substrate to return results that
meaningfully support service delivery within the AI ecosystem.</t>
      </section>
      <section anchor="sec-cross-domain">
        <name>Cross-Domain Collaboration</name>
        <t>Entities operating across organisational boundaries need to discover
counterparts without depending on a shared infrastructure. For example,
a customer-service agent in one organisation may need to find a
logistics-tracking agent in another. Models in one administrative domain
may need to find compute resources in another administrative domain for
training. Similarly, a model or agent in one domain might need to use
data in another domain for retrieval-augmented generation (RAG) based
inference. Current platform-specific mechanisms do not interoperate, so
entities remain invisible outside their own ecosystem.</t>
        <t>Administrative domains are typically unwilling to disclose their
internal structures or detailed operational information to one another.
In traditional networking, for instance, they use abstraction and
aggregation techniques to share only high‑level insights about their
operations. A standards‑based mechanism to support controlled
information sharing while ensuring administrative domain
interoperability without exposing sensitive internal details is
potentially desirable.</t>
      </section>
      <section anchor="sec-disco-dyanmic">
        <name>Discovery and Dynamic Attributes in Discoverable Objects</name>
        <t>Entities whose discoverable objects contain dynamic attributes introduce
distinct challenges for discovery. Dynamic attributes such as location
information, dataset samples, compute capacity, etc., can change at
different rates. These dynamics introduce variability that static
discovery systems are not designed to handle. Such dynamic attributes
complicate the assumptions in traditional discovery approaches and
demand careful consideration when defining the problem space.</t>
      </section>
      <section anchor="sec-broker">
        <name>Broker and Aggregator Discovery</name>
        <t>In large‑scale networks, entities may need to discover intermediary
broker nodes. These brokers often operate across multiple administrative
domains with different jurisdictions. They also provide dynamic
operational information, such as availability, capabilities, or decision
guidance. In these scenarios, the intermediary brokers might need to
discover other brokers. This makes the broker nodes another type of
entity with its own discoverable object in an ecosystem. Discovery
substrate needs to provide support for this capability via
standards‑compliant procedures.</t>
      </section>
      <section anchor="sec-human">
        <name>Human-Initiated Discovery</name>
        <t>Operators need to discover and inspect entities for operational
purposes: auditing deployed agents, verifying capability claims, or
troubleshooting failures. Discovery must be usable by humans through
standard tooling, not only by automated systems.</t>
      </section>
      <section anchor="sec-oam">
        <name>Discovery and OAM</name>
        <t>Discovery systems require operational visibility, management, and
diagnostic capabilities to ensure reliable operation across potentially
distributed and cross-domain environments. Operators should be able to
determine the behaviour of the discovery system and understand the
reasons for discovery outcomes, failures, and policy decisions. The
following outlines some of the operational aspects that need to be
considered.</t>
        <ul spacing="normal">
          <li>
            <t>Discovery Infrastructure Observability and Diagnostics: Operational
managers require visibility into the availability, health,
performance, and reachability of discovery system components, as well
as the ability to determine whether discovery transactions can be
successfully completed. Operational managers should also be able to
observe discovery activity and determine the reasons for discovery
outcomes, failures, performance degradation, and other system
behaviours.</t>
          </li>
          <li>
            <t>Policy and Security Visibility: Discovery behaviour may be influenced
by policies, trust relationships, authorisation decisions, and
security mechanisms. Operational managers need visibility into how
these factors affect discovery outcomes and the ability to identify
abnormal or unauthorised activity.</t>
          </li>
          <li>
            <t>Discovery Information Tracking Management: Operational managers need
to be able to monitor the status of discoverable objects and
information in the system including its creation, modification,
propagation, expiration, and removal. Operators might also need to
access different statistics about the discoverable objects and
optionally make reports available to authorised organisations (e.g
owners, authorities, etc.).</t>
          </li>
          <li>
            <t>Discovery Chains and cross-Domain Operations: Discovery may involve a
sequence of dependent discovery operations, potentially spanning
multiple systems and administrative domains. Operational managers
require visibility into discovery chains, dependencies, and
interactions in order to understand discovery outcomes and to monitor
and troubleshoot failures or performance issues that may occur along
the discovery path.</t>
          </li>
        </ul>
        <t>Tooling to enable this function should be integral to the design of any
solution and specific requirements for operational considerations can be
found in <xref target="I-D.king-dawn-requirements"/>.</t>
      </section>
    </section>
    <section anchor="sec-limits">
      <name>Current Approaches and Their Limitations</name>
      <t>There are a few available approaches to discovery some of which are
standardized and are in operations (e.g., DNS, DNS-SD, SSDP, and
Webfinger), others are proposed in different venues and are still under
development (e.g., DNS-AID and CATS), and others are designed to address
certain needs and are packed by open source developers (e.g., A2A, MCP,
and AGNTCY). A careful analysis and evaluation of these approaches to
assess their suitability to meet the DAWN problem space and
requirements, and to identify key gaps that shall be considered by
future solutions is needed.</t>
    </section>
    <section anchor="sec-challenges">
      <name>Core Challenges</name>
      <section anchor="sec-skills">
        <name>Discovering Skills and Capabilities at Scale</name>
        <t>The central challenge is enabling entities to discover other entities
based on some of their characteristics such as:</t>
        <ul spacing="normal">
          <li>
            <t>Functions</t>
          </li>
          <li>
            <t>Skills</t>
          </li>
          <li>
            <t>Capabilities</t>
          </li>
          <li>
            <t>Services</t>
          </li>
          <li>
            <t>Requirements</t>
          </li>
          <li>
            <t>etc.</t>
          </li>
        </ul>
        <t>A discovery mechanism that supports structured, scalable discovery of an
entity's capabilities across organisational boundaries is therefore
required.</t>
      </section>
      <section anchor="sec-fragments">
        <name>Fragmented Discovery Ecosystem</name>
        <t>Each platform develops its own discovery approach. This fragmentation
prevents entities from being discoverable across boundaries and limits
the value of interoperable protocols such as A2A and MCP.</t>
      </section>
      <section anchor="sec-trust">
        <name>Trust in Discovery Information</name>
        <t>When discovery crosses organisational boundaries, the discovering entity
must verify that the information is authentic. Without authenticated
discovery, entities are vulnerable to poisoning attacks directing them
to malicious endpoints.</t>
      </section>
      <section anchor="sec-scale">
        <name>Scalability and Decentralisation</name>
        <t>Discovery must operate at Internet scale without a single centralised
registry. Each organisation must be able to have governance over its
published discoverable objects associated with its entities', enabling
features such as independently adding new entities, updating information
of currently published entities, removing discoverable objects of its
pubished entities, monitoring status of published entities, retriving
utility statistics...etc.</t>
      </section>
      <section anchor="sec-static">
        <name>Static Versus Dynamic Properties</name>
        <t>Entity properties range from static (type, supported protocols, skills)
to dynamic (availability, load, capacity). A discovery mechanism must
handle both without causing stale results or excessive query load and
shall be able to keep published information fresh and always up-to-date.</t>
      </section>
      <section anchor="sec-extensible">
        <name>Extensibility</name>
        <t>New entity types, entity taxonomies, and entity description formats will
emerge. Discovery must accommodate them without changes to the core
mechanism.</t>
      </section>
    </section>
    <section anchor="sec-security">
      <name>Security Considerations</name>
      <t>This document describes a problem space, not a protocol.</t>
      <t>Discovery information is a high-value target. Poisoned responses could
direct entities to malicious endpoints. Any mechanism must provide
integrity and authenticity guarantees. Specific security-related
requirements for any solution are captured in
<xref target="I-D.king-dawn-requirements"/>.</t>
      <t>Cross-domain discovery raises two distinct trust questions: whether the
discovery source is authoritative, and whether the registered entity is
what it claims to be.</t>
      <t>Discovery may expose sensitive information about an organisation's
entities and capabilities. Selective visibility mechanisms are needed.</t>
    </section>
    <section anchor="sec-privacy">
      <name>Privacy Considerations</name>
      <t>Querying for entities may reveal the discovering entity's intentions or
interests. Discovery should minimise information leakage through the
query process.</t>
      <t>Published entity properties, such as skills, capabilities, and
organisational affiliations, may be sensitive. Entities and their
operators should control the granularity and audience of published
information.</t>
    </section>
    <section anchor="sec-opcon">
      <name>Operational Consideration</name>
      <section anchor="sec-Observability">
        <name>Observability and Troubleshooting</name>
        <t>Providing sufficient visibility to understand discovery behaviour and
diagnose failures are essential features for operations particularly in
large-scale and cross-domain deployments. Operational personnel may need
to determine:</t>
        <ul spacing="normal">
          <li>
            <t>Whether a discoverable object is registered and reachable.</t>
          </li>
          <li>
            <t>Why a discovery query succeeded or failed.</t>
          </li>
          <li>
            <t>Which attributes influenced discovery results.</t>
          </li>
          <li>
            <t>Whether stale, inconsistent, or conflicting information exists.</t>
          </li>
          <li>
            <t>What causes delay in disocvery responses.</t>
          </li>
        </ul>
        <t>Discovery information can change over time as entities are created,
modified, relocated, become unavailable, or are removed. This may cause
many discoverable properties to be dynamic, such as availability, load,
capacity, trust level, or operational status. Operators may also require
tracking information such as:</t>
        <ul spacing="normal">
          <li>
            <t>Registration and deregistration events.</t>
          </li>
          <li>
            <t>Attribute updates.</t>
          </li>
          <li>
            <t>Expiration and refresh status.</t>
          </li>
          <li>
            <t>Propagation delays.</t>
          </li>
          <li>
            <t>Historical state changes for audit and troubleshooting purposes.</t>
          </li>
        </ul>
        <t>Operators should be ableto monitor the freshness and propagation of such
information while balancing update frequency against operational
overhead.</t>
      </section>
      <section anchor="sec-CrossDomOp">
        <name>Cross-Domain Operations</name>
        <t>Discovery is expected to occur across organisational boundaries.
Operators may need visibility into:</t>
        <ul spacing="normal">
          <li>
            <t>Discovery paths that span multiple domains.</t>
          </li>
          <li>
            <t>Delegation relationships.</t>
          </li>
          <li>
            <t>Failure points within a discovery chain.</t>
          </li>
        </ul>
        <t>Operational procedures should support troubleshooting when discovery
outcomes depend on information obtained from multiple administrative
domains.</t>
      </section>
      <section anchor="sec-ScaleMan">
        <name>Scalability and Performance Management</name>
        <t>Discovery may operate at Internet scale and support large numbers of
entities and queries. Some operational considerations include:</t>
        <ul spacing="normal">
          <li>
            <t>Query volume and rate management.</t>
          </li>
          <li>
            <t>Caching effectiveness.</t>
          </li>
          <li>
            <t>Discovery latency and propagation of information.</t>
          </li>
          <li>
            <t>Load distribution.</t>
          </li>
          <li>
            <t>Resource consumption of discovery services.</t>
          </li>
          <li>
            <t>Employing hierarchy.</t>
          </li>
        </ul>
        <t>Operators should be able to monitor and manage the performance
characteristics of discovery systems under varying workloads.</t>
      </section>
      <section anchor="sec-PolSec">
        <name>Policy and Security Visibility</name>
        <t>Discovery results may be influenced by authorisation, trust policies,
administrative restrictions, and security controls. Operators may
require visibility into:</t>
        <ul spacing="normal">
          <li>
            <t>Policy decisions affecting discovery outcomes.</t>
          </li>
          <li>
            <t>Authentication and authorisation failures.</t>
          </li>
          <li>
            <t>Detection of suspicious discovery activity, including abuse of
discovery mechanisms or attempts to obtain or manipulate information
beyond intended policy scope.</t>
          </li>
        </ul>
        <t>Such visibility is important for maintaining confidence in discovery
information and supporting incident response activities.</t>
      </section>
      <section anchor="sec-Audit">
        <name>Audit and Compliance</name>
        <t>Organisations may need records of discovery-related activities for
governance, security investigations, or regulatory compliance. Examples
include:</t>
        <ul spacing="normal">
          <li>
            <t>Discovery requests.</t>
          </li>
          <li>
            <t>Attribute modifications.</t>
          </li>
          <li>
            <t>Administrative actions.</t>
          </li>
          <li>
            <t>Cross-domain information exchanges.</t>
          </li>
        </ul>
        <t>The extent of audit requirements will vary by deployment environment.</t>
      </section>
    </section>
    <section anchor="sec-IANA">
      <name>IANA Considerations</name>
      <t>This document makes no requests of IANA.</t>
    </section>
    <section anchor="sec-usecases">
      <name>Potential Topics for the Use Case Document</name>
      <ul spacing="normal">
        <li>
          <t>pre-configured static discovery, where entities have set relationships
and only need to discover each other once in the beginning.</t>
        </li>
        <li>
          <t>Capability-Oriented Discovery, where an entity needs to discover
another entity that can provide a function or capability.</t>
        </li>
        <li>
          <t>Chained Discovery, where a task requires the discovery of multiple
entites either in pararell or in series.</t>
        </li>
        <li>
          <t>Resource-Oriented Discovery, where discovery identifies resources
needed such as agents, workloads, compute, functions, applications, or
users, to fulfill a given task.</t>
        </li>
        <li>
          <t>Closed-system Discovery, where the discover mechanims runs within a
bounded controlled network of entities</t>
        </li>
        <li>
          <t>Open-system Discovery, where entities to be discovered may belong to
different administrative domains.</t>
        </li>
        <li>
          <t>Interactive-discovery, where the discovery mechanims require
additional rounds of interactions with the discovery query generating
entitiy before the discovery request can be fulfilled.</t>
        </li>
        <li>
          <t>Reversed discovery, where a discovering entity published its needs in
the form of discoverable objects that can be discovered by entities
looking for offering their services.</t>
        </li>
        <li>
          <t>Operational Discovery, where discovery supports operation, audit,
troubleshooting, compliance, or automation.</t>
        </li>
      </ul>
    </section>
    <section numbered="false" anchor="sec-ack">
      <name>Acknowledgements</name>
      <t>Thanks to Adrian Farrel and Linda Dunbar for review comments.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="I-D.farrel-dawn-terminology">
          <front>
            <title>Terminology for the Discovery of Agents, Workloads, and Named Entities (DAWN)</title>
            <author fullname="Adrian Farrel" initials="A." surname="Farrel">
              <organization>Old Dog Consulting</organization>
            </author>
            <author fullname="Kehan Yao" initials="K." surname="Yao">
              <organization>China Mobile</organization>
            </author>
            <author fullname="Roland Schott" initials="R." surname="Schott">
              <organization>Deutsche Telekom</organization>
            </author>
            <author fullname="Nic Williams" initials="N." surname="Williams">
              <organization>Infoblox</organization>
            </author>
            <date day="4" month="June" year="2026"/>
            <abstract>
              <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.

   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>
          <seriesInfo name="Internet-Draft" value="draft-farrel-dawn-terminology-02"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.king-dawn-requirements">
          <front>
            <title>Requirements for the Discovery of Agents, Workloads, and Named Entities (DAWN)</title>
            <author fullname="Daniel King" initials="D." surname="King">
              <organization>Old Dog Consulting</organization>
            </author>
            <author fullname="Adrian Farrel" initials="A." surname="Farrel">
              <organization>Old Dog Consulting</organization>
            </author>
            <date day="28" month="April" year="2026"/>
            <abstract>
              <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 across
   administrative and network boundaries.  Entities may include AI
   agents, software services, compute workloads, and other named
   resources that need to be found and characterised before interaction
   can begin.

   This document defines the requirements for Discovery of Agents,
   Workloads, and Named Entities (DAWN) and sets out the objectives that
   a discovery mechanism for such entities must satisfy.  It describes
   what information must be discoverable, what properties a discovery
   mechanism needs to support, and what constraints apply to discovery
   in decentralised environments.

   This document does not specify any particular discovery protocol or
   solution.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-king-dawn-requirements-01"/>
        </reference>
      </references>
    </references>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact initials="K." surname="Yao" fullname="Kehan Yao">
        <organization>China Mobile</organization>
        <address>
          <postal>
            <country>China</country>
          </postal>
          <email>yaokehan@chinamobile.com</email>
        </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
