A REVIEW ON DYNAMIC ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK

Size: px
Start display at page:

Download "A REVIEW ON DYNAMIC ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK"

Transcription

1 A REVIEW ON DYNAMIC ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK Gurinder Kaur 1, Simarjeet Kaur 2 1 MTech Scholar, 2 Assistant Professor, Department of Computer Science and Engineering Sri Guru Granth Sahib World University, Fatehgarh Sahib, (India) ABSTRACT In wireless senor network numbers of nodes are present, where each node has ability to sense, compute and communicate with each other. Routing is defined as the process of finding the route for data transmission. The nodes can communicate directly with each other or with the help of an external mobile sink. Mobile sink concept was introduced to overcome the drawback of the static sink, with the help of the mobile sink the energy consumption of the network is reduced and the life time is also increased. This paper presents the study of various routing algorithm. The virtual Grid-based dynamic routing is the scheme that is used for the mobile sink based wireless sensor network. This method also decreases the route constructing cost of the sensor node. Along with this the comparison between the static routing and dynamic routing is performed. Keywords: Wireless Sensor Network, Routing, VGDRA, Mobile Sink I INTRODUCTION The Wireless sensor network is the network in which the communication is done with the help of small device termed as nodes without any physical link between them. In wireless sensor network large numbers of nodes are employed. These nodes are capable of sensing the data, communication etc.[26] The communication is done between the either directly or with the help of mobile sink. Due to presence of large numbers of nodes in the network a route is set for sending the data from the source to the destination node. This process of data transmission between the nodes is termed as the routing. The efficiency of the network also depends on the selection of the path the as it effects network life time, energy consumption etc. Various routing algorithms have been designed for the efficient routing process. [18] Earlier the static approach of the routing was replaced by the mobile sink approach in which the sink is kept mobile. In case of static sink the nodes that were near to sink received more energy than the nodes that are far way, this leads to the decrease in the life time of the network.with the help of the mobile sink the balanced amount of energy is transferred among the nodes. While the routing is performed every time a new route is constructed in order to get the best route.[6] This will leads to increase in the route construction cost and also the energy consumption is more. The energy of the network is to 336 P a g e

2 be conserved so a virtual grid based dynamic routing protocol is proposed that will minimize the route reconstruction cost of the sensor node. With the help of the VGDRA only the few nodes will readjust there route in accordance with the sink. This will decrease the route reconstruction cost and also the energy consumption is reduced. Fig1. Routing in the network II ROUTING CHALLENGES AND DESIGN ISSUES Depending on the application, different architectures and design goals/constraints have been considered for sensor networks. 1) Node deployment: It is application dependent and affects the performance of the routing protocol. The deployment is either deterministic or self-organizing. In deterministic situations, the sensors are manually placed and data is routed through pre-determined paths. Where as in self-organizing systems, the sensor nodes are scattered randomly creating an infrastructure in an ad hoc manner. In later the position of the sink or the cluster-head is also crucial in terms of energy efficiency and performance. When the distribution of nodes is not uniform, optimal clustering becomes a pressing issue to enable energy efficient network operation. 2) Power Consumption: Since the transmission power of a wireless radio is proportional to distance squared or even higher order in the presence of obstacles, multi-hop routing will consume less energy than direct communication. However, multi-hop routing introduces significant overhead for topology management and medium access control. Direct routing would perform well enough if all the nodes were very close to the sink. 3) Data Aggregation/Fusion: Since sensor nodes might generate significant redundant data, similar packets from multiple nodes can be aggregated so that the number of transmissions would be reduced. Data aggregation is the combination of data from different sources by using functions such as suppression (eliminating duplicates), min, max and average. As computation would be less energy consuming than communication, substantial energy savings can be obtained through data aggregation. 337 P a g e

3 4) Node capabilities: Depending on the application a node can be dedicated to a particular special function such as relaying, sensing and aggregation since engaging the three functionalities at the same time on a node might quickly drain the energy of that node. 5) Scalability: Routing protocols should be able to scale with the network size. Also, sensors may not necessarily have the same capabilities in terms of energy, processing, sensing, and particularly communication. Hence, communication links between sensors may not be symmetric, that is, a pair of sensors may not be able to have communication in both directions. This should be taken care of in the routing protocols. III ROUTING Routing process is the process of finding the distance between the source and the destination. Various protocols are designed for the process of routing. The routing is classified into two types: 1) Static Routing 2) Dynamic Routing Routing Static Routing Dynamic Routing Fig2. Classification of Routing 3.1 Static Routing In this type of routing the routes are manually decided. The tables are created in which the routing information is saved route that is selected for the routing or network administator that configure the network routes manually. It is considered as the simplest form of routing as the routes selected once do not change. In Static routing the routes are manually configured, updated and repair so the external network failures do not effects routing. Various static routing based algorithm have been designed for the routing process. Fig3. Static Routing 338 P a g e

4 3.2 Dynamic Routing In this type of routing the routers themselves learn the routes to the destination in the network. It is also known as the adaptive routing. The best route that is selected by the router will be shared with other router that is present in same routing protocol. For dynamic routing no network administrator is needed. These protocols are capable of responding any change that occurs in the external network. Various dynamic routing protocols are used to update the routing table and to find the path between the source and the destination. The dynamic routing protocols are divided into further two types: A) Distance-Vector Protocols B) Link-State Protocols Fig4. Dynamic Routing The table given below presents the comparison between the Static Routing and Dynamic Routing: S. No Static Routing Dynamic Routing 1 The path between the source and the destination is set manually. The path between the source and destination is the protocols are used to update tables and to select the path. 2 3 The fault in the router cannot be detected that means it does not have controlling mechanism. The static routing is used simple process of sending data from source to the destination. The faults in the router present in the network are detected. The dynamic routing uses complex algorithm for sending data packets from source to destination. 4 In case of static routing minimal memory is required. The router present in dynamic routing used few memory, depending on.the algorithms used. 339 P a g e

5 5 The network administrator find out the optimal path and make changes in the routing table. In case of dynamic routing the protocol is responsible for routing the packets and making changes in the routing table. IV DYNAMIC ROUTING PROTOCOLS This section presents the various routing algorithms that are used for the routing process. Along with this the comparison between the various static and dynamic algorithm is made for choosing the best routing protocol. The distance between the source and destination should be reliable, short and should increase the efficiency of the system. So in this the various existing algorithms have been discussed in order to make comparison. Dynamic Routing: In this type of routing various protocols are defined that are used for the finding the route between the source and the destination. Various dynamic algorithms have been proposed earlier for the efficient routing purpose.some of the dynamic algorithms is defined below: - Dynamic is further divided into two types A) Distance-Vector Protocols B) Link-State Protocols Dynamic Routing Distance-Vector Protocols Link-State Protocols RIP EIGRP OSPF A) Distance Vector Protocols: In these protocols the routing table is updated and is send to the neighbors. These protocols are based on the distance. The main type of distance a vector protocols are Routing information protocol (RIP), Interior gateway routing protocol (IGRP) etc. Routing Information Protocol This is the distance vector protocol that is widely used. In this the route of the routing is updated after every 30 second. It metric is the number of jumps. A jump is introduced whenever the data cross the routers. Jumps can be maximum up to 15. The main limitation of this protocol is that the routers that are used are constant. The route having minimum number of jumps is considered as the best route. Also it does not always select the fastest route of the delivering data packets. It generates large amount of the traffic in the network with the updates. 340 P a g e

