Jadwal Sholat

Memuat jadwal sholat…

Ilmu Komputer & AI editorial

Open AccessOA2026

A Capability Broker for Workflow-Network QoS Coordination in B5G/6G Industrial Services

Lifecycle-managed QoS commitments as the missing coordination function in the software control plane
Qize Guo; Yan Chen; Taleb Tarik; Bjoern Riemer; Hemant Zope; Hao Yu· 2026· DOI 10.48550/arXiv.2608.24496

The core problem

Industrial services in beyond-fifth-generation (B5G) and sixth-generation (6G) networks are increasingly executed as multi-phase workflows whose quality-of-service (QoS) demands change across ordered phases. Existing exposure, analytics, and policy-control functions can provide capability information and enforce QoS treatment, but they do not track the admitted QoS agreement between a workflow and the network. The authors frame this as a missing coordination function in the software control plane and motivate the need for a dedicated component that maintains the lifecycle of admitted QoS commitments.

The problem is not merely one of capability exposure or policy enforcement. Rather, it is the absence of a persistent, stateful representation of what has been admitted, for how long, under which network capabilities, and in what enforcement state. Without such a representation, the control plane cannot guarantee that a workflow's changing QoS demands remain aligned with the network's actual capabilities across ordered phases. This gap motivates the design of the Capability Broker.

Innovation

Prototype results show that the full Broker preserves commitment consistency with microsecond-level local processing overhead. The authors report that microbenchmarks, fault injection, ablation, and controlled message loss were used to evaluate the system. The key quantitative claim is that local processing overhead is in the microsecond range while consistency is preserved.

Ablation results are particularly revealing: removing individual Broker functions exposes specific failure modes. These include duplicate commitments, stale admissions, illegal transitions, lost-update divergences, and Broker–network inconsistency. This indicates that each function is necessary for the overall consistency guarantee, and that partial implementations are insufficient.

The results can be summarized as follows:

- Full Broker: commitment consistency preserved, microsecond-level local processing overhead.
- Without duplicate-safe admission: duplicate commitments.
- Without capability freshness: stale admissions.
- Without legal state transitions: illegal transitions.
- Without per-commitment event ordering: lost-update divergences.
- Without Broker–network state consistency: Broker–network inconsi

Industrial services in beyond-fifth-generation (B5G) and sixth-generation (6G) networks are increasingly executed as multi-phase workflows whose quality-of-service (QoS) demands change across ordered phases. Existing exposure, analytics, and policy-control functions can provide capability information and enforce QoS treatment, but they do not track the admitted QoS agreement between a workflow and the network. The authors frame this as a missing coordination function in the software control plane and motivate the need for a dedicated component that maintains the lifecycle of admitted QoS commitments.
The problem is not merely one of capability exposure or policy enforcement. Rather, it is the absence of a persistent, stateful representation of what has been admitted, for how long, under which network capabilities, and in what enforcement state. Without such a representation, the control plane cannot guarantee that a workflow's changing QoS demands remain aligned with the network's actual capabilities across ordered phases. This gap motivates the design of the Capability Broker.

Why it matters

The paper's central contribution is the identification and formalization of a missing coordination function in B5G/6G software control planes. By representing each admitted trajectory as a lifecycle-managed QoS commitment, the Capability Broker provides a concrete abstraction for tracking the admitted QoS agreement between a workflow and the network. This is distinct from capability exposure, analytics, and policy control, which the authors argue do not track this agreement.

The six enforced properties—capability freshness, duplicate-safe admission, legal state transitions, per-commitment event ordering, recovery routing, and Broker–network state consistency—form a coherent set of requirements for any coordination function in this space. The ablation results demonstrate that removing any one of these properties leads to a specific class of inconsistency, which strengthens the argument that they are jointly necessary.

The microsecond-level local processing overhead suggests that the Broker can be deployed in the software control plane without introducing significant latency. However, the paper does not report end-to-end latency or scalability under high commitment churn, which may be relevant for large-scale industrial deployments. The controlled message loss experiments indicate that the Broker is designed to handle unreliable communication, but the exact loss rates and recovery times are not detailed in the abstract.

From a taxonomy perspective, this work sits at the intersection of Architecture, Network, and Cybersecurity. The commitment lifecycle and state consistency mechanisms have security implications, particularly regarding duplicate admissions and illegal transitions, which could be exploited if not properly enforced. The Broker–network state consistency requirement also relates to trust and integrity between control-plane components.

Future work could explore the integration of the Broker with existing standards for exposure and policy control, as well as the extension of the commitment model to multi-domain or multi-operator scenarios. The paper's prototype results provide a foundation for such extensions by demonstrating that the core coordination function can be implemented with low overhead and strong consistency guarantees.

Who should read this

CS practitioners and researchers

Opening member content…