JOURNAL OF INTERNATIONAL ACADEMIC RESEARCH FOR MULTIDISCIPLINARY Impact Factor 2.417, ISSN: , Volume 3, Issue 11, December 2015

Size: px
Start display at page:

Download "JOURNAL OF INTERNATIONAL ACADEMIC RESEARCH FOR MULTIDISCIPLINARY Impact Factor 2.417, ISSN: , Volume 3, Issue 11, December 2015"

Transcription

1 AN OVERVIEW ON CLASSIFICATION OF VARIOUS ROUTING PROTOCOLS IN VANET PARUL GUPTA* *Dept. Of Computer Science, P.I.G.G.C.W. Jind (Haryan), India ABSTRACT Vehicular connectivity is most important for an Intelligent Transportation System (ITS) in order to provide a wide spectrum of services, including safety-related, traffic control, and entertainment. Vehicular ad hoc networks (VANETs) are a subclass of mobile ad hoc networks (MANETs) having special characteristics of high dynamic topology and fast movement of nodes. Hence, protocols designed for mobile ad hoc networks (MANETs) cannot be used in vehicular ad hoc networks (VANETs). In this paper, an overview of VANETs, its characteristics, types of communication and applications are presented. The main of this paper is to provide a detailed survey of routing protocols used in VANET along with their classification on different basis. KEYWORDS: VANETs, ITS, Routing Protocols, Position based, Topology based, Unicast, Multicast, Broadcast 1. INTRODUCTION Vehicular Ad hoc Networks (VANET) is the type of Mobile Ad Hoc Networks (MANETs) [1]. VANET is the wireless ad hoc network in which communication takes place through wireless links mounted on each vehicle (node). Each vehicle within VANET plays the role of participant as well as router of the network. Some roadside units are also used which act as fixed units to facilitate the vehicular communication. Vehicular ad hoc networks are the self organizing networks aiming to provide safety and traffic-control along with entertainment. Rest of the paper consists: Section 2 presents types of communication in VANETs. Sections 3, presents applications of VANET, in Section 4, characteristics of VANET are explained and in Section 5, Routing protocols are classified and explained in brief. Finally, in section 6, we draw conclusions. 2. Types of communication in VANETs There are two types of communication possible in VANETs [2]: 123

2 Vehicle to Vehicle Communication (V2V) Vehicle to Roadside Communication (V2R) In V2V communication, Vehicle to vehicle communication takes place only through wireless devices present in vehicles. V2V communication is important for safety related applications as communication between them is required in no time. In V2R communication, communication takes place between vehicles and roadside installed units. V2R communication is important for traffic control and entertainment applications as roadside units provide a gateway to internet etc. Figure 1: Overall Structure of VANET 3. Applications of VANET VANET is one of the influencing areas for the improvement of Intelligent Transportation System (ITS). Applications of VANET are broadly classified in two categories: Safety Applications [3] to avoid road side accidents to avoid traffic jams speed control warning for curved road lane changing warning signal violation warning overtake vehicle warning free passage of emergency vehicles and unseen obstacles Comfort Applications to provide [4] weather information mobile e-commerce Internet access and other multimedia applications 124

3 The most well known applications include, Crash Avoidance Matrices Partnership (CAMP) developed by General and Ford Motors, Network on Wheels (NOW) that were developed under collaboration of various governments and major car manufacturers to improve the ITS [5]. 4. Characteristics of VANET There are some characteristics that distinguish VANETs from other types of ad hoc networks are explained below: High Node Mobility and Rapidly Changing Network Topology: In VANETs, Vehicles move with high speed especially at highways due to which communication link between two vehicles lasts for very short period of time. High mobility leads to extremely dynamic topology, this makes classic protocols used for MANET unsuitable for VANETs [6]. Location Information Availability: Vehicles are equipped with on-board navigation sensors like GPS which gives location and spatial environment information. This information can be used for routing purposes of vehicles. Time Delay Constraints: Applications in VANETs mainly safety applications like Crash Avoidance warning, Lane changing warning etc. require messages to be delivered with no delay otherwise results will be crucial. Inconsistent Node Velocity and Density: Nodes have different mobility speed ranging from zero to over 200km/hr. Nodes which are in traffic jam or RSUs have zero speed but while moving on highways have higher speed [7]. Similarly, density of neighboring nodes varies from zero to hundreds depending on the type of road as well as time. Therefore, while designing a protocol for VANETs all these aspects are to be considered. Restricted Node Movement Patterns: In VANETs vehicles move at high speed but their movement is regular and predictable. Vehicle movements are constrained by roads layout and other vehicles movement with limitations on driving speed and in addition vehicles also have to follow traffic signs and traffic signals [8]. No Power and Storage Constraint: Vehicles have sufficient power, computing and storage capacity as recharging of batteries from vehicles is possible in VANET but in MANET each mobile node has limited battery power and storage [9]. 125

4 5. Classification of Routing Protocols in VANET Due to high mobility and rapidly changing topology, restricted nodes movement and inconsistent nodes velocity and density are such characteristics of the VANET network that make routing decisions more challenging. Several other factors such as time constraints and different environments such as city and highway makes routing more challenging in VANET. Routing protocols can be classified on various basis such as on the basis of communication type i.e. V2V and V2I based protocols [10], on the basis of information used for routing [11] i.e. topology and position based routing, on the basis of communication strategy used for delivery of information from source to destination [12] i.e. unicast, multicast and broadcast. Some researchers combined basis of classification [13] and some surveyed only a specific type in detail [14], [15]. In this paper, classification is done broadly using both communication strategy and routing information as shown below in figure 2. Routing Protocols Communication Strategy Routing Information Broadcast Multicast Unicast Topology Based DV-CAST Mobicast ROVER Proactiv Reactiv Hybrid DT Position Based Non DSDV AODV ZRP VADD GPCR OLSR OLSR MOVE CAR DIR GSR A-STAR Figure 2. Classification of Routing Protocols of VANET 126

5 A. Routing Information Based Protocols On the basis of information used for the purpose of routing which is available in the network, routing protocols are divided in two categories: Topology Based Routing and Position Based Routing. 1) Topology Based Routing Protocols: Topology-based routing protocol uses topology information which is stored in the routing table as a basis to forward packets from source node to the destination node. They are further divided into three groups as Proactive, Reactive and Hybrid Protocols. Proactive Routing Protocols Proactive protocols allow a network node to use the routing table to store routes information for all other nodes, each entry in the table contains the next hop node used in the path to the destination, regardless of whether the route is currently needed or not. The table must be updated frequently to reflect the network topology changes. These protocols cause more overhead especially in the high mobility network as they share routing information with the neighbors. However, routes to destinations will always be available when needed. Proactive protocols usually choose the shortest path algorithms to determine which route will be chosen. Proactive based routing protocols may not be suitable for VANETs as they have high mobility nodes and these protocols use much of the bandwidth for sharing routing information with neighbors. Furthermore, size of the table is also quite big for large networks. DSDV and OLSR proactive routing protocols are discussed below: Destination Sequence Distance Vector Routing (DSDV) The destination sequenced distance vector routing protocol (DSDV) is a proactive routing protocol [16]. It is extension of classical bellman ford routing mechanism. In DSDV each node maintains a routing table that contains information about all destinations i.e. the total number of hops needed to reach these nodes, next hop to reach the destination and a sequence number initiated by the destination node. The route with the recent sequence number is considered as a fresh route. To maintain routes reliability, each node must periodically share its routing table with its neighbors. The routing table updates can be sent in two ways: a full dump or an incremental update. DSDV protocol guarantees the loop free routes; it also keeps only the optimal path to every node, rather than keeping multi paths which will help to reduce the total size of routing table. 127

