close Warning: BrowserModule failed with ConfigurationError: Look in the Trac log for more information.

Changes between Version 5 and Version 6 of OverSimKbrRouting


Ignore:
Timestamp:
Sep 22, 2008, 1:51:57 PM (16 years ago)
Author:
Ingmar Baumgart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimKbrRouting

    v5 v6  
    66 * '''exhaustive-iterative''': This is similar to the ''iterative'' case above, but the ''isSibling'' bit is ignored. The originator instead continues to query all closest nodes, until no better nodes are returned. This increases bandwidth consumption and lookup latency, but is more secure.
    77 * '''semi-recursive''': The originator encapsulates the message in a ''!BaseRouteMessage'' and forwards it to the closest next hop stored in the local routing table. The message get forwarded recursively until the sibling node (= "closest node") for the destination key is reached. An optional response to the message is sent directly to the originator.
    8  * '''full-recursive''': Similar to ''semi-recursive'' routing, but a response is routed recursively back to the originator
    9  * '''source-routing-recursive''': Similar to ''semi-recursive'' routing, but a response is routed back to the originator along the reverse path of the routed message.
     8 * '''full-recursive''': Similar to ''semi-recursive'' routing, but the response is routed recursively back to the originator
     9 * '''source-routing-recursive''': Similar to ''semi-recursive'' routing, but the response is routed back to the originator along the reverse path of the routed message.
    1010