vix.ing · top · new · best · stats · spec

Near-Optimal Time-Energy Trade-Offs for Deterministic Leader Election

2021/05/16 by Yi‐Jun Chang, Ran Duan, Chang, Yi-Jun +3
Computer Science · #Mobile Ad Hoc Networks #Cooperative Communication and Network Coding #Wireless Networks and Protocols

paper · pdf · doi:10.48550/arxiv.2105.07518

Abstract

We consider the energy complexity of the leader election problem in the single-hop radio network model, where each device has a unique identifier in \1, 2, …, N\. Energy is a scarce resource for small battery-powered devices. For such devices, most of the energy is often spent on communication, not on computation. To approximate the actual energy cost, the energy complexity of an algorithm is defined as the maximum over all devices of the number of time slots where the device transmits or listens. Much progress has been made in understanding the energy complexity of leader election in radio networks, but very little is known about the trade-off between time and energy. Time-energy trade-off: For any k ≥ log log N, we show that a leader among at most n devices can be elected deterministically in O(k ⋅ n1+ε) + O(k ⋅ N1/k) time and O(k) energy if each device can simultaneously transmit and listen, where ε> 0 is any small constant. This improves upon the previous O(N)-time O(log log N)-energy algorithm by Chang et al. [STOC 2017]. We provide lower bounds to show that the time-energy trade-off of our algorithm is near-optimal. Dense instances: For the dense instances where the number of devices is n = Θ(N), we design a deterministic leader election algorithm using only O(1) energy. This improves upon the O(log^* N)-energy algorithm by Jurdziński et al. [PODC 2002] and the O(α(N))-energy algorithm by Chang et al. [STOC 2017]. More specifically, we show that the optimal deterministic energy complexity of leader election is Θ(max\1, log (N)/(n)\) if the devices cannot simultaneously transmit and listen, and it is Θ(max\1, log log (N)/(n)\) if they can.

Related