1 / 37

Road-Based Multipath Routing in Urban VANETs 都會區車輛隨意網路之多重路徑繞徑技術

Road-Based Multipath Routing in Urban VANETs 都會區車輛隨意網路之多重路徑繞徑技術. 指導教授:王國禎 博士 學生:鍾昆佑 國立交通大學網路工程研究所 行動計算與寬頻網路實驗室. Outline. Introduction Related work Background Proposed road-based multipath routing Simulation and discussion Conclusion and Future work References. Introduction.

sierra
Download Presentation

Road-Based Multipath Routing in Urban VANETs 都會區車輛隨意網路之多重路徑繞徑技術

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. Road-Based Multipath Routing in Urban VANETs都會區車輛隨意網路之多重路徑繞徑技術 指導教授:王國禎 博士 學生:鍾昆佑 國立交通大學網路工程研究所 行動計算與寬頻網路實驗室

  2. Outline • Introduction • Related work • Background • Proposed road-based multipath routing • Simulation and discussion • Conclusion and Future work • References

  3. Introduction • Vehicular Ad Hoc Networks (VANETs) consist of mobile vehicles (nodes) , and each node moves arbitrarily and communicates with others by wireless links • Wireless links would be broken frequently because of high mobility in VANETs • In urban VANETs , each node moves in constrained areas independently

  4. Introduction Ad-hoc on-demand distance vector (AODV) [1] and dynamic source routing (DSR) [2] are two most widely studied on-demand ad hoc routing protocols which are node-centric The traditional node-centric view of the route leads to frequent broken routes in the presence of VANETs’ high mobility [3]

  5. Introduction Node-centric problem [3]

  6. Introduction One alternative approach, geographical routing, is offered by geographical routing protocols, e.g., greedy–face–greedy (GFG) [4] and greedy other adaptive face routing (GOAFR) [5] Since dead end roads exist in Urban VANETs, geographical routing protocols do not always perform well

  7. Introduction Geographical routing problem [3]

  8. Introduction RBVT [3] proposed a road-based VANET routing protocol that leverages real-time vehicular traffic information to create road-based routing paths There are many single path routing protocols, which need to create a new route when a path breaks

  9. Introduction Multipath routing creates many paths from sender to receiver If one route disconnects, sender can choose other routes to transfer packets Multipath routing can classify two types : node-disjoint routing and link-disjoint routing [6]

  10. Introduction Node-disjoint routes (a) and link-disjoint routes (b)

  11. Introduction In [7], the authors have proved node-disjoint multipath routing is better than link-disjoint multipath routing in terms of packet delivery ratio We propose a road-based multipath routing (RBMR) , which is node-disjoint

  12. Introduction • We propose a road-based multipath routing (RBMR) , which is node-disjoint • It focuses on establishing two fast routes from sender to receiver • It begins to send packets once a fast route is established • The slow route which is established later will be used if the first route is disconnected • To the best of our knowledge, there is no existing road-based multipath routing protocol

  13. Related work Connectionless approach (CLA) [8] is a road-based single path routing protocol It records road segments instead of nodes Ad-hoc on-demand multipath distance vector routing (AOMDV) [9] , which is link-disjoint, creates several paths from source to destination, and packets are sent after paths established

  14. Related work • NDMR [10] is a node-centric, node-disjoint multipath routing • It sends packets after creating one path, but it is a node-centric routing protocol, so the route is easy to be disconnected than that of the road-based routing protocol

  15. Related work

  16. Background • Vehicle moving similarity [11] • Select neighbor nodes which have similar speeds with the sender as relay nodes • Vehicle moving similarity is reflected by Vehicle persistence score (VPS)

  17. Background • Vehicle persistence score (VPS) • VPS table entry <ID, position, road segment, direction, VPS> [12] • ID: the neighbor’s identifier • position: the GPS coordinate (x, y), which stands for the neighbor’s position • road segment : where the neighbor is located • direction: the neighbor’s moving direction • VPS: the value used to reflect the neighbor’s stability

  18. Background • VPS maintains • When a node received a HELLO message from a neighbor, it searched its VPS table • If the neighbor’s ID can be found in the VPS table, the node increasesthe neighbor's VPS by 1 • If the neighbor’s ID can not be found in the VPS table, the node adds the neighbor’s information ( ID, position, road segment, direction, and VPS) to the VPS table, and initializes the node’s VPS to 1

  19. Background (a) VPS values are initialized when receiving a HELLO message (b) VPS values are increased when receiving a HELLO message An example of VPS table [11]

  20. Design approach - RBMR • Two stages of the proposed road-based multipath routing (RBMR) • Route discovery stage • Data transfer stage

  21. RBMR – Route discovery stage How a relay node handles RREQ

  22. RBMR – Route discovery stage Steps: 1. S sends RREQ to A and C 2. C sends RREQ to A 3. A discards RREQ which gets from C 4. A sends RREQ to B and E 5. E sends RREQ to D 6. B sends RREQ to F and D 7. D discards RREQ which gets from B 8. F sends RREQ to D RREQ packet transfer

  23. RBMR – Route discovery stage Road segment ID recorded in the RREQ header

  24. RBMR – Route discovery stage First, PATH1 is established from sender to receiver Second, PATH2 is established Third, PATH3 is established PATH2 will be discarded at receiver because the road segment A8 has been used

  25. RBMR – Route discovery stage RREP returned PATH1 and PATH3 through the reverse road segment IDs

  26. RBMR – Route discovery stage RBMR will send packets although only PATH1 is established PATH3 will be established later, and it will be used if PATH1 is disconnected

  27. RBMR – Data transfer stage • Relay nodes selection • Select relay nodes from the VPS table according to the data stored in the VPS table • Data used for selection [12] • road segment: used to choose relay nodes which located in the next road segment of the header • direction : used to choose relay nodes which moved toward the receiver • VPS: used to choose a relay node which has the highest score

  28. RBMR – Data transfer stage Relay node is selected by VPS

  29. Simulation and discussion Packet delivery ratio: the number of data packets received at the receiver divided by the number of data packets generated at the sender [11] Control overhead: when transferring a packet, how many control packets (including RREQ, RREP, RRER) need to send [11] End-to-end delay: the time taken for a packet to be transmitted (including RREQ, RREP)  from sender to receiver [8]

  30. Simulation and discussion Simulation settings [13][14]

  31. Simulation and discussion Delivery ratio under different numbers of nodes

  32. Simulation and discussion Control overhead under different numbers of nodes

  33. Simulation and discussion End-to-end delay under different numbers of nodes

  34. Conclusion and Future Work We propose a road-based multipath routing (RBMR) protocol for Urban VANETs The proposed RBMR improves the delivery ratio by9% 6% , and 15%, control overhead by 30%, 25%, and 19%, and end-to-end delay by 28%, 11%, and 7% compared with AOMDV, NDMR, and CLA, respectively Simulation results show that the proposed RBMR performs well on packet transferring in city environments than road-based single path and node-centric multipath routing protocols.

  35. Conclusion and Future Work Create over two node-disjoint paths and select the most reliable path to transfer packets

  36. References [1] C. E. Perkins and E. M. Royer, “Ad hoc on-demand distance vector routing,” in Proc. 2nd IEEE Workshop Mobile Comput. Syst. Appl., New Orleans, LA, Feb. 1999, pp. 90–100. [2] D. B. Johnson and D. A. Maltz, “Dynamic source routing in ad hoc wireless networks,” in Proc. Mobile Comput., vol. 353, no. 5, pp. 153–161, 1996. [3] JosianeNzouonta, NeerajRajgure, Guiling (Grace) Wang, “VANET Routing on City Roads Using Real-Time Vehicular Traffic Information,” in Proc. IEEE Transactions on Vehicular Technology, pp. 3609-3626, 2009. [4] P. Bose, P. Morin, I. Stojmenovic, and J. Urrutia, “Routing with guaranteed delivery in ad hoc wireless networks,” in Proc. ACM Wirel. Netw., vol. 7, no. 6, pp. 609–616, Nov. 2001. [5] F. Kuhn, R. Wattenhofer, Y. Zhang, and A. Zollinger, “Geometric ad hoc routing: Of theory and practice,” in Proc. 22nd Annu. Symp. Principles Distrib. Comput., Boston, MA, Jul. 2003, pp. 63–72. [6] Xuefei Li; Cuthbert L, ”On-demand Node-Disjoint Multipath Routing in Wireless Ad hoc Networks,” in Proc. IEEE International Conference on Local Computer Networks, pp 419-420, 2004. [7] XiaoxiaHuang, Yuguang Fang,“ Performance Study of Node-Disjoint Multipath Routing in Vehicular Ad Hoc Networks”, in Proc. IEEE Transactions on Vehicular Technology, pp 1942-1950, 2009. [8] Y. H. Ho, A. H. Ho, and K. A. Hua, “Routing Protocols for Inter-Vehicular Networks: A Comparative Study in High-Mobility and Large Obstacles Environments, ” Computer Communications Journal - Special Issue on Mobility Protocols for ITS/VANET, 2008. [9] Mahesh K. Marina, Sami R. Das,”On-demand Multipath Distance Vector Routing in Ad Hoc Networks”, in Proc. Ninth International Conference on Network Protocols, pp 14-23, 2001. [10]Chang-Woo Ahn, “ A Node-Disjoint Multipath Routing Protocol Based on AODV in Mobile Ad Hoc Networks”, in proc. Seventh International Conference on Information Technology, pp828-833,2010.

  37. References [11] Min Hsuan, Kuochen Wang,” A reliable routing scheme based on vehicle moving similarity for VANETs”, in Proc. IEEE Region 10 Conference on TENCON, pp 426-430,2011. [12] H.-F. Ho, K.C. Wang, Y.-L. Hsieh, “Resilient Video Streaming for Urban VANETs,” inProceedings of the Seventh Workshop on Wireless Ad Hoc and Sensor Networks, 2011. [13] “The network simulator (NS2),” [Online]. Available: http://www.isi.edu/nsnam/ns/. [14] M. Fiore, J. Härri, F. Filali, and C. Bonnet, “Vehicular mobility simulation for VANETs,” in Proc. 40th Annual Simulation Symp., Mar. 2007, pp. 301-307.

More Related