Modern power grids face an acute mismatch between where data is generated and where it can be processed: protection relays, EV (Electric Vehicle) charging, and distributed renewables demand millisecond analytics at the edge, while energy-hungry workloads often sit in distant clouds leading to missed real-time deadlines and wasted power. We address this by proposing, to our knowledge, the first-ever SDEN (Software Defined Energy Network) for CaaS (Computations-as-a-Service) that unifies edge, fog, and cloud compute with 5G URLLC (Ultra-Reliable Low-Latency Communications), SDN (Software Defined Networking), and NFV (Network Functions Virtualization) to co-optimize energy, latency, and reliability end-to-end. Our contributions are threefold: (i) a joint task offloading formulation that couples computation placement with network capacity under explicit URLLC constraints; (ii) a feasibility preserving, lightweight greedy heuristic that scales while closely tracking optimal energy and latency trade-offs; and (iii) a tiered AI (Artificial Intelligence) pipeline-reactive at the edge, predictive in the fog, strategic in the cloud-featuring privacy-preserving, federated GNNs (Graph Neural Networks) for fault detection and microgrid coordination. Unlike prior edge-only or cloud-only schemes, SDEN turns fragmented grid compute into a single, programmable substrate that delivers dependable, energy-aware, real time analytics establishing a first-ever, software defined path to practical, grid-scale CaaS.
academic- Paper ID: 2510.11286
- Title: Edge-to-Cloud Computations-as-a-Service in Software-Defined Energy Networks for Smart Grids
- Authors: Jack Jackman, David Ryan, Arun Narayanan, Pedro Nardelli, Indrakshi Dey
- Classification: eess.SY (Systems and Control), cs.SY (Systems and Control)
- Publication Date: October 13, 2025
- Paper Link: https://arxiv.org/abs/2510.11286
Modern power grids face a critical mismatch between data generation and processing locations: protective relays, electric vehicle charging, and distributed renewable energy sources require millisecond-level analysis at the edge, while compute-intensive workloads are often located in remote cloud data centers, resulting in missed real-time deadlines and wasted electrical energy. This paper proposes the first SDEN (Software-Defined Energy Network) CaaS (Computations-as-a-Service) architecture that unifies edge, fog, and cloud computing, integrating 5G URLLC (Ultra-Reliable Low-Latency Communication), SDN (Software-Defined Networking), and NFV (Network Function Virtualization) to achieve end-to-end co-optimization of energy consumption, latency, and reliability.
- Spatial Mismatch Problem: Severe misalignment between data generation locations (edge devices) and processing locations (cloud) in smart grids
- Real-time Requirements: Critical applications such as protective relays and EV charging require millisecond-level response times
- Energy Efficiency: Traditional cloud computing models result in significant communication and computational energy waste
- System Fragmentation: Existing solutions focus either exclusively on edge computing or cloud computing, lacking a unified architecture
- Decarbonization transitions require rapid migration of power grids from traditional fossil fuels to distributed energy resources (DERs)
- Smart grids must process large volumes of real-time data and coordinate effectively
- Current ICT resource utilization is inefficient, with computational and transmission bottlenecks
- Centralized Architecture: Suffers from single points of failure, high latency, and congestion issues
- Decentralized Architecture: Reduces latency but compromises coordination effectiveness
- Hybrid Architecture: Increases system complexity and infrastructure requirements
- First SDEN-CaaS Architecture: Proposes the first unified edge-fog-cloud computing software-defined energy network implementing computations-as-a-service
- Joint Task Offloading Optimization: Establishes an optimization model coupling computational placement with network capacity, explicitly considering URLLC constraints
- Feasibility-Preserving Heuristic Algorithm: Designs a lightweight greedy algorithm that maintains scalability while closely tracking optimal energy-latency trade-offs
- Hierarchical AI Pipeline: Constructs a three-tier AI architecture with reactive edge, predictive fog, and strategic cloud layers
- Federated Graph Neural Networks: Implements privacy-preserving fault detection and microgrid coordination
Input: Task streams generated by edge nodes (measurements, control decisions, anomaly detection events)
Output: Optimal task allocation strategy minimizing total latency and energy consumption
Constraints: Computational capacity limits, URLLC latency requirements, network bandwidth constraints
Models the hybrid ICT smart grid environment as a directed graph G=(N,E):
- N: Set of computational nodes, including edge devices NE, fog devices NF, and cloud data centers NC
- E: Set of directed edges representing available data or control communication paths
minx∑i∈NE∑n∈Nxi,n(ω1Li,n+ω2Ei,n)Where:
- xi,n: Binary decision variable indicating whether task i is assigned to node n
- Li,n=bi,ndi+μn1: Total latency (transmission + processing)
- Ei,n=diεi,ncomm+ciεnproc: Total energy consumption (communication + computation)
- ω1,ω2: Latency and energy consumption weights
- Unique Task Assignment: ∑n∈Nxi,n=1,∀i∈NE
- Capacity Constraints: ∑i∈NExi,n⋅βi≤μn,∀n∈N
- Latency Constraints: xi,n⋅Li,n≤Lmax,∀i,n
- Binary Constraints: xi,n∈{0,1}
- First unified modeling of computational placement and network capacity planning
- Explicit consideration of URLLC constraints ensuring ultra-low latency requirements
- Simultaneous optimization of energy consumption and latency rather than single objectives
| Layer | AI Role | Functional Scope | Characteristics |
|---|
| Edge | Reactive | Fault Detection | Low latency, local models |
| Fog | Predictive | Prediction, Monitoring | Moderate computation/latency |
| Cloud | Strategic | Optimization, Control | High computation, latency-tolerant |
- Implements privacy-preserving distributed learning
- Supports large-scale microgrid coordination
- Avoids raw data transmission, protecting privacy
- Task Generation Rate: βi∈[0.67,2] tasks/second
- Computational Capacity: Cloud 60 tasks/second, Fog 15 tasks/second, Edge 5 tasks/second
- Energy Parameters:
- Processing energy: Cloud 2.0 J/bit, Fog 0.5 J/bit, Edge 0.2 J/bit
- Communication energy: Cloud 1.2 J/bit, Fog 0.3 J/bit, Edge 0.1 J/bit
- Weight Settings: ω1=0.6, ω2=0.4
- Energy Savings: ΔE=Ebase−Eopt
- Active Power Generation Reduction: (Pgen−Pexported)/Pgen×100%
- Packet Loss Rate: ∑i=1Nβi⋅pi,n/∑i=1Nβi×100%
- Availability: Tup/T×100%
- Cloud-Only Baseline: All tasks processed in cloud
- Edge-First Allocation: Prioritizes edge devices until saturation
- Round-Robin Allocation: Distributes tasks evenly across layers
- Greedy Heuristic: Dynamic allocation based on composite cost function
- Maximum Savings: 69.65% energy savings compared to cloud-only processing
- Median Savings: 30.2% energy savings
- Savings primarily from shorter transmission paths and more efficient edge processors
- URLLC Optimization: 15% reduction in transmission latency, 25% reduction in jitter
- End-to-End Latency: Remains within constraints as load increases
- Real-Time Response: Supports millisecond-level fault detection and control
| Metric | Centralized System | Hybrid System |
|---|
| Availability | 99.9884673% | 99.9999999998466% |
| Annual Downtime | 1 hour | 48 microseconds |
| MTTF | 8670 hours | 6.57×10¹¹ hours |
- Edge Processing: 90% reduction in bandwidth usage
- Fog Processing: 50% reduction in bandwidth usage
- Local Preprocessing: Significantly reduces backbone network transmission requirements
- Baseline Threshold System: F1=0.67, Latency 150ms
- Edge-Fog Intelligence: F1=0.86, Latency 90ms
- Federated GNN: F1=0.95, Latency 35ms, Precision 0.96, Recall 0.94
- Static Routing: High packet loss, especially under saturation
- SDN Routing: Improved packet transmission through adaptive routing
- URLLC + Heuristic: Further loss reduction through congestion prediction
- Enables rapid autonomous microgrid reconfiguration
- Minimizes cloud connectivity dependency
- Supports islanding operation mode
- Centralized optimization faces scalability limitations
- Federated GNN converges consistently within 15 seconds
- Achieves global coordination while preserving privacy
- Edge Computing and Smart Grids: Existing research primarily focuses on single-layer optimization
- 5G Network Slicing: Priority control for protection traffic
- Task Offloading Algorithms: Multi-objective optimization lacking grid-specific constraints
- Software-Defined Networks: Network energy efficiency optimization without computational co-design
- First complete unified edge-fog-cloud architecture
- Co-design incorporating 5G URLLC characteristics
- Considers grid-specific real-time and reliability requirements
- Achieves joint optimization of computation and networking
- Hybrid SDEN architecture achieves multi-objective optimization of latency, energy efficiency, bandwidth, and reliability
- Lightweight greedy heuristic algorithm effectively approximates optimal solutions
- Hierarchical AI pipeline significantly enhances fault detection and system response capabilities
- Federated GNN enables privacy-preserving large-scale coordination
- Parameter Sensitivity: Weight selection significantly impacts results
- Homogeneity Assumptions: Current assumptions treat same-layer nodes as homogeneous
- Dynamic Loads: Insufficient consideration of time-varying load characteristics
- Security: Limited consideration of adversarial attacks and security threats
- Hardware-in-the-loop and field trial validation
- Interoperability with DERMS and traditional SCADA systems
- Enhanced security and attack resilience
- Carbon-aware and price-aware scheduling optimization
- Strong Innovation: First SDEN-CaaS concept with pioneering significance
- Theoretical Completeness: Rigorous mathematical modeling and comprehensive optimization framework
- High Practical Value: Addresses actual pain points in smart grids
- Comprehensive Experiments: Multi-faceted validation of method effectiveness
- Clear Presentation: Logical structure and detailed technical exposition
- Simulation Limitations: Lacks real-world validation; parameter settings may be overly idealistic
- Complexity Analysis: Insufficient discussion of system implementation complexity
- Cost Considerations: Inadequate consideration of deployment and maintenance costs
- Standardization: Insufficient analysis of compatibility with existing grid standards
- Scalability Verification: Large-scale deployment feasibility requires further validation
- Academic Contribution: Provides new paradigm for smart grid computing architecture research
- Practical Value: Offers technical roadmap for next-generation smart grid design
- Interdisciplinary Integration: Promotes deep fusion of power systems and computer networking
- Standards Development: May influence future smart grid-related standard formulation
- New Smart Grids: Particularly suitable for modern grids designed from scratch
- Microgrid Systems: Environments with abundant distributed energy resources
- Urban Energy Systems: City-level grids requiring fine-grained management
- Industrial Parks: Industrial power consumption scenarios with extreme real-time requirements
The paper cites 30 relevant studies covering multiple domains including smart grids, edge computing, 5G networks, and software-defined networking, providing solid theoretical foundation and technical support for this research.
This paper holds significant theoretical and practical importance in smart grid computing architecture research. The proposed SDEN-CaaS architecture provides an innovative solution to address computational and communication challenges faced by modern power grids. Although further work is needed for real-world deployment validation, its technical approach and optimization methodology point the direction for future smart grid development.