|
SECAN-Lab Home News Projects SECAN-LAB Mesh Sequencer U-2010 NARTUS EFIPSANS IRMA SECRICOM The Group Members Publications Theses Teaching Presentations Topics Mobile Computing Ad-Hoc Networks Ad-Hoc Protocols Mesh Computing Trust Related Stuff L-101 Laboratory Systems AS28 Systems 802.11 Network Simulator Internships Conferences Publications Standards Projects Links Partners OSTN Miscellaneous Contact About Job Opportunities Search |
Signal Stability-based Adaptive Routing Protocol
SSASSA tries to discover stronger routes based on signal strength and location stability of the nodes. The location stability defines paths which have existed for a longer period of time. SSA is beacon-based like ABR which means, that the signal strength of the beacons is measured for determining the link stability between the nodes. With the help of the link stability and the location stability the links are classified as stable or unstable.The signal strengths of the neighbor beacons are stored in a table named SST (signal stability table). Each node is constantly updating his SST with the beacon messages. The informations from the SST are used to forward the RouteRequest messages only over stable links to the destination. SSA uses next-hop routing, which means that each node keeps a routing table where the next hop to the target is stored. When we compare SSA to ABR, one difference is that nodes only forward the RouteRequest messages if they receive them over stable links. In the other case the packets are dropped. Another difference is that SSA only minds on one metric which is the signal strength between the nodes. The main objective of SSA is to only use routes that have stronger connectivity. Route EstablishmentBefore the Route Establishment protocol is started the initiator checks its route cache for available routes to the target. Only when no route is known, the Route Establishment protocol is started. SSA is partly based on DSR.
![]() RouteRequest packets are only forwarded over stable links to the destination: Path: 1-2-4-8-13-15 Route Maintenance
![]() Broken link: 2-5 New strong path: 1-5-4-8-13-15 AdvantagesThe main advantage of SSA is that this protocol finds more stable routes to a destination then DSR. The shortest path isn’t necessary the best! With the beacons between the nodes, SSA classifies the link as stable or unstable to find the strongest path.DisadvantagesBroken links are locally detected but not repaired and the multiple flooding of RouteRequest messages restricts the bandwidth. Another disadvantages is, that the RouteRequest packets received over weak links are not considered but dropped.References[Dube1996] Original Paper[Murthy2004] All Pictures [Dube1997] "Signal Stability-based Adaptive Routing Protocol" is mentioned on: Ad-Hoc Protocols (History) | Ad-Hoc Workshop Winter 04/05 (Termine) |