Conceptio › Archive › arXiv CS
arXiv CSopen access

Age of Gossip in Ring Networks With Non-Poisson Updates

2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
distributed-systemsinternetnetworkingprotocols
networking, internet, protocols, distributed systems

Age of Gossip in Ring Networks With Non-Poisson Updates Arunabh Srivastava

Sennur Ulukus

arXiv:2605.05152v1 [cs.IT] 6 May 2026

Department of Electrical and Computer Engineering University of Maryland, College Park, MD 20742 [email protected] [email protected]

Abstract—We consider a network consisting of n nodes connected in a ring formation and a source that generates updates according to a renewal process and disseminates them to the ring network according to a Poisson process. The nodes in the network gossip with each other according to a push-based gossiping protocol, and disseminate version updates. Gossip between two neighbors happens at the arrivals of renewal processes with finite mean and variance. All renewal processes and Poisson processes in the network are independent but not identically distributed. We consider both uni-directional ring networks and bi-directional ring networks. We use version age of information to quantify the freshness of information at each node. Prior work has used the stochastic hybrid systems (SHS) approach or a first passage percolation (FPP) approach to analyze ring networks with edges following identical Poisson processes. In this work, we use a sample-path backtracking approach to characterize the probabilistic scaling of the version age of information of an arbitrary node in the gossip network, where each edge follows an independent but not identically distributed renewal process. We show that the version age of information of any node in the √ network is stochastically equivalent to n at any time instant after the node has received its first update from the source.

I. I NTRODUCTION Modern cyber-physical systems and large-scale internet of things (IoT) networks are becoming increasingly popular, creating the need for structured decentralized architectures. In many practical applications, such as perimeter surveillance arrays and vehicular networks, physical constraints determine specific spatial topologies, such as a ring or a line network. Due to their size and geographic isolation, these networks typically lack continuous centralized connectivity. Instead, these networks receive fresh updates by mobile or scheduled external sources such as uncrewed aerial vehicles (UAVs), mobile base stations, or even deterministic satellite links. Due to the physical trajectories or deterministic schedules of central sources, the update generation and dissemination process cannot be modeled using Poisson processes, which have been used traditionally in network analysis. Thus, there is a need to study information dissemination in ring and line networks under general non-Poisson renewal processes. It is not possible to maintain network-wide information freshness by relying solely on intermittent direct updates from a band-limited central source. This limitation motivates the usage of localized peer-to-peer dissemination and gossip algorithms [1], [2]. In formations like ring networks, nodes communicate exclusively with their immediate neighbors. By

forwarding updates locally, the network allows fresh information to propagate quickly throughout the network. This decentralized mechanism ensures that every node consistently receives fresh updates through its neighbors, even when the external central source, such as a UAV or base station, is far away. This also enables scalable architecture, where a large number of nodes can cooperate successfully. In such cellular and IoT networks, accurate real-time decision making heavily relies on information freshness. Usage of stale data can cause critical errors and inefficiencies in time-sensitive applications. To rigorously quantify information freshness, the age of information (AoI) metric has been widely adopted [3]–[5]. Further needs to capture important networkdependent metrics led to the creation of new metrics to measure freshness, including the age of incorrect information (AoII) [6], the age of synchronization (AoS) [7], and the binary freshness metric (BFM) [8]. In systems where information updates represent discrete state changes, the version age of information [9]–[11] serves as a precise metric. In this work, we use the version age of information (version age) to quantify the freshness of information. The version age of a node in a gossiping network is defined as the difference between the version at the source and the version at the node, where the source is generating updates and has the latest version. Ring networks following source updates were empirically studied for the first time in [9]. This work observed that the long-term √ average version age of nodes in the ring network is Θ( n). This observation was later proved in [12]. Later works examined extensions of the ring network, such as the generalized ring network [13], and the line network [14]. Other adjacent works can be found in [15]–[18]. Most works for this type of system model use Poisson processes on the edges to simplify analysis. [19], on the other hand, analyzed multi-hop networks, tree networks and fully-connected networks while considering edges having non-Poisson renewal processes. [19] showed the effects of variance and path length on the longterm average version age of nodes in the network. However, except for the fully-connected network, there was a single path from the source to each node in all other models considered in the work. The fully-connected network was further analyzed using the inherent sparsity of the individual edge processes. In this paper, we bridge the gap between structured ring topologies and general non-Poisson network dynamics. Unlike the prior studies that relied on the SHS or FPP framework,

