Guaranteed Geocast Routing Protocol for Vehicular Adhoc Networks in Highway Traffic Environment

Size: px
Start display at page:

Download "Guaranteed Geocast Routing Protocol for Vehicular Adhoc Networks in Highway Traffic Environment"

Transcription

1 Wireless Pers Commun DOI /s Guaranteed Geocast Routing Protocol for Vehicular Adhoc Networks in Highway Traffic Environment Omprakash Kaiwartya 1 Sushil Kumar 1 Ó Springer Science+Business Media New York 2015 Abstract Geocast routing is one of the most investigated choices for reliable and efficient dissemination of information because of group of vehicles sharing geographic region on the road. Most of geocast routing protocols for intermittently connected Vehicular Adhoc Networks, suffer from low packet delivery, high end-to-end delay and elevated packet loss in intermittently connected networks and low throughput, high hop-to-hop disconnection, larger hop-count in fully connected networks. In this paper, guaranteed geocast routing (GGR) protocol for intermittently connected highway traffic environment has been proposed. GGR utilizes caching and heuristic function for reliable next hop vehicle selection. It also uses FAST (group of neighboring vehicles moving at higher speed than current forwarder) in packet delivery and SLOW (group of neighboring vehicles moving at lower speed than current forwarder) in hop-to-hop failure recovery. One-hop delivery has been guaranteed through acknowledgement. The proposed protocol has been simulated using NS-2 and its performance has been compared with that of adoptive carrystore forward, spray & wait and epidemic routing protocols. Results reveal that the performance of GGR is better in terms of number of routing matrices considered for both intermittently and fully connected networks. Keywords Vehicle-to-vehicle communication Intermittently connected networks Geocast routing VANETs Next hop vehicle Guaranteed routing & Omprakash Kaiwartya omokop@gmail.com & Sushil Kumar skdohare@yahoo.com 1 Communication Networks & Simulation Research Lab, School of Computer & Systems Sciences, Jawaharlal Nehru University, New Delhi , India

2 O. Kaiwartya, S. Kumar 1 Introduction The number of vehicles is increasing day by day due to the growing world economy which is making driving very risky and unsafe. The recent global status report on road safety summarizes the statistics on road safety around the world. The report considers 182 countries covering 99 % population of the world. According to the report, the total number of deaths due to various traffic accidents on road is 1.24 million per year worldwide. Taking cognizance of this fact, the UN General Assembly has declared the report as the basis for all actions that would be taking for road safety during the entire decade from 2011 to 2020 [1]. The statistical report on road accidents in Delhi in 2012 shows that out of 1822 fatal accident cases, most of them occurred on highway [2]. The story of fatal accidents in highway is no different around the world. The above studies suggests that there is an urgent need to prevent fatal accidents on road by using intelligent transport system (ITS) applications in Vehicular Adhoc Networks (VANETs). Adhoc networks, wireless local area network (LAN) and cellular telephony have been co-evolved into a new research area known as VANETs [3]. The distinguishing features of VANETs from other kinds of adhoc networks includes hybrid network architecture, high speed vehicle mobility, freedom from battery and computational power limitation and wide range of new comfort applications [4]. In order to achieve the goal of on-road safety and efficiency, the state-of-the-art equipment such as sensors, radars, cameras, display screen etc. are currently being integrated with vehicles as an on-board unit. This integration improves safety and comfort while traveling [5]. Recently, Vehicleto-Vehicle (V2V) communication applications have attracted more attention from industry and government organizations around the world due to their outstanding potential to address safety and congestion challenges at lower operational cost [6]. V2V and vehicle-toinfrastructure (V2I) communications applications can also be used for commercial and vehicular infotainment [7]. An example of V2V and V2I communication for the advancement of traffic control system and ease of travel in highway environment have been illustrated in Fig. 1. ITS applications which are based on one-hop information dissemination requires efficient medium access control (MAC) protocol for providing effective broadcasting services in highly dynamic vehicular traffic environment. A number of MAC protocols have been suggested considering either or channelization. The protocols for VANETs are time Fig. 1 Sample applications of V2V and V2I communications

3 Guaranteed Geocast Routing Protocol for Vehicular Adhoc division based multiple access (TDMA) based MAC [8], code division based multiple access (CDMA) based MAC [9], space division multiple access (SDMA) based MAC [10] and based MAC [11]. Among these protocols, p which is based on has been considered as standard MCA protocol for VANETs [12]. Therefore, the protocol has been used as MCA protocol in this work as used in [13] in performance evaluation. Dedicated short range communications (DSRC) [14] has been already employed into VANETs. It is an enhanced version of Wi-Fi technology specially designed for VANETs environment. High data rate with time critical response in rapidly changing environment is the main feature of DSRC. For most of the ITS applications, information dissemination or efficient routing is one of most critical issues considering the highly dynamic nature of vehicular traffic environment [15 17]. Epidemic routing (ER) [18], spray & wait (S&W) [19], probabilistic routing protocol using history of encounters and transitivity (PROPHET) [20], and delay tolerant networks (DTN) to vehicular delay tolerant networks (VDTN) [21] are some routing schemes specifically developed for intermittently connected network environment as posed by vehicular traffic in highway. Most of these protocols use modified version of flooding as their forwarding strategy. These protocols suffer from lower packet delivery ratio, higher end-to-end delay, elevated packet loss, lower throughput, higher hopto-hop disconnection, and large hop-count in highway traffic environment. The above protocols do not have provision for NHV selection which is an important component of routing particularly in vehicular traffic environment [22]. In this paper, we have proposed guaranteed geocast routing (GGR) protocol for VANETs to provide guaranteed delivery of packets in intermittently connected highway vehicular traffic environment. Packet forwarding of GGR is based on four considerations, namely caching of packets in intermittently connected traffic environment, neighboring vehicle speed, packet ownership transfer and heuristic function based NHV selection. Our contribution in this work is as follows: (1) caching of packets which could not be immediately forwarded due to unavailability of NHV in intermittently connected highway traffic environment. Vehicle s mobility is used for delivery of packets until an appropriate NHV is available. Mathematical model to analyze the probability of successful delivery of packets in intermittently connected networks is also derived without considering caching. (2) Division of neighboring vehicles into two groups FAST and SLOW considering their speed. FAST includes all the neighboring vehicles moving at higher speed as compared to current forwarder whereas SLOW includes the remaining neighboring vehicles moving at lower speed as compared to current forwarder. An NHV and two safe vehicles (SVs) are selected from FAST and SLOW respectively. The impact of using FAST on end-to-end delay is mathematically analyzed. (3) Guaranteed delivery of packets through ownership transfer approach, i.e., packet delivery is guaranteed by using ownership transfer in hop-tohop forwarding. Acknowledgement is used in each successive one-hop communication to transfer packet ownership that ultimately guarantees delivery of packets up to destination. Mathematical model to analyze the impact of acknowledgement (ACK) mechanism on packet delivery time is also presented. (4) Selection of NHV based on heuristic function, i.e., An NHV is selected from FAST using a heuristic based cost function. The cost function has two components which represent present and future cost of packet delivery. The time spent by the packet to reach up to the current sender vehicle represents present cost whereas future cost is represented by heuristic function. Mathematical derivation for the construction of heuristic based cost function used for NHV selection is also provided. GGR protocol is simulated using NS-2. A comparative study between GGR and the stateof-the-art protocols: ACSF, S&W and ER for intermittently connected networks, is carried out.

4 O. Kaiwartya, S. Kumar The rest of the paper is organized as follows. Section 2, provides a summary of early and latest research work in routing protocols for intermittently connected networks. Theoretical details of GRR protocol and its mathematical derivations are provided in Sect. 3. Simulation and result analysis are discussed in Sect. 4. The conclusion of the work is presented in Sect Related Work Vahdat and Backer have suggested ER in [18] where random pairwise exchange of message among mobile nodes ensures message delivery. The objectives of ER were to maximize delivery rate for messages and minimize utilization of resources and latency during delivery of packets from source to destination. It does not require any prior knowledge about the network. In ER, each node maintains a list of message bundles that are carried by it and network nodes exchange all messages bundles that are not common whenever they came into each other s communication range. Using this strategy, bundle of messages are eventually spread to all nodes, including their destination. Epidemic is shown to be effective, but suffers from the disadvantages of flooding as node density increases. Another routing scheme for intermittently connected mobile networks, known as S&W was suggested by Spyropoulos et al. [19]. It has two phases, namely spray and wait phase. In spray phase, limited copies of messages are initially flooded by the source node as well as by the other nodes receiving a copy of the message from distinct relays for every message originating at a source node. In case the message is not reached up to destination in spray phase, wait phase is initiated in which each node carrying a message copy performs direct transmission. Hence, S&W waits until one of relay node s messages reaches to the destination node. In [23], the problem of communication disruption among vehicles in highway environment has been addressed by selecting appropriate relay vehicles enabled with temporary storage capability. Road side unit (RSUs) which are far way along any highway creates coverage gap where vehicle falling into the gap are not able to communicate to these RSUs. To address this problem, a cache enabled relay vehicle has been selected considering the speed of target vehicle and relay vehicle so that both the vehicles remain into their communication range when they pass through the coverage gaps creates by RSUs along highway. Although the vehicle speed management is possible for one or two hop communications, yet for multi-hop communications with larger hop count speed management among vehicles are not possible. PROPHET has been presented in [20]. In PROPHET, routing decisions are made using history of vehicle s encounters and their transitivity. For each node, probability of delivery of packets to each destination of the network is predicted using a metric. The metric measures the chance of delivery of packets considering a pair of source and destination. Whenever a node enters into communication range of another node, it compares its metric and increases the accuracy of the metric by exchanging the metric information. Musolesi and Mascolo [24] have suggested a prediction based routing protocol in known as context aware adaptive routing (CAR) for delay tolerant mobile networks. Kalman Filter based prediction and multi-criteria decision theory has been used for selecting next hop during forwarding of packets from source to destination. NHV selection decision considers the mobility of probable NHV and its possible encounters with the destination vehicle in the vehicle s movement history. According to the NHV selection theory in CAR, a vehicle having higher mobility in the network is a better carrier for packets due to its higher probability of encounter with other vehicles in the network. Past encounter history of

5 Guaranteed Geocast Routing Protocol for Vehicular Adhoc vehicles has been given its due important in NHV selection in CAR. Due to high dynamic network environment, movement history based NHV selection could be catastrophic in general situations and may lead to higher packet loss. A geographic routing protocol for vehicular delay-tolerant networks has been suggested in [25]. The protocol uses geographical location information for making routing decision and message spraying technique for disseminating information. The protocol is named as geographic spraying (GeoSpray). A hybrid approach between single and multiple-copy packet forwarding technique is used by source and relaying vehicles. In this hybrid approach, multiple-copy packet forwarding technique is used for spreading limited number of bundle of packets in initial specified period to exploit large number of alternative paths. After the completion of the initial specified period for multiple-copy forwarding, GeoSpray changes the forwarding mode into single-copy packet forwarding technique for taking advantage of encounter probabilities of vehicles. Periodic clearance of already delivered bundle of packets has been utilized for better resource utilization in the networks. Li et al. [26] have suggested a hybrid position based DTN forwarding technique for vehicular sensor networks. Authors have addressed the issue of packet delivery in intermittently connected vehicular sensor networks by combining position-based forwarding scheme with store-carry-forward routing scheme of DTNs. The direction of driving of vehicles has been utilized for making the decision to hold or forward the packets by intermediate vehicles. The protocol works in three modes, namely greedy mode, perimeter mode without periodic checking, and perimeter mode with periodic checking. Although making forwarding decision based on vehicle s driving direction solely may be suitable for urban vehicular traffic environment due availability of dense road network, yet the forwarding technique is not suitable in highway vehicular traffic environment due to the fewer directional changes opted by vehicles in highway. Buffer management model and system for queuing of cached packets has been presented by Niyato et al. [27]. The behavior of the traffic source under competitive environment is studied and analyzed using the buffer management mode and queueing system. Due to this study and analysis, the resources used in transmission of a mobility enabled router are shared among multiple traffic sources for optimizing their transmission strategies non-cooperatively considering utilization in mind. RSU based geographic routing has been suggested by Mershad et al. [28] considering roadside units as message routers (ROAMER). RSUs are assumed to be connected through Internet which has been utilized by on-road vehicles for delivery of information in long distance communications. Authors have claimed that ROAMER effectively adjusts its routing behavior for both dense and sparse vehicular networks. Although the routing strategy looks promising considering their theoretical aspects, yet but the strict assumption of RSUs is a major drawback of the routing protocol. 3 GGR Protocol The area of routing in VANETs is focused towards urban environment [29 35]. Two main characteristics of urban VANETs traffic environment are high density and constrained speed of vehicles that make it distinct from highway VANETs traffic environment. The two main constraints of highway VANETs traffic environment are sparse vehicle networks and high speed vehicle mobility [36]. These constraints make routing task quite challenging in highway VANETs. The design of GGR protocol is a sincere effort to resolve the challenges of routing in highway VANETs. The proposed protocol is based on following considerations.

