Papers for

network operators

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Multi-agent system builds verified network twins using language models

NDT Factory: Synthesizing Verified Network Digital Twins from Semantic Models via Multi-Agent LLM

Abstract: Autonomous network management requires systems that can evaluate Network Service Intents (NSIs) under varying conditions without manual implementation of analysis logic, as envisioned in TM Forum Level~4 (L4) autonomy. Behavioral Network Digital Twins (NDTs) enable such evaluation, but existing NDTs rely on pre-defined analytical logic, limiting adaptability for evolving closed-loop control. This paper introduces the NDT factory, a multi-agent software system that synthesizes executable behavioral NDTs on demand from semantic models using Large Language Model (LLM). We validate the system using a Call Admission Control (CAC) case study, where deterministic what-if analysis serves as the admission decision process. The NDT factory generates a complete CAC NDT through parallel synthesis and orchestration, achieving 100% compilation and test pass rates across multiple runs. Simulation over 300 NSIs shows 99.3% decision agreement with a reference implementation, 90% admission rate, and correct attribution of all rejections, demonstrating reliable synthesis with deterministic, verifiable execution.

Thu 10 SeptNetworking and Internet ArchitectureArtificial IntelligenceMultiagent Systems
The gist
Managing complex networks automatically is hard because it usually needs lots of manual work to create analysis tools. The authors created a software system that uses several AI language models working together to build digital copies of networks, called network digital twins, from detailed descriptions. These twins can then be used to predict and analyze network behavior without manual coding. They tested this with a network decision process and found it very accurate and reliable.
Open 2609.12170v1

Challenges and solutions for transitioning from 5G to 6G networks

Challenges and Opportunities in the Transition from 5G to 6G Networks

Abstract: The rapid adoption of 5G revolutionized connectivity worldwide, enabling faster data transfer along withthe support of a variety of use cases. However, next-gen technologies demand higher performance, as the limitations of 5G become increasingly apparent. The 6G network transition is approaching but comes with unique challenges, particularly with spectrum management, security, and data transmission. The present research considers the most significant challenges that must be addressed for a smooth and successful 5G-6G transformation to occur. Based on case studies and academic literature, the research employs a comparative approach and statistical analysis to evaluate 5G limitations and assess the innovative potential of 6G. The envisioned contribution is the identification of the most significant technical, regulatory, and security vulnerabilities, along with proposed solutions. Through these alternatives, the research will help to identify 6G networks that are secure, resilient, and applicable globally for use and additional critical infrastructure support.

Thu 10 SeptNetworking and Internet Architecture
The gist
As 5G networks have improved how we connect, new needs for faster and more secure connections are emerging. The authors point out that moving from 5G to 6G will not be easy because of issues like managing the radio spectrum, keeping networks safe, and improving data transmission. They studied existing research and examples to compare 5G's limits with what 6G could bring. The paper highlights major technical and security challenges and suggests ways to overcome them for a safer and more reliable 6G future.
Open 2609.12147v1

Open spectrum architecture improves sharing for multiple wireless services

From Open RAN to Open Spectrum: A Programmable, Intelligent Architecture for Multi-Service Spectrum Coexistence

Abstract: Considering sharing or coexistence from the perspective of spectrum alone fails to recognize that any spectrum-enabled service also requires (i) radio and processing infrastructure and (ii) a protocol stack, including waveforms and signal processing pipelines. The efficiency of spectrum coexistence frameworks such as Citizen Broadband Radio Service (CBRS) is thus limited to optimizing resource allocation across a single dimension. How to address this limitation, however, remains an open challenge, especially considering the diversity of requirements and operational modes across spectrum services (e.g., sensing, communications, navigation, or positioning). This article introduces Open Spectrum, an architecture that brings softwarization, programmability, and open interfaces to heterogeneous spectrum services, extending the open Radio Access Network (RAN) principles beyond wireless networking. We propose to combine spectrum, services, and infrastructure in a common pool. Its resources are shared and orchestrated by a Spectrum Intelligent Controller (SIC), with plug-and-play spectrum applications, i.e., Spectrum Applications (sApps), and data-driven Radio-Frequency Interference (RFI) modeling using Digital Twins (DTs). We describe the Open Spectrum architecture, shared infrastructure pool, and operational workflows for tenant onboarding and incentives, conflict resolution, and service sharing across sensing, radionavigation, radiolocation, and cellular systems. System-level simulations using the BostonTwin urban DT and Sionna ray tracing show that there exist performance-driven incentives in sharing infrastructure and sharing across multiple services, enabling increased access to spectrum and improvement in median Signal to Interference plus Noise Ratio (SINR) of up to 12 dB.