6 Fig5. Design of Routing Information Protocol EIGRP Routing Protocol: It uses concept of both distance vector protocols and link state protocol. It will group the routers that perform same task. The routes are formed according to the information obtained from the other routes. It makes three tables to take the routing decision. The tables that are made are the routing table, the table consisting information about the neighbor and the topology table. The limitation of the protocol is that the routing tables are updated they will receive the information from the every route even that are not required. Fig6. EIGRP Network Model [14] 341 P a g e

7 B) Link State Protocols: In the link state protocol routers work independently to calculate the shortest distance for transferring data from the source to the destination. The updates of the routing protocol are generally done in the topology. These protocols give results like faster time convergence with respect to any change in the topology. The one of the common used link state protocol is the OSPF. OSPF This stands for Open Shortest Path First. It is basically an link state routing protocol. It is used to construct the shortest route in the routing process. The router present in the routing protocol will give information about its closest neighbor to the all other router in the network. The routing table will consist of the information about the paths that are followed by from moving from source to the destination. A tree structure is made that is used to keep the information about the routes. Among all the routes obtained it will find the route that covers the shortest distance from the source to the destination. Thus this routing protocol is considered to be more efficient and effective in finding the path between the source and the destination. Fig7. Design Area of OSPF Routing Protocol [18] Dynamic Source Routing (DSR): It is the on demand protocol in which is basically designed to control the bandwidth of the data packets that are transmitted. When the data is send to the receiver will inturn send the acknowlege packet that will give the confirmation to that the send packet is received by the receiver. These protocol are self organised that does not need any network infrastructure. It does not uses any periodic routing message. So the bandwidth often network is reduced, also the power is conserved and large routing updates are not needed. 342 P a g e

8 Fig8. Design of Dynamic Source Routing Destination Sequence Distance Vector (DSDV): It is the proactive routing protocol. It is based on the distance algorithm. In this every node will keep information about the route of with the other node. It provide the destination number to each source node and thus the data us transmitted. This is one of the reliable method of the routing as the updates of every nodes and its route is kept. If the destination node receive information less than the sequence number then that node is discarded. If the sequence number is same than the information is kept and its shortest route is saved. Thus this protocol works by sending the sequence number. Fig9. Design of Destination Sequence Distance Vector Protocol V LITERATURE SURVEY The process of finding the best route for the data transmission is termed as the routing. In wireless sensor network various routing protocols are designed to find the best route in which the energy consumption of the nodes is less, the life time of the network is increased or some other parameters that make network efficient are taken into the consideration. Most of the protocols were based on the static sink approach, which was later on replaced with the mobile sink approach, further the Virtual Grid-based Dynamic Routing was introduced that is considered to be better than the traditional techniques. This study was carried by studying various papers some of which are described below: 343 P a g e

9 Vic Grout et al discussed that OSPF algorithm for Dynamic Routing. This is basically a link state protocol whose advantage and disadvantages have been discussed. The protocol is used in two ways firstly for partitioning of the network and secondly for traffic balanced path calculation. From the experiment perform it is concluded that the this an efficient algorithm and can be used for the large domain and will increase the efficiency of the routing.[26] Bob Albrightson et al studied that a new approach that will reduce the problem of the traditional techniques. Previously the distance based protocol was used that were easy to implement but had some limitation. Various other techniques were used but the results were not that much efficient later on the new routing protocol that were based on the link states have been used that will resolve the problem of the distance based routing but the configuration and troubles shooting complexity were there so in this paper the new distance based protocol is proposed that converges as quickly as current link-state protocols, while maintaining loop freedom at every instant. The EIGRP protocol is introduced. This protocol is divided into the three main elements first is the transport algorithm for reliable exchange of data, secondly diffusing algorithm for finding short path and lastly the algorithm can be used in the multiprotocol environment. This algorithm is considered to be efficient algorithm for the routing.[6] Neha Grang et al, studied that OSFP protocol that is compared with the various interior gateway routing protocols. As the routing is the exchange of information between the user and the destination for this various dynamic routing protocol are used. OSPF is the route distribution protocol that is considered to be efficient than the traditional protocols for routing.[18] Md Samil Farouqui et al, discussed on advancement in various routing protocol and will show the comparison between the RIP and OSPF routing algorithm. The dynamic routing is divided into the two types that is Distance Vector Based Routing Protocol and Link State Protocol.[15] Rajendra V. Boppana et al, discussed that an algorithm that is simple and is designed for the multi-hop wireless ad-hoc network of the mobile node. The performance of the dynamic routing algorithm is better than previously used algorithm. Some of the limitation of the protocol has been discussed and various modifications have been done to improve this algorithm. From the results obtained it is concluded that the proposed algorithm is better as the traffic load is reduced and overall performance of the network is increased.[20] Haresh N. Patel et al, discussed on various route redistribution by using the EIGRP and OSPF routing protocol. The main purpose of routing is to choose path between the source and destination. In case of multiple routing the route redistribution plays an important role. Without route redistribution one cannot advertise route from source to destination. So for multiple networks the size of routing table of router also increases for this route summarization is an important to reduce the complexity of the network. The routing algorithm should be efficient enough to make increase the system efficiency. So in this intra domain protocols have been used.[11] 344 P a g e