6 O. Kaiwartya, S. Kumar Caching of packets in disconnected environments Efficient utilization of high speed (FAST) and low speed (SLOW) neighboring vehicles Packet ownership transfer with acknowledgment for guaranteed delivery Novel heuristic function based NHV selection 3.1 Caching of Packets in Unconnected Environment VANETs in highway traffic environment have been considered as sparse network due to less number of forwarding option availability in highway. This is because volume of intercity traffic is not very high as other modes of transportation are also available [36]. This unique characteristic of highway forces us to integrate caching methodology in GGR. Each vehicle has a small cache memory in the network layer which is used to preserve the packet until it finds an appropriate NHV in the transmission range. The cache does not check periodically for the availability of probable NHV for currently cached packets rather it operates in event driven fashion. As soon as the current forwarding vehicle gets a new vehicle entry in its transmission range an event is generated. The newly generated event checks whether there are some packets cached for it or not. This event driven operation of caching approach minimizes unnecessary bandwidth utilization of GGR. The requirement of cache in highway traffic environment has been analyzed by using contradiction theory. As shown in Fig. 2, the problem of packet delivery without using cache can be formulated as follows. The packet can be delivered from source region to destination geocast region using opposite lane vehicles. The opposite lane is divided into required number of transmissions which are shown by circles. The region of each circle is vertically divided into two parts. The front part (towards destination) is considered as message transporter region (MTR). We need at least one vehicle on MTR for every transmission range circle considered to deliver the packet without using cache. The area of MTR can be calculated as MTR ¼ Area of sector BSC þ DABS þ DDCS Considering Transmission range ¼ R; Half of one directional lane width ¼ SA ¼ SD ¼ x; AB ¼ DC ¼ y; angle BSC ¼ a Fig. 2 Packet delivery analysis between source and geocast region without using cache

7 Guaranteed Geocast Routing Protocol for Vehicular Adhoc Substituting y ¼ MTR ¼ a 360 pr2 þ xy 2 þ xy 2 p ffiffiffiffiffiffiffiffiffiffiffiffiffiffiffi R 2 x 2 and a ¼ 2 tan 1 MTR ¼ R 2 tan 1 x p pffiffiffiffiffiffiffiffiffiffiffiffiffiffiffi þ x ffiffiffiffiffiffiffiffiffiffiffiffiffiffiffi R 2 x 2 R 2 x 2 x y ð1þ GGR uses position information of a vehicle for routing. The position information of a vehicle in represented by both x and y coordinates in plane. Therefore, we have considered 2D network model. The availability of vehicles in the network area follows Poisson distribution with vehicle density k. Poisson distribution has been used since we are interested in finding number of vehicles present in MTR given the mean density of vehicle in the network area. Further, the arrival of each vehicle is also independent. If X is the random variable representing number of vehicles present on MTR, then the probability of presence of n vehicles on MTR P MTR (X = n) can be calculated as P MTR ðx ¼ n Þ ¼ ðk MTR n! Þn e ð kmtrþ ð2þ In highway environment, probability of presence of no vehicles is high on many MTRs. The probability of presence of no vehicle on MTR P MTR (X = 0) can be expressed as P MTR ðx ¼ 0Þ ¼ e kmtr ð3þ For the successful message forwarding, at least one vehicle is required on each MTR. The probability of presence of at least one vehicle on MTR P MTR ðx 1Þcan be expressed as P MTR ðx 1Þ ¼ 1 e kmtr ð4þ Considering n number of MTR between source and destination region, the probability of successful packet delivery P succ requires at least one vehicle on each of n MTRs between source and destination. The probability P succ can be expressed as P succ ¼ 1 e kmtr n ð5þ The results in Fig. 3 show that the probability of successful packet delivery decreases with increasing probability of finding no vehicle on MTR P MTR (X = 0). The probability of successful packet delivery P succ increases with increasing the density of vehicle k. Itis clear that the value of P succ becomes almost zero for P MTR ðx ¼ 0Þ ¼ 0:5 and values larger than this. This indicates that the caching methodology should be applied in case of intermittently connected networks due to lower vehicle density. Intermittently connected networks have high probability of P MTR (X = 0) on many MTRs between source and destination. Cooperative and distributed cache invalidation or replacement strategy has been used to deal with the possible memory loss problem caused by caching of packets in disconnected network environment [37, 38]. In this strategy, validity of any cached packets has been checked among neighboring vehicles using cooperative and distributed approach. An on-demand approach has been used for validity verification of cached packets to keep network load under control during vehicular communication.

8 O. Kaiwartya, S. Kumar λ=.0001 Vehicles/m 2 λ=.0002 Vehicles/m 2 λ=.0003 Vehicles/m 2 P succ P MTR (X=0) Fig. 3 Probability of successful delivery of a packet considering probability of presence of no vehicles in MTR 3.2 Efficient Utilization of High and Slow Speed of Neighboring Vehicles The high speed vehicle mobility in VANETs has two consequences. First, it frequently changes vehicular network topology which increases one-hop link disconnection. Second, it helps in maintaining packet mobility especially in intermittently connected network. GGR utilizes the second aspect of vehicle mobility in packet forwarding. The vehicle currently holding the packet to be forwarded is considered as owner vehicle (OV). Following the standard traffic rule, OV divides all vehicles of MTR into two groups FAST and SLOW. FAST includes all vehicles moving at higher speed compared with OV and SLOW includes all vehicles moving at lower or equal speed compared with OV. The objectives of both FAST and SLOW vehicle groups are as follows. FAST This group of vehicles is used to select an NHV. They are responsible for fastest possible delivery of packets towards destination geocast region particularly in intermittently connected networks. Generally it includes all vehicles of lane-1 inside MTR (cf. Fig. 4). SLOW This group of vehicles is used to select SVs. SVs are responsible for preservation of the packet in case of any unwanted happening with OV. Generally it includes all vehicles of lane-2 and lane-3 inside MTR. (cf. Fig. 4). SVs are vehicles moving at normal speed of highway. The impact of using FAST on end-to-end delay of packet delivery has been analyzed. End-to-end delay is the time required for a packet to be transmitted across a network from source to destination. End-to-end delay in connected network ETE connected can be expressed as ETE connected ¼ N delay trans þ delay prop þ delay proc where N is the number of one-hop connections, delay trans is the transmission delay, delay prop is the propagation delay, and delay proc is the processing delay. For the computation ð6þ

9 Guaranteed Geocast Routing Protocol for Vehicular Adhoc Current Forwarding Vehicle FAST Lane-2 Lane-1 Lane-3 SLOW Fig. 4 FAST and SLOW group of vehicles selection of End-to-end delay in disconnected network ETE disconnected, we have modified the above formula as X N 2 ETE disconnected ¼ N 1 delay trans þ delay prop þ delay proc þ d i ð7þ i¼1 where N 1 is the number of connected one-hop connection, N 2 is the number of disconnected or void transmission range circles between source to destination and d i is the delay of ith disconnected transmission range circle. This formula can be simplified as X N2 2R ETE disconnected ¼ N 1 delay trans þ delay prop þ delay proc þ ð8þ V i¼1 i where V i is the vehicle speed of ith vehicle and R is the transmission range. The end-to-end delay of connected path is assumed to be constant which mostly depends on number of one hop connections. The relation of end-to-end delay of disconnected network can be further simplified by assuming the number of disconnected circles to be constants and average vehicle speed v for each vehicle. ETE disconnected / 1 V ð9þ Therefore, end-to-end delay of disconnected network is inversely proportional to speed of vehicle. This reveals that FAST reduces end-to-end delay in intermittently connected networks. 3.3 Message Ownership Transfer with Acknowledgment for Guaranteed Delivery GGR protocol ensures delivery of packets using ownership transfer scheme. OV selects an NHV from FAST and delivers packets to NHV. The delivery of packets to NHV initiates an operation

10 O. Kaiwartya, S. Kumar SV OV ACK ACK SV ACK DATA NHV Lane-2 Lane-1 Lane-3 Fig. 5 Ownership transfer mechanism for guaranteed delivery of ownership transfer. After a successful receiving of packet, NHV sends an ACK to OV. OV sends the ACK to SVs to relieve their responsibility of packet preservation. The ACK means that ownership has been transferred successfully and now NHV has become OV (cf. Fig. 5). The impact of ACK on packet delivery time has been analyzed to validate the fact that ownership transfer mechanism does not degrade the performance of GGR in terms of round trip time (t round_trip ). The transmission time of a packet, t tran can be expressed as t tran ¼ s packet ð10þ r bit where s packet is the size of the packet and r bit is the bit rate in the medium. The propagation time of a bit through a medium, t prop can be expressed as t prop ¼ d ð11þ where d is the distance between sending and receiving vehicles, and s prop is the propagation speed in the medium. The packet delivery time of a packet PDT is the sum of transmission time and propagation time which can be expressed as s prop PDT ¼ t tran þ t prop ð12þ The round trip time, RTT, is the time, from the start of transmission to reception of an ACK. The round trip time is affected by PDT and processing time. It can be expressed as RTT ¼ 2 PDR þ t proc ð13þ where t proc is the packet processing time at the receiver end. This formula of RTT is valid if length of data and ACK packets are comparable or equal. In GGR protocol, the length of ACK packet is considered one bit of information ensuring about ownership transfer. Therefore RTT can be expressed as RTT ¼ t tran þ 2 t prop þ t proc ð14þ In VANETs, vehicles have sufficient packets processing speed with no power limitations and use of DSRC. Therefore, RTT is comparable to PDT. Thus, we have RTT ffi PDT ð15þ

11 Guaranteed Geocast Routing Protocol for Vehicular Adhoc FAST β 1 C Destination-1 OV A γ1 E γ2 H D B F Geocast Region β2 G Destination-2 Fig. 6 The calculation of d max and b max used in NHV selection 3.4 Novel Heuristic Function Based NHV Selection The A-Star (A*) heuristic based algorithm is widely used in path finding and graph traversal. It uses a cost function based on past knowledge and future heuristic [39]. In GGR, A-Star approach has been applied for NHV selection from FAST. The cost function, f(x), for NHV selection is expressed as fðþ¼gx x ðþþhx ð16þ where g(x) represents the total time spent in travelling by the packet from source vehicle to OV using caching, and h(x) represents the future travelling cost of the packet from OV to the destination. Now, we define a novel heuristic function h(x) as hx ðþ¼t cache þ d max þ b max ð17þ where t cache represents total time required to deliver a packet from OV to the destination using caching (without using any intermediate vehicle), d max represents greatest travel distance towards destination defined as the maximum of distances travelled by vehicles towards the destination, and b max represents the maximum angle from angles drawn by joining three points (vehicle position, its destination, geocast destination) for every vehicles of FAST. The t cache can be calculated as j t cache ¼ V ig i j ð18þ where V i G i represents the distance between vehicle V i and geocast region G i, S i represents the speed of vehicle V i. The calculation of d max and b max are explored in detail as follows. As shown in Fig. 6, OV of a packet has two vehicles A, and E in its FAST. It needs to select an NHV from these two vehicles. NHV is decided based on the value of f(x) for each vehicle in FAST. The vehicle posing smallest value for f(x) will be NHV. Vehicles A and E are going to Destination-1 and Destination-2 respectively. The distance d max is calculated as follows. Assuming that each vehicle knows its position, destination, and geocast destination, anglesc 1, and c 2 can be calculated as cosðc 1 S i Þ ¼ jacj2 þjabj 2 jbcj 2 ; ð19þ 2jACjjABj

