Source-linked AI summary

Status Updates Over Unreliable Multiaccess Channels

Sanjit K. Kaul, Roy D. Yates

arXiv:1705.02521v1cs.IT

TL;DR

The paper studies timely state updates over shared, unreliable multiaccess channels using age of information (AoI). It analyzes scheduled access and ALOHA-like random access, deriving AoI-optimal conditions and showing that ALOHA performs substantially worse under symmetric updating.

  • Problem

    Networks of sensing devices must deliver temporal state information promptly over shared channels whose node-to-sink packet success probabilities may differ.

  • Method

    The paper derives AoI for scheduled access with feedback and ALOHA-like random access, including optimized retransmission and transmission-attempt conditions and symmetric updating.

  • Results

    Measured by AoI, ALOHA is worse than scheduled access by approximately 2e ≈5.4 for large M under symmetric updating.

  • Takeaways & Limitations

    For homogeneous scheduled networks, allowing nodes to retransmit during their turns until successful minimizes AoI, while ALOHA-like access incurs substantially higher AoI under symmetric updating.

Abstract

from arXiv · show

Applications like environmental sensing, and health and activity sensing, are supported by networks of devices (nodes) that send periodic packet transmissions over the wireless channel to a sink node. We look at simple abstractions that capture the following commonalities of such networks (a) the nodes send periodically sensed information that is temporal and must be delivered in a timely manner, (b) they share a multiple access channel and (c) channels between the nodes and the sink are unreliable (packets may be received in error) and differ in quality. We consider scheduled access and slotted ALOHA-like random access. Under scheduled access, nodes take turns and get feedback on whether a transmitted packet was received successfully by the sink. During its turn, a node may transmit more than once to counter channel uncertainty. For slotted ALOHA-like access, each node attempts transmission in every slot with a certain probability. For these access mechanisms we derive the age of information (AoI), which is a timeliness metric, and arrive at conditions that optimize AoI at the sink. We also analyze the case of symmetric updating, in which updates from different nodes must have the same AoI. We show that ALOHA-like access, while simple, leads to AoI that is worse by a factor of about 2e, in comparison to scheduled access.

I. INTRODUCTION

The paper studies timely delivery of periodic sensed states over shared wireless channels with unreliable, heterogeneous links. It analyzes scheduled access and slotted ALOHA-like access using AoI, including symmetric updating.

  • Motivation: Sensing applications use networks of devices that periodically send temporal state information to a sink over a shared wireless channel.Examples include healthcare, energy, buildings, and environmental monitoring.
  • Metric: Age of information quantifies timeliness as the average age of a node’s state known at the sink.The instantaneous age is the elapsed time since the state held by the sink was current.
  • Network setting: The channels between nodes and the sink may decode packets incorrectly, with error probabilities that differ across nodes.
  • Access mechanisms: Scheduled access lets nodes take turns, receive success feedback, and retransmit during a turn, whereas ALOHA assigns each node a transmission attempt probability per slot.For scheduled access, the maximum number of attempts S is important for AoI optimization.
  • Contributions: The analysis derives AoI conditions for both access schemes and studies symmetric updating, where all nodes must have the same AoI at the sink.For symmetric updating, the paper reports an AoI disadvantage for ALOHA relative to scheduled access.

II. RELATED WORK

The related work situates this study among AoI analyses for queueing, delivery errors, energy constraints, vehicular access, and scheduling problems. The supplied figure passage illustrates the slotted-system setting used by the paper.

  • AoI models: Prior work analyzes AoI in multi-source M/M/1 FCFS systems and single-source systems with out-of-order delivery.
  • AoI models: Other studies address peak age of information, packet delivery errors, and energy-constrained updating.
  • Slotted-system illustration: Figure 1 represents packet transmissions beginning at slot starts, propagation arrows, successful receptions at slot ends, and crosses for lost updates.
  • Access and scheduling: Related network-access work includes CSMA vehicle updates and scheduling packets across co-channel transmitter-receiver links to reduce peak age.

III. MULTIACCESS NETWORK MODEL

The model has synchronized nodes sharing a slotted channel, with one-slot state packets received and decoded at slot ends. AoI tracks how long the sink’s stored state has been out of date.

  • Network model: M nodes transmit current-state packets over a shared channel to a sink in synchronized slots, with each packet transmission lasting one slot.Reception and decoding occur instantaneously at the end of a slot.
  • Packet decoding: Each node’s packet succeeds with probability p_i; successful packets update the sink, while erroneous packets are lost without retransmission.Every transmission contains the sender’s state at the beginning of its slot.
  • Update process: The inter-update time Z_ij is the interval between consecutive updates from node i, assumed identically distributed as Z_i.
  • Age of information: Instantaneous age Δ_i(t) equals elapsed time since the sink’s stored state was current, increasing linearly between updates and resetting to 1 slot after an update.
  • Age of information: The paper defines AoI as the time-average of the instantaneous age over an observation interval.The derivation uses the area under the age sample function.
  • Access schemes: The analysis then compares scheduled feedback access with ALOHA-like random access.

IV. SCHEDULED ACCESS WITH FEEDBACK

Scheduled access gives nodes turns with feedback and bounded retransmissions, so inter-update times reflect both failed turns and the other nodes’ turns. The paper derives their first two moments and studies the attempt limit that minimizes AoI.

  • Scheduled access: In scheduled access with feedback, each node transmits during its turn until success or until it reaches the maximum S attempts.A turn therefore lasts between one and S slots.
  • AoI optimization: The design problem is selecting S to minimize the network AoI.
  • Inter-update intervals: An inter-update interval for node i includes other nodes’ turns and may span multiple failed turns by node i because each transmission succeeds with probability p_i.
  • Inter-update intervals: For a node with success probability p_i, the probability of at least one success in S slots is r_i = 1 − (1 − p_i)^S, with η_ji = r_j/r_i.
  • Moment analysis: Lemma 1 derives the first and second moments of node i’s inter-update time under scheduled access with feedback.