Thu 10 SeptNetworking and Internet Architecture
The gist
Wireless spectrum is usually managed separately from the devices and software that use it, which can limit how well different wireless services coexist. The authors propose Open Spectrum, a system that treats spectrum, devices, and wireless protocols as one shared and programmable resource. It uses a smart controller and software apps to help different types of services like communication, sensing, and navigation work together on the same infrastructure. Simulations show this approach can increase access to spectrum and improve signal quality for users.
Open 2609.11843v1

IPv6 hitlist service improves finding targets over 10 years

IPv6 Hitlist Service: Lessons Learned From 10 Years of Operation

Abstract: After becoming an Internet Draft more than 30 years ago, IPv6 has seen an increase in deployment and use in the past years. As measurements in the IPv6 Internet require new approaches due to the vastly larger address space, hitlists have come along as one possible source for finding IPv6 targets. One of the most prominent hitlists is provided by the IPv6 Hitlist Service. In this paper, we share insights from 10 years of operations of the IPv6 Hitlist Service: We show different evolutions of the service, highlighting important changes along the way. To better understand the representativeness of the hitlist, we perform a coverage analysis using real-world traffic data from a major central European ISP and Tier-1 network, finding that at least one address is known to the IPv6 Hitlist Service for 87.1 % of ASes and 56.5 % of /48 prefixes originating IPv6 traffic. We also share results from a conducted user survey and analyze users accessing the IPv6 Hitlist Service, finding diverse use cases and access patterns across time (e.g., one-off vs. continuous downloads) and available data (e.g., all vs. responsive addresses). Finally, we provide best practice recommendations when working with the hitlist and share lessons learned during its 10-year operation.

Thu 10 SeptNetworking and Internet Architecture
The gist
Finding devices on the Internet using IPv6 addresses is harder because there are so many possible addresses. The authors discuss a service that collects known IPv6 addresses to help researchers and engineers find targets more easily. Over 10 years, this service has collected addresses covering most networks that use IPv6 traffic. They studied how well the service reflects real-world use and how different people use the data. The paper shares lessons learned and advice for working with this IPv6 address list.
Open 2609.11475v1

Hybrid flow cuts training time in federated learning across networks

HybridFLow: SDN-Orchestrated Client Partitioning for Hybrid Federated Learning

Abstract: Cross-silo Federated Learning (FL) enables geographically distributed institutions to collaboratively train machine learning models without sharing raw data. In wide-area deployments, however, communication delays often dominate round completion time and exacerbate the straggler effect. Hybrid FL addresses this challenge by combining synchronous and asynchronous client participation, but effective partitioning requires visibility into network conditions such as shared bottlenecks, link utilization, and path contention that individual clients cannot observe. We present HybridFLow, a closed-loop SDN-driven orchestration framework that integrates network-layer intelligence directly into hybrid FL. Leveraging the SDN controller's global topology view, HybridFLow generates calibrated per-client communication-time estimates before each training round and uses them to partition clients into synchronous and asynchronous groups while balancing round latency and update staleness. After each round, measured communication times are fed back to the controller to continuously refine future predictions. Experimental results across multiple network topologies show that HybridFLow reaches 80% target accuracy 33-40% faster than SmartFLow and reduces average round duration by 30-40 seconds, while FedAsync fails to reach the target accuracy under non-IID data distributions.

Wed 9 SeptNetworking and Internet ArchitectureMachine Learning
The gist
Federated learning lets different places train a shared AI model without sharing their private data. However, slow network connections can cause delays and make some participants lag behind. The authors created HybridFLow, which uses a central controller to predict communication speeds and split participants into groups that train either together or at their own pace. This approach speeds up training and balances delays and outdated updates. Experiments show it reaches good accuracy faster and with shorter communication rounds than other methods, especially when data is unevenly distributed.
Open 2609.10404v1