12 O. Kaiwartya, S. Kumar and cosðc 2 Þ ¼ jefj2 þjegj 2 jfgj 2 2jEFjjEGj ð20þ In general, the angle c i for any vehicle V i having geocast region G i and going to destination D i can be expressed as j cosðc i Þ ¼ V id i j 2 þjv i G i j 2 jd i G i j 2 2jV i D i jjv i G i j ð21þ The travel distance towards destination AD and EH for vehicles A and E respectively, can be calculated as jadj ¼ cosðc 1 ÞjACj; ð22þ and jehj ¼ cosðc 2 ÞjEGj ð23þ In general, the distance d i for any vehicle V i of FAST can be expressed as d i ¼ cosðc i ÞjV i D i j ð24þ The d max can be calculated by comparing values of AD and EH. It is possible that two or more vehicles of FAST may have equal travel distance towards geocast destination d max. This case is handled by b max in heuristic function. The b max can be decided by comparing following values b 1 ¼ cos 1 jac! j 2 þjbcj 2 jabj 2 2jACjjBCj and b 2 ¼ cos 1 jfgj 2 þjegj 2 jefj 2 2jFGjjEGj Similarly, the general formula of b i for vehicle V i having geocast region G i and going to destination D i can be expressed as! b i ¼ cos 1 jv i D i j 2 þjd i G i j 2 jv i G i j 2 ð26þ 2jV i D i jjd i G i j Memory loss due to heuristic consideration in NHV selection approach has been addressed using the same cooperative and distributed approach used for cache validation or replacement in Sect Packet caching technique along with cooperative and distributed cache validation or replacement ensures the robustness in terms of almost eliminating packet loss caused by high mobility of vehicles in on-road vehicular traffic environment. Cooperative and distributed approach used to deal memory loss due packet caching and heuristic consideration in NHV selection represents cooperation among neighboring vehicles for enhancing efficiency in information dissemination of the protocols. 3.5 GGR Algorithm In this section, an algorithm for GGR protocol that guarantees packet delivery in highway VANETs has been presented. Explanation of each step of GGR and a flowchart for it has been also provided.! ð25þ

13 Guaranteed Geocast Routing Protocol for Vehicular Adhoc

14 O. Kaiwartya, S. Kumar Explanation of Steps of GGR Algorithm As soon as a vehicle receives a packet for forwarding towards geocast destination, it uses steps 1 15 of the algorithm. In the 1st step, initialization of sets is performed. In 2nd step, the SONV set is assigned the information about neighbors of current vehicle. In 3rd step, OV checks whether GR is within its transmission range. If GR is found within transmission, OV transmits the packet to all vehicles of GR and the algorithm exits. In case GR is not within transmission range of OV, the algorithm executes steps 4 15 to determine NHV. In step 4, vehicles moving at slower speed than OV, are identified as SLOW and vehicles moving at higher speed than OV, are identified as FAST. In 5th step, the packet is transmitted to two vehicles of SLOW for packet safety or preservation. In 6th step, value of heuristic based cost function f(x) is calculated for each vehicle of FAST. In 7th step, vehicles having lowest f(x) value are identified as CNHV. If CNHV contains more than one vehicle then b i is calculated for each vehicle of CNHV in 9th step. The vehicle with greatest b i value is selected as NHV in steps 10 and 11. Otherwise, in 12th step, the single CNHV vehicle is selected as NHV. The packet is transmitted to NHV in step 13. In 14th step, the ACK received from NHV is forwarded to SV. In step 15, the NHV becomes OV and thereafter the algorithm exits. To facilitate the understanding of logical flow of steps in the algorithm, a flowchart is also presented in Fig Complexity Analysis The complexity of GGR algorithm can be described using two components namely space and time complexity. Considering that vehicles on-board unit has sufficient storage capacity, only time complexity analysis is the major component in the complexity analysis of the proposed routing technique. Let, N nv is the number of neighboring vehicles of a forwarder vehicle v f and half of the vehicles from N nv are FAST vehicles and remaining half are SLOW vehicles. The number of traffic flows of the forwarding vehicle is represented by N tf and N tf \N nv. Maximum number of re-transmission required for successful transmission is denoted by N re-t and N re t \N nv. Using these notations, the complexity of GGR can be expressed asoðn nv longðn nv ÞÞ. This is due to the fact that the proposed routing scheme groups the current neighboring vehicle into FAST and SLOW and further processes each group of vehicles for appropriate forwarding vehicles selection considering heuristic function based refinement. 4 Simulation and Results In this section, outcome of the simulations carried out to analyze the performance of GGR protocol in terms of handling intermittent network traffic environment, speed for packet delivery and safety, and novel heuristic function based NHV prediction is presented. We computed packet delivery in intermittently connected networks with varying buffer sizes and increasing vehicle density, flooding effects, end-to-end delay, packet loss, and throughput. Results obtained for GGR protocol are compared with three wellknown routing protocols for intermittently connected networks ER [18], S&W [19], and ACSF [23].

15 Guaranteed Geocast Routing Protocol for Vehicular Adhoc Fig. 7 Flowchart of GGR algorithm 4.1 Simulation Environment GGR algorithm has been simulated using network simulator, ns-2.34 [40, 41]. Mobility model generator for vehicular networks (MOVE) [42] has been used to generate realistic mobility model and highway traffic environment. MOVE is built on the top of an opensource micro-traffic simulator. Most of the essential scenario of highway traffic environment such as number of roads, number of lanes in each road, number of flows in each lane, speed of vehicles etc. have been setup and implemented utilizing two main modules of

16 O. Kaiwartya, S. Kumar MOVE namely road map editor and vehicle movement editor. The mobility trace generated by MOVE has been directly used in ns2. The two types of network environment, intermittently connected and fully connected have been used to evaluate the performance of GGR. In intermittently connected network, performance of main function namely caching approach, preservation policy and heuristic based NHV selection have been analyzed. In fully connected network, the analysis focuses on verification, whether our caching approach increases forwarding overhead when they are no longer required. A km 2 simulation area has been used to implement highway road and traffic patterns. Highway of six lanes, each lane of width 35 m has been used as road pattern. Vehicle speed used in the simulation for the computation of various network performance parameters is km/h, except for the computation of packet delivery time in intermittently connected networks. We have considered transmission range of 300 m, packet size of 512 bytes, traffic type as CBR, shadowing propagation model, wireless channel type, Omni directional antenna model, and p MAC protocols as basic parameters setup for using GGR. The routing protocols used for comparative study with GGR are ACSF, S&W and ER. After setting the network and traffic flow with above discussed parameters, we conduct simulations. In each simulation run source vehicle and geocasting region is selected randomly that remain same for all the ten simulation runs. In this way, we take average of ten different simulation runs for each particular value used in results. 4.2 Simulation Metrics The performance analysis of GGR and its comparison with that of ACSF, S&W and ER is based on following routing metrics. Packet delivery ratio It is a ratio between number of packets generated at source vehicle and number of packets delivered to vehicles at geocast region. Packet duplication It is the total number of duplicate copies of a particular packet generated by vehicles to send it from source to destination. It is studied as per packet duplication rate. In intermittently connected networks, it is an important metric since most of the routing protocols for intermittently connected networks, are based on some form of flooding approach. Packet loss The packet loss is the failure of one or more transmitted packets to arrive at their destination. It is mainly because of network partitions, congestion and buffer overflows. End-to-End delay End-to-end delay is the time taken by a packet to travel across network from source to destination and vice versa. It is actually the addition of transmission delay, propagation delay and processing delay for each of links between source to destination. Throughput Throughput is the number of message successfully delivered from source to destination in unit time. It is measured in terms of bits per second. It is not a crucial metric for sparse networks (highway) but for dense networks (urban), it must be observed. Hop-to-hop disconnection It is the failure of packet delivery during one hop communication between any sender and receiver. It shows the reliability of hop-tohop connection establishment scheme or NHV selection scheme.

17 Guaranteed Geocast Routing Protocol for Vehicular Adhoc Hop count It is the total number of vehicles minus one involved in packet delivery path from source to destination. It is one of the important routing matric for fully connected network. The end-to-end delay is indirectly affected by it. 4.3 Analysis of Results The simulation results obtained for GGR protocol have been presented into two sections. In section A, impact of intermittently connected networks on the performance of GGR has been analyzed. In section B, the performance of GGR in fully connected network has been analyzed Impact of Intermittently Connected Network In this simulation, the vehicle density is kept very low to create network partition in between communicating vehicles. We considered vehicles on roads for this simulation. A high time-to-live (TTL) value, 10 min is used to focus on the tolerance of network partitions. Results in Fig. 8 show the comparison of packet delivery as function of cache size in terms of packet capacity among GGR, S&W, and ER. It can be clearly observed that the packet delivery rate of GGR is above 90 % and cache size has no impact on packet delivery of GGR. This can be attributed to the fact that GGR uses packet caching closely integrated with packet preservation technique that eliminates packet delivery failure. In addition, the packet forwarding of GGR is not based on any flooding technique, because of which its packet delivery does not depend on cache size. The packet delivery of ACSF is also unaffected from increasing size of cache but its packet delivery is far below from the packet delivery of GGR. S&W uses flooding for packet forwarding in restricted way. Initially it floods limited number of copies of a packet in spray phase. This is the reason for continuous increment in packet delivery with increasing buffer size. It also uses packet caching to minimize failure in packet delivery caused by partitioned networks. This is reason of comparable packet delivery of S&W and GGR with larger cache size. ER shows very low packet delivery because its packet forwarding is completely based on flooding. It requires even larger cache size in comparison with S&W and GGR to achieve higher packet delivery rate since traditional flooding cause high packet duplication at each vehicle. Thus, the performance of GGR is better compared to S&W and ER in terms of packet delivery. Results in Fig. 9 show the comparison of packet delivery as function of number of vehicles in the network among GGR, S&W, and ER. It clearly shows that network partition has no impact on packet delivery of GGR which is above 90 % for each of the network density considered. This can be attributed to the fact that GGR uses SLOW integrated with packet caching for on-demand recovery of failure in packet delivery. Two SVs are responsible for re-generation of any hop-to-hop lost packet. The packet delivery of ACSF is decreasing with the increase in number of vehicles due its strict two hop forwarding technique. Initially, S&W shows much lower packet delivery compared to GGR for almost partitioned networks. But, as soon as network partition decreases with increasing network density, the packet delivery of S&W continuously increases. The reason behind this is that S&W initially assumes fully connected network in spray phase and starts flooding with limited copies of a packet. It then expects that spray phase will deliver the packet before starting wait phase. In case of partitioned network, spray phase fails almost every time

18 O. Kaiwartya, S. Kumar Fig. 8 Comparison of packet delivery considering increasing cache size in terms of number of packets Packet Delivery [%] GGR ACSF S&W ER Cache Size [NP] Fig. 9 Comparison of packet delivery considering minor increase in number of vehicle Packet Delivery [%] GGR ACSF S&W ER Number of Vehicles [N] resulting in much lower packet delivery. As soon as the network density increases, the spray phase starts succeeding in delivering the packets. This improves the packet delivery of S&W with increasing network density. ER shows lowest packet delivery compared to S&W and GGR in completely partitioned network because ER does not have any packet recovery technique in case of route failure. Moreover, its forwarding is completely dependent on flooding which does not work well in partitioned networks. Thus, the packet delivery of GGR is least affected by network partitions compared to S&W and ER. Results in Fig. 10 show the comparison of network load for forwarding as a function of number of vehicles in the network among GGR, S&W, and ER. Network load is defined as the percentage of vehicles receiving duplicate copies of a packet. It clearly reveals that the network load of GGR is almost half compared to S&W and ER. Initially, GGR shows

