1 / 19

Geographical Routing Using Partial Information for Wireless Ad Hoc Networks

Geographical Routing Using Partial Information for Wireless Ad Hoc Networks. Rahul Jain, Anuj Puri, and Raja Sengupta University of California, Berkeley. Published on IEEE Personal Communications, Vol.8, Issue 1, Feb2001 Presented by Jani Saloranta at Ad Hoc Networking Course 27.1.2004.

jarvis
Download Presentation

Geographical Routing Using Partial Information for Wireless Ad Hoc Networks

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Geographical RoutingUsing Partial Information for Wireless Ad Hoc Networks Rahul Jain, Anuj Puri, and Raja SenguptaUniversity of California, Berkeley Published on IEEE Personal Communications, Vol.8, Issue 1, Feb2001 Presented by Jani Saloranta at Ad Hoc Networking Course 27.1.2004

  2. Outline • Introduction • Geograhical Routing Algorithm (GRA) • Algorithm • Related Issues • Teardown protocol • Performance • Simulation Results • Conclusion

  3. Introduction • The algorithm for routing in wireless ad hoc networks using information about geographical location of the nodes. • Why? • Setting up a communication infrastructure is difficult. • Mobility • Money

  4. The Geographical Routing Algorithm • Doesn’t assume any hierarchical network architecure • Doesn’t do source routing • Assumes nodes position via global positioning system (GPS) and existence of geographical location service (GLS). • Optimal power • Symmetric links • Medium access schedule such that each node can transmit at a certain bit rate without interference.

  5. Wireless network can be modellad as a graphG = ( N, L ), where nodes N = {1, 2, ..., n} and edges (links) L = { ( i, j ) | nodes i and j are neighbours }. • Each node knows about a small number of nodes in the network. More about the those who are nearer to it than those about those further away.

  6. D S

  7. The Algorithm • Start point: Each node knows only about its neighbours. • Routing table for node S is a list <(pi, Si)>, where pi is a geographical position and Si is neighbour of S. • Node S checks from its routing table which pi is closest for packet destination D. • Each node thus forwards the packet in the same way till the packet reaches the destination.

  8. D S • If node S discovers that it is closer to the destination than any other pi we say the packet is ”stuck”. Route discovery protocol handles these situations. • Route discovery protocol: • Finds a path from S to D. ( Path(S, D) = <k0, k1, ..., kl> ) and updates the routing table of the node ki <Pos(D), ki+1 >. ?

  9. 1) from A to C 2) from A to D 3) from A to E

  10. Related Issues • Positional Errors • Node i gets its position from GPS and there is an error. i advertises wrong position piinstead of correct position pi’. • If error is big enough packet most propably get ”stuck”  Route discovery protocol. • Multiple Route Discoveries • Avoided by timestamps.

  11. Teardown protocol • Extension which tries to maintain the centers property ans keep the routing tables consistent. • Node S updates its routing table: • S receives hello msg from node Ni it puts (Ni, pos(Ni), Ni) • If S doesn’t hear anything from node Ni for certain time  it removes (Di, pos(Ni), Ni) for every Di. • If Table(S) contains the entry (Di, pi, Ni) and S receives Table(Ni) which contains the entry (Di, pj, –), then S updates its entry to (Di, pj, Ni). • If Table(S) contains the entry (Di, pi, Ni) and S receives Table(Ni) which does not contain an entry (Di, –, –), then S removes the entry (Dii, pi, Ni) from its table. • After any change to its routing table, S broadcasts the new Table(S).

  12. Performance • Convergence of Routing Tables • One of the advantages of algorithm is that a node does not need to have a routing entry for every other node in the network. • Number of route discoveries per node • O (log n) • Routing Table Size • The mean routing table size is bounded above by O ( L1log n )),where L1 is the mean length of the shortest path between any pair of nodes in an n-node random network.

  13. Assumption: network has n nodes in a unit area and each node has transmission radius r. • Overhead from a single link going down • O ( L log(n) / r 2 ) • Number of links going down due to mobility • O (r v n 2),where v is speed of certain node.  Total overhead • O ( L v n 2 log(n ) /r ) packets get generated in the network per unit time.

  14. Simulation Results Figure 7a Figure 7b

  15. Figure 8a Figure 8b

  16. Figure 9a Figure 9b

  17. Conclusions • Algorithm is asynchronous, real-time, distributed, and scalable. It does not require an architecture or hierarchy to be imposed on the network, but provides each node with a distance-dependent aggregated view of the network topology. • Correctness of algorithm has been shown via theoretic calculus and verified through simulations.

  18. Teardown misspelling Correct form can be found from [19]. Says: (di, pi, ni) Should say: (di, pj, ni)

  19. Blurry math • ”We assume the network has n nodes in a unit area and each node has a transmission radius r.” • ”On average, each node has nπr2 neighbors and cLlog(n) entries in its routing table. So on average a = cLlog(n)/(nπr2) entries in the routing table of A are using a link from node A to a neighbor B.” 

More Related