Top Banner
Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao
29

Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Dec 14, 2015

Download

Documents

Moris Briggs
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Dual-Region Location Management for Mobile Ad

Hoc Networks

Yinan Li, Ing-ray Chen, Ding-chau Wang

Presented by Youyou Cao

Page 2: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Introduction

• MANET: A self-organizing and self-configuring infrastructureless network of mobile devices connected by Wireless

• Problem: No good scalable location management for MANET yet!

Page 3: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Outline

• Introduction• System Design• Performance Model• Evaluation• Conclusion

Page 4: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Existing location management scheme

• Each node is assigned a home region(serve as location servers) through hashing

• Drawback: need to contact location server even source and destination nodes are close to each other

Home region of destination node

Destination node

Source node

Page 5: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

How to improve?

• Periodically exchange location info with neighboring nodes in its local region

• If a node in the local region knows the location of destination node

Local region of source node

Source node

Destination node

Local region of destination node

- Only local location info of the neighbor is needed

Page 6: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

How to improve?

• Even better, source node might be within the local region of the destination node

Source node

Destination node

Local region of destination node

- Only need local info from the node itself!

Page 7: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

How to improve?

• Further question: how to define home and local region size?• Previous work:

- Define home region size statically at design time• Our work:

- Dynamically determine the optimal home region size and local region size

- in order to minimize the overall network cost incurred by location management and data packet delivery

Page 8: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

System Design

• Assumptions:

- Mobile nodes knows their location, moving direction, moving speed via GPS

- Density of mobile nodes are high enough so there is at least one location server in each node’s home region

Page 9: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Dual-Region Mobility Management (DrMoM)

• Global Partition: Equally sized rectangular region

• Each node is permanently assigned a home region by hashing

• Home region center is fixed, Home region size is dynamically chosen based on node mobility and service characteristics.

Page 10: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Dual-Region Mobility Management

• Local region center moves when node moves, local region size chosen dynamically

• Local region location updates follow a threshold-based approach, ie, notice neighbors when its current location is outside of the transmission rage of its last updated location

Page 11: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Increase :

- Chance of successful location query increase

- Larger overhead for location queries and updates

Key Parameter: home region size

Page 12: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Key Parameters: local region size

Increase :

- Chance of locate destination node using only local info increase

- Cost of location inquiry packet delivery increase

- Rate of location updates of the home region decrease

Page 13: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Location Table

Each node maintain two tables:

• Home region location table

- Stores location information of nodes for which it serves as a location server

• Local region location table

- Stores location information of nodes for which it is within their location region

Page 14: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Greedy geographical packet forwarding

For each hop, select the node that is closest to the destination within its one hop neighbors

Page 15: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Performance Model

• Goal: minimize total communication cost incurred by DrMoM- Total number of wireless transmissions per time unit

• Impact of using this metric:- Small saving in cost can be significant over time

- Larger probability of successful packet deliveries

- Shorter average packet delay

- Maximize the lifetime of a MANET

Page 16: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Performance Model

• Assumptions:- Use modified random way point mobility model to simulate the movement of mobile nodes

- Hash function maps any mobile node uniformly to any rectangular region with equal probability

Page 17: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Notation Table

Page 18: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Notation

Broadcast cost b(R): the number of wireless transmissions to cover the entire region

: Average # of hops between node and its home region: Average distance between a node and its home region in a m*m square area

Page 19: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Location Update Cost

:The cost for local region location updates: broadcast updates to its neighbors

:The cost for home region location updates: send updates messages to home region first, then broadcast

Page 20: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Location Query Cost

the cost for local region location query: broadcast and collect reply from local neighbors

the cost for home regionlocation query: send request and get response from home region

Probability that local regionlocation query fails

Node densityProbability that a neighbor of S is also in local region or home region of D

Page 21: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Data Packet Delivery Cost

Upper bound: Upper bound:

p1(p2) : – probability that S is within the local(home) region of D

Case 1: A valid entry for D exists in Case 2: A valid entry for D exists in

Case 3: No valid entry for D exists in or

Page 22: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Home Region Maintenance Cost

When node B enter the home region of node A, A’s home region nodes broadcast the message to their neighbors

Page 23: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Total Communication Cost

Data Packet Rate Local region location update rate

Home region location update rate Home region maintenance rate

Page 24: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Performance Evaluation

Effect of () on the performance of DrMoM

Page 25: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Performance Evaluation

Total communication cost vs and in DrMoM

Page 26: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Performance Comparison

Total communication cost incurred per time unit by DrMoM vs SLURP and RUDLS as a function of φ, ν, n

Page 27: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Conclusion

• Designed a dual-region location management scheme to minimize overall network cost incurred for location management and data packet delivery that outperforms state-of-the-art schemes

• Dynamically identify and apply optimal and to each mobile node based on runtime mobility and service characteristics

• Application: build lookup table of optimal and at static time, check and apply optimal value at runtime

Page 28: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Future work

• Consider other mobility model rather than random movement

• Use stochastic Petri Net modeling technique• How to select trustworthy nodes as location

server when there is attack• Extend the design notion to other location-

based services in MANET

Page 29: Dual-Region Location Management for Mobile Ad Hoc Networks Yinan Li, Ing-ray Chen, Ding-chau Wang Presented by Youyou Cao.

Thank you!

Questions?