10 Lateef Ahmad Bhat et al, discussed that an Interior Gateway Protocol (IGP) for the process of routing. The classification of various Interior gateway routing protocols have been proposed in this paper. The different protocol like IGRP, EIGRP, and OSPF are compared. An IGP is used to route within the autonomous system, and also used to route within the individual networks themselves.[13] Abdul Waheed Khan et al, studied that VGDRA method to reconstruct the route of the nodes by decreasing its route construction cost as few nodes are readjusted in accordance with the sink. The set of rules are defined for the communication from the results it was cleared that this algorithm is better as the network life time is increased.[1] Aysegul Tuysuz Erman et al, discussed that comparison and evaluation of the various data dissemination protocol on the basis of the latency and the data delivery ratio. From the results obtained it is concluded that the overall energy consumption of the network is reduced and the packet delivery ratio is increased.[5] Adnan Fida et al, studied that approach in which the problem of the route selection is considered for the transfer of the information. Communication and position-aware reconfigurable protocol is used for the transfer of the information from the source to destination. This is better route selection method than the traditional methods.[2] VI VIRTURAL INFRASTUCTURE BASED PROTOCOL Data dissemination is the premeditated method of data distribution among the nodes of the network. Various virtural infrastructure based data dissemination protocols have been designed so far mobile sink based wireless network. Some of the protocols have been discussed below:- 1) Virtual Circle Combined Straight Routing : In this a virtual structure is designed having virtural circles and the straight lines. The sink will circulate in the sensor field and will collect the information. In this, the set of rules are defined for minimizing the readjustment cost of the route that is based on the current loation of the sink. Though this protocol is effcient as the route reconstruction cost is minimize but due to the presence of the cluster head at the center of the sensor field can cause descrease in its energy. 2) Hexagonal cell-based Data Dissemination: In this algorithm a hexagonal grid structure is formed for the data transmission considering multiple numbers of mobile sinks. For avoiding the sink data quires the data is evenly distributed into the six different directions of the hexagon formed.the node firstly distributed data to the center line. The nodes that are at the end will store and replicate the data. Due to the presence of the mobile sink after the sink change its position from one cell to another it informs both center node and the nodes present along the border. In this way the more energy is consumed if the speed of the mobile sink is more. 3) Backbone-based Virtual Infrastructure: This is the data dissemination in which the single level multi-hop clustering is used. The main of this objective is to decrease the number of clusters. So that every cluster heads should know about the location of sink according to which it will set its route. As this method is consider to be one of the best methods but the life time of network decreases. 345 P a g e

11 VII VIRTURAL GRID BASED DYNAMIC ROUTING As we know that for formation of network. we need to find the route between all the nodes coming in the network, for this purpose routing is done. Routing is defined as transfer of information from source to destination. Along the way, at least one intermediate node is encountered. It can be referred as medium for sending packets from source and destination. Previously the routing was done on the basis of the minimum distance from the sink. Dynamic routing is defined as the routing in which the route is selected on the present state of information of the network. This change in the route will depend on the information of the state. In this paper the Virtual Grid-Based Routing Protocol is studied. The VGDRA will basically reduce the route reconstruction cost. The VGDRA is the protocol designed for the mobile sink wireless sensor network. In this virtual structure the nodes are deployed in the sensor field and every node will tack the location of mobile sink. In this sensor field is divided into equal number of cells. Thus a grid structure is formed. The virtual structure will reduce the energy consumption as the routes are readjustment is done. The nodes will adjust according to the position of the mobile sink. Thus this routing is efficient as the network life time is also increased. Fig10. Virtual Grid-Based Dynamic Routing VIII CONCLUSION AND FUTURE SCOPE Routing is defined as transfer of information from source to destination. For efficient network the routing protocol that is used should consume less energy, and less distance. Form the studied done it is concluded that the Virtual Grid-Based Routing Protocol is better and more efficient than the traditional routing protocol. As the energy consumption is decreased and also the lifetime of the network is increased. In addition to this the route reconstruction cost is also minimize. Among which VGDRA is most trending algorithm. From the result obtained it is concluded that the VGDRA is the best method of route selection. As the VGDRA is considered to be efficient than the traditional routing algorithm in future the present technique can be further enhanced. The route selection method can be enhanced. REFERENCES [1] Abdul Waheed Khan, VGDRA: A Virtual Grid-Based Dynamic Routes Adjustment Scheme for Mobile Sink-Based Wireless Sensor Networks IEEE SENSORS JOURNAL, VOL. 15, NO. 1, Pp , 2015 [2] Adnan Fida, Communication- and position-aware reconfigurable route optimization in large-scale mobile sensor networks EURASIP Journal on Wireless Communications and Networking, P a g e

12 [3] Akash Raghuvanshi, Analysis of Routing Protocols for Mobile Sink in Wireless Sensor Networks: A Survey IJCSMC, Vol. 4, Issue. 5, Pp , 2015 [4] Awadhesh kumar, A Novel Energy Aware Data Dissemination Routing Protocol for WSN IJAIEM, Volume 2, Issue 4, Pp , 2013 [5] Ays eg ul T uys uz Erman, A Fault-Tolerant Data Dissemination based on Honeycomb Architecture for Mobile Multi-Sink Wireless Sensor Networks IEEE, Pp , 2010 [6] Bob Albrightson, EIGRP a fast routing protocol based on distance vectors Pp 1-13 [7] Cheng-Fu Chou, Straight Line Routing for Wireless Sensor Networks ISCC '05 Proceedings of the 10th IEEE Symposium on Computers and Communications, Pp , 2005 [8] Chinnabbaiah R, Intrusion Detection in Heterogeneous Wireless Sensor Networks with Liveliness Proficient Node Localization Algorithm, International Journal of Advanced Research in Computer and Communication Engineering Vol. 3, Issue 6, Pp , 2014 [9] Dinu Gopal, A Survey on Performance Comparison of Virtual Structure based Data Dissemination Schemes in WSN.JNCET, Volume 3, Issue 1, 2015 [10] Ehsan Ahvar, An Energy-Aware Routing Protocol for Query-Based Applications in Wireless Sensor Networks he Scientific World Journal, Article ID , Pp. 9, 2014 [11] Haresh N. Patel, Extensive Reviews of OSPF and EIGRP Routing Protocols based on Route Summarization and Route Redistribution Int. Journal of Engineering Research and Applications, Vol. 4, Issue 9( Version 4), Pp , 2014 [12] Jin Wang, A Survey about Routing Protocols with Mobile Sink for Wireless Sensor Network International Journal of Future Generation Communication and Networking Vol. 7, No. 5, Pp , 2014 [13] Lateef Ahmad Bhat, Interior Gateway Protocols International Journal of Electronics & Communication Technology, IJECT Vol. 4, Issue 3, Pp , 2013 [14] Manoj Barnela, Performance Analysis of OSPF, RIP, IGRP and EIGRP Routing Protocols using OPNET 14.5 Simulator International Journal of Advanced Research in Computer Science and Software Engineering, Volume 5, Issue 5, Pp , 2015 [15] Md Samil Farouqui, Evolution of the Routing Protocols from RIP to OSPF, International Journal of Advanced Research in Computer Science and Software Engineering, Volume 4, Issue 2, Pp , , 2014 [16] Mingming Wu, The Research of Multi-hop Routing Algorithm in the Field of Distributed Wireless Sensor Network IEEE, Pp , 2011 [17] Mohamed Guerroumi, Strengths and Weaknesses of Prominent Data Dissemination Techniques in Wireless Sensor Networks International Journal of Communication Networks and Information Security (IJCNIS) Vol. 5, No. 3, Pp , 2013 [18] Neha Grang, Compare OSPF Routing Protocol with other Interior Gateway Routing Protocols International Journal of Engineering, Business and Enterprise Applications (IJEBEA), Pp , P a g e