6 Optimal Link State Routing (OLSR) OLSR is a table driven protocol and an optimization of classical link state protocol [17]. In OLSR each node selects a set of Multipoint Relays (MPR) from the set of neighbors with which it has symmetrical links. Thus OLSR requires bidirectional links. Each node has the knowledge as to for which node it acts as a MPR as they periodically announce this information in their control messages. Therefore overhead minimizes as only MPR retransmit the control messages. In OLSR, MPR nodes declare link state information in the network for the nodes to which it acts as a MPR used to provide the shortest route path to all the destinations. MPR nodes are also responsible for formation of routes from source to the destination. The protocol is particularly best for large and dense network as optimization is done by using MPR nodes. Reactive Routing Protocols On demand or reactive routing protocols were designed to overcome the overhead that was created by proactive routing protocols in case of large and highly dynamic network. Reactive routing protocols establish the route only when it is required for a node to communicate with another node. Only the routes that are currently in use are maintained which reduces the burden in the network. Only AODV and DSR routing protocols designed for reactive routing are explained below: Ad-hoc On Demand Distance Vector Routing (AODV) AODV routing protocol works purely on demand basis [18]. When a source node needs to communicate with another node, it starts route discovery process by broadcasting a route request message to its neighbor including the last known sequence number for that destination. Each node that forwards the route request also creates a reverse route for itself back to the source node. When the route request reaches a node with a route to destination node that node generates a route reply that contains the number of hops necessary to reach destination and the sequence number for destination most recently seen by the node generating the reply. The state created in each node along the path from source to the destination is hop-by-hop state; that is each node remembers only the next hop and not the entire route, as would be done in source routing. The main features of AODV are quick response to link breakage in active route and loop-free routes by using destination sequence numbers. 128

7 Dynamic Source Routing (DSR) Dynamic Source Routing protocol (DSR) is designed for multi-hop wireless ad hoc networks [19]. This protocol consists of two main mechanisms Route Discovery and Route Maintenance that makes it self-configuring and self-organizing. Route discovery is used to discover the routes from source node to destination. A node caches multiple routes to any destination which support rapid reaction to routing changes as another cached route can be tried if the one it has been using should fail. It also avoids the overhead of need to perform a new Route Discovery each time a route in use breaks. In DSR, data packets store information about all the intermediate nodes in its header to reach at a particular destination. Intermediate routers don t need to have routing information to route the data packets, but they save routing information for their future use. The intermediate node which detects broken link through route maintenance also notifies the source node using a route error packet identifying the link over which packet cannot be forwarded. Hybrid Routing Need of these protocols arises with the deficiencies of proactive and reactive routing and there is demand of such protocol that combines good characteristics of both reactive and proactive routing protocols to make routing more scalable and efficient. ZRP hybrid ad hoc routing protocols is discussed in following: Zone Routing Protocol (ZRP) ZRP for reconfigurable wireless networks is based on the idea of routing zones [20]. Each node has a predefined zone centered at itself including other nodes whose distance is in predefined limits in terms of number of hops. Each node has to maintain up-to-date routing information only for nodes in its zone that reduces the network overhead that is caused by proactive routing protocols. Route Discovery is done to communicate with nodes not present in the zone of a node by forwarding query messages selectively only to the nodes in its zone rather than all the nodes in a network. This causes route discovery mechanism to be much faster than that of global reactive route discovery mechanism. 2) Position Based Routing Protocols: Position based routing protocols use geographical positions of the node and its neighbor nodes determined using GPS or other positioning devices rather than the network address of nodes for routing. Position routing protocol doesn't maintain any routing table. Therefore, position-based routing protocols perform better and are more scalable for VANETs. Geographic routing protocols are classified 129

8 as: Delay Tolerant Network (DTN) Protocols and Non Delay Tolerant Network (Non DTN) Protocols. Delay Tolerant Networks Routing Protocols DTN is a wireless network in which continuous network connectivity is not available. In this network, nodes use store and forward scheme for delivery of packets from source node to destination node. Many DTN routing protocols have been designed but VADD and MOVE DTN routing protocols are discussed below: Vehicle Assisted Data Delivery (VADD) VADD protocol uses carry-and-forward strategy [21]. The most important issue is to select a forwarding path with the smallest packet delivery delay for data delivery from a moving vehicle to a static destination. VADD protocol assumes that vehicles are equipped with pre-loaded digital maps, which provide street-level map and traffic statistics such as traffic density and vehicle speed on roads at different times of the day and traffic signal schedule on intersection. In VADD protocol, vehicle transmits packets through wireless channels as much as possible, otherwise using the road on which vehicles are moving speedily. Using information provided by digital maps and delay model, VADD protocol performs dynamic path selection for packet forwarding process. VADD has three packet modes i.e. Intersection, Straight Way, and Destination based on the location of the vehicle carrying the packet. Motion Vector Routing Algorithm (MOVE) MOVE algorithm is designed for light networks to deliver data between static nodes whose positions are known globally [22]. This protocol assumes that each node knows its position through GPS and velocity of its neighboring nodes. Using the relative velocities of mobile node and its neighboring nodes it predicts the closest distance to the destination. While making forwarding decision the algorithm predict whether forwarding message will be progressed toward intended destination or not. MOVE algorithm gives high success rate and low end-to-end latency with less buffer space and communication overhead as compared to broadcast approach. However, Non DTN position-based routing could have better performance only if the routes are stable and consistent. Non- Delay Tolerant Networks Routing Protocols The non-delay tolerant network protocols do not consider non-continuous connectivity issue and assume that sufficient number of nodes is always available for successful communication. So, these protocols are suitable for highly connected VANETs. It uses 130

9 greedy approach to forward a packet to the neighbor which is closest to the destination. If there is no neighbor closer to the destination than the node itself then this strategy fails and the packet has reached the local maximum as it has made the maximum progress at the current node. The routing protocols use their own recovery strategy to deal with this problem. GPCR, CAR, DIR, GSR, A-STAR non DTN routing protocols are discussed below: Greedy Perimeter Coordinator Routing (GPCR) Greedy Perimeter Coordinator Routing (GPCR) is a position-based routing protocol [23]. GPCR does not use any global or external information such as a static street map but takes advantage of the fact that streets and junctions form a natural planar graph. GPCR consists of two parts: a restricted greedy forwarding procedure and a repair strategy. In restricted greedy forwarding if forwarding node is located on a street and not on a junction the packet is forwarded along the street towards the next junction. But at junction coordinator decides which street that the packet should follow using restricted greedy approach, the neighboring node with the largest progress towards the destination is chosen. GPCR avoids local optimum using repair strategy which implements graph planarization in which routing decisions are made on the basis of streets and junctions instead of individual nodes and their connectivity. Connectivity Aware Routing (CAR) Connectivity-Aware Routing (CAR) protocol was designed for inter-vehicle communication in a city or highway environment [24]. CAR locates destination and find the connected paths between source and destination by broadcasting path discovery packet. Each forwarding node records it s ID, hop count, and average and minimum number of neighbors in searching packets. CAR protocol also sets the anchor points for junctions in the broadcasted packet. After receiving the path discovery packets, the destination chooses a routing path with better connectivity and lower delivery delay time. Destination node sends the reply packet to the source through recorded anchor points in the selected routing path. After receiving the route reply, source node starts transmitting data packets in a greedy manner toward the destination through the set of anchor points. Route maintenance is done with the help of guards which maintains enough state information to allow efficient communication between two moving nodes. Diagonal Intersection Routing (DIR) Diagonal-intersection based routing (DIR) protocol is designed to improve CAR protocol [25]. CAR works with anchor points while DIR protocol constructs a series of diagonal intersections between the source and destination vehicles. The DIR protocol is a geographic 131

