Fifteen Minutes of Fame: The Dynamics of Information Access on the Web

Z. Dezso,E. Almaas,A. Lukacs,B. Racz,I. Szakadat,A.-L. Barabasi
DOI: https://doi.org/10.48550/arXiv.physics/0505087
2005-05-13
Abstract:While current studies on complex networks focus on systems that change relatively slowly in time, the structure of the most visited regions of the Web is altered at the timescale from hours to days. Here we investigate the dynamics of visitation of a major news portal, representing the prototype for such a rapidly evolving network. The nodes of the network can be classified into stable nodes, that form the time independent skeleton of the portal, and news documents. The visitation of the two node classes are markedly different, the skeleton acquiring visits at a constant rate, while a news document's visitation peaking after a few hours. We find that the visitation pattern of a news document decays as a power law, in contrast with the exponential prediction provided by simple models of site visitation. This is rooted in the inhomogeneous nature of the browsing pattern characterizing individual users: the time interval between consecutive visits by the same user to the site follows a power law distribution, in contrast with the exponential expected for Poisson processes. We show that the exponent characterizing the individual user's browsing patterns determines the power-law decay in a document's visitation. Finally, our results document the fleeting quality of news and events: while fifteen minutes of fame is still an exaggeration in the online media, we find that access to most news items significantly decays after 36 hours of posting.
Physics and Society,Disordered Systems and Neural Networks
What problem does this paper attempt to address?
The problem that this paper attempts to solve is how to achieve load balancing and scalable parallel computing in cosmological N - body simulations when the matter distribution becomes very inhomogeneous. Specifically: 1. **Load - balancing problem**: In cosmological N - body simulations, especially in the later stages of structure formation, the matter distribution will become very inhomogeneous (i.e., strong clustering). This will make it difficult for the static one - dimensional slab - domain decomposition method to maintain load balancing, because the workload of each processor is no longer evenly distributed. 2. **Scalability problem**: In order to simulate larger - scale cosmic structures, more particles and higher spatial resolution are required, which requires the algorithm to run efficiently on more processors, that is, to have good scalability. However, as the degree of clustering increases, the computing time of the traditional P3M algorithm will increase significantly, thus affecting scalability. To solve these problems, the author proposes a new parallelization technique - a space - filling dynamic - domain - decomposition method based on the Hilbert curve. This method can effectively perform load balancing on any number of nodes and still maintain good scalability when dealing with strong clustering. ### Specific solutions - **Dynamic - domain - decomposition**: Using the Hilbert curve for dynamic - domain - decomposition can flexibly adjust the area responsible for each processor to adapt to the change of particle distribution, thereby maintaining load balancing. - **Optimizing data storage and communication**: By optimizing data storage and inter - process communication, communication overhead is reduced and computing efficiency is improved. - **Adaptive - mesh - refinement**: In order to further improve scalability, especially in the case of extreme clustering, the author suggests expanding the algorithm to include adaptive - mesh - refinement (AMR), thereby restoring the \( N \log N \) computational complexity. ### Summary The main objective of this paper is to develop a parallel algorithm that can effectively deal with the strong - clustering problem in cosmological N - body simulations and ensure load balancing and good scalability in a large - scale parallel - computing environment.