13 [19] PROSENJIT BOSE, Routing with Guaranteed Delivery in Ad Hoc Wireless Networks wireless communication, Pp. 1-9, 2001 [20] Rajendra V. Boppana, Analysis of the Dynamic Source Routing Protocol for Ad Hoc Networks Workshop on Next Generation Wireless Networks, December, Pp. 1-8, 2005 [21] Ravi Kant Sahu, Energy-Efficient Grid-Based Data Dissemination in Wireless Sensor Networks, Proceedings published in International Journal of Computer Applications, Pp , 2012 [22] Sandeep Kumar Yadav, A Novel Survey on Various Grid Based Data Dissemination International Journal of Advanced Research in Computer Science and Software Engineering, Volume 2, Issue 7,,Pp , 2012 [23] Singh, P, An energy efficient grid based Data Dissemination routing mechanism to mobile sinks in Wireless Sensor Network Issues and Challenges in Intelligent Computing Techniques (ICICT), 2014 International Conference on, Pp , 2014 [24] Sonal Verma, Survey on Grid Based Energy Efficient Routing Protocols in Wireless Sensor Networks national Journal of Computer Applications, Volume101 No.10, Pp. 1-6, 2014 [25] SoonRye Park, Energy-Efficient Multi-hop Scheme Based on Routing Algorithm in Wireless Sensor Networks Vol 1, Pp , 2008 [26] Vic Grout, A New Distributed Link-State Routing Protocol with Enhanced Traffic Load Balancing [27] Xiang Gao, A Multi-Hop Energy Efficient Clustering Algorithm in Routing Protocol for Wireless Sensor Networks IEEE, Pp. 1-5, 2009 [28] Xiaocong Jin, TIGHT: A Geographic Routing Protocol for Cognitive Radio Mobile Ad Hoc Networks Wireless Communications, IEEE Transactions,Volume 13, Issue 8, Pp , 2014 Zujue Chen, Multi-tier Grid Routing to Mobile Sink in Large-scale Wireless Sensor Networks,Journal of Networks, Vol. 6, No. 5, Pp , P a g e

Optimizing Wireless Network Using Combination of Auto Summarization and EIGRP Protocol

Optimizing Wireless Network Using Combination of Auto Summarization and EIGRP Protocol Optimizing Wireless Network Using Combination of Auto Summarization and EIGRP Protocol Ravjot Singh Syal, Kamaljit Kaur M.Tech Student, Dept. of CSE, Sri Guru Granth Sahib World University, Punjab, India

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

Prof. N. B. Pokale 2 Computer Engineering Department BSCOER Pune, India

Prof. N. B. Pokale 2 Computer Engineering Department BSCOER Pune, India ISSN: 2321-7782 (Online) Impact Factor: 6.047 Volume 4, Issue 7, July 2016 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study

More information

A Review Paper on Routing Protocols in Wireless Sensor Networks

A Review Paper on Routing Protocols in Wireless Sensor Networks A Review Paper on Routing Protocols in Wireless Sensor Networks Seema Pahal 1, Kusum Dalal 2 1,2 ECE Department, DCRUST MURTHAL, Haryana Abstract- This paper presents a literature review on WSN networks,

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

GSM Based Comparative Investigation of Hybrid Routing Protocols in MANETS

GSM Based Comparative Investigation of Hybrid Routing Protocols in MANETS IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 3, Ver. II (May - Jun. 214), PP 82-86 GSM Based Comparative Investigation of Hybrid

More information

Fig. 2: Architecture of sensor node

Fig. 2: Architecture of sensor node Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com To Reduce

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

WSN Routing Protocols

WSN Routing Protocols WSN Routing Protocols 1 Routing Challenges and Design Issues in WSNs 2 Overview The design of routing protocols in WSNs is influenced by many challenging factors. These factors must be overcome before

More information

A Study on Issues Associated with Mobile Network

A Study on Issues Associated with Mobile Network 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. 9, September 2014,

More information

Introduction to Dynamic Routing Protocols

Introduction to Dynamic Routing Protocols Introduction to Dynamic Routing Protocols 1 Objectives Describe the role of dynamic routing protocols and place these protocols in the context of modern network design. Identify several ways to classify

More information

6367(Print), ISSN (Online) Volume 4, Issue 2, March April (2013), IAEME & TECHNOLOGY (IJCET)

6367(Print), ISSN (Online) Volume 4, Issue 2, March April (2013), IAEME & TECHNOLOGY (IJCET) INTERNATIONAL International Journal of Computer JOURNAL Engineering OF COMPUTER and Technology ENGINEERING (IJCET), ISSN 0976- & TECHNOLOGY (IJCET) ISSN 0976 6367(Print) ISSN 0976 6375(Online) Volume 4,

More information

PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS

PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS AMANDEEP University College of Engineering, Punjabi University Patiala, Punjab, India amandeep8848@gmail.com GURMEET KAUR University College of Engineering,

More information

Simulation and Performance Analysis of Throughput and Delay on Varying Time and Number of Nodes in MANET

Simulation and Performance Analysis of Throughput and Delay on Varying Time and Number of Nodes in MANET International Journal of Recent Research and Review, Vol. VII, Issue 2, June 2014 ISSN 2277 8322 Simulation and Performance Analysis of and on Varying and Number of Nodes in MANET Arun Jain 1, Ramesh Bharti

More information

Analysis of Cluster-Based Energy-Dynamic Routing Protocols in WSN

Analysis of Cluster-Based Energy-Dynamic Routing Protocols in WSN Analysis of Cluster-Based Energy-Dynamic Routing Protocols in WSN Mr. V. Narsing Rao 1, Dr.K.Bhargavi 2 1,2 Asst. Professor in CSE Dept., Sphoorthy Engineering College, Hyderabad Abstract- Wireless Sensor

More information

Survey on Reliability Control Using CLR Method with Tour Planning Mechanism in WSN

Survey on Reliability Control Using CLR Method with Tour Planning Mechanism in WSN 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. 4, Issue. 5, May 2015, pg.854

More information

Routing Protocols and

Routing Protocols and Introduction to Dynamic Routing Protocol Routing Protocols and Concepts Chapter 3 1 Objectives Describe the role of dynamic routing protocols and place these protocols in the context of modern network

More information

Table of Contents. Cisco Introduction to EIGRP