which strictly necessitated the Poisson process assumptions, we introduce a sample-path backtracking approach. We explicitly evaluate the transit times and inter-arrival times of updates over independent heterogeneous renewal processes with finite first and second moments on the edges of the ring network. For the uni-directional ring network, we perform a spatial window optimization to show√that we only need to track updates coming to a node from a Θ( n) sized set of nodes that are directly upstream. Subsequently, we show that the version age of √an arbitrary node in the uni-directional ring scales as Θp ( n), where Θp (·) denotes stochastic equivalence. We then extend the analysis to bi-directional ring networks. We show that the complexity introduced by the possibility of multiple paths existing to each node can be mitigated by a preemption argument. This argument states that long paths of size Θp (n) √ are preempted by their counterpart shorter paths of size Θp ( n) with √ high probability. This result enables us to preserve the Θp ( n) scaling for nodes in the bi-directional ring network that we observed previously in the uni-directional ring network. The rest of the paper is organized as follows: In Section II, we define our system model. We then use the sample-path backtracking approach to find the average version age of each node in the uni-directional ring network in Section III. We then show how this analysis can be extended for the bi-directional ring network in Section IV.

RP (µe , σe2 )

source λs P P ( λns ) 1

6

2

5 3

2 RP (µ34 , σ34 )

4

RP (µe , σe2 )

source λs P P ( λns ) 1 2 3

6

2 RP (µ34 , σ34 )

4

5

2 RP (µ43 , σ43 )

Poisson Process Renewal Process

Fig. 1. An illustration of the uni-directional ring network (top), and the bidirectional ring network (bottom). Note that all edges in the gossip network follow independent but not identically distributed renewal processes. The source generates updates according to a renewal process and sends updates to the gossip network as a Poisson process. Nodes gossip according to renewal processes which are not necessarily Poisson.

II. S YSTEM M ODEL AND THE V ERSION AGE M ETRIC We consider a network consisting of a source, which is generating updates, and a gossip network consisting of n nodes. The source generates updates on the arrivals of a renewal process with associated counting process Ne , and having inter-arrival times with finite mean µ0 > 0 and finite variance σ02 . The set of nodes in the gossip network is defined as V = {0, 1, . . . , n − 1}. The source sends updates directly to each node as a Poisson process with rate λns , thus sending updates to the entire gossip network with constant rate λs . We consider two types of ring networks, the uni-directional ring network and the bi-directional ring network. These are illustrated in Fig 1. In the uni-directional ring network, node {i}n sends updates to node {i + 1}n via the push gossiping protocol, where {i}n = i modulo n. In a similar way, in the bi-directional ring network, node {i}n sends updates to nodes {i − 1}n and {i + 1}n via the push gossiping protocol. Node i sends updates to node j at the arrival times of a renewal process that has inter-arrival times with mean µij > 0 and 2 finite variance σij . We assume that each parameter listed is a constant not dependent on n. In order to quantify information freshness for the nodes in the network, we utilize the version age of information metric. Let Ni (t) be the counting process associated with node i’s version update process. Then, the version age of node i is given as Xi (t) = Ne (t) − Ni (t). Under the push gossiping protocol, each node in the gossiping network sends updates to its neighbors. Each neighbor then chooses to keep the update if the new update’s version is better than the version of the

update it currently possesses. If this is not the case, then the neighboring node rejects the packet. Similarly, the source pushes updates to nodes in the network. Since the source always possesses the freshest update, every node accepts an update sent from the source, and in this case, the node’s version age drops to 0. Finally, if the source generates a new update, then every node’s version age increases by 1. We assume that all renewal processes in the network are independent of each other. Further, we use the standard definitions for the stochastic boundedness Op and stochastic equivalence Θp of random variables. We also use the standard asymptotic notation for deterministic scalings O, Ω, Θ, o, ω. III. A NALYSIS OF THE U NI - DIRECTIONAL R ING In this section, we establish the scaling behavior of version age for nodes in the uni-directional ring topology. We select this structure as a foundational case for the analysis of networks with non-Poisson updates because its inherent structure eliminates complexities involving routing ambiguity and interference between different updates traveling throughout the network. In a uni-directional ring network, there is exactly one path from one node to another node. This allows us to isolate the impact of renewal processes on nodes’ version age bypassing other underlying complexities. We first observe that the renewal processes governing the edges of the gossip network are heterogeneous. This results in varying version age statistics across different nodes. Therefore, without loss of generality, we focus our analysis on node