19 Guaranteed Geocast Routing Protocol for Vehicular Adhoc % network load for intermittently connected networks and approaches towards 10 % with increasing network density. This can be attributed to the fact that GGR does not use flooding for forwarding. It selects a FAST vehicle as NHV and two SLOW vehicles as SVs during one hop forwarding which eliminates the need for larger number of packet duplication. Also, the FAST and SLOW vehicle selection approach is not affected by network density. The network load of ACSF is also decreasing with the increase in number of vehicles but the network load is higher than the network load of GGR. This is because of cooperation approach among all the vehicles during forwarding. Both, S&W and ER initially show almost 100 % network load with intermittently connected networks. But, with increasing network density, packet duplication of S&W decreases slowly as compared to GGR. The reason for this is that initially with intermittently connected networks, the limited flooding schemes in spray phase of S&W behaves as traditional flooding which is similar to ER. Therefore, S&W and ER show almost 100 % network load with intermittently connected networks. The decrement of network load with increasing network density of S&W is higher than ER because of its capability to limit flooding which becomes effective with increasing network density. Thus, GGR shows lowest network load compared to S&W and ER. Results in Fig. 11 compare end-to-end delay as a function of number of vehicles in the network among GGR, S&W, and ER. It clearly indicates that the end-to-end delay of GGR is least compared to S&W and ER. Also, increasing the speed of vehicles shows positive impact on end-to-end delay of GGR by further reducing its end-to-end delay. This can be attributed to the fact that GGR always use FAST vehicles for packet forwarding. FAST vehicles increase the packet delivery speed of GGR. The end-to-end delay of ACSF is also decreasing with the increase in number of vehicles but its end-to-end delay is higher than the end-to-end delay of GGR due to the vehicle speed based intermediate vehicle selection. S&W also shows decreasing end-to-end delay with increasing network density, however, its end-to-end delay is always higher than GGR for each of the network density considered. The reason behind this is that in spray phase, S&W always waits for successful delivery of packets. The ER shows high end-to-end delay because of its complete dependability on flooding for forwarding. Also, the decrement in end-to-end delay with increasing network Fig. 10 Comparison of percentage of vehicles receiving duplicate copies of a packet (Network Load) considering minor increase in number of vehicles Network Load [%] ER S&W ACSF GGR Number of Vehicles [N]

20 O. Kaiwartya, S. Kumar Fig. 11 Comparison of end-toend delay considering minor increase in number of vehicles and different speed of vehicles End-to-End Delay [ms] ER 10 S&W ACSF 5 GGR S=50Km/h GGR S=60Km/h Number of Vehicles [N] density of ER is very slow compared to S&W and GGR because flooding increases the probability of collision of packets with increasing vehicle density. Thus, GGR outperforms S&W and ER in terms of end-to-end delay. Results in Fig. 12 show the comparison of packet loss as a function of number of vehicles in the network among GGR, S&W, and ER. It clearly shows minimum packet loss for GGR that is less than 10 % compared to S&W and ER. This can be attributed to the fact that GGR uses unique SV concept for immediate recovery of one hop transmission failure which ultimately reduce possibility of the packet loss. Also, the network density has marginal impact on the packet loss of GGR compared to S&W and ER because the NHV selection of GGR is not dependent on network density. The packet loss of ACSF is higher than that of GGR with the increase in number of vehicles due to the increasing complexity during vehicles speed management in cooperative speed based forwarding of ACSF. The packet loss of S&W is higher than GGR for each of the network density considered because S&W has no mechanism to recover one hop transmission failure which ultimately results in packet loss. Also, the packet loss of S&W decreases with increasing network density and increasing cache size. The reason behind this is that S&W uses limited flooding mechanism in spray phase. This limited flooding scheme of S&W causes packet loss with insufficient cache size. The increment in cache size of S&W improves the capacity of handling more packets caused by spray phase flooding which ultimately reduces packet loss. ER shows high packet loss compared to S&W and GGR with intermittently connected networks. This is because of complete paralysis of flooding scheme of ER in delivering packets in intermittently connected networks. The impact of cache size increment on packet loss is low for ER compared to S&W. It is because of ER needs larger cache compared to S&W for the same network density as ER uses traditional flooding whereas S&W uses limited flooding. Therefore, GGR has least packet loss rate compared to S&W and ER Fully connected environment In this simulation, the vehicle density is kept high varying from 100 to 600 vehicles in the network area to analyze the performance of GGR in fully connected network. The primary

21 Guaranteed Geocast Routing Protocol for Vehicular Adhoc Fig. 12 Comparison of packet loss considering minor increase in number of vehicles with different cache size Packet Loss [%] ER CS=50 ER CS=100 S&W CS=50 S&W CS=100 ACSF GGR Number of Vehicles [N] goal of this part of analysis is to give a valid proof that all the concepts used to overcome the problem of partitioned networks in GGR, do not overload packet forwarding in fully connected networks. We compute throughput, hop-to-hop disconnection and hop count in delivery path with increasing number of vehicles in the network. We considered km/h vehicle speed for analysis. A nominal TTL value 0.5 s is used so that stale packets do not overload network. Results in Fig. 13 show the comparison of throughput as a function of number of vehicles in the network among GGR, S&W, and ER. It can be clearly observed that the throughput of GGR is better compared to S&W and ER in fully connected network. This can be attributed to the fact that GGR did not cache the packet unless it has a FAST vehicle available for NHV. It means the packet caching mechanism of GGR did not hamper packet forwarding as additional delay in fully connected network. The throughput of ACSF is lower than that of GGR. With increasing vehicle density the strict two-hop forwarding technique of ACSF result in reduction in throughput with the increase in hop count. S&W initially uses limited packet flooding in spray phase of forwarding which overloads fully connected networks causing lesser throughput than GGR. ER uses traditional flooding based forwarding which is again cumbersome for fully connected networks and ultimately causing lowest throughput compared to S&W and GGR. Therefore, GGR s concepts to cope up network partitions do not overload the forwarding behavior in the fully connected network and gives better performance compared to S&W and ER in terms of throughput. Results in Fig. 14 show the comparison of hop-to-hop disconnection as a function of number of vehicles in the network among GGR, S&W, and ER. It clearly shows that the hop-to-hop disconnection of GGR is lowest compared to S&W and ER in fully connected network. This can be attributed to the fact that the heuristic function based NHV selection in GGR selects most reliable FAST vehicle towards destination direction. The heuristic function uses angle b max as one of the important parameter in NHV selection. The inclusion of angle b max in NHV selection reduces the possibility of sudden direction change of NHV which ultimately decreases the hop-to-hop disconnection of GGR. The hop-to-hop

22 O. Kaiwartya, S. Kumar Fig. 13 Comparison of throughput with increasing vehicle density Throughput [Kbps] GGR ACSF S&W ER Number of Vehicles [N] disconnection of ACSF is higher than that of GGR with increasing vehicles density due to its two-hop focused forwarding technique. S&W does not have any NHV selection scheme rather it believes in spraying limited number of packets in the first phase of forwarding. This spraying scheme becomes inefficient in the highway speed range causing higher hopto-hop disconnection compared to GGR. The hop-to-hop disconnection of ER is highest compared to S&W and GGR because in ER vehicles exchange all packets whenever they come into the contact of each other s transmission range. This large number of packet exchange resulted into high contention rate among vehicles ultimately causing highest hopto-hop disconnection in ER compared to S&W and GGR. Thus, it can be clearly noted that GGR outperforms S&W and ER in terms of hop-to-hop disconnection. Results in Fig. 15 show the comparison of hop count in packet delivery path as a function of number of vehicles in the network among GGR, S&W, and ER. It clearly reveals that the hop count in packet delivery path of GGR is smallest compared to S&W and ER in fully connected network. The reason behind this is that GGR always selects unique NHV from FAST with lowest value of cost function f(x). The FAST vehicles have high probability of being in greatest forward distance. The NHV selection from FAST enables GGR to use least possible number of hops in delivering packets from source to destination in fully connected network. Therefore, the vehicle density of network has lowest impact on hop count of GGR compared to S&W and ER. The hop count of ACSF is higher than that of GGR due to the inclusion of all the vehicle in forwarding within the source and destination vehicles. The initial spraying mechanism of S&W causes bigger hop count in delivery path compared to GGR. This can be attributed to the fact that in fully connected network, the spraying technique of S&W automatically converts into traditional flooding based forwarding which ultimately results in bigger hop count value in packet delivery path. The traditional flooding based forwarding of ER includes all the vehicles moving towards destination in packet delivery path causing biggest hop count value compared to S&W and GGR. Thus, the GGR uses least hop count in packet delivery path compared to S&W and ER.

23 Guaranteed Geocast Routing Protocol for Vehicular Adhoc Fig. 14 Comparison of hop-tohop disconnection with increasing vehicle density Hop-to-Hop Disconnection [%] GGR ACSF S&W ER Number of Vehicles [N] Fig. 15 Comparison of hop count in delivery path with increasing vehicle density Hop Count in Delivery Path GGR ACSF S&W ER Number of Vehicles [N] 5 Conclusion In this paper, a GGR protocol for highway traffic environment has been proposed and simulated using NS-2. The performance of the protocol is evaluated in terms of packet delivery, packet duplication, packet loss, end-to-end delay, throughput, hop-to-hop disconnection, and hop count, and compared with the state-of-the-art protocols. Analysis of the simulation results lead to the following conclusion. The packet delivery of GGR is found to be better than that of the state-of-the-art protocols. The increment in buffer size has no impact on packet delivery of GGR. The packet delivery of GGR is also least affected by network partition as compared to ACSF, S&W and ER. The network load of