10 routing protocol. Based on the geographic routing protocol, source vehicle geographically forwards the data packet toward the first diagonal intersection, the second diagonal intersection, and so on, until the last diagonal intersection, and finally geographically reaches to the destination vehicle. For given a pair of neighboring diagonal intersections, two or more disjoint sub-paths exist between them. The novel property of DIR protocol is the autoadjustability; while the auto-adjustability is achieved that one sub-path with low data packet delay, between two neighboring diagonal intersections, is dynamically selected to forward data packets. To reduce the data packet delay, the route is automatically re-routed by the selected sub-path with lowest delay. Geographic Source Routing (GSR) GSR deals with high mobility of nodes on one hand and uses topological structure of the city on the other hand to perform position based routing [26]. GSR uses Reactive Location Service (RLS) to find the current position of destination node. Using map of the streets, the sending node computes a path to the destination as a sequence of junctions that the packet has to traverse in order to reach the destination. The protocol calculates the shortest path between source and destination using Dijkstra shortest path calculation based on the street map. To forward a packet between two successive junctions greedy forwarding approach is used. Anchor based Street and Traffic Aware Routing (A-STAR) A-STAR routing uses anchor-based routing with street awareness which means spatial awareness and traffic awareness [27]. A-STAR like GSR uses the street map to compute the sequence of anchors through which a packet must pass to reach its destination. But unlike GSR, A-STAR also refers to the traffic awareness. A-STAR uses statically and dynamically rated maps to find the number of junctions. In statistically rated maps, street map used by the vehicle is assumed to be loaded with routine bus route information and anchor path is computed using Dijkstra s least-weight path algorithm. In dynamically rated maps, A- STAR dynamically monitors and assigns weight to a street based on its latest traffic condition, which helps in selection of anchor of higher quality. A-STAR uses a new recovery method. When a packet reaches the local maximum and unable to pass then that junction is marked as out of service temporarily and this information is distributed to the all the nodes in the network. Therefore, nodes do not use that junction during anchor computation until that junction becomes operational. 132

11 B. Communication Strategies Based Protocols On the basis of communication strategy used for delivery of information from a source node to a destination node protocols can be classified as unicast, multicast and broadcast routing protocols. 1) Unicast Protocols: The unicast routing protocols transmit data packets from a single source to a single destination using either multi-hop forwarding technique in which intermediate nodes are used to deliver data from source to destination or store and forward technique. There are many unicast routing protocols proposed for VANETs; most of the topology based and position based routing protocols are unicast such as VADD, AODV, DSR, CAR, DIR, GPSR, DSDV and many other, which are presented in the previous section. 2) Multicast Protocols: Multicast routing protocols transmit data packets from a single source to all other vehicles located in the specific geographical area. Mobicast and ROVER multicast routing protocols are explained below: Mobicast Mobicast is a multicast routing protocol which supports spatiotemporal coordination [28]. It ensures the delivery of information to all nodes that happen to be in a prescribed region of space at a particular point in time i.e. to deliver Mobicast packet to Vehicles inside a zone of Relevance (ZOR) at time t (ZORt). If any vehicle of ZOR accelerates or decelerates unexpectedly then it has different connectivity. So, some vehicles in ZOR may not receive the mobicast messages due to loss of connectivity. This condition is known as temporal network fragmentation problem. To overcome this problem Mobicast dynamically estimate the accurate Zone of forwarding (ZOF) using Zone of approaching (ZOA) to successfully disseminate Mobicast packets to all vehicles in ZOR. Robust Vehicular Routing (ROVER) ROVER is a multicast routing protocol which uses geographical addressing to form ondemand multicast tree which is used to forward multiple data packets within a zone of relevance [29]. ROVER like AODV protocol floods only control packets in the network and unicasts the data packets. It assumes that each vehicle have unique vehicle identification number, GPS and digital map. The source node starts route discovery by flooding ZOF by zone route request packet, this packet contains source ID, its location, its current ZOR, and a sequence number of the route. When a vehicle receives the zone route request packet, it accepts the packet if it is located inside the ZOF and close to the source. If the vehicle was 133

12 outside the ZOR, it doesn't send a reply. After a vehicle accepts the zone route request packet, it sends a zone route reply packet contains its ID to one-hop neighbor that generated the zone route request packet and also stores information in its routing table. After that it rebroadcasts the route request packet. ROVER differs from AODV as it sends reply back not to the source but to the node transmitting the route request packet. So, all nodes store the local information needed to build a multicast tree rooted at the source node. After the tree is formed, data is broadcasted in the tree. Therefore, ROVER can be used by a reliable transport protocol to ensure end-to-end Quality of Service. 3) Broadcast Protocols: Broadcast routing protocols enables transmission of data packets to all the available nodes inside the broadcast domain of the network by flooding. These routing protocols provide reliable packet transmission with higher network overhead. DV-CAST routing protocol is discussed below: Distributed Vehicular Broadcasting Protocol (DV-CAST) DV-CAST is a multi-hop broadcast routing protocol for vehicular ad hoc networks [30]. It uses only local connectivity information to make a routing decision i.e.1-hop neighbor topology based routing. While designing DV-CAST protocol, it is assumed that infrastructure is not available in the network; each vehicle has a Global Positioning System (GPS) and a wireless communication device to periodically send out beacon messages to its neighbors to collect local connectivity information and not every vehicle is member of VANET. DV- CAST takes action according to the state that the vehicle is operating in i.e. light traffic, moderate traffic and traffic jam. When vehicles are in traffic jam then are in a well-connected neighborhood so every vehicle uses the broadcast suppression mechanism. While vehicles in light traffic are either sparsely-connected or totally disconnected neighborhoods so they use store-carry-forward mechanism. However, vehicles in moderate traffic may be in any of these three neighborhoods, so each vehicle takes action accordingly to handle the broadcast packet. 6. Conclusion In this paper, an overview on Vehicular ad hoc networks (VANETs) is presented including types of communication possible in VANETs, its applications and characteristics. Classification of VANETs routing protocols has been done on the basis of information used for the purpose of routing i.e. either topology of the network or location of nodes in the network and communication strategy used to for communication between source and destination. A summarized overview of routing protocols belonging to each type of 134

