This document discusses two algorithms for ranking web pages based on link structure: SALSA and PageRank. SALSA is a stochastic approach that analyzes random walks on graphs derived from link structures to identify authoritative and hub pages. It defines hub and authority matrices to model the transitions between these types of pages. PageRank is also based on random walks, and ranks pages highly if the sum of ranks of backlinking pages is high, modeling a random surfer. Both algorithms bring order to the web by using link structures, but SALSA focuses on specific communities while PageRank provides a global ranking.