24 O. Kaiwartya, S. Kumar GGR is almost half compared to S&W and ER. It starts with about 40 % for intermittently connected networks and approaches towards 10 % with increasing network density. The end-to-end delay of GGR is least in comparison to what it is in case of ACSF, S&W and ER. Additionally, increasing the speed of vehicles brings a reduction in end-to-end delay of GGR. The packet loss of GGR is nominal that is \10 %. In fully connected network, the throughput of GGR is better than that of the state-of-the-art protocols. The hop-to-hop disconnection of GGR is lowest in fully connected network. The hop count in packet delivery path of GGR is smallest compared to the state-of-the-art protocols in fully connected network. From the analysis of results obtained through simulation, it is clear that GGR is more suitable for highway traffic in vehicular Adhoc networks as compared to the considered state-of-the-art protocols. References 1. Status Report on Road Safety (2013). World Health Organization (WHO). violence_injury_prevention/road_safety_status/2013/en/. Accessed 10, The statistical report 2012, Delhi Police. Accessed 13, Karagiannis, G., Altintas, O., Ekici, E., Heijenk, G., Jarupan, B., Lin, K., & Weil, T. (2011). Vehicular networking: A survey and tutorial on requirements, architectures, challenges, standards and solutions. Communications Surveys & Tutorials, IEEE, 13(4), Olariu, S., & Weigle, M. C. (Eds.). (2010). Vehicular networks: From theory to practice. Boca Raton: CRC Press. 5. Emmelmann, M., Bochow, B., & Kellum, C. (Eds.). (2010). Vehicular networking: automotive applications and beyond (Vol. 2). Hoboken: Wiley. 6. Hartenstein, H., & Laberteaux, K. P. (Eds.). (2010). VANET: Vehicular applications and inter-networking technologies. Chichester: Wiley. 7. Baiocchi, A., & Cuomo, F. (2013). Infotainment services based on push-mode dissemination in an integrated VANET and 3G architecture. Journal of Communications and Networks, 15(2), Omar, H. A., Zhuang, W., & Li, L. (2013). VeMAC: A TDMA-based MAC protocol for reliable broadcast in VANETs. IEEE Transactions on Mobile Computing, 12(9), Watanabe, F., Fujii, M., Itami, M., & Itoh, K. (2005). An analysis of incident information transmission performance using MCS/CDMA scheme. In Intelligent Vehicles Symposium, Proceedings, IEEE (pp ). IEEE. 10. Blum, Jeremy J., & Eskandarian, Azim. (2007). A reliable link-layer protocol for robust and scalable intervehicle communications. IEEE Transactions on Intelligent Transportation Systems, 8(1), IEEE Working Group. (2010). IEEE standard for information technology-telecommunications and information exchange between systems-local and metropolitan area networks-specific requirements-part 11: Wireless LAN medium access control (MAC) and physical layer (PHY) specifications amendment 6: Wireless access in vehicular environments. IEEE Standard, p. 12. Armstrong, L. & Fisher, W. IEEE P Wireless access for vehicular environment. Draft standard, Accessed 16, Kaiwartya, O., Kumar, S., Lobiyal, D. K., Abdullah, A. H., & Hassan, A. N. (2014). Performance improvement in geographic routing for vehicular Ad Hoc networks. Sensors, 14(12), DSRC Standards: What s New? ITS Standards Advisory number 3. US Department of Transportation. Accessed 02, Kaiwartya, O., Kumar, S., Lobiyal, D. K., Tiwari, P. K., Abdullah, A. H., & Hassan, A. N. (2015). Multi-objective dynamic vehicle routing problem and time seed based solution using particle swarm optimization. Journal of Sensors, 2015, Rao, R. S., Soni, S. K., Singh, N., & Kaiwartya, O. (2014). A probabilistic analysis of path duration using routing protocol in VANETs. International Journal of Vehicular Technology, 2014, Dora, D. P., Kumar, S., & Kaiwartya, O. (2015). Efficient dynamic caching for geocast routing in VANETs. In Proceedings of the international conference on signal processing and integrated networks (SPIN-2015), February, Noida. 18. Vahdat, A., & Becker, D. (2000). Epidemic routing for partially connected ad hoc networks (p. 18). Technical Report CS , Duke University.

25 Guaranteed Geocast Routing Protocol for Vehicular Adhoc 19. Spyropoulos, T., Psounis, K., & Raghavendra, C. S. (2005, August). Spray and wait: An efficient routing scheme for intermittently connected mobile networks. In Proceedings of the 2005 ACM SIG- COMM workshop on Delay-tolerant networking (pp ). ACM. 20. Lindgren, A., Davies, E., Grasic, S., & Doria, A. (2012). Probabilistic routing protocol for intermittently connected networks. Lulea University of Technology, draft-irtf-dtnrg-prophet html/rfc6693. Accessed 07, Pereira, P. R., Casaca, A., Rodrigues, J. J., Soares, V. N., Triay, J., & Cervelló-Pastor, C. (2012). From delay-tolerant networks to vehicular delay-tolerant networks. Communications Surveys & Tutorials, IEEE, 14(4), Kaiwartya, O., & Kumar, S. (2014, May). Geocasting in vehicular adhoc networks using particle swarm optimization. In Proceedings of the International Conference on Information Systems and Design of Communication (pp ). ACM. 23. Wu, D., Zhu, G., & Zhao, D. (2013). Adaptive carry-store forward scheme in two-hop vehicular delay tolerant networks. Communications Letters, IEEE, 17(4), Musolesi, M., & Mascolo, C. (2009). CAR: Context-aware adaptive routing for delay-tolerant mobile networks. IEEE Transactions on Mobile Computing, 8(2), Soares, V. N., Rodrigues, J. J., & Farahmand, F. (2014). GeoSpray: A geographic routing protocol for vehicular delay-tolerant networks. Information Fusion, 15, Li, F., Zhao, L., Fan, X., & Wang, Y. (2012). Hybrid position-based and DTN forwarding for vehicular sensor networks. International Journal of Distributed Sensor Networks, 2012(1), Niyato, D., Wang, P., & Teo, J. C. M. (2009). Performance analysis of the vehicular delay tolerant network. In Wireless Communications and Networking Conference, WCNC IEEE (pp. 1 5). IEEE. 28. Mershad, K., Artail, H., & Gerla, M. (2012). ROAMER: Roadside units as message router in VANETs. Ad Hoc Networks, 10(3), Kaiwartya, O., Kumar, S., & Kasana, R. (2013, August). Traffic light based time stable geocast (T-TSG) routing for urban VANETs. In Contemporary Computing (IC3), 2013 Sixth International Conference on (pp ). IEEE. 30. Kaiwartya, O., & Kumar, S. (2014). Enhanced caching for geocast routing in vehicular Ad Hoc network. In Intelligent computing, networking, and informatics (pp ). Springer India. 31. Wang, Z., Tameh, E. K., & Nix, A. R. (2008). Joint shadowing process in urban peer-to-peer radio channels. IEEE Transactions on Vehicular Technology, 57(1), Li, C., Zhao, C., Zhu, L., Lin, H., & Li, J. (2014). Geographic routing protocol for vehicular ad hoc networks in city scenarios: a proposal and analysis. International Journal of Communication Systems, 27(12), Kaiwartya, O., & Kumar, S. (2013). Cache agent based geocasting (CAG) in VANETs. International Journal of Information and Communication Technology,. forthcoming.php?jcode=ijict. Accessed 12, Kaiwartya, O., & Kumar, S. (2014). Geocast routing: Recent advances and future challenges in vehicular adhoc networks. In Signal Processing and Integrated Networks (SPIN), 2014 International Conference on (pp ). IEEE. 35. Raw, R. S., & Das, S. (2013). Performance analysis of P-GEDIR protocol for vehicular ad hoc network in urban traffic environments. Wireless Personal Communications, 68(1), Fonseca, A., & Vazão, T. (2013). Applicability of position-based routing for VANET in highways and urban environment. Journal of Network and Computer Applications, 36(3), Lim, S., Yu, C., & Das, C. R. (2009). Cooperative cache invalidation strategies for internet-based vehicular Ad Hoc networks. In Computer Communications and Networks. ICCCN, Proceedings of 18th Internatonal Conference on (pp. 1 6). IEEE. 38. Chen, H., Xiao, Y., & Vrbsky, S. V. (2013). An update-based step-wise optimal cache replacement for wireless data access. Computer Networks, 57(1), Rich, E., Knight, K., & Nair, S. B. (2009). Artificial intelligence. New York: Tata McGraw-Hill Education Private Limited. 40. NS-2 Mannual. Accessed 03, Chung, J. & Claypool, M. ns by example. Accessed 07, Karnadi, F. K., Mo, Z. H., & Lan, K. C. (2007). Rapid generation of realistic mobility models for VANET. In Wireless Communications and Networking Conference. WCNC, IEEE (pp ). IEEE.

26 O. Kaiwartya, S. Kumar Omprakash Kaiwartya is currently a Ph.D. research scholar at School of Computer and Systems Sciences, Jawaharlal Nehru University, New Delhi, India. His research interests include Vehicular Ad hoc Networks and Mobile Ad hoc Networks. He received his MCA and M. Tech degrees in Computer Science and Technology from School of Computer and Systems Sciences, Jawaharlal Nehru University, New Delhi, India in 2008 and 2012, respectively, and B.Sc. degree in Computer Science from Guru Ghashidas University, India in He has worked as Software Consultant at Jawaharlal Nehru University, New Delhi, India from Mr. Omprakash has published papers in International Journals and Conferences including ACM, IEEE, Springer, Hindawi, Inderscience, and MDPI. Sushil Kumar received his Ph.D., M. Tech and MCA degrees in Computer Science from School of Computer and Systems Sciences, Jawaharlal Nehru University, New Delhi, India in 2014, 1999 and 1997 respectively, and B.Sc. degree in Mathematics from Kanpur University, India in He is currently working as Assistant Professor at School of Computer and Systems Sciences, Jawaharlal Nehru University, New Delhi, India. His research interest includes vehicular ad hoc networks, mobile ad hoc networks and wireless sensor networks. Dr. Kumar has published papers in International Journals and Conferences including IEEE, Springer, Inderscience, and Hindawi Publishing Corporation.

Analysis of GPS and Zone Based Vehicular Routing on Urban City Roads

Analysis of GPS and Zone Based Vehicular Routing on Urban City Roads Analysis of GPS and Zone Based Vehicular Routing on Urban City Roads Aye Zarchi Minn 1, May Zin Oo 2, Mazliza Othman 3 1,2 Department of Information Technology, Mandalay Technological University, Myanmar

More information

Reliable Routing In VANET Using Cross Layer Approach

Reliable Routing In VANET Using Cross Layer Approach Reliable Routing In VANET Using Cross Layer Approach 1 Mr. Bhagirath Patel, 2 Ms. Khushbu Shah 1 Department of Computer engineering, 1 LJ Institute of Technology, Ahmedabad, India 1 er.bhagirath@gmail.com,

More information

CHAPTER 5 CONCLUSION AND SCOPE FOR FUTURE EXTENSIONS

CHAPTER 5 CONCLUSION AND SCOPE FOR FUTURE EXTENSIONS 130 CHAPTER 5 CONCLUSION AND SCOPE FOR FUTURE EXTENSIONS 5.1 INTRODUCTION The feasibility of direct and wireless multi-hop V2V communication based on WLAN technologies, and the importance of position based

More information

3. Evaluation of Selected Tree and Mesh based Routing Protocols

3. Evaluation of Selected Tree and Mesh based Routing Protocols 33 3. Evaluation of Selected Tree and Mesh based Routing Protocols 3.1 Introduction Construction of best possible multicast trees and maintaining the group connections in sequence is challenging even in

More information

Comparing Delay Tolerant Network Routing Protocols for Optimizing L-Copies in Spray and Wait Routing for Minimum Delay

Comparing Delay Tolerant Network Routing Protocols for Optimizing L-Copies in Spray and Wait Routing for Minimum Delay Conference on Advances in Communication and Control Systems 2013 (CAC2S 2013) Comparing Delay Tolerant Network Routing Protocols for Optimizing L-Copies in Spray and Wait Routing for Minimum Delay Anjula

More information

Computation of Multiple Node Disjoint Paths

Computation of Multiple Node Disjoint Paths Chapter 5 Computation of Multiple Node Disjoint Paths 5.1 Introduction In recent years, on demand routing protocols have attained more attention in mobile Ad Hoc networks as compared to other routing schemes

More information

CHAPTER 3 EFFECTIVE ADMISSION CONTROL MECHANISM IN WIRELESS MESH NETWORKS

CHAPTER 3 EFFECTIVE ADMISSION CONTROL MECHANISM IN WIRELESS MESH NETWORKS 28 CHAPTER 3 EFFECTIVE ADMISSION CONTROL MECHANISM IN WIRELESS MESH NETWORKS Introduction Measurement-based scheme, that constantly monitors the network, will incorporate the current network state in the

More information

LTE and IEEE802.p for vehicular networking: a performance evaluation

LTE and IEEE802.p for vehicular networking: a performance evaluation LTE and IEEE802.p for vehicular networking: a performance evaluation Zeeshan Hameed Mir* Fethi Filali EURASIP Journal on Wireless Communications and Networking 1 Presenter Renato Iida v2 Outline Introduction

More information

A Joint Replication-Migration-based Routing in Delay Tolerant Networks

A Joint Replication-Migration-based Routing in Delay Tolerant Networks A Joint -Migration-based Routing in Delay Tolerant Networks Yunsheng Wang and Jie Wu Dept. of Computer and Info. Sciences Temple University Philadelphia, PA 19122 Zhen Jiang Dept. of Computer Science West

More information

Mobile-Gateway Routing for Vehicular Networks 1