Table of Contents. Cisco Introduction to EIGRP Table of Contents Introduction to EIGRP...1 Introduction...1 Before You Begin...1 Conventions...1 Prerequisites...1 Components Used...1 What is IGRP?...2 What is EIGRP?...2 How Does EIGRP Work?...2 EIGRP

More information

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 2, April-May, 2013 ISSN:

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 2, April-May, 2013 ISSN: Fast Data Collection with Reduced Interference and Increased Life Time in Wireless Sensor Networks Jayachandran.J 1 and Ramalakshmi.R 2 1 M.Tech Network Engineering, Kalasalingam University, Krishnan koil.

More information

SEMESTER 2 Chapter 3 Introduction to Dynamic Routing Protocols V 4.0

SEMESTER 2 Chapter 3 Introduction to Dynamic Routing Protocols V 4.0 SEMESTER 2 Chapter 3 Introduction to Dynamic Routing Protocols V 4.0 3.1.1 What are the four routing RIP, RIPv2, EIGRP, OSPFv2 protocols that are the focus of this course? 3.1.1.2 What are routing protocols?

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

MultiHop Routing for Delay Minimization in WSN

MultiHop Routing for Delay Minimization in WSN MultiHop Routing for Delay Minimization in WSN Sandeep Chaurasia, Saima Khan, Sudesh Gupta Abstract Wireless sensor network, consists of sensor nodes in capacity of hundred or thousand, which deployed

More information

Optimal Performance Analysis Enabling OSPF and BGP in Internal and External WAN

Optimal Performance Analysis Enabling OSPF and BGP in Internal and External WAN Optimal Performance Analysis Enabling OSPF and BGP in Internal and External WAN K. RamKumar 1, S. Raj Anand 2 1,2 VelTechMultiTech Dr. Rangarajan Dr. Sakunthala Engineering College, Chennai Abstract:-

More information

BTEC Level 3 Extended Diploma

BTEC Level 3 Extended Diploma BTEC Level 3 Extended Diploma Unit 9 Computer Network Routing and Routing Protocols BTEC Level 3 Extended Diploma Introduction to Routing Routing is the process that a router uses to forward packets toward

More information

Data Gathering for Wireless Sensor Network using PEGASIS Protocol

Data Gathering for Wireless Sensor Network using PEGASIS Protocol Data Gathering for Wireless Sensor Network using PEGASIS Protocol Kumari Kalpna a, Kanu Gopal b, Navtej katoch c a Deptt. of ECE, College of Engg.& Mgmt.,Kapurthala, b Deptt. of CSE, College of Engg.&

More information

COMPARISON OF ENERGY EFFICIENT DATA TRANSMISSION APPROACHES FOR FLAT WIRELESS SENSOR NETWORKS

COMPARISON OF ENERGY EFFICIENT DATA TRANSMISSION APPROACHES FOR FLAT WIRELESS SENSOR NETWORKS COMPARISON OF ENERGY EFFICIENT DATA TRANSMISSION APPROACHES FOR FLAT WIRELESS SENSOR NETWORKS Saraswati Mishra 1 and Prabhjot Kaur 2 Department of Electrical, Electronics and Communication Engineering,

More information

Planning for Information Network

Planning for Information Network Planning for Information Network Lecture 8: Network Routing Protocols Assistant Teacher Samraa Adnan Al-Asadi 1 Routing protocol features There are many ways to characterize routing protocols, including

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 4 Issue 5, Sep - Oct 2016

International Journal of Computer Science Trends and Technology (IJCST) Volume 4 Issue 5, Sep - Oct 2016 RESEARCH ARTICLE OPEN ACCESS Investigating the Impact of Simulation Time on Convergence Activity & Duration of EIGRP, OSPF Routing Protocols under Link Failure and Link Recovery in WAN Using OPNET Modeler

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

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

Enhancement of Routing in Urban Scenario using Link State Routing Protocol and Firefly Optimization

Enhancement of Routing in Urban Scenario using Link State Routing Protocol and Firefly Optimization Enhancement of Routing in Urban Scenario using Link State Routing Protocol and Firefly Optimization Dhanveer Kaur 1, Harwant Singh Arri 2 1 M.Tech, Department of Computer Science and Engineering, Lovely

More information

A Mobile-Sink Based Distributed Energy-Efficient Clustering Algorithm for WSNs

A Mobile-Sink Based Distributed Energy-Efficient Clustering Algorithm for WSNs A Mobile-Sink Based Distributed Energy-Efficient Clustering Algorithm for WSNs Sarita Naruka 1, Dr. Amit Sharma 2 1 M.Tech. Scholar, 2 Professor, Computer Science & Engineering, Vedant College of Engineering

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

CLUSTER BASED ROUTING PROTOCOL FOR WIRELESS SENSOR NETWORKS

CLUSTER BASED ROUTING PROTOCOL FOR WIRELESS SENSOR NETWORKS CLUSTER BASED ROUTING PROTOCOL FOR WIRELESS SENSOR NETWORKS M.SASIKUMAR 1 Assistant Professor, Dept. of Applied Mathematics and Computational Sciences, PSG College of Technology, Coimbatore, Tamilnadu,

More information

Performance Evaluation Of OSPFv3 Routing Protocol On IPv6 Heterogeneous Network

Performance Evaluation Of OSPFv3 Routing Protocol On IPv6 Heterogeneous Network Jacqulin Veda Jancy.S et al. International Journal of Recent Research Aspects ISSN: 2349-7688, Vol., Issue 1, March 218, pp. 27-27 Performance Evaluation Of OSPFv3 Routing Protocol On IPv6 Heterogeneous

More information

Implementation of Quality of Services (QoS) for Based Wireless Mesh Network

Implementation of Quality of Services (QoS) for Based Wireless Mesh Network Implementation of Quality of Services (QoS) for 802.16 Based Wireless Mesh Network Er. Gurpreet Kaur Research Scholar, CSE Department Guru Nanak Dev Engineering College, Ludhiana (Punjab) Er. Jasbir Singh

More information

Why dynamic route? (1)

Why dynamic route? (1) Routing Why dynamic route? (1) Static route is ok only when Network is small There is a single connection point to other network No redundant route 2 Why dynamic route? (2) Dynamic Routing Routers update

More information

Energy Efficient EE-DSR Protocol for MANET

Energy Efficient EE-DSR Protocol for MANET Energy Efficient EE- Protocol for MANET 1 Mr. Prakash Patel, 2 Ms. Tarulata Chauhan 1 Department of Computer engineering, 1 LJ Institute of Technology, Ahmedabad, India 1 prakashpmp1990@gmail.com, 2 taruchauhan114@gmail.com

More information

DISTANCE BASED CLUSTER FORMATION FOR ENHANCING THE NETWORK LIFE TIME IN MANETS

