1: \begin{abstract}
2: %The reliability of an IP network against failures and congestions
3: %depends on the reaction time necessary for the convergence of the
4: %underlying routing protocol.
5: Link state routing protocols such as OSPF or IS-IS currently use
6: only best paths to forward IP packets throughout a domain. The optimality of sub-paths ensures consistency of hop by
7: hop forwarding although paths, calculated using Dijkstra's algorithm,
8: are recursively composed. According to the link metric, the diversity of
9: existing paths can be underestimated using only best paths. Hence,
10: it reduces potential benefits of multipath applications such as load
11: balancing and fast rerouting. In this paper, we
12: propose a low time complexity multipath computation algorithm able
13: to calculate at least two paths with a different first hop between
14: all pairs of nodes in the network if such next hops exist.
15: %it does not contain a
16: %bridge link.
17: %This approach allows
18: %to react faster to failures and congestions compared to the common
19: %unipath approach.
20: Using real and generated topologies, we evaluate and compare the complexity of our proposition with
21: several techniques. Simulation
22: results suggest that the path diversity achieved with our
23: proposition is approximatively the same that the one obtained
24: using consecutive Dijsktra computations, but with a lower
25: time complexity.
26: \end{abstract}
27: