250 likes | 359 Views
Mohamed Younis, Sookyoung Lee, Sheetal Gupta and Kevin Fisher Department of Computer Science and Electrical Engineering University of Maryland, Baltimore County IEEE Globecom 2008.
E N D
Mohamed Younis, Sookyoung Lee, Sheetal Gupta and Kevin Fisher Department of Computer Science and Electrical Engineering University of Maryland, Baltimore County IEEE Globecom 2008 A LOCALIZED SELF-HEALING ALGORITHM FOR NETWORKS OF MOVEABLE SENSOR NODES
Introduction • Related work • DARA approach • RIM Approach • Simulation • NN approach • Conclusion outline
A Wireless sensor and actor networks (WSAN) involves two types of nodes: • Sensors • Actors Introduction Command node Sensor node Actor Inter - actor communication Communication with the command node
The failed actor serves as a cut-vertex node in the network Introduction Command node Sensor node Actor Inter - actor communication Communication with the command node
Introduction E D A B C Actor Inter - actor communication
Introduction E D A B C Actor Inter - actor communication
Related work - DARA [11] A. Abbasi, K. Akkaya and M. Younis, “A Distributed Connectivity Restoration Algorithm in Wireless Sensor and Actor Networks,” in the Proceedings of the 32nd IEEE Conf. on Local Computer Networks (LCN’07), Dublin, Ireland, Oct. 2007.
Related work - DARA 1 3 2 1 [11] A. Abbasi, K. Akkaya and M. Younis, “A Distributed Connectivity Restoration Algorithm in Wireless Sensor and Actor Networks,” in the Proceedings of the 32nd IEEE Conf. on Local Computer Networks (LCN’07), Dublin, Ireland, Oct. 2007.
Related work - DARA [11] A. Abbasi, K. Akkaya and M. Younis, “A Distributed Connectivity Restoration Algorithm in Wireless Sensor and Actor Networks,” in the Proceedings of the 32nd IEEE Conf. on Local Computer Networks (LCN’07), Dublin, Ireland, Oct. 2007.
The paper proposed only requires the knowledge of 1-hop neighbors approach. • Minimizes messaging overhead • Reduces the distance that individual nodes travel during the recovery GOAL
Nodes know their position relative to their neighbors, not necessarily their exact coordinates. assumption
Each node broadcasts a HELLO message to introduce itself to its neighbors, then builds a list of directly reachable nodes. Each table entry contains two parameters: {Node_ID, Relative position} Rim approach
Periodically send heartbeat messages to their neighbors to ensure that they are functional Rim approach E D G B F C A H
Move until they are a distance r/2 from the failed node Rim approach E D G B r F F C A H
This point is the closest intersection point of the two circles of radius r centered at B and C. Rim approach E D B G C A H
Node D determines its new location based only on B’s position. Rim approach E D r B B G C A H
Node E determines its new location based only on D’s position. Rim approach E r D D B G C A H
Every node is aware of its 2-hop neighbors Nearest Neighbor(NN) algorithm E D D G B B F F C A H
RIM is a distributed algorithm for Recovery through Inward Motion. RIM minimizes messaging overhead and reduces the distance each individual node travels during the recovery. CONCLUSION