190 likes | 315 Views
By Kannikar Siriwong Na Ayutaya. Low Overhead With Speed Aware Routing (LOWSAR) in VANETs. Outline. Problem Routing Mechanism Related Works Objective Contention-based Routing (CBR) Algorithm Motivation LOWSAR Algorithm Results Conclusion and Future works. Why need routing for VANETs?.
E N D
By Kannikar Siriwong Na Ayutaya Low Overhead With Speed Aware Routing (LOWSAR) in VANETs
Outline • Problem • Routing Mechanism • Related Works • Objective • Contention-based Routing (CBR) Algorithm • Motivation • LOWSAR Algorithm • Results • Conclusion and Future works
Why need routing for VANETs? • Reasons: High mobility and frequent network disconnection and merging • Result: Topology-based routings in MANETs are NOT suitable for VANETs • Solutions: Position-based routing and Contention-based routing
VANETs Routing Mechanism • Beaconing: periodically exchange location message between vehicles • Location service: process of searching for unknown destination location • Forwarding: transmitting packets to destination (unicast, broadcast, anycast, scan)
Position-based Routing(PBR) Neighbor positions obtained by beaconing Routing decision is done locally by one node at a time Contention-based Routing(CBR) Routing decision is done in distributed manner without beaconing Related Works
2 1 3 4 Related Works • Position-based Routing(PBR) • Contention-based Routing(CBR) 2 1 3 4
PBR Outdated neighbor positions High routing decision computational complexity Increase message exchanging overhead Enhance packet collision Eliminate packet redundancy CBR Eliminate beaconing overhead during routing decision Create possibility of packet redundancy Related Works (Pros & Cons)
Objective • Extend contention-based routing (CBR) to account for speed of vehicles • Propose LOWSAR algorithm to speed up data delivery delay
Basic CBR Algorithm (Terminology) • T = constant bias clock delay • r = transmission range • Dmn = distance from nodem to noden • d = bias clock delay • W = ratio of difference of distance and r
d = T(1 – W) Basic CBR Algorithm D15 W = (D15 – D35)/r ≤ 1 D35 3 D15 – D35 D15 1 5 r
Basic CBR Algorithm D15 d = T d > T d < T 6 3 1 7 5 2 4 W = (D17 – Di7)r, i = 2,…,6 d = T(1 – W)
Basic CBR Algorithm D15 d = T(1-(D15 – D 15)/r) = T d = T(1-(D15 – D35)/r) r D35 3 D15 – D35 D15 1 5 D25 2 d = T(1-(D15 – D45)/r) > T D15 – D25 D45 4 D15 – D45 < 0 d = T(1-(D15 – D25)/r)
C A Problem: Location Dominated Forwarding VCt B VBt VAt
Problem: Speed Dominated Forwarding C B VC= 0 A VA > 0
LOWSAR Algorithm • V = vicinity of a vehicle • D = distance from a node to destination d = min{ T(1 – W), T(1 – W)/V, T( D/r - 1)}
Conclusion and Future Works • Under different speed limits, LOWSAR outperforms CBR in terms of delivery delay • Explore effects of other parameters on delivery delay • Number of source nodes • Data rate • Number of vehicles (traffic density)
Conclusion and Future Works • Investigate on other performance metrics • Average number of hops to a destination • Packet delivery ratio • Compare these performance with other compatible routing algorithms