DISTANCE BASED CLUSTER FORMATION FOR ENHANCING THE NETWORK LIFE TIME IN MANETS International Research Journal of Engineering and Technology (IRJET) e-issn: 2395-56 DISTANCE BASED CLUSTER FORMATION FOR ENHANCING THE NETWORK LIFE TIME IN MANETS Haftom Gebrehiwet Kidanu 1, Prof. Pallam

More information

Review paper on performance analysis of AODV, DSDV, OLSR on the basis of packet delivery

Review paper on performance analysis of AODV, DSDV, OLSR on the basis of packet delivery IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 11, Issue 1 (May. - Jun. 2013), PP 51-55 Review paper on performance analysis of AODV, DSDV, OLSR on the basis

More information

BGP. Daniel Zappala. CS 460 Computer Networking Brigham Young University

BGP. Daniel Zappala. CS 460 Computer Networking Brigham Young University Daniel Zappala CS 460 Computer Networking Brigham Young University 2/20 Scaling Routing for the Internet scale 200 million destinations - can t store all destinations or all prefixes in routing tables

More information

CROSS LAYER PROTOCOL (APTEEN) USING WSN FOR REAL TIME APPLICATION

CROSS LAYER PROTOCOL (APTEEN) USING WSN FOR REAL TIME APPLICATION CROSS LAYER PROTOCOL (APTEEN) USING WSN FOR REAL TIME APPLICATION V. A. Dahifale 1, N. Y. Siddiqui 2 PG Student, College of Engineering Kopargaon, Maharashtra, India 1 Assistant Professor, College of Engineering

More information

Energy Aware Node Placement Algorithm for Wireless Sensor Network

Energy Aware Node Placement Algorithm for Wireless Sensor Network Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 4, Number 6 (2014), pp. 541-548 Research India Publications http://www.ripublication.com/aeee.htm Energy Aware Node Placement Algorithm

More information

ICS 351: Today's plan. distance-vector routing game link-state routing OSPF

ICS 351: Today's plan. distance-vector routing game link-state routing OSPF ICS 351: Today's plan distance-vector routing game link-state routing OSPF distance-vector routing game 1. prepare a list of all neighbors and the links to them, and the metric for each link 2. create

More information

A Survey on Path Weight Based routing Over Wireless Mesh Networks

A Survey on Path Weight Based routing Over Wireless Mesh Networks A Survey on Path Weight Based routing Over Wireless Mesh Networks Ankush Sharma Assistant Professor, Dept. Of C.S.E, Chandigarh University Gharuan, India Anuj Gupta Head C.S.E and M.C.A Dept, RIMT Mandi

More information

ROUTING ALGORITHMS Part 1: Data centric and hierarchical protocols

ROUTING ALGORITHMS Part 1: Data centric and hierarchical protocols ROUTING ALGORITHMS Part 1: Data centric and hierarchical protocols 1 Why can t we use conventional routing algorithms here?? A sensor node does not have an identity (address) Content based and data centric

More information

A Survey - Energy Efficient Routing Protocols in MANET

A Survey - Energy Efficient Routing Protocols in MANET , pp. 163-168 http://dx.doi.org/10.14257/ijfgcn.2016.9.5.16 A Survey - Energy Efficient Routing Protocols in MANET Jyoti Upadhyaya and Nitin Manjhi Department of Computer Science, RGPV University Shriram

More information

Mobile Agent Driven Time Synchronized Energy Efficient WSN

Mobile Agent Driven Time Synchronized Energy Efficient WSN Mobile Agent Driven Time Synchronized Energy Efficient WSN Sharanu 1, Padmapriya Patil 2 1 M.Tech, Department of Electronics and Communication Engineering, Poojya Doddappa Appa College of Engineering,

More information

Comparison of TDMA based Routing Protocols for Wireless Sensor Networks-A Survey

Comparison of TDMA based Routing Protocols for Wireless Sensor Networks-A Survey Comparison of TDMA based Routing Protocols for Wireless Sensor Networks-A Survey S. Rajesh, Dr. A.N. Jayanthi, J.Mala, K.Senthamarai Sri Ramakrishna Institute of Technology, Coimbatore ABSTRACT One of

More information

Detection and Removal of Black Hole Attack in Mobile Ad hoc Network

Detection and Removal of Black Hole Attack in Mobile Ad hoc Network Detection and Removal of Black Hole Attack in Mobile Ad hoc Network Harmandeep Kaur, Mr. Amarvir Singh Abstract A mobile ad hoc network consists of large number of inexpensive nodes which are geographically

More information

CHAPTER 2 WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL

CHAPTER 2 WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL 2.1 Topology Control in Wireless Sensor Networks Network topology control is about management of network topology to support network-wide requirement.

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

Analysis of Cluster based Routing Algorithms in Wireless Sensor Networks using NS2 simulator

Analysis of Cluster based Routing Algorithms in Wireless Sensor Networks using NS2 simulator Analysis of Cluster based Routing Algorithms in Wireless Sensor Networks using NS2 simulator Ashika R. Naik Department of Electronics & Tele-communication, Goa College of Engineering (India) ABSTRACT Wireless

More information

2. LITERATURE REVIEW. Performance Evaluation of Ad Hoc Networking Protocol with QoS (Quality of Service)

2. LITERATURE REVIEW. Performance Evaluation of Ad Hoc Networking Protocol with QoS (Quality of Service) 2. LITERATURE REVIEW I have surveyed many of the papers for the current work carried out by most of the researchers. The abstract, methodology, parameters focused for performance evaluation of Ad-hoc routing

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK COMPARATIVE STUDY OF HYBRID NETWORK USING DIFFERENT ROUTING PROTOCOL MS. PRACHI

More information

Anil Saini Ph.D. Research Scholar Department of Comp. Sci. & Applns, India. Keywords AODV, CBR, DSDV, DSR, MANETs, PDF, Pause Time, Speed, Throughput.

Anil Saini Ph.D. Research Scholar Department of Comp. Sci. & Applns, India. Keywords AODV, CBR, DSDV, DSR, MANETs, PDF, Pause Time, Speed, Throughput. Volume 6, Issue 7, July 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Performance Analysis

More information

Module 8. Routing. Version 2 ECE, IIT Kharagpur

Module 8. Routing. Version 2 ECE, IIT Kharagpur Module 8 Routing Lesson 27 Routing II Objective To explain the concept of same popular routing protocols. 8.2.1 Routing Information Protocol (RIP) This protocol is used inside our autonomous system and

More information

Energy Efficiency and Latency Improving In Wireless Sensor Networks

Energy Efficiency and Latency Improving In Wireless Sensor Networks Energy Efficiency and Latency Improving In Wireless Sensor Networks Vivekchandran K. C 1, Nikesh Narayan.P 2 1 PG Scholar, Department of Computer Science & Engineering, Malabar Institute of Technology,

