Solving No-wait Scheduling for Time-Sensitive Networks with Daisy-Chain Topology
Qian Li, Henan Liu, Heng Liu, Yuyi Wang

TL;DR
This paper presents an efficient polynomial-time algorithm for computing optimal no-wait schedules in Time-Sensitive Networking with daisy-chain topologies, addressing a key open problem in TSN scheduling.
Contribution
It introduces a novel polynomial-time algorithm for no-wait scheduling in daisy-chain TSN topologies by reformulating the problem as a restricted graph coloring task on interval graphs.
Findings
Algorithm scales polynomially with network size and number of streams.
Demonstrates optimal scheduling for real-life TSN systems with tens of thousands of streams.
Shows polynomial solvability of a restricted graph coloring problem on interval graphs.
Abstract
Time-Sensitive Networking (TSN) is a set of standards aiming to enable deterministic and predictable communication over Ethernet networks. However, as the standards of TSN do not specify how to schedule the data streams, the main open problem around TSN is how to compute schedules efficiently and effectively. In this paper, we solve this open problem for no-wait schedules on the daisy-chain topology, one of the most commonly used topologies. Precisely, we develop an efficient algorithm that optimally computes no-wait schedules for the daisy-chain topology, with a time complexity that scales polynomially in both the number of streams and the network size. The basic idea is to recast the no-wait scheduling problem as a variant of a graph coloring problem where some restrictions are imposed on the colors available for every vertex, and where the underlying graph is an interval graph. Our…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNetwork Time Synchronization Technologies · Energy Efficient Wireless Sensor Networks · Real-Time Systems Scheduling
