



Network Working Group                                            X. Wang
Internet-Draft                                                   Y. Yang
Intended status: Standards Track                                   Z. Li
Expires: 27 November 2026                                          CAICT
                                                             26 May 2026


  Terminology for Networking Infrastructure in the Internet of Agents
             draft-wang-dmsc-terminology-ioa-networking-00

Abstract

   The emergence of the Internet of Agents (IoA) introduces new
   requirements for interoperable collaboration among autonomous agents
   across heterogeneous networks, platforms, and administrative domains.
   Supporting such environments requires common understanding of
   infrastructure functions, collaboration mechanisms, semantic
   interaction, and trust-related concepts.

   This document defines terminology for networking infrastructure in
   IoA environments, with a focus on Dynamic Multi-agent Secured
   Collaboration (DMSC).  The terminology defined in this document is
   intended to support consistent usage across DMSC-related
   architecture, framework, and protocol specifications.

Status of This Memo

   This Internet-Draft is submitted in full conformance with the
   provisions of BCP 78 and BCP 79.

   Internet-Drafts are working documents of the Internet Engineering
   Task Force (IETF).  Note that other groups may also distribute
   working documents as Internet-Drafts.  The list of current Internet-
   Drafts is at https://datatracker.ietf.org/drafts/current/.

   Internet-Drafts are draft documents valid for a maximum of six months
   and may be updated, replaced, or obsoleted by other documents at any
   time.  It is inappropriate to use Internet-Drafts as reference
   material or to cite them other than as "work in progress."

   This Internet-Draft will expire on 27 November 2026.

Copyright Notice

   Copyright (c) 2026 IETF Trust and the persons identified as the
   document authors.  All rights reserved.





Wang, et al.            Expires 27 November 2026                [Page 1]

Internet-Draft      IoA Networking Infra Terminology            May 2026


   This document is subject to BCP 78 and the IETF Trust's Legal
   Provisions Relating to IETF Documents (https://trustee.ietf.org/
   license-info) in effect on the date of publication of this document.
   Please review these documents carefully, as they describe your rights
   and restrictions with respect to this document.  Code Components
   extracted from this document must include Revised BSD License text as
   described in Section 4.e of the Trust Legal Provisions and are
   provided without warranty as described in the Revised BSD License.

Table of Contents

   1.  Introduction  . . . . . . . . . . . . . . . . . . . . . . . .   2
   2.  Functional Entity Terms . . . . . . . . . . . . . . . . . . .   3
   3.  Infrastructure Operational Behaviors and Mechanisms Terms . .   4
   4.  Trust Terms . . . . . . . . . . . . . . . . . . . . . . . . .   5
   5.  Security Considerations . . . . . . . . . . . . . . . . . . .   6
   6.  Privacy Considerations  . . . . . . . . . . . . . . . . . . .   6
   7.  Operational Considerations  . . . . . . . . . . . . . . . . .   6
   8.  IANA Considerations . . . . . . . . . . . . . . . . . . . . .   6
   Authors' Addresses  . . . . . . . . . . . . . . . . . . . . . . .   6

1.  Introduction

   The Internet of Agents is emerging as a distributed collaboration
   environment in which autonomous agents interact across heterogeneous
   networks, platforms, administrative domains, and trust boundaries.
   Unlike traditional service-oriented systems, agent-based
   collaboration introduces dynamic capability discovery, semantic
   interaction, task coordination, and cross-domain interoperability
   requirements among intelligent entities.

   To support scalable and interoperable collaboration, networking
   infrastructure functions are required to provide registration,
   discovery, capability management, semantic routing, trust
   establishment, and coordination mechanisms across intra-domain and
   inter-domain environments.  As DMSC (Dynamic Multi-agent Secured
   Collaboration) evolves to address these infrastructure challenges,
   consistent terminology becomes necessary to describe architectural
   concepts, collaboration behaviors, functional entities, and
   interaction processes in a unified manner.

   This document defines terminology for networking infrastructure in
   the Internet of Agents, with a focus on DMSC-related collaboration
   environments and infrastructure functions.  The terminology defined
   in this document is intended to support consistent usage across DMSC-
   related architecture, framework, and protocol specifications.





Wang, et al.            Expires 27 November 2026                [Page 2]

Internet-Draft      IoA Networking Infra Terminology            May 2026


   The terms defined in this document cover collaboration domains,
   functional entities, registration and discovery procedures,
   capability management, semantic interaction mechanisms, and trust-
   related concepts for interoperable multi-agent collaboration.

   This document defines terminology only and does not specify
   protocols, message formats, or implementation requirements.

