Skip to content
Preprint

DTMC-Based Analysis and Scheduling for Periodic Flows with Proactive HARQ

Aug 2026 · 0 citations · 29 references
Computer Science

TL;DR

Simulations with industrial URLLC traffic show that the proposed method achieves higher schedulability than reactive HARQ, K-Repetition, and non-guaranteed proactive HARQ, with acceptable computational overhead.

Abstract

Ultra-Reliable Low-Latency Communication (URLLC) requires strict reliability and latency guarantees for heterogeneous periodic traffic. Proactive HARQ improves resource efficiency through early termination, but slot-level timing effects, particularly delayed feedback, complicate schedulability analysis. This paper presents a discrete-time Markov chain (DTMC)-based framework for periodic flows with proactive HARQ. By expanding the state space, the model captures HARQ round-trip time and other cross-slot timing effects. The framework determines the transmission opportunities required to satisfy heterogeneous reliability and latency constraints and supports offset-based scheduling through a two-stage genetic algorithm. Simulations with industrial URLLC traffic show that the proposed method achieves higher schedulability than reactive HARQ, K-Repetition, and non-guaranteed proactive HARQ, with acceptable computational overhead.

View source

Similar papers

2026

Deadline-Aware SRPT Scheduling for Paxos Consensus

Paxos consensus protocol is widely used in distributed systems, yet their performance can degrade under heterogeneous workloads and deadline-constrained requests. Traditional priority-based Paxos extensions rely on static scheduling policies that are unable to adapt to dynamically changing urgency. This paper proposes a deadline-aware scheduling framework for Paxos based on the Shortest Remaining Processing Time (SRPT) discipline. The proposed approach dynamically prioritizes requests according to their expected completion behavior and their likelihood of meeting assigned deadlines, enabling preemptive scheduling decisions at the consensus leader. An analytical queueing model is developed to characterize the mean waiting time, mean residence time, and mean response time under SRPT scheduling. Using these results, a probabilistic measure of deadline satisfaction is derived and employed to guide scheduling decisions. Analytical and numerical evaluations demonstrate that the proposed framework significantly improves deadline satisfaction while preserving the delay-optimal properties of SRPT, making it well suited for latency-sensitive Paxos deployments.

Elham Amini, J. Misic, Vojislav B. Mišić · 0 citations
2026

Multi-Process Overlapping HARQ Durations for Periodic Time-Critical Communications Under Nonzero ACK Delay

In time-critical periodic communication, hybrid automatic repeat request (HARQ) ensures stringent reliability and low latency. However, conventional fixed HARQ durations for periodic traffic can lead to resource over-provisioning and limited adaptation to deep fading. To improve resource efficiency, the Overlapping HARQ Durations (OHD) approach-employing opportunistic transmissions within the overlapped durations of adjacent packets - has been proposed for orthogonal multiple access (OMA) systems. Nevertheless, prior OHD studies assumed an idealistic single-process architecture with zero acknowledgment (ACK) delay limiting practical applicability. This letter extends the OHD concept to a practical multi-process HARQ architecture within an OMA framework featuring nonzero ACK delays and fixed slot lengths. Two schemes are proposed: Dedicated Mapping-based OHD (DM-OHD) and Flexible Mapping-based OHD (FM-OHD). Using a novel stochastic vacancy probability analysis, we derive the HARQ durations to satisfy latency and reliability constraints. Numerical results show that both OHD schemes significantly outperform conventional non-OHD schemes in capacity, while FM-OHD achieves lower packet failure rates.

Dong-Jun Lee, Woon-Young Yeo · 0 citations
Conference Aug 2026

Multi-Queue Priority-Based Scheduling for Real-Time Edge Computing Applications

The rapid proliferation of Internet of Things (IoT) devices has intensified demands for low-latency, resource-efficient task scheduling at the network edge. Conventional policies such as Round-Robin and First-Come-First-Serve (FCFS) fail to satisfy the Quality-of-Service (QoS) requirements of Industrial-IoT and autonomous-vehicle workloads. This paper presents Multi-Queue Priority-Based Scheduling (MQPBS), a lightweight algorithm that classifies tasks into three dynamic priority queues (High, Medium, Low) using deadline-aware heuristics, applies Shortest-Job-First (SJF) intra-queue ordering, and employs an aging mechanism to prevent starvation. Extensive simulation over task sets of 200–1000 tasks demonstrates that MQPBS reduces average waiting time by up to 17.6%, improves throughput by up to 10.8%, lowers energy consumption by 20%, and cuts the Deadline Miss Ratio (DMR) compared with the Priority-Aware Task-Scheduling (PaTS) baseline. Ablation experiments confirm the independent contribution of each algorithmic component. Scalability and sensitivity analyses further validate the robustness of MQPBS under heterogeneous arrival patterns and varying load intensities. The results establish MQPBS as a scalable, reliable scheduler for next-generation edge infrastructures.