13 classification has also been presented hoping that it will be useful and helpful to students and researchers in the field. From this, we concluded that VANET routing protocols are designed based on the application area and environment. So, it is not possible to design a single protocol, which is suitable for all VANETs. REFERENCES 1. B. Paul, A. N. Bikas, and others, VANET Routing Protocols: Pros and Cons, International Journal of Computer Applications, vol. 20, no. 3, pp , B. T. Sharef, R. A. Alsaqour, and M. Ismail, Vehicular communication ad hoc routing protocols: A survey, Journal of network and computer applications, vol. 40, pp , B.-C. Seet, G. Liu, B.-S. Lee, C.-H. Foh, K.-J. Wong, and K.-K. Lee, A-STAR: A mobile ad hoc routing strategy for metropolis vehicular communications, in Networking 2004, 2004, pp C. E. Perkins and P. Bhagwat, Highly dynamic destination-sequenced distance-vector routing (DSDV) for mobile computers, in ACM SIGCOMM Computer Communication Review, 1994, vol. 24, pp C. Lochert, H. Hartenstein, J. Tian, H. Fussler, D. Hermann, and M. Mauve, A routing strategy for vehicular ad hoc networks in city environments, in Intelligent Vehicles Symposium, Proceedings. IEEE, 2003, pp C. Lochert, M. Mauve, H. Fü\s sler, and H. Hartenstein, Geographic routing in city scenarios, ACM SIGMOBILE mobile computing and communications review, vol. 9, no. 1, pp , C. Perkins, E. Belding-Royer, and S. Das, Ad hoc on-demand distance vector (AODV) routing, D. Johnson, Y. Hu, and D. Maltz, The dynamic source routing protocol (DSR) for mobile ad hoc networks for IPv4, E. Schoch, F. Kargl, M. Weber, and T. Leinmuller, Communication patterns in VANETs, Communications Magazine, IEEE, vol. 46, no. 11, pp , G. Karagiannis, O. Altintas, E. Ekici, G. Heijenk, B. Jarupan, K. Lin, and T. Weil, Vehicular networking: A survey and tutorial on requirements, architectures, challenges, standards and solutions, Communications Surveys & Tutorials, IEEE, vol. 13, no. 4, pp , J. Jakubiak and Y. Koucheryavy, State of the art and research challenges for VANETs, in Consumer Communications and Networking Conference, CCNC th IEEE, 2008, pp J. LeBrun, C.-N. Chuah, D. Ghosal, and M. Zhang, Knowledge-based opportunistic forwarding in vehicular wireless ad hoc networks, in Vehicular technology conference, VTC 2005-Spring IEEE 61st, 2005, vol. 4, pp J. Zhao and G. Cao, VADD: Vehicle-assisted data delivery in vehicular ad hoc networks, Vehicular Technology, IEEE Transactions on, vol. 57, no. 3, pp , K. S. Jamra, R. Gupta, and M. Halder, Review of Reactive & Proactive Routing Protocols for Vehicular Adhoc Networks, International Journal, vol. 10, M. Altayeb and I. Mahgoub, A Survey of Vehicular Ad hoc Networks Routing Protocols, International Journal of Innovation and Applied Studies, vol. 3, no. 3, pp , M. Kihl, M. Sichitiu, T. Ekeroth, and M. Rozenberg, Reliable geographical multicast routing in vehicular ad-hoc networks, in Wired/wireless internet communications, Springer, 2007, pp P. Ranjan and K. K. Ahirwar, Comparative study of vanet and manet routing protocols, in Proc. of the International Conference on Advanced Computing and Communication Technologies (ACCT 2011), R. Karimi, N. Ithnin, S. A. Razak, and S. Najafzadeh, Non DTN Geographic Routing Protocols for Vehicular Ad Hoc Networks., International Journal of Computer Science Issues (IJCSI), vol. 8, no. 5, R. S. Raw, M. Kumar, and N. Singh, Security challenges, issues and their Solutions for VANET, International Journal of Network Security & Its Applications (IJNSA), vol. 5, no. 5, S. Batish and A. Dhiman, Analytical Study of Position based Routing Protocols in VANET., International Journal of Computer Applications, vol. 48, T. Clausen, P. Jacquet, C. Adjih, A. Laouiti, P. Minet, P. Muhlethaler, A. Qayyum, and L. Viennot, Optimized link state routing protocol (OLSR), V. Cabrera, F. J. Ros, and P. M. Ruiz, Simulation-based study of common issues in vanet routing protocols, in Vehicular Technology Conference, VTC Spring IEEE 69th, 2009, pp V. Naumov and T. R. Gross, Connectivity-aware routing (CAR) in vehicular ad-hoc networks, in INFOCOM th IEEE International Conference on Computer Communications. IEEE, 2007, pp. 135

14 W. Farooq, M. A. Khan, S. Rehman, and N. A. Saqib, A Survey of Multicast Routing Protocols for Vehicular Ad Hoc Networks, International Journal of Distributed Sensor Networks, vol. 2015, Y. Liu, J. Bi, and J. Yang, Research on vehicular ad hoc networks, in Control and Decision Conference, CCDC 09. Chinese, 2009, pp Y.-S. Chen, Y.-W. Lin, and C.-Y. Pan, DIR: diagonal-intersection-based routing protocol for vehicular ad hoc networks, Telecommunication systems, vol. 46, no. 4, pp , Y.-S. Chen, Y.-W. Lin, and S.-L. Lee, A mobicast routing protocol in vehicular ad-hoc networks, Mobile Networks and Applications, vol. 15, no. 1, pp , Y.-W. Lin, Y.-S. Chen, and S.-L. Lee, Routing Protocols in Vehicular Ad Hoc Networks A Survey and Future Perspectives., Journal of Information Science & Engineering, vol. 26, no. 3, Z. J. Haas, M. R. Pearlman, and P. Samar, The zone routing protocol (ZRP) for ad hoc networks, draft-ietf-manet-zone-zrp-04. txt, Z. Tonguz, N. Wisitpongphan, F. Bai, P. Mudalige, and V. Sadekar, Broadcasting in VANET, in 2007 mobile networking for vehicular environments, 2007, pp

The Study of Routing Strategies in Vehicular Ad- Hoc Network to Enhance Security

The Study of Routing Strategies in Vehicular Ad- Hoc Network to Enhance Security The Study of Routing Strategies in Vehicular Ad- Hoc Network to Enhance Security Parveen Kumar Research Scholar, CMJ University, Shillong, Meghalaya (India) Abstract In VANET, or Intelligent Vehicular

More information

Understanding Vehicular Ad-hoc Networks and Use of Greedy Routing Protocol

Understanding Vehicular Ad-hoc Networks and Use of Greedy Routing Protocol IJSRD - International Journal for Scientific Research & Development Vol. 1, Issue 7, 2013 ISSN (online): 2321-0613 Understanding Vehicular Ad-hoc Networks and Use of Greedy Routing Protocol Stavan Karia

More information

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

A Survey of Vehicular Ad hoc Networks Routing Protocols

A Survey of Vehicular Ad hoc Networks Routing Protocols International Journal of Innovation and Applied Studies ISSN 2028-9324 Vol. 3 No. 3 July 2013, pp. 829-846 2013 Innovative Space of Scientific Research Journals http://www.issr-journals.org/ijias/ A Survey

More information

COMPARATIVE STUDY OF POSITION BASED ROUTING PROTOCOLS IN VANET

COMPARATIVE STUDY OF POSITION BASED ROUTING PROTOCOLS IN VANET COMPARATIVE STUDY OF POSITION BASED ROUTING PROTOCOLS IN VANET Sanjay Batish, Manisha Chahal and Sanjeev Sofat CSE Department, PEC University of Technology, Chandigarh, India E-Mail: sbatish@pec.ac.in

More information

2013, IJARCSSE All Rights Reserved Page 85

2013, IJARCSSE All Rights Reserved Page 85 Volume 3, Issue 12, December 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Overview of

More information

A Review of Reactive, Proactive & Hybrid Routing Protocols for Mobile Ad Hoc Network

A Review of Reactive, Proactive & Hybrid Routing Protocols for Mobile Ad Hoc Network ShriRam College of Engineering & Management 1 A Review of Reactive, Proactive & Hybrid Routing Protocols for Mobile Ad Hoc Network M.Ramaiya Rohit Gupta Rachit Jain Head,Dept. Computer Science Dept. Computer

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

Comparison of Three Greedy Routing Algorithms for Efficient Packet Forwarding in VANET

Comparison of Three Greedy Routing Algorithms for Efficient Packet Forwarding in VANET Comparison of Three Greedy Routing Algorithms for Efficient Packet Forwarding in VANET R. Nirmala 1, R. Sudha 2 Assistant Professor, Department of Computer Science, K.S.R College of Arts & Science (Autonomous),

More information

A Qualitative Survey on Position Based Unicast Routing Protocols in Vehicular Ad hoc Networks (VANETs)

A Qualitative Survey on Position Based Unicast Routing Protocols in Vehicular Ad hoc Networks (VANETs) A Qualitative Survey on Position Based Unicast Routing Protocols in Vehicular Ad hoc Networks (VANETs) Sarvesh Kr. Soni 1, B.P Chaurasia 2 1 PG Scholar, Department of CSE, KNIT- Sultanpur, U.P, India 2