AI agents verify network outcomes despite cross-domain limits

Can AI Agents Deliver Verifiable Network-Wide Outcomes Across Authority Boundaries?

Abstract: AI agents are increasingly involved in network automation, where they can initiate configuration changes through mediated operational interfaces and assess the resulting state. Nonetheless, operational networks usually span many devices and administrative domains. Realizing an operator's intent requires coordinating agents with distinct authority scopes that define the resources they can access, the operations they can invoke, and the network state they can observe. This division limits the blast radius of an erroneous action but fragments the evidence needed to assess the network-wide outcome. Successful execution of a configuration action proposed by one agent does not establish that remote devices responded as intended or that routing changes reached the required devices. A valid observation may also become stale after a subsequent change. Before the coordinated operation can be declared complete, a trusted assurance layer must collect current observations from the required scopes and determine whether they collectively support the operator's intended network-wide outcome. To address the completion admission problem, we present EvidenceNet, a runtime assurance layer for deciding whether coordinated agent operations have achieved an operator's network intent. Its broker collects the post-change observations required by a completion contract, and its admission gate checks that the evidence comes from the required scopes, remains current, and satisfies the task rules. A verifier agent provides an additional assessment of the observation content. Experiments on live routing networks show that post-change state checks recognize successful outcomes that configuration-action records alone cannot establish. Controlled interventions further show that EvidenceNet rejects completion when otherwise satisfactory observations have the wrong source, have been substituted, or are stale.

Wed 9 SeptNetworking and Internet ArchitectureArtificial Intelligence
The gist
Networks are controlled by different groups, each managing only parts of it and having limited access. This makes it hard to know if changes made by AI agents actually work everywhere they should. The authors created EvidenceNet, which collects and checks evidence from all parts involved to confirm the network behaves as intended. Their tests showed this method can spot when changes succeed or fail, even if the individual records look fine but don't tell the whole story.
Open 2609.10181v1

AI agents struggle to fully fix errors in network experiment records

Can AI Agents Detect and Repair Artifact Drift in Network Experiments?

Abstract: In recent years, AI agents have evolved into capable assistants that carry out multi-step tasks in digital environments. The network systems community is beginning to explore these capabilities in operational and experimental settings. However, an agent operating in network systems should not be judged solely by whether it completes the immediate task. The experiment record it modifies must also remain trustworthy. We call this property artifact integrity: the record's claims must remain supported by the available evidence, confined to the scope established by that evidence, and traceable through the artifacts that encode their support. To make this property measurable, we introduce NetArtifactBench, which tests whether AI agents can repair inconsistent records derived from public network-system artifacts while preserving claims that remain supported. The benchmark contains 52 instances with injected inconsistencies ranging from direct contradictions to unstated relations spread across several artifacts. We evaluate 23 agent configurations across three general-purpose AI agent runtimes using deterministic scoring. The average contract pass rate is 65.3 % across 5,980 outputs, but no agent runtime exceeds 30 % when repair requires recovering implicit relations and propagating changes across artifacts. These results reveal a sharp boundary between local correction and complete record-level repair. Therefore, we argue that artifact integrity should become a first-class design and evaluation requirement for AI agents operating on network systems.

Wed 9 SeptNetworking and Internet ArchitectureArtificial Intelligence
The gist
AI agents can help detect and fix mistakes in records of network system experiments, but they often miss complex problems that involve understanding hidden relationships. The researchers created a test called NetArtifactBench to see how well these agents repair inconsistent records while keeping true statements intact. They found that agents do well with simple fixes but often fail when repairs require spreading changes across different parts of the record. This shows it’s important to design AI tools that not only finish tasks but also keep experimental records trustworthy.
Open 2609.09849v1

Stopping time improves detection rules in distributed sensor networks

On the Sequential Test and Distributed Detection

Abstract: We present a simple definition of stopping time and its role in the formulation of sequential tests for both centralized and distributed detection, providing a straightforward procedure for obtaining optimal decision rules. Upper bounds for optimal stopping time are derived and numerically shown to possess certain qualitative features expected of the optimal stopping time. The results are extended to any distributed detection network in the form of an acyclic directed graph.