A. Observations

In homogeneous scheduled-access networks, allowing nodes to transmit until success minimizes AoI as the maximum number of attempts approaches infinity. This strategy need not minimize AoI when nodes have different transmission success probabilities.

  • In a homogeneous network, the mean inter-update time is E[Zi] = M/p for every node and is independent of S.
  • As S →∞, maximizing the probability of at least one successful transmission minimizes each node’s AoI and the network AoI.For homogeneous nodes, the mean inter-update time remains constant while ri increases toward 1.
  • Scheduled access minimizes homogeneous-network AoI when each node keeps transmitting during its turn until an update succeeds.
  • The same transmission-until-success strategy is not AoI-minimizing when nodes have different successful transmission probabilities.

Heterogeneous Network of Nodes:

In a three-node heterogeneous network, the network AoI is minimized at S = 7. The trade-off is that short turns disadvantage poor channels, whereas long turns disadvantage nodes with good channels.

  • Heterogeneous Network of Nodes:: S = 7 minimizes the network AoI for nodes with success probabilities p1 = 0.1, p2 = 0.5, and p3 = 0.9.The analysis compares per-node inter-update statistics and AoI with the network AoI as S varies.
  • Heterogeneous Network of Nodes:: Large S lets nodes with poor channels consume many slots, worsening the AoI of a node with a very good channel.

V. SLOTTED ALOHA-LIKE RANDOM ACCESS

The paper analyzes slotted ALOHA-like access by expressing successful updates through per-node attempt probabilities and deriving the resulting AoI optimization conditions. It gives an exact two-node optimizer and notes that larger networks require approximation.

  • ALOHA-like access has each node attempt transmission in every slot with probability τi, without feedback from the sink.
  • An update by node i occurs when it transmits alone in a slot and its packet is decoded correctly, with probability γi.
  • The inter-update interval Zi is geometric with mean E[Zi] = 1/γi.
  • The age-minimizing attempt probabilities satisfy first-order optimality conditions obtained by differentiating the network AoI with respect to τi.
  • For M = 2, the exact optimizer is τ*i = (1 + (pi/pj)^(1/3))^-1; for M > 2, the paper uses a large-M approximation.

VI. SYMMETRIC UPDATING SYSTEMS

The paper compares scheduled feedback access (SF) and ALOHA under symmetric updating, where all nodes must achieve equal AoI. It finds that SF provides substantially lower AoI than ALOHA for large networks.

  • Symmetric updating: Symmetric updating requires equal AoI across nodes and assumes every decoding probability satisfies p_i ∈ [p_min, p_max] with p_i > 0.
  • Scheduled access: SF becomes symmetric as S →∞, because each node transmits until its update succeeds during its turn.
  • ALOHA: In symmetric ALOHA, attempt probabilities are set as τ_i = β/(β+p_i), with β tuned to minimize AoI.
  • Comparison: Theorem 1 provides a simple comparison of the two access schemes despite the difficulty of comparing their AoI expressions directly.
  • Comparison: 2e ≈5.4: SF is better than ALOHA by this AoI factor for large M.The comparison attributes the gap to ALOHA's 1/e packet success rate and geometric inter-update times.

VII. CONCLUSIONS

The paper analyzes AoI over unreliable multiaccess channels, optimizing scheduled and ALOHA-like access and comparing them under symmetric updating. Its principal conclusion is that ALOHA has about 2e higher AoI than scheduled feedback access in symmetric systems.

  • The study derives AoI results for scheduled access with feedback and ALOHA-like random access over unreliable multiaccess channels.
  • For similar packet-error probabilities, scheduled access is optimized when nodes keep transmitting during their turns until a packet succeeds.
  • For ALOHA-like access, the paper provides a closed-form approximation for transmission attempt probabilities that optimize AoI.
  • 2e: under symmetric updating, ALOHA is worse than scheduled feedback access by about this AoI factor.

APPENDIX A DERIVATION OF AGE OF INFORMATION

Appendix A derives the time-average age by decomposing the age curve into geometric areas and then taking long-run statistical averages. The resulting expression gives the AoI used in later analysis.

  • The time-average age over an observation interval is defined by Equation (1).
  • The observation interval ends at the (n+1)th update, with t′ = t_i(n+1), and the age area is decomposed into triangles and rectangles.
  • As t′ →∞, the initial boundary term becomes negligible and sample averages converge to statistical averages.
  • Applying these limits to the age process yields the expression for Δ_i in Equation (3).

APPENDIX B PROOF OF LEMMA 1

Appendix B derives Lemma 1 by modeling update failures, turn durations, and successful-update durations with random variables and substituting their moments into the age expression. It also evaluates the resulting approximation against numerical optimization.

  • Random-variable derivation: N_i is geometric because node i fails for N_i−1 turns and updates during its N_i-th turn.Its per-turn update probability is r_i = 1−(1−p_i)^S.
  • Random-variable derivation: A_jk records the slots used by node j in a turn, with a truncated geometric distribution determined by p_j and the maximum S.
  • Random-variable derivation: X_i counts slots used by node i during a turn known to contain an update, providing the conditioned duration needed for the inter-update analysis.
  • Moment calculation: A_jk, N_i, and X_i are mutually independent, enabling E[Z_i] and related quantities to be written using their first and second moments.
  • Numerical validation: About 95%: for M = 5, the approximation's absolute percentage error in minimum age is below 5%; accuracy improves for larger M.
Loading 1705.02521v1…