We study approximate distributed solutions to the weighted all-pairs-shortest-paths (APSP) problem in the CONGEST model. We obtain the following results.1. A deterministic (1 + o(1))-approximation to APSP inÕ(n) rounds. This improves over the best previously known algorithm, by both derandomizing it and by reducing the running time by a Θ(log n) factor. In many cases, routing schemes involve relabeling, i.e., assigning new names to nodes and require that these names are used in distance and routing queries. It is known that relabeling is necessary to achieve running times of o(n/ log n). In the relabeling model, we obtain the following results.2. A randomized O(k)-approximation to APSP, for any integer k > 1, running inÕ(n 1/2+1/k + D) rounds, where D is the hop diameter of the network. This algorithm simplifies the best previously known result and reduces its approximation ratio from O(k log k) to O(k). Also, the new algorithm uses uses labels of asymptotically optimal size, namely O(log n) bits. 3. A randomized O(k)-approximation to APSP, for any integer k > 1, running in timeÕ ((nD) 1/2 · n 1/k + D) and producing compact routing tables of sizeÕ(n 1/k ). The node lables consist of O(k log n) bits. This improves on the approximation ratio of Θ(k 2 ) for tables of that size achieved by the best previously known algorithm, which terminates faster, inÕ(n 1/2+1/k + D) rounds.