Tue 8 SeptInformation Theory
The gist
This paper explains how deciding when to stop collecting information can help make better decisions in systems that detect events using multiple sensors. The authors give a simple way to define this stopping point and show how to create the best decision rules in both single-center and spread-out detection systems. They find upper limits on how long one should wait before making a decision and verify these limits behave in expected ways. Their approach works even when many sensors are arranged in complex, one-way networks.
Open 2609.09358v1

Agentic AI improves 6G network orchestration across multiple domains

AI-Native Orchestration in the 6G Continuum: Evolving Operator Platforms with Agentic AI

Abstract: As Sixth-Generation (6G) networks evolve towards a seamless Cloud-Edge-Internet of Things (IoT) continuum, autonomous orchestration across distributed compute and network domains becomes critical. Future 6G services will span multiple administrative and operator domains, making federation essential for ubiquitous, ultra-low-latency service continuity beyond individual footprints. This complexity demands AI-native mechanisms supporting intent-driven automation and closed-loop management. While the GSMA Operator Platform (OP) provides the architectural blueprint for multi-operator federation and network capability exposure, and the ETSI Software Development Group OpenOP (SDG OOP) offers a primary open-source reference implementation, current frameworks are limited by stateless API interactions and lack native intelligence. This paper proposes an Agentic-driven Intelligence extension for the GSMA OP architecture, using the OOP as the reference framework. We introduce an AI-native orchestration layer where autonomous agents manage persistent service contexts and enable closed-loop control via CAMARA APIs. By integrating a Declarative Monitoring and Alerting System (DeMAS) into the OOP stack and establishing a decentralised agent negotiation protocol, the proposed architecture enables real-time, intent-driven resource optimisation and autonomous cross-domain conflict resolution across federated domains. We validate our approach through a representative 6G use case involving Ultra-Reliable Low-Latency Communication (URLLC) and enhanced Mobile Broadband (eMBB) coexistence, demonstrating that an agentic OP framework autonomously reconciles stringent Service Level Agreements (SLAs) while enhancing infrastructure energy efficiency. Our findings establish a scalable blueprint for cross-domain Network-as-a-Service (NaaS) models that align standardised exposure with 6G autonomous requirements.

Tue 8 SeptNetworking and Internet Architecture
The gist
Future 6G networks will connect many devices and different operators, making it hard to manage resources smoothly. The authors suggest using smart AI agents that remember service details and negotiate with each other to keep services running well and efficiently. They built a system that adds AI-driven control to existing network management tools, allowing automatic adjustments to meet strict service goals and save energy. Their tests show this approach can handle complex network needs across different operators without manual help.
Open 2609.08441v1

Ipv6 address finding methods tested with shared evaluation system

6SEVEN: System for EValuating IPv6 ENumeration algorithms

Abstract: The vast, sparsely populated, and often ephemeral IPv6 address space makes discovering active addresses challenging. In response, the community has developed over thirty different IPv6 Target Generation Algorithms (TGAs). TGAs learn addressing structure from seed (training) datasets, build a representative model, and generate candidate addresses. Unfortunately, the existing literature employs a wide variety of input seeds, data cleansing, and metrics of success that prevent ready comparison. Toward making TGA evaluation consistent, we present 6SEVEN, an extensible framework that hosts TGAs as plugins and links them to shared data cleaning, probing, dealiasing, and result tabulation components. We port as 6SEVEN plugins eight popular TGAs and demonstrate a controlled case study. Our results show that the performance of these TGAs varies substantially due to factors independent of the main algorithm---especially the seed set composition, dealiasing, and tabulation procedures. We observe tradeoffs between desirable features of TGA performance, including yield and exploration. We envision 6SEVEN as an enabling community resource to advance the science of current and future TGAs, and, by extension, IPv6 measurement.

Tue 8 SeptNetworking and Internet Architecture
The gist
Finding active internet addresses in IPv6 is hard because the address space is huge and mostly empty. Many techniques exist to guess which addresses might be active, but comparing these methods has been difficult due to inconsistent testing. The authors created 6SEVEN, a system that lets multiple guessing methods be tested fairly using the same data and criteria. They showed that differences in results often come from factors other than the main guessing method, like the choice of initial data and how results are counted. This system aims to help people improve how internet addresses are discovered in the future.
Open 2609.08098v1