More information

Routing Protocols in MANET: Comparative Study

Routing Protocols in MANET: Comparative Study Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 7, July 2014, pg.119

More information

Routing Protocols in Mobile Ad-Hoc Network

Routing Protocols in Mobile Ad-Hoc Network International Journal of Computer Science & Management Studies, Vol. 12, Issue 02, April 2012 Protocols in Mobile Ad-Hoc Network Sachin Minocha M. Tech Student, Vaish College of Engineering, Rohtak, Haryana

More information

Keywords: Adhoc Network, Vehicular Adhoc Network, VANET, position-based routing protocols. I. INTRODUCTION

Keywords: Adhoc Network, Vehicular Adhoc Network, VANET, position-based routing protocols. I. INTRODUCTION ISSN: 2349-7637 (Online) (RHIMRJ) Research Paper Available online at: www.rhimrj.com A Review: Position based Routing Protocols in VANET Rathod Kirit R 1st PhD Scholar, Rai University, Ahmedabad, Gujarat

More information

Comparison of Three Greedy Routing Algorithms for Efficient Packet Forwarding in VANET

Comparison of Three Greedy Routing Algorithms for Efficient Packet Forwarding in VANET Comparison of Three Greedy Routing Algorithms for Efficient Packet Forwarding in VANET K. Lakshmi 1, K.Thilagam 2, K. Rama 3, A.Jeevarathinam 4, S.Manju Priya 5. 1,3&4 Lecturer, Dept. of Computer Applications,

More information

Vertex-Based Multihop Vehicle-to-Infrastructure Routing for Vehicular Ad Hoc Networks

Vertex-Based Multihop Vehicle-to-Infrastructure Routing for Vehicular Ad Hoc Networks Vertex-Based Multihop Vehicle-to-Infrastructure Routing for Vehicular Ad Hoc Networks Raj K. Shrestha, Sangman Moh, Ilyong Chung, and Dongmin Choi Dept. of Computer Engineering, Chosun University 375 Seoseok-dong,

More information

A COMPARISON OF REACTIVE ROUTING PROTOCOLS DSR, AODV AND TORA IN MANET

A COMPARISON OF REACTIVE ROUTING PROTOCOLS DSR, AODV AND TORA IN MANET ISSN: 2278 1323 All Rights Reserved 2016 IJARCET 296 A COMPARISON OF REACTIVE ROUTING PROTOCOLS DSR, AODV AND TORA IN MANET Dr. R. Shanmugavadivu 1, B. Chitra 2 1 Assistant Professor, Department of Computer

More information

REVIEW ON ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKS

REVIEW ON ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKS REVIEW ON ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKS G. Poornima 1, Mr. M. Rajasenathipathi 2, 1 Research Scholar, Department of Computer Science, NGM College, Pollachi 2 Assistant Professor, Department

More information

International Journal of Advance Engineering and Research Development COMPARISON OF POSITION BASED ROUTING PROTOCOLS IN VANET

International Journal of Advance Engineering and Research Development COMPARISON OF POSITION BASED ROUTING PROTOCOLS IN VANET Scientific Journal of Impact Factor(SJIF): 3.134 e-issn(o): 2348-4470 p-issn(p): 2348-6406 International Journal of Advance Engineering and Research Development Volume 2,Issue 2, February -2015 COMPARISON

More information

A Comparative Study of Routing Protocols for Mobile Ad-Hoc Networks

A Comparative Study of Routing Protocols for Mobile Ad-Hoc Networks Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 11, November 2014,

More information

A Review on Position Based Routing Protocol in Vehicular Adhoc Network

A Review on Position Based Routing Protocol in Vehicular Adhoc Network American Journal of Engineering Research (AJER) 2013 American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-02, Issue-02, pp-07-13 www.ajer.us Research Paper Open Access

More information

Research Challenges of Position Based Routing Protocol in Vehicular Ad hoc Networks

Research Challenges of Position Based Routing Protocol in Vehicular Ad hoc Networks IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 06, Issue 11 (November. 2016), V2 PP 06-14 www.iosrjen.org Research Challenges of Position Based Routing Protocol in

More information

Performance Evaluation of Various Routing Protocols in MANET

Performance Evaluation of Various Routing Protocols in MANET 208 Performance Evaluation of Various Routing Protocols in MANET Jaya Jacob 1,V.Seethalakshmi 2 1 II MECS,Sri Shakthi Institute of Science and Technology, Coimbatore, India 2 Associate Professor-ECE, Sri

More information

Figure 1: Ad-Hoc routing protocols.

Figure 1: Ad-Hoc routing protocols. Performance Analysis of Routing Protocols for Wireless Ad-Hoc Networks Sukhchandan Lally and Ljiljana Trajković Simon Fraser University Vancouver, British Columbia Canada E-mail: {lally, ljilja}@sfu.ca

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

Performance Comparison of AODV, DSR, DSDV and OLSR MANET Routing Protocols

Performance Comparison of AODV, DSR, DSDV and OLSR MANET Routing Protocols Performance Comparison of AODV, DSR, DSDV and OLSR MANET Routing Protocols Akshay Shankar, Lavanya Chelle Information Science Engineering RNS Institute of Technology Bangalore, India Abstract- A Mobile

More information

Impact of Hello Interval on Performance of AODV Protocol

Impact of Hello Interval on Performance of AODV Protocol Impact of Hello Interval on Performance of AODV Nisha Bhanushali Priyanka Thakkar Prasanna Shete ABSTRACT The multi-hop ad hoc networks are self organizing networks with dynamic topology. The reactive

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

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

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

MASTER THESIS SIMULATION-BASED PERFORMANCE COMPARISONS OF GEOCAST ROUTING PROTOCOLS. Hequn Zhang, Rui Wang

MASTER THESIS SIMULATION-BASED PERFORMANCE COMPARISONS OF GEOCAST ROUTING PROTOCOLS. Hequn Zhang, Rui Wang Master's Programme in Embedded and Intelligent Systems, 120 credits MASTER THESIS SIMULATION-BASED PERFORMANCE COMPARISONS OF GEOCAST ROUTING PROTOCOLS Hequn Zhang, Rui Wang Embedded and Intelligent Systems,

More information

Throughput Analysis of Many to One Multihop Wireless Mesh Ad hoc Network

Throughput Analysis of Many to One Multihop Wireless Mesh Ad hoc Network Throughput Analysis of Many to One Multihop Wireless Mesh Ad hoc Network Dr.S.Senthil Kumar,Assistant Professor, Dept of Electrical and Electronics Engineering, Government College of Engineering, Salem,India

More information

DYNAMIC SEARCH TECHNIQUE USED FOR IMPROVING PASSIVE SOURCE ROUTING PROTOCOL IN MANET

DYNAMIC SEARCH TECHNIQUE USED FOR IMPROVING PASSIVE SOURCE ROUTING PROTOCOL IN MANET DYNAMIC SEARCH TECHNIQUE USED FOR IMPROVING PASSIVE SOURCE ROUTING PROTOCOL IN MANET S. J. Sultanuddin 1 and Mohammed Ali Hussain 2 1 Department of Computer Science Engineering, Sathyabama University,

More information

Performance Analysis of Broadcast Based Mobile Adhoc Routing Protocols AODV and DSDV

Performance Analysis of Broadcast Based Mobile Adhoc Routing Protocols AODV and DSDV INTERNATIONAL JOURNAL OF COMPUTER SCIENCE AND MOBILE APPLICATIONS IJCSMA Performance Analysis of Broadcast Based Mobile Adhoc Routing Protocols AODV and DSDV Er. Sandeep Singh Khehra 1, Er. Abhinash Singla

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 Of OLSR Routing Protocol Under Different Route Refresh Intervals In Ad Hoc Networks