More information

Maximum Coverage Range based Sensor Node Selection Approach to Optimize in WSN

Maximum Coverage Range based Sensor Node Selection Approach to Optimize in WSN Maximum Coverage Range based Sensor Node Selection Approach to Optimize in WSN Rinku Sharma 1, Dr. Rakesh Joon 2 1 Post Graduate Scholar, 2 Assistant Professor, Department of Electronics and Communication

More information

Why EIGRP Is Considered As the Best Routing Protocol

Why EIGRP Is Considered As the Best Routing Protocol Why EIGRP Is Considered As the Best Routing Protocol Anurag Misra Training Specialist Higher Institute of Plastic Fabrication Riyadh, Saudi Arabia anuraag2u4u@gmail.com ABSTRACT This paper concentrates

More information

Energy-Efficient Cluster Formation Techniques: A Survey

Energy-Efficient Cluster Formation Techniques: A Survey Energy-Efficient Cluster Formation Techniques: A Survey Jigisha Patel 1, Achyut Sakadasariya 2 P.G. Student, Dept. of Computer Engineering, C.G.P.I.T, Uka Tarasadia University, Bardoli, Gujarat, India

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

An Energy Efficient Intrusion Detection System in MANET.

An Energy Efficient Intrusion Detection System in MANET. An Energy Efficient Intrusion Detection System in MANET. Namrata 1, Dr.Sukhvir Singh 2 1. M.Tech, Department of C.S.E, N.C College Of Engineering, Israna, Panipat. 2. Associate Professor Department of

More information

Research Paper Available online at: Survey of Ip Routing Protocols

Research Paper Available online at:  Survey of Ip Routing Protocols Prachi Thakur Computer Science and Enginerring Baddi University. Himachal Pradesh, India Volume 4, Issue 7, July 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and

More information

A Survey on Clustered-Aggregation Routing Techniques in Wireless Sensor Networks

A Survey on Clustered-Aggregation Routing Techniques in Wireless Sensor Networks A Survey on Clustered-Aggregation Routing Techniques in Wireless Sensor Networks Sushma K M, Manjula Devi T H [PG Student], [Associate Professor] Telecommunication Department Dayananda Sagar College of

More information

The Impact of Clustering on the Average Path Length in Wireless Sensor Networks

The Impact of Clustering on the Average Path Length in Wireless Sensor Networks The Impact of Clustering on the Average Path Length in Wireless Sensor Networks Azrina Abd Aziz Y. Ahmet Şekercioğlu Department of Electrical and Computer Systems Engineering, Monash University, Australia

More information

A Survey on Routing Issues and Associated Protocols for Best-effort Delivery in IP Networks

A Survey on Routing Issues and Associated Protocols for Best-effort Delivery in IP Networks Volume 119 No. 12 2018, 707-716 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu A Survey on Routing Issues and Associated Protocols for Best-effort Delivery in IP Networks MajidhaFathima

More information

ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS

ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS e-issn 2455 1392 Volume 1 Issue 1, November 2015 pp. 1-7 http://www.ijcter.com ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS Komal Shah 1, Heena Sheth 2 1,2 M. S. University, Baroda Abstract--

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

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

Comprehensive Study and Review Various Routing Protocols in MANET

Comprehensive Study and Review Various Routing Protocols in MANET 126 Comprehensive Study and Review Various Routing Protocols in MANET Prabhjot Kaur 1, Preet Bala 2 M-Tech Student(CSE), GZS PTU CAMPUS, Bathinda Prabhjot6996@gmail.com Dr. Shaveta Rani, Dr. Paramjeet

More information

DETECTING, DETERMINING AND LOCALIZING MULTIPLE ATTACKS IN WIRELESS SENSOR NETWORK - MALICIOUS NODE DETECTION AND FAULT NODE RECOVERY SYSTEM

DETECTING, DETERMINING AND LOCALIZING MULTIPLE ATTACKS IN WIRELESS SENSOR NETWORK - MALICIOUS NODE DETECTION AND FAULT NODE RECOVERY SYSTEM DETECTING, DETERMINING AND LOCALIZING MULTIPLE ATTACKS IN WIRELESS SENSOR NETWORK - MALICIOUS NODE DETECTION AND FAULT NODE RECOVERY SYSTEM Rajalakshmi 1, Umamaheswari 2 and A.Vijayaraj 3 1 Department

More information

Simulation of Route Redistribution among RIP, EIGRP & OSPF Routing Protocols

Simulation of Route Redistribution among RIP, EIGRP & OSPF Routing Protocols Simulation of Route Redistribution among RIP, EIGRP & OSPF Routing Protocols Anchit Bansal Department of Electronics & Communication Engineering, SITE, SVSU, Meerut (U.P), India ABSTRACT The major role

More information

Efficient Cluster Based Data Collection Using Mobile Data Collector for Wireless Sensor Network

Efficient Cluster Based Data Collection Using Mobile Data Collector for Wireless Sensor Network ISSN (e): 2250 3005 Volume, 06 Issue, 06 June 2016 International Journal of Computational Engineering Research (IJCER) Efficient Cluster Based Data Collection Using Mobile Data Collector for Wireless Sensor

More information

An Efficient Broadcast Algorithm To Transmit Data In Multi-hop Relay MANETs Fathima Sana 1, Dr. M. Sudheep Elayidom 2

An Efficient Broadcast Algorithm To Transmit Data In Multi-hop Relay MANETs Fathima Sana 1, Dr. M. Sudheep Elayidom 2 International Journal of Emerging Trends in Science and Technology Impact Factor: 2.838 INC-BEAT 2016 An Efficient Broadcast Algorithm To Transmit Data In Multi-hop Relay MANETs Fathima Sana 1, Dr. M.

More information

Impact of Pause Time on the Performance of DSR, LAR1 and FSR Routing Protocols in Wireless Ad hoc Network

Impact of Pause Time on the Performance of DSR, LAR1 and FSR Routing Protocols in Wireless Ad hoc Network 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. 4, Issue. 2, February 2015,

More information

Introduction to Routing

Introduction to Routing 1 Introduction to Routing Session 2 Presentation_ID.scr 1 Agenda Addressing Concepts Routing Protocols Statics and Defaults 3 ISO OSI Reference Model Routing Information Protocol (RIP and RIPv2) L7 L6

More information

A Survey on Wireless Routing Protocols (AODV, DSR, DSDV)

A Survey on Wireless Routing Protocols (AODV, DSR, DSDV) RESEARCH ARTICLE International Journal of Computer Techniques - Volume 2 Issue 1, 2015 OPEN ACCESS A Survey on Wireless Routing Protocols (AODV, DSR, DSDV) Sejal D Mello 1, Priyanka B. Patil 2, Tarannum