Mobile-Gateway Routing for Vehicular Networks 1 Mobile-Gateway Routing for Vehicular Networks 1 Hsin-Ya Pan, Rong-Hong Jan 2, Andy An-Kai Jeng, and Chien Chen Department of Computer Science National Chiao Tung University Hsinchu, 30010, Taiwan {hypan,

More information

International Journal of Advance Engineering and Research Development. Improved OLSR Protocol for VANET

International Journal of Advance Engineering and Research Development. Improved OLSR Protocol for VANET Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 11, November -2017 Improved OLSR Protocol for VANET Ravi Shrimali

More information

Analyzing Routing Protocols Performance in VANET Using p and g

Analyzing Routing Protocols Performance in VANET Using p and g Analyzing Routing Protocols Performance in VANET Using 802.11p and 802.11g Rasha Kaiss Aswed and Mohammed Ahmed Abdala Network Engineering Department, College of Information Engineering, Al-Nahrain University

More information

Routing Protocols in MANETs

Routing Protocols in MANETs Chapter 4 Routing Protocols in MANETs 4.1 Introduction The main aim of any Ad Hoc network routing protocol is to meet the challenges of the dynamically changing topology and establish a correct and an

More information

Literature Review on Characteristic Analysis of Efficient and Reliable Broadcast in Vehicular Networks

Literature Review on Characteristic Analysis of Efficient and Reliable Broadcast in Vehicular Networks International Journal of Electronics and Communication Engineering. ISSN 0974-2166 Volume 6, Number 3 (2013), pp. 205-210 International Research Publication House http://www.irphouse.com Literature Review

More information

Efficient Authentication and Congestion Control for Vehicular Ad Hoc Network

Efficient Authentication and Congestion Control for Vehicular Ad Hoc Network Efficient Authentication and Congestion Control for Vehicular Ad Hoc Network Deivanai.P 1, K.Sudha 2, K.Radha 3 Department of CSE, Muthayammal Engineering College, Rasipuram, India 1 Assistant Professor,

More information

PIONEER RESEARCH & DEVELOPMENT GROUP

PIONEER RESEARCH & DEVELOPMENT GROUP Realistic Mobility Model And Co-Operative Peer To Peer Data Transmission For VANET s Using SUMO And MOVE Nataraj B, Dr. T. Kantharaju 1,2 Electronics and Communication, JNTUA, BITIT, Hindupur, Andhra Pradesh,

More information

Buffer Aware Network Coded Routing Protocol for Delay Tolerant Networks

Buffer Aware Network Coded Routing Protocol for Delay Tolerant Networks Middle-East Journal of Scientific Research 23 (Sensing, Signal Processing and Security): 291-296, 2015 ISSN 1990-9233 IDOSI Publications, 2015 DOI: 10.5829/idosi.mejsr.2015.23.ssps.111 Buffer Aware Network

More information

Aanchal Walia #1, Pushparaj Pal *2

Aanchal Walia #1, Pushparaj Pal *2 An Implemented approach of VANET using Location Information based Technique for safe city and vehicle Aanchal Walia #1, Pushparaj Pal *2 #1. M.Tech Scholor,ECE,Krukshetra University, *2. A.P.ECE Department,

More information

Introduction to Mobile Ad hoc Networks (MANETs)

Introduction to Mobile Ad hoc Networks (MANETs) Introduction to Mobile Ad hoc Networks (MANETs) 1 Overview of Ad hoc Network Communication between various devices makes it possible to provide unique and innovative services. Although this inter-device

More information

DTN Interworking for Future Internet Presented by Chang, Dukhyun

DTN Interworking for Future Internet Presented by Chang, Dukhyun DTN Interworking for Future Internet 2008.02.20 Presented by Chang, Dukhyun Contents 1 2 3 4 Introduction Project Progress Future DTN Architecture Summary 2/29 DTN Introduction Delay and Disruption Tolerant

More information

The Challenges of Robust Inter-Vehicle Communications

The Challenges of Robust Inter-Vehicle Communications The Challenges of Robust Inter-Vehicle Communications IEEE VTC2005-Fall Marc Torrent-Moreno, Moritz Killat and Hannes Hartenstein DSN Research Group Institute of Telematics University of Karlsruhe Marc

More information

Performance Comparison of Mobility Generator C4R and MOVE using Optimized Link State Routing (OLSR)

Performance Comparison of Mobility Generator C4R and MOVE using Optimized Link State Routing (OLSR) IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 06, Issue 11 (November. 2016), V1 PP 25-29 www.iosrjen.org Performance Comparison of Mobility Generator and MOVE using

More information

Evaluation of Information Dissemination Characteristics in a PTS VANET

Evaluation of Information Dissemination Characteristics in a PTS VANET Evaluation of Information Dissemination Characteristics in a PTS VANET Holger Kuprian 1, Marek Meyer 2, Miguel Rios 3 1) Technische Universität Darmstadt, Multimedia Communications Lab Holger.Kuprian@KOM.tu-darmstadt.de

More information

EFFICIENT TRAJECTORY PROTOCOL FOR MULTICASTING IN VEHICULAR AD HOC NETWORKS

EFFICIENT TRAJECTORY PROTOCOL FOR MULTICASTING IN VEHICULAR AD HOC NETWORKS EFFICIENT TRAJECTORY PROTOCOL FOR MULTICASTING IN VEHICULAR AD HOC NETWORKS Nandhini P. 1 and Ravi G. 2 1 Department of Electronics and Communication Engineering, Communication Systems, Sona College of

More information

Replica Distribution Scheme for Location-Dependent Data in Vehicular Ad Hoc Networks using a Small Number of Fixed Nodes

Replica Distribution Scheme for Location-Dependent Data in Vehicular Ad Hoc Networks using a Small Number of Fixed Nodes Replica Distribution Scheme for Location-Dependent Data in Vehicular d Hoc Networks using a Small Number of Fixed Nodes Junichiro Okamoto and Susumu Ishihara Graduate School of Engineering, Shizuoka University,

More information

GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS

GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS A.Robertsingh 1, Suganya A 2 1 Asst.Prof, CSE, Kalasalingam University, Krishnankoil, India 2 Asst.Prof, CSE, Kalasalingam University,

More information

Buffer Management in Delay Tolerant Networks

Buffer Management in Delay Tolerant Networks Buffer Management in Delay Tolerant Networks Rachana R. Mhatre 1 And Prof. Manjusha Deshmukh 2 1,2 Information Technology, PIIT, New Panvel, University of Mumbai Abstract Delay tolerant networks (DTN)

More information

DATA FORWARDING IN OPPORTUNISTIC NETWORK USING MOBILE TRACES

DATA FORWARDING IN OPPORTUNISTIC NETWORK USING MOBILE TRACES DATA FORWARDING IN OPPORTUNISTIC NETWORK USING MOBILE TRACES B.Poonguzharselvi 1 and V.Vetriselvi 2 1,2 Department of Computer Science and Engineering, College of Engineering Guindy, Anna University Chennai,

More information

CHAPTER 5 PROPAGATION DELAY

CHAPTER 5 PROPAGATION DELAY 98 CHAPTER 5 PROPAGATION DELAY Underwater wireless sensor networks deployed of sensor nodes with sensing, forwarding and processing abilities that operate in underwater. In this environment brought challenges,

More information

Simulation & Performance Analysis of Mobile Ad-Hoc Network Routing Protocol

Simulation & Performance Analysis of Mobile Ad-Hoc Network Routing Protocol Simulation & Performance Analysis of Mobile Ad-Hoc Network Routing Protocol V.S.Chaudhari 1, Prof.P.N.Matte 2, Prof. V.P.Bhope 3 Department of E&TC, Raisoni College of Engineering, Ahmednagar Abstract:-

More information

Simulation and Analysis of AODV and DSDV Routing Protocols in Vehicular Adhoc Networks using Random Waypoint Mobility Model

Simulation and Analysis of AODV and DSDV Routing Protocols in Vehicular Adhoc Networks using Random Waypoint Mobility Model Simulation and Analysis of AODV and DSDV Routing Protocols in Vehicular Adhoc Networks using Random Waypoint Mobility Model 1 R. Jeevitha, 2 M. Chandra Kumar 1 Research Scholar, Department of Computer

More information

A Review on Vehicular Ad-Hoc Network

A Review on Vehicular Ad-Hoc Network A Review on Vehicular Ad-Hoc Network Arshdeep Kaur 1, Shilpa Sharma 2 M.Tech Student, Dept. of Computer Science Engineering, Lovely Professional University, Phagwara, Punjab, India 1 Assistant Professor,

More information

SUMMERY, CONCLUSIONS AND FUTURE WORK

SUMMERY, CONCLUSIONS AND FUTURE WORK Chapter - 6 SUMMERY, CONCLUSIONS AND FUTURE WORK The entire Research Work on On-Demand Routing in Multi-Hop Wireless Mobile Ad hoc Networks has been presented in simplified and easy-to-read form in six

More information

Optimized DTN-Routing for Urban Public Transport Systems

Optimized DTN-Routing for Urban Public Transport Systems Optimized DTN-Routing for Urban Public Transport Systems Tobias Pögel Institute of Operating Systems and Computer Networks Technische Universität Braunschweig, Germany poegel@ibr.cs.tu-bs.de Abstract Communication

More information

COOPERATIVE DATA SHARING WITH SECURITY IN VEHICULAR AD-HOC NETWORKS

COOPERATIVE DATA SHARING WITH SECURITY IN VEHICULAR AD-HOC NETWORKS COOPERATIVE DATA SHARING WITH SECURITY IN VEHICULAR AD-HOC NETWORKS Deepa B 1 and Dr. S A Kulkarni 2 1 IV Sem M. Tech, Dept of CSE, KLS Gogte Institute of Technology, Belagavi deepa.bangarshetru@gmail.com

More information

Subject: Adhoc Networks

Subject: Adhoc Networks ISSUES IN AD HOC WIRELESS NETWORKS The major issues that affect the design, deployment, & performance of an ad hoc wireless network system are: Medium Access Scheme. Transport Layer Protocol. Routing.

More information

Archna Rani [1], Dr. Manu Pratap Singh [2] Research Scholar [1], Dr. B.R. Ambedkar University, Agra [2] India

Archna Rani [1], Dr. Manu Pratap Singh [2] Research Scholar [1], Dr. B.R. Ambedkar University, Agra [2] India Volume 4, Issue 3, March 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Performance Evaluation

More information

Dynamic Time-stable Geocast Routing in Vehicular Ad Hoc Networks

Dynamic Time-stable Geocast Routing in Vehicular Ad Hoc Networks Dynamic Time-stable Geocast Routing in Vehicular Ad Hoc Networks by Hamidreza Rahbar A thesis presented to the University of Waterloo in fulfillment of the thesis requirement for the degree of Master of

More information

ITS (Intelligent Transportation Systems) Solutions

ITS (Intelligent Transportation Systems) Solutions Special Issue Advanced Technologies and Solutions toward Ubiquitous Network Society ITS (Intelligent Transportation Systems) Solutions By Makoto MAEKAWA* Worldwide ITS goals for safety and environment

More information

AODV-PA: AODV with Path Accumulation

AODV-PA: AODV with Path Accumulation -PA: with Path Accumulation Sumit Gwalani Elizabeth M. Belding-Royer Department of Computer Science University of California, Santa Barbara fsumitg, ebeldingg@cs.ucsb.edu Charles E. Perkins Communications

More information

An Implementation of Cross Layer Approach to Improve TCP Performance in MANET

An Implementation of Cross Layer Approach to Improve TCP Performance in MANET An Implementation of Cross Layer Approach to Improve TCP Performance in MANET 1 Rajat Sharma Pursuing M.tech(CSE) final year from USIT(GGSIPU), Dwarka, New Delhi E-mail address: rajatfit4it@gmail.com 2

More information

Figure 1. Clustering in MANET.

Figure 1. Clustering in MANET. Volume 6, Issue 12, December 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Performance

More information