Performance Of OLSR Routing Protocol Under Different Route Refresh Intervals In Ad Hoc Networks Performance Of OLSR Routing Protocol Under Different Route Refresh Intervals In Ad Hoc Networks P.Suganthi Research Scholar Mother Teresa Women s University Kodaikanal, TamilNadu, India Dr.A.Tamilarasi

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

Performance Comparision of AODV, AOMDV, OLSR, DSR and GSR Routing Protocols in VANET

Performance Comparision of AODV, AOMDV, OLSR, DSR and GSR Routing Protocols in VANET Performance Comparision of AODV, AOMDV, OLSR, DSR and GSR Routing Protocols in VANET Mrs. Uma Nagaraj Department of Computer Engg. MAE, Alandi Pune, India Ms. Poonam P. Dhamal Department of Computer Engg.

More information

Estimate the Routing Protocols for Internet of Things

Estimate the Routing Protocols for Internet of Things Estimate the Routing Protocols for Internet of Things 1 Manjushree G, 2 Jayanthi M.G 1,2 Dept. of Computer Network and Engineering Cambridge Institute of Technology Bangalore, India Abstract Internet of

More information

Routing in Ad Hoc Wireless Networks PROF. MICHAEL TSAI / DR. KATE LIN 2014/05/14

Routing in Ad Hoc Wireless Networks PROF. MICHAEL TSAI / DR. KATE LIN 2014/05/14 Routing in Ad Hoc Wireless Networks PROF. MICHAEL TSAI / DR. KATE LIN 2014/05/14 Routing Algorithms Link- State algorithm Each node maintains a view of the whole network topology Find the shortest path

More information

Simulation of Routing Protocols for Emergency Vehicle Warning Application in VANETs

Simulation of Routing Protocols for Emergency Vehicle Warning Application in VANETs POSTER 2018, PRAGUE MAY 10 1 Simulation of Routing Protocols for Emergency Vehicle Warning Application in VANETs Tibor PETROV Dept. of Multimedia and Information-Communication Technologies, University

More information