More information

Keywords: AODV, MANET, WRP

Keywords: AODV, MANET, WRP Performance Analysis of AODV and WRP in MANET Sachchida Nand Singh*, Surendra Verma**, Ravindra Kumar Gupta*** *(Pursuing M.Tech in Software Engineering, SSSIST Sehore(M.P), India, Email: sesachchida@gmail.com)

More information

Comparative Study on Performance Evaluation of Ad-Hoc Network Routing Protocols Navpreet Chana 1, Navjot Kaur 2, Kuldeep Kumar 3, Someet Singh 4

Comparative Study on Performance Evaluation of Ad-Hoc Network Routing Protocols Navpreet Chana 1, Navjot Kaur 2, Kuldeep Kumar 3, Someet Singh 4 Comparative Study on Performance Evaluation of Ad-Hoc Network Routing Protocols Navpreet Chana 1, Navjot Kaur 2, Kuldeep Kumar 3, Someet Singh 4 1 Research Scholar, Computer Science and Engineering, Lovely

More information

CHAPTER 4: ROUTING DYNAMIC. Routing & Switching

CHAPTER 4: ROUTING DYNAMIC. Routing & Switching CHAPTER 4: ROUTING DYNAMIC Routing & Switching CHAPTER4 4.1 Dynamic Routing Protocols 4.2 Distance Vector Dynamic Routing 4.3 RIP and RIPng Routing 4.4 Link-State Dynamic Routing 4.5 The Routing Table

More information

Comparison of EIGRP, RIP and OSPF Routing Protocols based on OPNET

Comparison of EIGRP, RIP and OSPF Routing Protocols based on OPNET ENSC 427: COMMUNICATION NETWORKS Final Project Presentation Comparison of EIGRP, RIP and OSPF Routing Protocols based on OPNET http://www.sfu.ca/~sihengw/ensc427_group9/ Siheng Wu 301153928 (sihengw@sfu.ca)

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 of MANET Using Efficient Power Aware Routing Protocol (EPAR)

Performance Analysis of MANET Using Efficient Power Aware Routing Protocol (EPAR) Performance Analysis of MANET Using Efficient Power Aware Routing Protocol (EPAR) Amandeep Kaur 1, Jasmeet Kaur 2, Nishu Kansal 3 1, 2, 3 (ECE, Guru Nanak Dev Engineering College Ludhiana, India) ABSTRACT:

More information

Time Synchronization in Wireless Sensor Networks: CCTS

Time Synchronization in Wireless Sensor Networks: CCTS Time Synchronization in Wireless Sensor Networks: CCTS 1 Nerin Thomas, 2 Smita C Thomas 1, 2 M.G University, Mount Zion College of Engineering, Pathanamthitta, India Abstract: A time synchronization algorithm

More information

A Study on Efficient Route Optimization using Border Gateway Protocol in Mobile Adhoc Networks

A Study on Efficient Route Optimization using Border Gateway Protocol in Mobile Adhoc Networks A Study on Efficient Route Optimization using Border Gateway Protocol in Mobile Adhoc Networks N.vijay kumar T.Santhi Sri Dr.J.Rajendra Prasad Y.Vijayalakshmi II MCA II SEMESTER Department of CA Department

More information

II. ROUTING CATEGORIES

II. ROUTING CATEGORIES ANALYSIS OF ROUTING PROTOCOLS IN MANETS DIVYA GHOSH Researcher,Kolkata,India Abstract: The study of routing protocols in MANETs is one that requires a great deal of research due to the challenges it poses

More information

ToMinimize the Consumption of Logical Addresses in a Network using OSPF with Overloading Technique

ToMinimize the Consumption of Logical Addresses in a Network using OSPF with Overloading Technique Global Journal of Computer Science and Technology Network, Web & Security Volume 13 Issue 11 Version 1.0 Year 2013 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

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 Comparative Analysis of Pro-active Routing Protocols in MANET

A Comparative Analysis of Pro-active Routing Protocols in MANET 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. 6, June 2014, pg.144

More information

Distributed Indexing and Data Dissemination in Large Scale Wireless Sensor Networks

Distributed Indexing and Data Dissemination in Large Scale Wireless Sensor Networks Distributed Indexing and Data Dissemination in Large Scale Wireless Sensor Networks Yiwei Wu Department of Computer Science Georgia State University Email: wyw@cs.gsu.edu Yingshu Li Department of Computer

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

PERFORMANCE EVALUATION OF OSPFv3 ROUTING PROTOCOL ON IPv6 HETEROGENEOUS NETWORK

PERFORMANCE EVALUATION OF OSPFv3 ROUTING PROTOCOL ON IPv6 HETEROGENEOUS NETWORK PERFORMANCE EVALUATION OF OSPFv3 ROUTING PROTOCOL ON IPv6 HETEROGENEOUS NETWORK Ms.Jacqulin Veda Jancy.S *1, Sujit Kumar 2,Arup Kumar Sahoo 3,Varun Kumar 4 *1 Assistant Professor,SRM Institute of Science

More information

Wireless Sensor Networks applications and Protocols- A Review

Wireless Sensor Networks applications and Protocols- A Review Wireless Sensor Networks applications and Protocols- A Review Er. Pooja Student(M.Tech), Deptt. Of C.S.E, Geeta Institute of Management and Technology, Kurukshetra University, India ABSTRACT The design

More information

Performance Evaluation of DSDV, DSR AND ZRP Protocol in MANET

Performance Evaluation of DSDV, DSR AND ZRP Protocol in MANET Performance Evaluation of, AND Protocol in MANET Zaiba Ishrat IIMT Engg college,meerut Meerut, India Pankaj singh Sidhi vinayak Group of College,Alwar Alwar,Rajasthan Rehan Ahmad IIMT Engg college,meerut

More information

A Survey On: Cluster Based Routing Protocols in Wireless Sensor Network

A Survey On: Cluster Based Routing Protocols in Wireless Sensor Network A Survey On: Cluster Based Routing Protocols in Wireless Sensor Network Sunil Kumar Patel 1, Dr. Ravi Kant Kapoor 2 P.G. Scholar, Department of Computer Engineering and Applications, NITTTR, Bhopal, MP,

More information

CLUSTER HEAD SELECTION USING QOS STRATEGY IN WSN

CLUSTER HEAD SELECTION USING QOS STRATEGY IN WSN CLUSTER HEAD SELECTION USING QOS STRATEGY IN WSN Nidhi Bhatia Manju Bala Varsha Research Scholar, Khalsa College of Engineering Assistant Professor, CTIEMT Shahpur Jalandhar, & Technology, Amritsar, CTIEMT

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

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

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