SIMULATION BASED AND ANALYSIS OF ROUTING PROTOCOLS FOR VANET USING VANETMOBISIM AND NS-2

SIMULATION BASED AND ANALYSIS OF ROUTING PROTOCOLS FOR VANET USING VANETMOBISIM AND NS-2 International Journal of Computer Engineering & Technology (IJCET) Volume 6, Issue 9, Sep 2015, pp. 32-41, Article ID: IJCET_06_09_004 Available online at http://www.iaeme.com/ijcet/issues.asp?jtype=ijcet&vtype=6&itype=9

More information

Vorlesung Kommunikationsnetze Research Topics: QoS in VANETs

Vorlesung Kommunikationsnetze Research Topics: QoS in VANETs Vorlesung Kommunikationsnetze Research Topics: QoS in VANETs Prof. Dr. H. P. Großmann mit B. Wiegel sowie A. Schmeiser und M. Rabel Sommersemester 2009 Institut für Organisation und Management von Informationssystemen

More information

MC-Safe: Multi-Channel Real-time V2V Communication for Enhancing Driving Safety

MC-Safe: Multi-Channel Real-time V2V Communication for Enhancing Driving Safety RTSS 2018 MC-Safe: Multi-Channel Real-time V2V Communication for Enhancing Driving Safety Yunhao Bai, Kuangyu Zheng, Zejiang Wang, Xiaorui Wang, Junmin Wang Dept. of Electrical and Computer Engineering

More information

Chapter 4 NETWORK HARDWARE

Chapter 4 NETWORK HARDWARE Chapter 4 NETWORK HARDWARE 1 Network Devices As Organizations grow, so do their networks Growth in number of users Geographical Growth Network Devices : Are products used to expand or connect networks.

More information

QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET

QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET 2011 International Conference on Information and Network Technology IPCSIT vol.4 (2011) (2011) IACSIT Press, Singapore QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET Ashwini V. Biradar

More information

Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s

Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s M. Nagaratna Assistant Professor Dept. of CSE JNTUH, Hyderabad, India V. Kamakshi Prasad Prof & Additional Cont. of. Examinations

More information

Analysis of Broadcast Non-Saturation Throughput as a Performance Measure in VANETs

Analysis of Broadcast Non-Saturation Throughput as a Performance Measure in VANETs Analysis of Broadcast Non-Saturation Throughput as a Performance Measure in VANETs Gayathri Narayanan Department of Electronics and Communication Engineering Amrita School of Engineering, Amritapuri Campus,

More information

CROSS LAYER USING END-TO-END DELAY ASSESSMENT FOR ROUTING PROTOCOL IN VEHICULAR AD HOC NETWORK

CROSS LAYER USING END-TO-END DELAY ASSESSMENT FOR ROUTING PROTOCOL IN VEHICULAR AD HOC NETWORK CROSS LAYER USING END-TO-END DELAY ASSESSMENT FOR ROUTING PROTOCOL IN VEHICULAR AD HOC NETWORK Le Van Minh a,b, Yang MingChuan a, and Guo Qing a a Communication research center, Harbin Institute of Technology,

More information

Congestion Control Technique with Safety Transmission of Messages in Vehicular Ad Hoc Network

Congestion Control Technique with Safety Transmission of Messages in Vehicular Ad Hoc Network Congestion Control Technique with Safety Transmission of Messages in Vehicular Ad Hoc Network Bhagyashri P. Deshpande 1, Dr.A.S.Alvi 2 1 M.E(CSE) PRMIT&R, Badnera, Amravati 2 Professor,Dept. of CSE PRMIT&R,Badnera,

More information

Chapter 7 CONCLUSION

Chapter 7 CONCLUSION 97 Chapter 7 CONCLUSION 7.1. Introduction A Mobile Ad-hoc Network (MANET) could be considered as network of mobile nodes which communicate with each other without any fixed infrastructure. The nodes in

More information

Routing protocols in WSN

Routing protocols in WSN Routing protocols in WSN 1.1 WSN Routing Scheme Data collected by sensor nodes in a WSN is typically propagated toward a base station (gateway) that links the WSN with other networks where the data can

More information

INTERNATIONAL JOURNAL OF SCIENTIFIC & ENGINEERING RESEARCH VOLUME 5, ISSUE 3, MARCH-2014 ISSN

INTERNATIONAL JOURNAL OF SCIENTIFIC & ENGINEERING RESEARCH VOLUME 5, ISSUE 3, MARCH-2014 ISSN 657 Performance Evaluation of DDSR via NS- 3 Simulation using RSU s in Vehicular Network Abhay Deep Seth, Ankit Khare Abstract: - Mobile Ad hoc Networks (MANET) are wireless networks without an infrastructure,

More information

Efficient load balancing and QoS-based location aware service discovery protocol for vehicular ad hoc networks

Efficient load balancing and QoS-based location aware service discovery protocol for vehicular ad hoc networks RESEARCH Open Access Efficient load balancing and QoS-based location aware service discovery protocol for vehicular ad hoc networks Kaouther Abrougui 1,2*, Azzedine Boukerche 1,2 and Hussam Ramadan 3 Abstract

More information

Methods to Resolve Traffic Jams using VANET

Methods to Resolve Traffic Jams using VANET Methods to Resolve Traffic Jams using VANET Rohit Kumar Department of Computer Sc. & Engineering Chandigarh University, Gharuan Mohali, Punjab Abstract - In this paper we have proposed a method to avoid

More information

Evaluation of Seed Selection Strategies for Vehicle to Vehicle Epidemic Information Dissemination

Evaluation of Seed Selection Strategies for Vehicle to Vehicle Epidemic Information Dissemination Evaluation of Seed Selection Strategies for Vehicle to Vehicle Epidemic Information Dissemination Richard Kershaw and Bhaskar Krishnamachari Ming Hsieh Department of Electrical Engineering, Viterbi School

More information

Performance Enhancement of AOMDV with Energy Efficient Routing Based On Random Way Point Mobility Model

Performance Enhancement of AOMDV with Energy Efficient Routing Based On Random Way Point Mobility Model Performance Enhancement of AOMDV with Energy Efficient Routing Based On Random Way Point Mobility Model Geetha.S, Dr.G.Geetharamani Asst.Prof, Department of MCA, BIT Campus Tiruchirappalli, Anna University,

More information

COMPARATIVE ANALYSIS OF DIFFERENT ROUTING PROTOCOLS IN DELAY TOLERANT NETWORKS

COMPARATIVE ANALYSIS OF DIFFERENT ROUTING PROTOCOLS IN DELAY TOLERANT NETWORKS COMPARATIVE ANALYSIS OF DIFFERENT ROUTING PROTOCOLS IN DELAY TOLERANT NETWORKS Chintan B. Desai PG Student, Electronics and Communication Department, Charotar University of Science & Technology, Changa,

More information

Chapter 5 Ad Hoc Wireless Network. Jang Ping Sheu

Chapter 5 Ad Hoc Wireless Network. Jang Ping Sheu Chapter 5 Ad Hoc Wireless Network Jang Ping Sheu Introduction Ad Hoc Network is a multi-hop relaying network ALOHAnet developed in 1970 Ethernet developed in 1980 In 1994, Bluetooth proposed by Ericsson

More information

Poonam kori et al. / International Journal on Computer Science and Engineering (IJCSE)

Poonam kori et al. / International Journal on Computer Science and Engineering (IJCSE) An Effect of Route Caching Scheme in DSR for Vehicular Adhoc Networks Poonam kori, Dr. Sanjeev Sharma School Of Information Technology, RGPV BHOPAL, INDIA E-mail: Poonam.kori@gmail.com Abstract - Routing

More information

Reliable and Efficient flooding Algorithm for Broadcasting in VANET

Reliable and Efficient flooding Algorithm for Broadcasting in VANET Reliable and Efficient flooding Algorithm for Broadcasting in VANET Vinod Kumar*, Meenakshi Bansal Mtech Student YCOE,Talwandi Sabo(india), A.P. YCOE, Talwandi Sabo(india) Vinod_Sharma85@rediffmail.com,

More information

Enhanced Routing in Delay Tolerant Enabled Vehicular Ad Hoc Networks

Enhanced Routing in Delay Tolerant Enabled Vehicular Ad Hoc Networks International Journal of Scientific and Research Publications, Volume 2, Issue 9, September 2012 1 Enhanced Routing in Delay Tolerant Enabled Vehicular Ad Hoc Networks Arun Kumar R&D, Syscom Corporation

More information

Multiprotocol Label Switching in Vehicular Ad hoc Network for QoS

Multiprotocol Label Switching in Vehicular Ad hoc Network for QoS Information Management and Business Review Vol. 6, No. 3, pp. 115-120, Jun 2014 (ISSN 2220-3796) Multiprotocol Label Switching in Vehicular Ad hoc Network for QoS * Kashif Naseer Qureshi, Abdul Hanan Abdullah

More information

Lecture 6: Vehicular Computing and Networking. Cristian Borcea Department of Computer Science NJIT

Lecture 6: Vehicular Computing and Networking. Cristian Borcea Department of Computer Science NJIT Lecture 6: Vehicular Computing and Networking Cristian Borcea Department of Computer Science NJIT GPS & navigation system On-Board Diagnostic (OBD) systems DVD player Satellite communication 2 Internet

More information

ANALYSIS OF SAFETY MEASURES AND QUALITY ROUTING IN VANETS

ANALYSIS OF SAFETY MEASURES AND QUALITY ROUTING IN VANETS Vol.2, Issue.2, Mar-Apr 2012 pp-062-066 ISSN: 2249-6645 ANALYSIS OF SAFETY MEASURES AND QUALITY ROUTING IN VANETS Vedha Vinodha.D*, Mrs.V.Seethalakshmi** *II M.E CS, Sri Shakthi Institute of Engineering

More information

Mobile and Sensor Systems. Lecture 3: Infrastructure, Ad-hoc and Delay Tolerant Mobile Networks Dr Cecilia Mascolo

Mobile and Sensor Systems. Lecture 3: Infrastructure, Ad-hoc and Delay Tolerant Mobile Networks Dr Cecilia Mascolo Mobile and Sensor Systems Lecture 3: Infrastructure, Ad-hoc and Delay Tolerant Mobile Networks Dr Cecilia Mascolo In this lecture In this lecture we will describe the difference in infrastructure and ad

More information

PERFORMANCE EVALUATION OF DSDV, AODV ROUTING PROTOCOLS IN VANET

PERFORMANCE EVALUATION OF DSDV, AODV ROUTING PROTOCOLS IN VANET PERFORMANCE EVALUATION OF DSDV, AODV ROUTING PROTOCOLS IN VANET K. Venkateswarlu 1, G. Murali 2 1 M. Tech, CSE, JNTUA College of Engineering (Pulivendula), Andhra Pradesh, India 2 Asst.Prof (HOD), CSE,

More information

Performance Analysis of TCP Variants

Performance Analysis of TCP Variants 102 Performance Analysis of TCP Variants Abhishek Sawarkar Northeastern University, MA 02115 Himanshu Saraswat PES MCOE,Pune-411005 Abstract The widely used TCP protocol was developed to provide reliable

More information

Performance Evaluations of Data-Centric Information Retrieval Schemes for DTNs

Performance Evaluations of Data-Centric Information Retrieval Schemes for DTNs Computer Networks Vol x, Issue y 1 Performance Evaluations of Data-Centric Information Retrieval Schemes for DTNs P. Yang, Member, IEEE M. Chuah 1, Senior Member, IEEE Abstract Mobile nodes in some challenging

More information

Performance Evaluation of AODV and DSDV Routing Protocol in wireless sensor network Environment

Performance Evaluation of AODV and DSDV Routing Protocol in wireless sensor network Environment 2012 International Conference on Computer Networks and Communication Systems (CNCS 2012) IPCSIT vol.35(2012) (2012) IACSIT Press, Singapore Performance Evaluation of AODV and DSDV Routing Protocol in wireless

More information

