Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
>---------------------------------------------------------------
commit 5ccebe2e1a98214e5709814e2ed730c9dc42ffc8
Author: Marek Lindner <mareklindner(a)neomailbox.ch>
Date: Sat Jan 22 12:14:56 2011 +0000
doc: open-mesh/Routing_scenarios
>---------------------------------------------------------------
5ccebe2e1a98214e5709814e2ed730c9dc42ffc8
open-mesh/Routing_scenarios.textile | 54 +++++++++++--------------------------
1 file changed, 15 insertions(+), 39 deletions(-)
diff --git a/open-mesh/Routing_scenarios.textile b/open-mesh/Routing_scenarios.textile
index 3398d746..e6bd3c55 100644
--- a/open-mesh/Routing_scenarios.textile
+++ b/open-mesh/Routing_scenarios.textile
@@ -1,79 +1,55 @@
+= Routing scenarios =
-h1. Routing scenarios
-
-
-<pre>
-<code class="div">
+{{{
+#!div style="width: 46em; text-align: justify"
This page contains a collection of routing scenarios which all routing protocol changes have to go through to estimate its impact.
+=== Best route ===
-h3. Best route
-
-
-
-h4. Asymmetric link
-
+==== Asymmetric link ====
The nodes A, B and C are connected via asymmetric links - every node has a good transmit connection to one neighbor and a good receiving connection from the other. The protocol has to detect that the best neighbor towards any destination is the one it rarely gets routing information from.
[[Image(wiki:routing_scenarios:asym_link.png, 70%25)]]
-
-h4. Asymmetric path
-
+==== Asymmetric path ====
Node A and B are connected via multiple paths with different characteristics: a short asymmetric path and a long path without packet loss. The protocol should choose the long path for traffic traveling from A to B and the short path in the opposite direction.
[[Image(wiki:routing_scenarios:asym_path.png, 100%25)]]
-
-h3. Convergence speed
-
+=== Convergence speed ===
A and B have 2 possible paths to communicate with each other. One of the nodes that is part of the currently used path dies or one of the links breaks down and the protocol needs to detect the unavailability of the path to switch as fast as possible to the other one.
-
-h4. The triangle
-
+==== The triangle ====
[[Image(wiki:routing_scenarios:triangle.png, 70%25)]]
-
-h4. The circle
-
+==== The circle ====
[[Image(wiki:routing_scenarios:circle.png, 100%25)]]
-
-h4. The bottle
-
+==== The bottle ====
[[Image(wiki:routing_scenarios:bottle.png, 100%25)]]
-
-h3. Mobility
-
+=== Mobility ===
While A is moving through the mesh the route between A and B shall recover as fast as possible.
-
-h4. New neighbor
-
+==== New neighbor ====
[[Image(wiki:routing_scenarios:new_neigh.png, 100%25)]]
-
-h4. New distant neighbor
-
+==== New distant neighbor ====
[[Image(wiki:routing_scenarios:new_dist_neigh.png, 100%25)]]
-
-h4. Mobile Node
-
+==== Mobile Node ====
[[Image(wiki:routing_scenarios:mob_node.png, 100%25)]]
-</code></pre>
+}}}