[Kamboj* et al., 5(9): September, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116

[Kamboj* et al., 5(9): September, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY NOVEL REVIEW OF MANET ROUTING PROTOCOLS Nippun Kamboj*, Dr. Munishwar Rai Department of Computer Applications Maharishi Markandeshwar

More information

Keywords VANET, Routing protocols, AODV, DSR, DSDV.

Keywords VANET, Routing protocols, AODV, DSR, DSDV. Volume 5, Issue 5, May 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Comparative Study

More information

Backward Aodv: An Answer To Connection Loss In Mobile Adhoc Network (Manet)

Backward Aodv: An Answer To Connection Loss In Mobile Adhoc Network (Manet) Backward Aodv: An Answer To Connection Loss In Mobile Adhoc Network (Manet) Dr. Naveen Kr. Singh Ms. Neetu Sharma Ms. Shweta Agarwal Asso. Prof. Asstt. Prof. Asstt. Prof. ABES Engineering College ABES

More information

A Comparative study of On-Demand Data Delivery with Tables Driven and On-Demand Protocols for Mobile Ad-Hoc Network

A Comparative study of On-Demand Data Delivery with Tables Driven and On-Demand Protocols for Mobile Ad-Hoc Network A Comparative study of On-Demand Data Delivery with Tables Driven and On-Demand Protocols for Mobile Ad-Hoc Network Humayun Bakht Research Fellow, London School of Commerce, United Kingdom humayunbakht@yahoo.co.uk

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

Shortcut Tree Routing using Neighbor Table in ZigBee Wireless Networks

Shortcut Tree Routing using Neighbor Table in ZigBee Wireless Networks Shortcut Tree Routing using Neighbor Table in ZigBee Wireless Networks Salmu K.P 1, Chinchu James 2 1,2 Department of Computer Science, IIET, Nellikuzhi Abstract- ZigBee is a worldwide standard for wireless

More information

Performance Evaluation Of Ad-Hoc On Demand Routing Protocol (AODV) Using NS-3 Simulator

Performance Evaluation Of Ad-Hoc On Demand Routing Protocol (AODV) Using NS-3 Simulator Performance Evaluation Of Ad-Hoc On Demand Routing Protocol (AODV) Using NS-3 Simulator Dr. S. K. Singh Professor, Department of EC, India Dr. R. Gupta Asst. Prof. Department of EC, India Abstract: The

More information

Performance Evaluation of Routing Protocols for MAC Layer Models

Performance Evaluation of Routing Protocols for MAC Layer Models IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 10, Issue 4 (Mar. - Apr. 2013), PP 71-77 Performance Evaluation of Routing Protocols for MAC Layer Models Somya

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

Content. 1. Introduction. 2. The Ad-hoc On-Demand Distance Vector Algorithm. 3. Simulation and Results. 4. Future Work. 5.

Content. 1. Introduction. 2. The Ad-hoc On-Demand Distance Vector Algorithm. 3. Simulation and Results. 4. Future Work. 5. Rahem Abri Content 1. Introduction 2. The Ad-hoc On-Demand Distance Vector Algorithm Path Discovery Reverse Path Setup Forward Path Setup Route Table Management Path Management Local Connectivity Management

More information

Performance Analysis and Enhancement of Routing Protocol in Manet

Performance Analysis and Enhancement of Routing Protocol in Manet Vol.2, Issue.2, Mar-Apr 2012 pp-323-328 ISSN: 2249-6645 Performance Analysis and Enhancement of Routing Protocol in Manet Jaya Jacob*, V.Seethalakshmi** *II MECS, Sri Shakthi Institute of Engineering and

More information

ROUTE STABILITY MODEL FOR DSR IN WIRELESS ADHOC NETWORKS

ROUTE STABILITY MODEL FOR DSR IN WIRELESS ADHOC NETWORKS ROUTE STABILITY MODEL FOR DSR IN WIRELESS ADHOC NETWORKS Ganga S 1, Binu Chandran R 2 1, 2 Mohandas College Of Engineering And Technology Abstract: Wireless Ad-Hoc Network is a collection of wireless mobile

More information

Reliable Routing Scheme for VANETs in City Environment

Reliable Routing Scheme for VANETs in City Environment Reliable Routing Scheme for VANETs in City Environment Rab Nawaz Jadoon, Mehtab Afzal, and Jawad Shafi Abstract Vehicular ad hoc networks are more helpful in providing road safety and many other commercial

More information

Simulation and Comparative Analysis of AODV, DSR, DSDV and OLSR Routing Protocol in MANET Abstract Keywords:

Simulation and Comparative Analysis of AODV, DSR, DSDV and OLSR Routing Protocol in MANET Abstract Keywords: Volume-9 Number-1 Jan -June 2017 pp. 16-21 available online at www.csjournalss.com Simulation and Comparative Analysis of AODV, DSR, DSDV and OLSR Routing Protocol in MANET Sachin Lalar, Arun Kumar Yadav

More information

Analysis QoS Parameters for Mobile Ad-Hoc Network Routing Protocols: Under Group Mobility Model

Analysis QoS Parameters for Mobile Ad-Hoc Network Routing Protocols: Under Group Mobility Model 2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore Analysis QoS Parameters for Mobile Ad-Hoc Network Routing Protocols: Under Group

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

Back-Bone Assisted Hop Greedy Routing in Vanets

Back-Bone Assisted Hop Greedy Routing in Vanets Back-Bone Assisted Hop Greedy Routing in Vanets Ms.Priyanka.G 1, Mr.Sundareswari.K 2 PG Scholar, Karpagam University, Coimbatore, Tamilnadu, India 1 Assistant Professor, Department of CSE, Karpagam University,

More information

Analysis of the Zone Routing Protocol

Analysis of the Zone Routing Protocol Analysis of the Zone Routing Protocol Jan Schaumann December 8, 2002 Abstract This document describes and analyzes the Zone Routing Protocol (ZRP), a hybrid mobile ad-hoc protocol which divides the network

More information

Performance Enhancement of Routing Protocols for VANET With Variable Traffic Scenario

Performance Enhancement of Routing Protocols for VANET With Variable Traffic Scenario Performance Enhancement of Routing Protocols for VANET With Variable Traffic Scenario Uttara Vyas 1, Prof. Kamlesh Chopra 2, Prof. Prashant Lakkadwala 3 1 Computer Science and Engineering,Acropolis Technical

More information

Zone-based Proactive Source Routing Protocol for Ad-hoc Networks

Zone-based Proactive Source Routing Protocol for Ad-hoc Networks 2014 IJSRSET Volume i Issue i Print ISSN : 2395-1990 Online ISSN : 2394-4099 Themed Section: Science Zone-based Proactive Source Routing Protocol for Ad-hoc Networks Dr.Sangheethaa.S 1, Dr. Arun Korath

More information

The General Analysis of Proactive Protocols DSDV, FSR and WRP

The General Analysis of Proactive Protocols DSDV, FSR and WRP Volume 116 No. 10 2017, 375-380 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu The General Analysis of Proactive Protocols DSDV, FSR and WRP 1 Dr.

More information

ComparisonamongDifferentRoutingProtocolsofVehicularAdHocNetworks

ComparisonamongDifferentRoutingProtocolsofVehicularAdHocNetworks Global Journal of Computer Science and Technology Network, Web & Security Volume 13 Issue 17 Version 1.0 Year 2013 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

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

Current Project Work on Routing Protocols for MANET: A Literature Survey Mr. Chethan Chandra S Basavaraddi, Smt. Geetha N.B. M.Tech.

Current Project Work on Routing Protocols for MANET: A Literature Survey Mr. Chethan Chandra S Basavaraddi, Smt. Geetha N.B. M.Tech. International Journal of Scientific & Engineering Research Volume 3, Issue 5, May-2012 1 Current Project Work on Routing Protocols for MANET: A Literature Survey Mr. Chethan Chandra S Basavaraddi, Smt.

More information

A Topology Based Routing Protocols Comparative Analysis for MANETs Girish Paliwal, Swapnesh Taterh

A Topology Based Routing Protocols Comparative Analysis for MANETs Girish Paliwal, Swapnesh Taterh A Topology Based Routing Protocols Comparative Analysis for MANETs Girish Paliwal, Swapnesh Taterh Amity University Rajasthan, Jaipur, India Abstract MANET is a dynamic topology wireless network in which

More information

[Shilpa R et al., 3(6): June, 2016] ISSN Impact Factor 2.675

[Shilpa R et al., 3(6): June, 2016] ISSN Impact Factor 2.675 GLOBAL JOURNAL OF ADVANCED ENGINEERING TECHNOLOGIES AND SCIENCES A SURVEY ON ROUTING PERFORMANCE IN VANET Shilpa R*, Dr. B R Prasad Babu, Mr. Ravi Kumar M * M. Tech Student Dept. of CSE, R&D Centre EPCET,

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 Highly Effective and Efficient Route Discovery & Maintenance in DSR

A Highly Effective and Efficient Route Discovery & Maintenance in DSR A Highly Effective and Efficient Route Discovery & Maintenance in DSR Shiva Prakash 1, Rajeev Kumar 2, Brijesh Nayak 3, Manindar Kumar Yadav 4 Department of Computer Science and Engineering, Madan Mohan

More information

Analysis of Routing Protocols in MANETs

Analysis of Routing Protocols in MANETs Analysis of Routing Protocols in MANETs Musica Supriya, Rashmi, Nishchitha, Ashwini C Shetty, Sharath Kumar Student, Dept. of CSE, SMVITM Bantakal, Karnataka, India Student, Dept. of CSE, SMVITM Bantakal,

More information

Systematic Review on Routing Protocols for Vehicular Ad Hoc Networks: A Survey and Future Perspectives

Systematic Review on Routing Protocols for Vehicular Ad Hoc Networks: A Survey and Future Perspectives e t International Journal on Emerging Technologies (Special Issue NCETST-2017) 8(1): 678-682(2017) (Published by Research Trend, Website: www.researchtrend.net) ISSN No. (Print) : 0975-8364 ISSN No. (Online)

More information

BRAVE: Beacon-less Routing Algorithm for Vehicular Environments

BRAVE: Beacon-less Routing Algorithm for Vehicular Environments : Beacon-less Routing Algorithm for Vehicular Environments Pedro M. Ruiz, Victor Cabrera, Juan A. Martinez, Francisco J. Ros Dept. of Information and Communications Engineering University of Murcia, Spain

More information

Dynamic Search Technique Used for Improving Passive Source Routing Protocol in Manet

Dynamic Search Technique Used for Improving Passive Source Routing Protocol in Manet African Journal of Basic & Applied Sciences 9 (1): 27-32, 2017 ISSN 2079-2034 IDOSI Publications, 2017 DOI: 10.5829/idosi.ajbas.2017.27.32 Dynamic Search Technique Used for Improving Passive Source Routing

More information

Study of Route Reconstruction Mechanism in DSDV Based Routing Protocols

Study of Route Reconstruction Mechanism in DSDV Based Routing Protocols Study of Route Reconstruction Mechanism in DSDV Based Routing Protocols Sharma Shelja, Kumar Suresh and Rathy R. K. Department of CSE, FET, MRIU, Faridabad, India Email: sharma.shelja@gmail.com, enthusk@yahoo.com,

More information

Performance of Various Routing Protocols in Mobile Ad Hoc Networks-A Survey

Performance of Various Routing Protocols in Mobile Ad Hoc Networks-A Survey Research Journal of Applied Sciences, Engineering and Technology 6(22): 4181-4185, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: January 26, 2013 Accepted: March

More information

A Survey on non-dtn and DTN Geographic based Protocols for VANETS

A Survey on non-dtn and DTN Geographic based Protocols for VANETS Proceedings of the 3rd IIAE International Conference on Intelligent Systems and Image Processing 2015 A Survey on non-dtn and DTN Geographic based Protocols for VANETS Radityo Anggoro a*, Royyana Muslim

More information

A Survey On Unicast Routing Protocols For VANET T. Anil Kumar 1, Ali Tauseef Reza 2, T. Sivakumar 3

A Survey On Unicast Routing Protocols For VANET T. Anil Kumar 1, Ali Tauseef Reza 2, T. Sivakumar 3 www.ijecs.in International Journal Of Engineering And Computer Science ISSN: 2319-7242 Volume 5 Issue 5 May 2016, Page No. 16555-16565 A Survey On Unicast Routing Protocols For VANET T. Anil Kumar 1, Ali

More information

Varying Overhead Ad Hoc on Demand Vector Routing in Highly Mobile Ad Hoc Network

Varying Overhead Ad Hoc on Demand Vector Routing in Highly Mobile Ad Hoc Network Journal of Computer Science 7 (5): 678-682, 2011 ISSN 1549-3636 2011 Science Publications Varying Overhead Ad Hoc on Demand Vector Routing in Highly Mobile Ad Hoc Network 1 V. Balaji and 2 V. Duraisamy

More information

Ad Hoc Networks: Issues and Routing

Ad Hoc Networks: Issues and Routing Ad Hoc Networks: Issues and Routing Raj Jain Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu Audio/Video recordings of this lecture are available at: http://www.cse.wustl.edu/~jain/cse574-08/

More information

ASurveyonTopologybasedReactiveRoutingProtocolsinVanets

ASurveyonTopologybasedReactiveRoutingProtocolsinVanets Global Journal of Computer Science and Technology: E Network, Web & Security Volume 18 Issue 4 Version 1.0 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Online

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

An Improved Vehicular Ad Hoc Routing Protocol for City Environments

An Improved Vehicular Ad Hoc Routing Protocol for City Environments An Improved Vehicular Ad Hoc Routing Protocol for City Environments Moez Jerbi*, Sidi-Mohammed Senouci*, Rabah Meraihi* and Yacine Ghamri-Doudane** *France Telecom R&D, Core Network Laboratories, Lannion,

More information

A SURVEY OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS

A SURVEY OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS Journal homepage: www.mjret.in ISSN:2348-6953 A SURVEY OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS Ms. Amruta Kodole 1, Prof. P. M. Agarkar 2 Computer Engineering Dr. D. Y. Patil School Of Engineering

More information

Performance Evaluation of MANET through NS2 Simulation

Performance Evaluation of MANET through NS2 Simulation International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 1 (2014), pp. 25-30 International Research Publication House http://www.irphouse.com Performance Evaluation

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

Performance Analysis of MANET Routing Protocols OLSR and AODV

Performance Analysis of MANET Routing Protocols OLSR and AODV VOL. 2, NO. 3, SEPTEMBER 211 Performance Analysis of MANET Routing Protocols OLSR and AODV Jiri Hosek Faculty of Electrical Engineering and Communication, Brno University of Technology Email: hosek@feec.vutbr.cz

More information

ANALYSIS OF DIFFERENT REACTIVE, PROACTIVE & HYBRID ROUTING PROTOCOLS: A REVIEW

ANALYSIS OF DIFFERENT REACTIVE, PROACTIVE & HYBRID ROUTING PROTOCOLS: A REVIEW ANALYSIS OF DIFFERENT REACTIVE, PROACTIVE & HYBRID ROUTING PROTOCOLS: A REVIEW Kirandeep Kaur 1, Mr.Pawan Luthra 2, Er.Gagandeep 3 1 Department of Computer Science and Engineering, Shaheed Bhagat Singh

More information

Performance evaluation of reactive and proactive routing protocol in IEEE ad hoc network

Performance evaluation of reactive and proactive routing protocol in IEEE ad hoc network Author manuscript, published in "ITCom 6 - next generation and sensor networks, Boston : United States (26)" DOI :.7/2.68625 Performance evaluation of reactive and proactive routing protocol in IEEE 82.

More information

Performance Evaluation of Proactive and Reactive Protocols in VANET

Performance Evaluation of Proactive and Reactive Protocols in VANET Performance Evaluation of Proactive and Reactive Protocols in VANET Uma Nagaraj and Poonam P. Dhamal Abstract VANET (Vehicular adhoc network) research field is growing very fast. It has to serves a wide

More information

Gateway Discovery Approaches Implementation and Performance Analysis in the Integrated Mobile Ad Hoc Network (MANET)-Internet Scenario

Gateway Discovery Approaches Implementation and Performance Analysis in the Integrated Mobile Ad Hoc Network (MANET)-Internet Scenario Gateway Discovery Approaches Implementation and Performance Analysis in the Integrated Mobile Ad Hoc Network (MANET)-Internet Scenario K.Gautham 1, Nagajothi A 2 Student, Computer Science and Engineering,

More information

A Survey on Performance Evaluation of MANET Routing Protocols

A Survey on Performance Evaluation of MANET Routing Protocols ISSN 2278 0211 (Online) A Survey on Performance Evaluation of MANET Routing Protocols Aviral Kumar Nishank Tyagi Vipin Kumar Abstract: The task of finding and sustaining routes in Mobile Ad-hoc Networks

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 9, September ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 9, September ISSN International Journal of Scientific & Engineering Research, Volume 4, Issue 9, September-2013 831 Performance Analysis of Reactive and Proactive Routing Protocols for Vehicular Adhoc Network Ms. Monika

More information

COMPARITIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE ADHOC NETWORKS

COMPARITIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE ADHOC NETWORKS COMPARITIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE ADHOC NETWORKS Er. Upasana garg 1, Dr. Vikram Singh 2 1 Student, Computer Science and Application Deptt, CDLU, Sirsa, Haryana, India,upasna.garg44@gmail.com

More information

INTERNATIONAL JOURNAL FOR ADVANCE RESEARCH IN ENGINEERING AND TECHNOLOGY WINGS TO YOUR THOUGHTS..

INTERNATIONAL JOURNAL FOR ADVANCE RESEARCH IN ENGINEERING AND TECHNOLOGY WINGS TO YOUR THOUGHTS.. INTERNATIONAL JOURNAL FOR ADVANCE RESEARCH An Overview of Mobile Ad-Hoc Networks: Architecture, Routing and Challenges Avadhesh Kumar 1 Sonali Yadav 2 Kamalesh Chandra Maurya 3 1 Assistant Professor, avadhesh@iul.ac.in

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

Performance Analysis of Proactive and Reactive Routing Protocols for QOS in MANET through OLSR & AODV

Performance Analysis of Proactive and Reactive Routing Protocols for QOS in MANET through OLSR & AODV MIT International Journal of Electrical and Instrumentation Engineering, Vol. 3, No. 2, August 2013, pp. 57 61 57 Performance Analysis of Proactive and Reactive Routing Protocols for QOS in MANET through

More information

A COMPARISON OF IMPROVED AODV ROUTING PROTOCOL BASED ON IEEE AND IEEE

A COMPARISON OF IMPROVED AODV ROUTING PROTOCOL BASED ON IEEE AND IEEE Journal of Engineering Science and Technology Vol. 4, No. 2 (2009) 132-141 School of Engineering, Taylor s University College A COMPARISON OF IMPROVED AODV ROUTING PROTOCOL BASED ON IEEE 802.11 AND IEEE

More information

Unicast Routing in Mobile Ad Hoc Networks. Dr. Ashikur Rahman CSE 6811: Wireless Ad hoc Networks

Unicast Routing in Mobile Ad Hoc Networks. Dr. Ashikur Rahman CSE 6811: Wireless Ad hoc Networks Unicast Routing in Mobile Ad Hoc Networks 1 Routing problem 2 Responsibility of a routing protocol Determining an optimal way to find optimal routes Determining a feasible path to a destination based on

More information

DYNAMIC DATA ROUTING IN MANET USING POSITION BASED OPPORTUNISTIC ROUTING PROTOCOL

DYNAMIC DATA ROUTING IN MANET USING POSITION BASED OPPORTUNISTIC ROUTING PROTOCOL INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 DYNAMIC DATA ROUTING IN MANET USING POSITION BASED OPPORTUNISTIC ROUTING PROTOCOL P. Kalaivani 1, G. Sathya 2, N.

More information

A Comparative Analysis of Energy Preservation Performance Metric for ERAODV, RAODV, AODV and DSDV Routing Protocols in MANET

A Comparative Analysis of Energy Preservation Performance Metric for ERAODV, RAODV, AODV and DSDV Routing Protocols in MANET A Comparative Analysis of Energy Preservation Performance Metric for ERAODV, RAODV, AODV and DSDV Routing Protocols in MANET Bhabani Sankar Gouda Department of Computer Science & Engineering National Institute

More information

COMPARATIVE STUDY OF ROUTING PROTOCOLS FOR MANETS

COMPARATIVE STUDY OF ROUTING PROTOCOLS FOR MANETS COMPARATIVE STUDY OF ROUTING PROTOCOLS FOR MANETS M. Palaniammal Computer Science and Engineering Bharathidasan University Trichy, India. m.palanimca@gmail.com M. Lalli Computer Science and Engineering

More information