1. In order to find a stochastic equivalent, i.e., Θp , scaling for the version age of node 1, we employ the sample path backtracking approach. In this approach, we pick an arbitrary update that was successfully accepted by node 1, and retrace its total transit time from the source to node 1. By evaluating the source counting process Ne over this random transit time, we can directly quantify the number of new versions generated while the update was traveling. We note that as soon as the tracked update reaches node 1, the node’s version age drops to the exact number of times the source generated updates during the transit time of the update, which we shall show scales as √ Θp ( n). This accounts for the scaling of the valleys in the version age process of node 1. Furthermore, we must account for the node’s version age trajectory while the update was traveling or had not been generated yet. The version age of the node starts increasing when the successful update (the one that arrives at node 1 before our tracked update) arrives. Thus, the version age of the node sees a peak right before our tracked update arrives. Therefore, rigorously bounding the peak version age requires us to evaluate the stochastic scaling of the update inter-arrival time at node 1. To do so,√we shall define a set of upstream nodes located within Θ( n) hops of node 1. Using the Poisson process property of source to node updates, we shall show that the waiting time until this √ set of nodes receives an update directly from the source is Θ( n). Once a node √ in this set has the update, the update traverses at most Θ( n) edges to reach √ node 1. We shall show that this time also scales as Θp ( n). If a later update overtakes this one in the network, the inter-arrival time would only be shorter, which makes this bound a worst-case scenario. Thus, because both the transit √ time and inter-arrival time scale as Θ( n), we conclude that the peak version age is tightly bounded by the sum of both windows. Finally, we note that no assumption is required about the starting distribution of the nodes’ version age at t = 0. Once the first update from the source arrives at a node, the previous history of version age becomes inconsequential. Therefore, we find that after the first successful update arrives at node 1, the version age of node 1 scales as the √ transit time of an arbitrary update, bounded tightly by Θp ( n). We have now established that the time scaling of both the transit time and the worst case inter-arrival time in the unidirectional ring dictates the scaling of the peak and valley of the version age process. We must now formally map these time durations to the actual version age metric. Since the source generates updates according to a renewal counting process Ne , we must evaluate the stochastic scaling of the random variable Ne (T ), where T represents a random variable associated with travel times. To this end, we introduce the following lemma. Lemma 1 Suppose T is a random variable such that E[T ] = Θ(g(n)). Then, Ne (T ) = Op (g(n)). Further, if Var[T ] = o((g(n))2 ), then Ne (T ) = Θp (g(n)). Proof: We use Markov’s inequality to prove this result. First,

we calculate the deterministic scaling for E[Ne (T )]. We note the following, x x σ 2 + µ2 − 1 < E[Ne (x)] ≤ + e 2 e. µe µe µe

(1)

The lower bound is a standard step in the proof of the elementary renewal theorem, and the upper bound is due to Lorden’s inequality [20, Thm 1]. This directly implies the following, T T σ 2 + µ2 − 1 < E[Ne (T )|T ] ≤ + e 2 e. µe µe µe

(2)

Taking expectations, we obtain, E[T ] E[T ] σe2 + µ2e . − 1 < E[Ne (T )] ≤ + µe µe µ2e

(3)

This directly implies that E[Ne (T )] = Θ(g(n)). Next, to show stochastic boundedness, given ϵ > 0, we find finite M > 0 and finite integer N1 > 0, such that,   Ne (T ) P > M < ϵ ∀n ≥ N1 . (4) g(n) We first choose N1 such that c1 g(n) ≤ E[Ne (T )] ≤ c2 g(n), ∀n ≥ N1 . Using Markov’s inequality, we have,   E[Ne (T )] Ne (T ) P >M ≤ (5) g(n) M g(n) λe c2 . (6) ≤ M Choosing M > λeϵc2 completes the proof of the first part. To prove the second part, we need to show that, given ϵ,  P Ne (T ) > mg(n) ≥ 1 − ϵ, ∀n ≥ N, (7) where m > 0 is some positive constant, and N > 0 is an integer. We first note that Var[Ne (T )] = E[Var[Ne (T )|T ]] + Var[E[Ne (T )|T ]], due to the law of total variance. Due to the central limit theorem for renewal processes, we have that σ2 σ2 Var[Ne (x)] ≤ µe3 x + o(x). Therefore, Var[Ne (T )|T ] ≤ µe3 T + e

σ2

e

o(T ), which yields E[Var[Ne (T )|T ]] ≤ µe3 E[T ] + o(E[T ]) = e O(g(n)) = o((g(n))2 ). Further, for the second term, we establish from Lorden’s inequality that E[Ne (T )|T ] = µTe + σ 2 +µ2

e(T ), where −1 < e(T ) ≤ eµ2 e . This implies that e Var[E[Ne (T )|T ]] = Var[ µTe + e(T )] = O(Var[T ]) = o((g(n))2 ), since e(T ), a bounded term, does not change the order of the variance. Finally, to show stochastic equivalence, we apply Chebyshev’s inequality. For a given δ > 0,   Var[Ne (T )] P Ne (T ) − E[Ne (T )] ≥ δE[Ne (T )] ≤ 2 . δ (E[Ne (T )])2 (8) We see that the numerator is o((g(n))2 ), and the denominator is strictly lower bounded by δ 2 (c1 g(n))2 , hence, the right hand side approaches 0 as n → ∞. Therefore, for any ϵ > 0, there exists positive integer N2 such that for all n > max(N1 , N2 ),

we have,   P (1 − δ)E[Ne (T )] < Ne (T ) < (1 + δ)E[Ne (T )] ≥ 1 − ϵ. (9) Since E[Ne (T )] = Θ(g(n)), Ne (T ) is bounded between positive constants multiplied with g(n), with probability approaching 1. Thus, we have Ne (T ) = Θp (g(n)), concluding the proof. ■ We now evaluate the mean and variance of the inter-arrival time and transit time of an arbitrary update that arrives at node 1. First, we focus on the inter-arrival time. To evaluate the inter-arrival time between two successful updates at node 1, we must analyze the time required for an update to be generated and sent to the network, and eventually propagate to node 1. We note that the waiting time for an update to be sent to the network does not factor into the calculation of the transit time, as the transit time tracks the time strictly from the exact moment the update that eventually gets accepted by node 1 was generated by the source. Howeer, the waiting time is critical for bounding the peak version age, as the node’s version age continues to grow while the network waits for a successful update to arrive. To√ rigorously prove that the peak version age scales as Θp ( n), it is insufficient to show that some spatial window yields the correct inter-arrival time scaling. We must mathematically guarantee that no other spatial window could √ provide updates at a faster rate, thereby showing that Θp ( n) is the minimum achievable scaling for the inter-arrival time. To this end, let Vk denote the set of k consecutive upstream nodes immediately before node 1 on the ring. Since the source updates each node independently according to a Poisson process with rate λns , Vk is updated by the source as a Poisson process s with rate kλ n . Therefore, the waiting time Wk since the last update arrived at node 1 until the source sends a new update n to Vk is exponentially distributed with mean E[Wk ] = kλ , s due to the memoryless property. Once the update arrives at Vk , the update must traverse at most k edges to reach node 1. Let Tprop,k denote this propagation time, and let Xi denote the time spent at node i along the path of j nodes that has been realized. The path length is bounded by therefore, the Pk, j expected propagation time is E[Tprop,k ] = i=1 Xi = O(k). The total inter-arrival time yielded by updates passing through this set is defined as Tinter,k = Wk + Tprop,k . We observe that three regimes are possible in this case. √ • k = o( n): In this regime, the nodes in Vk are very √ close to node 1. This leads to E[Tprop,k ] = o( n), which directly √ implies that the propagation time Tprop,k = Op ( n) is very small. However, the source sends updates to Vk at a rate which is o( √1n ), since the set is very small. This k] = √ leads to a high expected waiting time, E[W√ ω( n), which directly implies √ that Wk = ωp ( n), and by extension, Tinter,k = ωp ( n). Therefore, while updates travel through the set very fast, the set itself √ does not receive updates fast enough to maintain Θp ( n) inter-arrival time.

√ k = ω( n): In this regime, the nodes in Vk can be very far from node 1. The source sends updates to Vk at a rate which is ω( √1n ), since the set is very large. This √ leads to a low expected waiting time, E[W √ k ] = o( n), which directly implies that Wk = Op ( n). However, since the update has to √ travel through a large set of nodes, E[Tprop,k ] = ω( n), which directly implies that √ the propagation time Tprop,k√= ωp n is very high. By extension, Tinter,k = ωp ( n). Therefore, while the set Vk receives updates from the source fast enough, the update is not able to propagate through the set fast enough. √ • k = Θ( n): This regime achieves the optimal balance between the waiting time and propagation time. Since the source updates Vk with rate Θ( √1n ), this implies that √ and since Wk is exponentially disE[Wk ] = Θ( n), √ √ tributed, Wk = Θp ( n) and Ne (Wk ) = Θp (√ n). Next, since the update needs to pass√through Θ( n) nodes, we√find that E[Tprop,k ] = Θ( n) and Var[Tprop,k ] = Θ( n). Therefore, by applying Lemma √ 1 to Tprop,k , we can conclude that Ne (Tprop,k ) = Θ ( n). Thus, we have p √ that Ne (Tinter,k ) = Θp ( n). •

After analyzing the above three regimes, we conclude that all √updates that arrive at node 1 arrive from a set of√size Θ( n), and therefore, √ the inter-arrival time scales as Θp ( n). Intuitively, the Θ( n) spatial window emerges as the strict minimizer of the version age due to the fundamental tradeoffs observed in the network dynamics. The version age is dictated by a balance between how often the source drops an update into a specific region, and the network propagation time for that region. If the region is too large, updates arrive into it frequently, but take too long to traverse the ring. If the region is too small, then the traversal time along the ring is small, but the source updates this region so infrequently that node 1 is starved of fresh updates. Next, we evaluate the transit time of an update that was successfully accepted by node 1. In this case, the transit time is divided into two components: the waiting time until the update successfully reaches the ring, and the propagation time through the ring. Since the update reaches node 1 successfully without being preempted, it was transmitted to the network before the next update was generated by the source. Since the source update generation process N0 has a finite mean intergeneration time, the waiting time until the update successfully reaches the ring is Θp (1). The analysis of the propagation time follows through exactly as the spatial window optimization discussed in the analysis of the √ inter-arrival time, yielding that the propagation time is Θp ( n). Therefore, the transit time of the √ update is the sum of√these traversal times Θp (1) + Θp ( n), which scales as Θp ( n). Further, the variance of the waiting time of the update is √ Θ(1) = o(n) and the variance of the propagation time is Θ( n) = o(n). Therefore, due to the application of Lemma 1, the version age of√node 1 upon successfully receiving the update scales as Θp ( n). In conclusion, we found that the peak version age of node 1

scales as the sum of the inter-arrival time and the transit time of an arbitrary update. Therefore, the peak version age scales √ as Θp ( n). Similarly, the valleys of the version age process of node 1 scale as the transit time of successful√updates that reach the node. Thus, the valleys scale as Θp ( n) as well. This shows that after node 1 receives √ its first update, its version age scaling is equivalent to Θp ( n) for the rest of the time horizon in the uni-directional ring network. This also shows that the long-term √ average version age of any node in the network is Θp ( n). IV. E XTENSION TO THE B I - DIRECTIONAL R ING In the analysis of the bi-directional ring network, we encounter one additional layer of complexity when compared to the unidirectional ring network: path ambiguity. An update that was successfully accepted by node 1 can traverse the ring in two opposite directions, creating a short path and a long path. In this section, we resolve this issue and show that for any node in the bi-directional ring network, the version age √ scaling remains Θp ( n). In order to prove this result, we re-deploy the sample-path backtracking approach and the spatial optimization technique we used for the uni-directional ring. We modify the arguments to account for the path ambiguity in the network. As discussed in Section III, the peak version age is the sum of the interarrival time and transit time, while the valley of the version age is determined only by the transit time. We first calculate the inter-arrival time. In order to account for the bi-directionality of the network, we redefine Vk to include k consecutive nodes in the clockwise direction as well as the anti-clockwise direction, yielding a total of 2k nodes. Since the source updates nodes uniformly, Vk receives updates s with rate 2kλ n . This introduces a constant factor change in the rate of Wk , and thus the scaling of Wk and Ne (Wk ) remain identical to the uni-directional case. Next, we look at the propagation time Tprop,k , and resolve the path ambiguity in the network. Suppose a node in Vk that is d ≤ k hops away from node 1 receives the update from the source that eventually reaches node 1. This update can reach node 1 through two routes: the short path of d hops, and the complementary long path of length n − d. When we evaluate the optimal spatial regime now, we must account for the longer path as well. We see that among the shorter paths, version √ age is minimized by paths that are Θ( n) in length. √ This means that the propagation time for √ the short path is Θp ( n). The long path has length n − Θ( n) = Θ(n). Therefore, the propagation time along the long path is Θp√ (n). Since the short paths deliver the update to node 1 in Θp ( n) time, and the corresponding copy of the update would arrive along the longer path Θp (n) time later, node 1 would receive the update through the shorter path. By the time the update arrives along the longer paths, it would be preempted by fresher updates with high probability. This implies that the long paths do not contribute to the version age process of node 1. This allows us to bound the version age using the shorter paths.

Since we consider only the short paths in the bi-directional ring network, the bi-directional spatial window acts as two independent, overlapping spatial windows of the unidirectional network. Therefore, the three spatial regimes analyzed in Section III remain unchanged: √ • If k = o( n), the symmetric Vk is updated too infre√ quently, leading to ωp ( n) version age scaling. √ • If k = ω( n), then the propagation time is too long, √ leading to ω √p ( n) version age scaling. • If k = Θ( n), the optimal balance is achieved again, √ and we are able to achieve Θp ( n) version age scaling. The same argument holds for the transit time of successful updates. The waiting time of the successful update at the source is still Θp (1), and √ the short paths determine the optimal propagation time of Θp ( n). We can then use Lemma 1 to conclude that the peaks, valleys and thus the long-term average version√age of each node in the bi-directional network scale as Θp ( n). R EFERENCES [1] L. Chettri and R. Bera. A comprehensive survey on internet of things (IoT) toward 5G wireless systems. IEEE Internet of Things Journal, 7(1):16–32, October 2019. [2] S. N. Swamy and S. R. Kota. An empirical study on system level aspects of internet of things (IoT). IEEE Access, 8:188082–188134, October 2020. [3] S. K. Kaul, R. D. Yates, and M. Gruteser. Real-time status: How often should one update? In IEEE Infocom, March 2012. [4] Y. Sun, I. Kadota, R. Talak, and E. Modiano. Age of information: A new metric for information freshness. Synthesis Lectures on Communication Networks, 12(2):1–224, December 2019. [5] R. D. Yates, Y. Sun, D. R. Brown, S. K. Kaul, E. Modiano, and S. Ulukus. Age of information: An introduction and survey. IEEE Jour. on Selected Areas in Communications, 39(5):1183–1210, May 2021. [6] A. Maatouk, S. Kriouile, M. Assaad, and A. Ephremides. The age of incorrect information: A new performance metric for status updates. IEEE/ACM Trans. on Networking, 28(5):2215–2228, October 2020. [7] J. Zhong, R. D. Yates, and E. Soljanin. Two freshness metrics for local cache refresh. In IEEE ISIT, June 2018. [8] J. Cho and H. Garcia-Molina. Effective page refresh policies for web crawlers. ACM Trans. on Database Systems, 28(4):390–426, December 2003. [9] R. D. Yates. The age of gossip in networks. In IEEE ISIT, July 2021. [10] B. Abolhassani, J. Tadrous, A. Eryilmaz, and E. Yeh. Fresh caching for dynamic content. In IEEE Infocom, May 2021. [11] M. Bastopcu and S. Ulukus. Who should Google Scholar update more often? In IEEE Infocom, July 2020. [12] B. Buyukates, M. Bastopcu, and S. Ulukus. Age of gossip in networks with community structure. In IEEE SPAWC, September 2021. [13] A. Srivastava and S. Ulukus. Age of gossip on generalized rings. In IEEE MILCOM, October 2023. [14] P. Kaswan and S. Ulukus. Age of gossip in ring networks in the presence of jamming attacks. In Asilomar Conference, October 2022. [15] P. Kaswan, P. Mitra, A. Srivastava, and S. Ulukus. Age of information in gossip networks: A friendly introduction and literature survey. IEEE Transactions on Communications, 73(8):6200–6220, February 2025. [16] A. Srivastava and S. Ulukus. Age of gossip on a grid. In Allerton Conference, September 2023. [17] P. Mitra and S. Ulukus. ASUMAN: Age sense updating multiple access in networks. In Allerton Conference, September 2022. [18] A. Srivastava, T. J. Maranzatto, and S. Ulukus. Age of gossip with time-varying topologies. In IEEE ISIT, June 2025. [19] P. Kaswan and S. Ulukus. Timeliness in cache-aided networks with nonpoisson updating. IEEE Transactions on Communications, 73(8):6068– 6080, August 2025. [20] G. Lorden. On excess over the boundary. The Annals of Mathematical Statistics, 41(2):520–527, April 1970.

Record · ID 168250 · SHA-256 d5c846166fe07239
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.