Advanced Internet Architectures

Advanced Internet Architectures Advanced Internet Architectures Carlos Borrego Iglesias Carlos.Borrego@uab.cat Departament d Enginyeria de la Informació i de les Comunicacions Universitat Autònoma de Barcelona Tecnologies avançades d

More information

Broadcast algorithms for Active Safety Applications over Vehicular Ad-hoc Networks

Broadcast algorithms for Active Safety Applications over Vehicular Ad-hoc Networks Broadcast algorithms for Active Safety Applications over Vehicular Ad-hoc Networks M.N. Mariyasagayam, M. Lenardi HITACHI Europe, "Le Thélème", 1503 Route des Dolines, 06560 Sophia Antipolis, France Phone:

More information

CS 229 Final Report: Location Based Adaptive Routing Protocol(LBAR) using Reinforcement Learning

CS 229 Final Report: Location Based Adaptive Routing Protocol(LBAR) using Reinforcement Learning CS 229 Final Report: Location Based Adaptive Routing Protocol(LBAR) using Reinforcement Learning By: Eunjoon Cho and Kevin Wong Abstract In this paper we present an algorithm for a location based adaptive

More information

MEASURING PERFORMANCE OF VARIANTS OF TCP CONGESTION CONTROL PROTOCOLS

MEASURING PERFORMANCE OF VARIANTS OF TCP CONGESTION CONTROL PROTOCOLS MEASURING PERFORMANCE OF VARIANTS OF TCP CONGESTION CONTROL PROTOCOLS Harjinder Kaur CSE, GZSCCET, Dabwali Road, Bathinda, Punjab, India, sidhuharryab@gmail.com Gurpreet Singh Abstract CSE, GZSCCET, Dabwali

More information

End-To-End Delay Optimization in Wireless Sensor Network (WSN)

End-To-End Delay Optimization in Wireless Sensor Network (WSN) Shweta K. Kanhere 1, Mahesh Goudar 2, Vijay M. Wadhai 3 1,2 Dept. of Electronics Engineering Maharashtra Academy of Engineering, Alandi (D), Pune, India 3 MITCOE Pune, India E-mail: shweta.kanhere@gmail.com,

More information

Protection Against DDOS Using Secure Code Propagation In The VANETs

Protection Against DDOS Using Secure Code Propagation In The VANETs Protection Against DDOS Using Secure Code Propagation In The VANETs Mandeep Kaur, Manish Mahajan Mandeepcheema6@gmail.com,cgccoe.hodcse@gmail.com ABSTRACT--VANETs are the vehicular networks used to connect

More information

RD-TCP: Reorder Detecting TCP

RD-TCP: Reorder Detecting TCP RD-TCP: Reorder Detecting TCP Arjuna Sathiaseelan and Tomasz Radzik Department of Computer Science, King s College London, Strand, London WC2R 2LS {arjuna,radzik}@dcs.kcl.ac.uk Abstract. Numerous studies

More information

A Neighbor Coverage Based Probabilistic Rebroadcast Reducing Routing Overhead in MANETs

A Neighbor Coverage Based Probabilistic Rebroadcast Reducing Routing Overhead in MANETs A Neighbor Coverage Based Probabilistic Rebroadcast Reducing Routing Overhead in MANETs Ankita G. Rathi #1, Mrs. J. H. Patil #2, Mr. S. A. Hashmi #3 # Computer Science-Information Technology Department,

More information

A Genetic-Neural Approach for Mobility Assisted Routing in a Mobile Encounter Network

A Genetic-Neural Approach for Mobility Assisted Routing in a Mobile Encounter Network A Genetic-Neural Approach for obility Assisted Routing in a obile Encounter Network Niko P. Kotilainen, Jani Kurhinen Abstract--obility assisted routing (AR) is a concept, where the mobility of a network

More information

Application of Graph Theory in DTN Routing

Application of Graph Theory in DTN Routing Application of Graph Theory in DTN Routing Madan H. T. 1, Shabana Sultana 2 1 M. Tech. (CNE), NIE, Mysuru 2 Associate Professor, Dept. of Computer Science & Eng., NIE, Mysuru Abstract: Delay tolerant network

More information

SEAR: SECURED ENERGY-AWARE ROUTING WITH TRUSTED PAYMENT MODEL FOR WIRELESS NETWORKS

SEAR: SECURED ENERGY-AWARE ROUTING WITH TRUSTED PAYMENT MODEL FOR WIRELESS NETWORKS SEAR: SECURED ENERGY-AWARE ROUTING WITH TRUSTED PAYMENT MODEL FOR WIRELESS NETWORKS S. P. Manikandan 1, R. Manimegalai 2 and S. Kalimuthu 3 1 Department of Computer Science and Engineering, Sri Venkateshwara

More information

Mitigating Superfluous Flooding of Control Packets MANET

Mitigating Superfluous Flooding of Control Packets MANET Mitigating Superfluous Flooding of Control Packets MANET B.Shanmugha Priya 1 PG Student, Department of Computer Science, Park College of Engineering and Technology, Kaniyur, Coimbatore, India 1 Abstract:

More information

All Rights Reserved 2017 IJARCET

All Rights Reserved 2017 IJARCET END-TO-END DELAY WITH MARKOVIAN QUEUING BASED OPTIMUM ROUTE ALLOCATION FOR MANETs S. Sudha, Research Scholar Mrs. V.S.LAVANYA M.Sc(IT)., M.C.A., M.Phil., Assistant Professor, Department of Computer Science,

More information

Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks

Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks X. Yuan, R. Melhem and R. Gupta Department of Computer Science University of Pittsburgh Pittsburgh, PA 156 fxyuan,

More information

Using Hybrid Algorithm in Wireless Ad-Hoc Networks: Reducing the Number of Transmissions

Using Hybrid Algorithm in Wireless Ad-Hoc Networks: Reducing the Number of Transmissions Using Hybrid Algorithm in Wireless Ad-Hoc Networks: Reducing the Number of Transmissions R.Thamaraiselvan 1, S.Gopikrishnan 2, V.Pavithra Devi 3 PG Student, Computer Science & Engineering, Paavai College

More information

THE NETWORK PERFORMANCE OVER TCP PROTOCOL USING NS2

THE NETWORK PERFORMANCE OVER TCP PROTOCOL USING NS2 THE NETWORK PERFORMANCE OVER TCP PROTOCOL USING NS2 Ammar Abdulateef Hadi, Raed A. Alsaqour and Syaimak Abdul Shukor School of Computer Science, Faculty of Information Science and Technology, University

More information

Power aware Multi-path Routing Protocol for MANETS

Power aware Multi-path Routing Protocol for MANETS Power aware Multi-path Routing Protocol for MANETS Shruthi P Murali 1,Joby John 2 1 (ECE Dept, SNGCE, India) 2 (ECE Dept, SNGCE, India) Abstract: Mobile Adhoc Network consists of a large number of mobile

More information

Routing Protocol with Quality Optimization for Vehicular Ad Hoc Networks

Routing Protocol with Quality Optimization for Vehicular Ad Hoc Networks Routing Protocol with Quality Optimization for Vehicular Ad Hoc Networks E. Priyanka 1, M.Vijaya Kanth 2 M.Tech, Department of CSE, JNTUACE, Ananthapuramu, Andhra Pradesh, India 1 Lecturer, Department

More information

A Routing Protocol for Utilizing Multiple Channels in Multi-Hop Wireless Networks with a Single Transceiver

A Routing Protocol for Utilizing Multiple Channels in Multi-Hop Wireless Networks with a Single Transceiver 1 A Routing Protocol for Utilizing Multiple Channels in Multi-Hop Wireless Networks with a Single Transceiver Jungmin So Dept. of Computer Science, and Coordinated Science Laboratory University of Illinois

More information

Behaviour of Routing Protocols of Mobile Adhoc Netwok with Increasing Number of Groups using Group Mobility Model

Behaviour of Routing Protocols of Mobile Adhoc Netwok with Increasing Number of Groups using Group Mobility Model Behaviour of Routing Protocols of Mobile Adhoc Netwok with Increasing Number of Groups using Group Mobility Model Deepak Agrawal, Brajesh Patel Department of CSE Shri Ram Institute of Technology Jabalpur,

More information

Ad Hoc Networks 10 (2012) Contents lists available at SciVerse ScienceDirect. Ad Hoc Networks

Ad Hoc Networks 10 (2012) Contents lists available at SciVerse ScienceDirect. Ad Hoc Networks Ad Hoc Networks 10 (2012) 497 511 Contents lists available at SciVerse ScienceDirect Ad Hoc Networks journal homepage: www.elsevier.com/locate/adhoc RPB-MD: Providing robust message dissemination for vehicular

More information

Assignment 7: TCP and Congestion Control Due the week of October 29/30, 2015

Assignment 7: TCP and Congestion Control Due the week of October 29/30, 2015 Assignment 7: TCP and Congestion Control Due the week of October 29/30, 2015 I d like to complete our exploration of TCP by taking a close look at the topic of congestion control in TCP. To prepare for

More information

CSMA based Medium Access Control for Wireless Sensor Network

CSMA based Medium Access Control for Wireless Sensor Network CSMA based Medium Access Control for Wireless Sensor Network H. Hoang, Halmstad University Abstract Wireless sensor networks bring many challenges on implementation of Medium Access Control protocols because

More information

Performance of Efficient Routing Protocol in Delay Tolerant Network: A Comparative Survey. Namita Mehta 1 and Mehul Shah 2

Performance of Efficient Routing Protocol in Delay Tolerant Network: A Comparative Survey. Namita Mehta 1 and Mehul Shah 2 , pp.151-158 http://dx.doi.org/10.14257/ijfgcn.2014.7.1.15 Performance of Efficient Routing Protocol in Delay Tolerant Network: A Comparative Survey Namita Mehta 1 and Mehul Shah 2 1 Student, Department

More information

An AIAD-Based Adaptive Routing Protocol in Ad-Hoc Wireless Networks

An AIAD-Based Adaptive Routing Protocol in Ad-Hoc Wireless Networks An AIAD-Based Adaptive Routing Protocol in Ad-Hoc Wireless Networks Youn-Sik Hong 1 and Ki-Young Lee 2 1 Department of Computer Science and Eng. 2 Department of Information and Telecommunication Eng.,

More information

Impact of Source Counter on Routing Performance in Resource Constrained DTNs

Impact of Source Counter on Routing Performance in Resource Constrained DTNs Impact of Source Counter on Routing Performance in Resource Constrained DTNs Xiaolan Zhang a,, Honggang Zhang b, Yu Gu c a Dept. of Computer and Information Sciences, Fordham University b Dept. of Mathematics

More information

Traffic balancing-based path recommendation mechanisms in vehicular networks Maram Bani Younes *, Azzedine Boukerche and Graciela Román-Alonso

Traffic balancing-based path recommendation mechanisms in vehicular networks Maram Bani Younes *, Azzedine Boukerche and Graciela Román-Alonso WIRELESS COMMUNICATIONS AND MOBILE COMPUTING Wirel. Commun. Mob. Comput. 2016; 16:794 809 Published online 29 January 2015 in Wiley Online Library (wileyonlinelibrary.com)..2570 RESEARCH ARTICLE Traffic

More information

Impact of IEEE MAC Packet Size on Performance of Wireless Sensor Networks

Impact of IEEE MAC Packet Size on Performance of Wireless Sensor Networks IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 3, Ver. IV (May - Jun.2015), PP 06-11 www.iosrjournals.org Impact of IEEE 802.11

More information

Simulation and Analysis of Transmission Range Effect on DSR Routing Protocol in a Vanet Network with Different Speed and Node Density

Simulation and Analysis of Transmission Range Effect on DSR Routing Protocol in a Vanet Network with Different Speed and Node Density Simulation and Analysis of Transmission Range Effect on DSR Routing Protocol in a Vanet Network with Different Speed and Node Density Muhammad Faikar Widjanarko School of Electrical Engineering Telkom

More information