2.  Functional Entity Terms

   The following terms define functional entities that collectively
   constitute IoA networking infrastructures.

   *  Internet of Agents(IoA): An Internet-based architecture that
      extends the existing Internet by taking autonomous agents as
      first-class interaction entities, and supports scalable
      communication, coordination, and information exchange across
      heterogeneous networks, platforms, systems, and administrative
      domains.

   *  Agent: An autonomous software or hardware entity capable of
      perceiving its environment, processing information, and performing
      actions to achieve defined objectives, either independently or
      through interaction with other agents within IoA.

   *  Agent Identifier: An identifier that uniquely distinguishes an
      agent.

   *  Agent Gateway: A functional entity that supports distributed agent
      registration, discovery, request coordination, and cross-domain
      information exchange.

   *  Capability Directory: A functional entity that maintains and
      provides capability-related information used for discovery and
      matching of agents.  The capability information may be organized
      in forms such as capability registries, metadata directories, or
      other discoverable capability description structures.

   *  Registry Entity: A functional entity responsible for registering
      agents and maintaining their registration information.

   *  Agent Credential Service: A functional entity responsible for
      issuing, maintaining, and revoking Agent Credentials associated
      with agents.

   *  Trust Service: A functional entity responsible for validating
      Agent Credentials and managing trust relationships and trust
      policies between entities within or across collaboration domains.



Wang, et al.            Expires 27 November 2026                [Page 3]

Internet-Draft      IoA Networking Infra Terminology            May 2026


   *  IOA Protocol Suite: A collection of interoperable protocols and
      protocol components that support agent registration, discovery,
      coordination, secure communication, capability synchronization,
      semantic interoperability, and cross-domain collaboration within
      IoA environments.

3.  Infrastructure Operational Behaviors and Mechanisms Terms

   The following terms define operational processes, coordination
   behaviors, and collaboration mechanisms used by IoA networking
   infrastructures to support agent collaboration, synchronization,
   registration, discovery, and semantic interaction.

   1.  Registration

       *  Agent Registration: The process by which an agent is onboarded
          into a collaboration domain and recorded in the registry
          system.

       *  Registration Function: A protocol or mechanism used for
          registering and maintaining unique Agent Identifiers.

       *  Registration Synchronization: The process of maintaining
          consistent Agent Identifier information within a single
          collaboration domain.

   2.  Discovery & Capability

       *  Capability Discovery: The process of locating agents based on
          their advertised capabilities or semantic descriptions.

       *  Capability Discovery Function: A protocol or mechanism used
          for discovering agent capability information based on
          capability queries, and returning matching capability
          descriptions or associated agents.  Such a function may be
          realized through agent gateway-based discovery, capability
          directory lookup, or naming-system-assisted resolution.

       *  Capability Synchronization: The process of maintaining
          consistent capability directory within a single collaboration
          domain.

       *  Semantic Capability Matching: The process of matching
          requested intent or constraints with available capabilities
          using semantic understanding.

   3.  Semantic Interaction




Wang, et al.            Expires 27 November 2026                [Page 4]

Internet-Draft      IoA Networking Infra Terminology            May 2026


       *  Semantic Representation: A structured representation of
          intent, capability, task, and contextual information used for
          semantic interpretation and interoperability among agents and
          infrastructure entities.

       *  Semantic Interaction: A cross-domain interaction paradigm in
          IoA.  It allows agents and infrastructure entities to unify
          intent, capability, task and context via semantic
          comprehension, and facilitates coordinated collaboration among
          heterogeneous domains.

       *  Semantic Interaction Function: A set of functional mechanisms
          that realize Semantic Interaction by enabling intent
          coordination, task coordination, context translation, semantic
          routing, and context synchronization among agents and
          infrastructure entities across domains.

       *  Semantic Routing: A routing process that selects collaboration
          paths, agents, or infrastructure entities based on semantic
          understanding of capabilities, intent, context, or task
          requirements.

4.  Trust Terms

   The following terms define trust-related concepts used in IoA
   networking infrastructures, including credentials, authentication,
   authorization, and trust establishment mechanisms that support secure
   and interoperable collaboration among agents and infrastructure
   entities.

   *  Agent Credential: A data object associated with an agent identity
      and used to represent identity attributes, authentication
      information, or authorization information.

   *  Trust Establishment: The process of establishing trust
      relationships between entities or trust domains to support
      interoperable interactions.

   *  Agent Authentication: The process of verifying the authenticity of
      an agent based on Agent Credentials.

   *  Agent Authorization: The process of granting an agent permission
      to access resources, services, or collaboration functions
      according to applicable policies.







Wang, et al.            Expires 27 November 2026                [Page 5]

Internet-Draft      IoA Networking Infra Terminology            May 2026


5.  Security Considerations

   This document only defines a set of terms.  It does not introduce any
   issues that require security consideration.

6.  Privacy Considerations

   This document only defines a set of terms.  It does not introduce any
   issues that require privacy consideration.

7.  Operational Considerations

   This document only defines a set of terms.  It does not introduce any
   issues that require operational consideration.

8.  IANA Considerations

   This document does not make any requests of IANA.

Authors' Addresses

   Xianghua Wang
   CAICT
   Huayuan North Road, HaiDian District
   Beijing
   Beijing, 100191
   China
   Email: wangxianghua@caict.ac.cn


   Yihe Yang
   CAICT
   Huayuan North Road, HaiDian District
   Beijing
   Beijing, 100191
   China
   Email: liyyh2025@gmail.com


   Zhe Li
   CAICT
   Huayuan North Road, HaiDian District
   Beijing
   Beijing, 100191
   China
   Email: lizhe@caict.ac.cn





Wang, et al.            Expires 27 November 2026                [Page 6]