Shibang Maity, Roshan Panda, M. Tanisha et al. · 0 citations
Conference Jul 2026

Adaptive Scheduling for Low-Latency Coordination in Wi-Fi 8 Multi-AP Networks

Reliable low-latency communication is a critical requirement in enterprise wireless networks such as hospitals, offices, and campuses. This paper proposes an earliest deadline first (EDF)-Lyapunov-Robbins-Monro (ELR), a stochastic scheduling algorithm for IEEE 802.11bn (Wi-Fi 8) Multi-Access Point Coordination Coordinated-Spatial Reuse (MAPC C-SR) networks that jointly accounts for queue stability and deadline-aware latency regulation under bursty traffic. A Lyapunov drift-based criterion for a group is adopted to ensure queues remain stable under varying traffic loads. Since the optimal balance between queue backlog and deadline urgency cannot be determined a priori under bursty traffic, EDF term is incorporated into the selection metric with a tunable balance parameter $\alpha$, governed by Robbins-Monro stochastic approximation scheme. The proposed algorithm addresses the inability of existing schedulers to track sudden congestion under bursty traffic, by dynamically adjusting $\alpha$ to suppress sharp delay spikes. Simulations over a four-access point (AP) enterprise deployment under bursty Markov-Modulated Poisson Process (MMPP) traffic demonstrate that ELR achieves 14.23%, 13.26%, and 7.97% reduction in 99th percentile delay over maximum number of packets (MNP), oldest packet (OP), and traffic alignment tracker (TAT) respectively under high load with 16 stations (STAs).

Hiya Shah · 0 citations
Open access Aug 2026

Hierarchical Scheduler with Adaptive Time-Budget Reallocation for Time-Triggered Edge-Fog-Cloud Architectures

The lack of determinism restricts the integration of safety-critical applications into Edge–Fog–Cloud (EFC) architectures. Existing EFC schedulers are typically designed for dynamic, best-effort operation based on unmanaged resource allocation and elastic virtualization. This paradigm introduces unbounded queueing, resource contention, and timing jitter, making standard schedulers unsuitable for hard-deadline workloads. Moreover, most approaches focus on computational placement, while communication is abstracted or treated as a secondary cost term. As a result, bounded-latency routing and deterministic task execution are rarely co-optimized under a unified timing model. This paper addresses these gaps by utilizing a managed Time-Triggered Edge–Fog–Cloud (TTEFC) architecture that supports safety-critical workloads, orchestrates IEEE Time-Sensitive Networking (TSN) for local intra-domain communication, and uses IETF Deterministic Networking (DetNet) for routed inter-domain paths. On this infrastructure, a hierarchical genetic algorithm (HGA) is proposed to jointly schedule partition-to-execution-location allocation, partition execution order, inter-partition route selection, and negotiated per-partition time budgets that act as temporal boundaries for parallel partition-level optimizers. An adaptive slack reallocation operator redistributes unused temporal slack from over-satisfied partitions to budget-violating partitions, improving feasibility convergence. Experiments on synthetic DAG workloads with 100–500 tasks compare the proposed HGA against HEFT and round-robin baselines. These baselines are included as scoped external references to contextualize the end-to-end scheduling performance of the proposed method. Ablation results show that slack reallocation improves partition-budget feasibility, reaches feasible budget assignments earlier, and produces tighter budget–makespan alignment than feedback-free and static-budget variants. An automotive-characteristic DAG case study further evaluates the method on an application-oriented workload under the same timing and communication assumptions.

Omar Hekal, Josepaul Paulachan, Daniel Onwuchekwa et al. · 0 citations
Conference Jul 2026

Det-TESLA: Integrated Multicast Authentication and Flow Scheduling for Deterministic Networking

Ensuring security without compromising low-latency determinism is critical for modern time-sensitive (TS) applications. However, existing authentication mechanisms like Timed Efficient Stream Loss-Tolerant Authentication (TESLA) suitable for local-area real-time networks lack scalability for wide-area environments. We propose Det-TESLA, which integrates deterministic IP (DIP) networking with the TESLA protocol to ensure stable key disclosure latency. By decoupling multicast TS flows from key distribution (KD) flows, the framework provides superior scheduling flexibility for complex wide-area networks. We further develop a joint TS-KD scheduling model and an efficient online algorithm based on combinatorial auctions. Simulations reveal that Det-TESLA supports 2.9 times more low-latency flows than standard TESLA. Furthermore, our algorithm achieves an 11% performance improvement with only 20% of the execution time required by baseline algorithms.

Wei-Peng Tan, Binwei Wu, Shuo Wang et al. · 0 citations

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.