A SURVEY ON ENERGY AWARE ROUTING ISSUES AND CROSS LAYERING IN MANETs

Size: px
Start display at page:

Download "A SURVEY ON ENERGY AWARE ROUTING ISSUES AND CROSS LAYERING IN MANETs"

Transcription

1 INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) ISSN (Print) ISSN (Online) Volume 5, Issue 12, December (2014), pp IAEME: Journal Impact Factor (2014): (Calculated by GISI) IJECET I A E M E A SURVEY ON ENERGY AWARE ROUTING ISSUES AND CROSS LAYERING IN MANETs Remya K 1, Sangeetha C P 2, C D Suriyakala 3 1, 2 Dept of ECE, TIST, Cochin, India 3 Dept of ECE, SNGCE, Cochin, India ABSTRACT In the next generation of wireless communication systems, there will be a great need for the rapid deployment of independent mobile users. Such network scenarios cannot depend on centralized and organized connectivity. In such applications Mobile ad hoc networks (MANETs) play an important role. MANETs is a collection of wireless mobile nodes that communicate with one another without any fixed networking infrastructure. Since the nodes in this network are highly dynamic, energy conservation become very critical in mobile adhoc network. The nodes in this network are battery powered and hence have limited computational power. So these nodes must conserve energy during routing to prolong their usefulness and increase network lifetime. To account for this problem, many energy efficient protocols have been proposed. But these energy efficient protocols do not consider the QoS parameters of the network such as throughput, end to end delay, packet delivery ratio etc. Cross layer architecture will help to improve these performance metrics of the network by allowing coordination and interaction among the layers. This paper surveys a comprehensive review of energy aware routing using cross layer approach which can improve the energy efficiency of the network without the degradation of the QoS parameters of the network. Keywords: Cross Layer, Energy Aware Routing, Manets, Network Lifetime, Qos Parameters. 1. INTRODUCTION A mobile ad hoc network (MANET) is a self-configuring infrastructure less network of mobile devices connected by wireless links. The nodes themselves act as router and forward the information from one node to the other. One of the main challenges with the ad hoc networks is to develop a routing protocol that can efficiently find routes between the communicating nodes. Traditional routing protocols cannot be applied to ad hoc networks directly because ad hoc networks inherently have some special characteristics such as dynamic topologies, bandwidth-constrained, variable capacity links, and energy-constrained operations compared with traditional networks. The routing protocol must be able to keep up with the high degree of node mobility even if the network topology changes unpredictably. Since the nodes of an ad hoc network are usually small and battery powered, energy management is a critical issue during the deployment of these networks. Hence 47

2 applying power control techniques to these routing protocols have become one of the major research area in wireless networking. This is because, by using the power control methods we can reduce the energy consumption of the nodes and thereby the lifetime of the wireless networks can also be increased. Popular existing routing protocols for MANETs are Dynamic Source Routing (DSR), Destination Sequenced Distance Vector (DSDV) and Ad hoc On- Demand Distance Vector (AODV). These protocols mainly use the shortest path method to forward the packet from source to the destination. But the problem with these routing protocols is that they do not consider the energy consumption of the network. So to account for this problem, many energy efficient routing protocols have been proposed. The problem of energy efficiency in MANETs can be addressed at different layers and can be reduced by different methods. Some of the solutions tried to adjust the transmission power of wireless nodes; other proposals tend to efficiently manage the sleep state for the nodes. There are many proposals which try to define an energy efficient routing protocol, capable of routing data over the network and of saving the battery power of mobile nodes. However, there is a tradeoff between energy conservation and perceived Quality of Service (QoS). The conventional method uses the layered architecture. But this approach is not flexible enough to cope up with the dynamic nature of ad hoc networks. So we use the cross layer approach to improve the performance characteristics of the network. Traditional wired network uses protocol architectures that follow the principle of stack layering, implemented by ISO/OSI model. ISO/OSI model was developed to support all the standardization of the network architecture using layered model. Initially wireless network also adopts the traditional stack layered architecture from the wired networks. This Layered architectures is not efficient to cope up with the dynamically changing environment in the wireless-dominated nextgeneration communications, with a wide range of Quality of Service (QoS) requirements. To overcome such limitations, cross layer design has been proposed. Its core idea is to maintain the functionalities associated to the original layers but to allow coordination, interaction and joint optimization of protocols crossing different layers [1]. To minimize the energy consumption of ad hoc networks and to improve the network performance, there are many factors that have to be considered. This survey paper mainly considers the methods used in the mac and the network layer. Section II describes about the routing mechanism and the cross layer architecture. Energy related issues in MAC and network layer is mentioned in section III and the possible solutions to this problem are described in section IV. Section V concludes the paper. 2. BACKGROUND INFORMATION In ad hoc networks, there are different types of routing protocols available. MANET routing protocols could be generally classified into two main categories based on the routing information update method- proactive and reactive routing protocols. Proactive protocols constantly study the topology of the network by exchanging topological information among the network nodes. Therefore, when there is requirement for a path to a destination, such route information is available instantly. But as the network topology changes too regularly, the cost of maintaining the network might be very high.eg: DSDV. Reactive protocols continue for establishing route to the destination only when the need arises. They do not require cyclic transmission of topological information of the network e.g. DSR, AODV. Many of the existing energy aware protocols have been developed by modifying AODV protocol [7]. The AODV routing protocol provides a dynamic and multi-hop routing topology among the mobile nodes. Whenever a node needs to send data to another node for which it has no routing information, AODV is used for route discovery process of that particular destination node. AODV uses three types of messages to discover and maintain route: Route Requests (RREQs) and Route Replies (RREPs) messages are used for route discovery. Route Errors (RERRs) messages are used for route maintenance. When a source node needs to communicate with a destination node for which it does not have a route, it broadcasts an RREQ packet across the network. When an intermediate node receives this packet which it does not have seen before, it creates a reverse route to the source. Then, it checks the destination address, if the intermediate node does not have a fresher route to the destination, it increments the hop-count and re-broadcasts the RREQ packet. Otherwise, it generates a RREP packet and sends it to the source node. When the source receives the RREP packet, it saves the route and begins data transmission (Fig. 1). When a node detects a link break in an active route, it sends a RERR packet to notify the other nodes about this problem. An active route is used to forward data packets[3]. 48

3 Figure 1: AODV RREQ/RREP Process [3] In the conventional AODV routing mechanism, a node broadcasts or floods RREQ message to its neighbors when it needs to communicate with a destination node [4]. If intermediate nodes does not have sufficient battery life, that node expires after some time. Therefore, it could not be able to forward the RREP message on the reverse path. Hence, the source node would have to rebroadcast the Route Request (RREQ) message in order to find an optimal path for communicating to the destination node. This may possibly cause congestion in the network, reduce the packet delivery ratio; raise the end to end delay and needless rebroadcasting of RREQ packets. Hence to provide a solution to this problem, many energy aware routings were proposed. Another important factor that is to be considered in ad hoc networks is to improve the QoS parameters of the network. Even though there are many routing protocols proposed, care should be given so that these network parameters are not degraded. One of the effective ways to improve these parameters is by using the cross layer approach. A full cross layer design, introduces stack wide layer interdependencies to optimize overall network performance. In cross layering, protocols use the state information flowing throughout the stack to adapt their behavior accordingly [2]. Information can be shared between layers which are nonadjacent unlike in traditional layered architecture. This leads to faster performance gains and QoS improvements. There are different ways in which cross layering can be done [5]. One of the most common architecture used is the Mobile Man architecture [2]. This reference architecture exploits the advantages of a full cross-layer design while still satisfying the layer-separation principle. Fig. 2 shows that some network functions such as energy management, security, and cooperation, are cross-layer by nature. The architecture presents the core component, Network Status, which functions as a repository for information that network protocols throughout the stack collect. Each protocol can access the Network Status to share its data with other protocols. This avoids duplicating efforts to collect internal state information and leads to a more efficient system design. Hence the QoS parameters can be improved using cross layer approach. Hence we can conclude that cross-layer design has been proposed to maintain the functionalities associated to the original layers but to allow coordination, interaction and joint optimization of protocols crossing different layers. Also the limitations in ISO/OSI, TCP/IP layered protocols are eliminated and the performance is improved by adopting cross layer design in wireless mobile adhoc networks [1]. Figure 2: Mobile Man architecture [2] 49

4 3. ENERGY RELATED ISSUES IN NETWORK AND MAC LAYERS Energy management in wireless networks is of paramount importance due to the limited energy availability in the wireless devices. Since wireless communication consumes a significant amount of energy, it is important to minimize the energy costs for communication as much as possible by practicing energy aware routing strategies. Such routing strategies can increase the network lifetime. The problem of energy efficiency in MANETs can be addressed at different layers and can be reduced by different methods. There are many proposals which try to define an energy efficient routing protocol, capable of routing data over the network and of saving the battery power of mobile nodes. This paper mainly focuses the issues in the network layer and the mac layers. 3.1 Issues in network layer Network layer is mainly involved in packet forwarding which includes routing of information from one node to the other. There are many existing protocols for ad hoc networks. But the problem with these routing protocols is that they do not consider the energy of the nodes while routing the packet from source to destination. In the conventional AODV routing mechanism, a node broadcasts or floods RREQ message to its neighbors when it needs to communicate with a destination node. If intermediate node does not have sufficient energy, then the node will expire after some time. Therefore, it could not be able to forward the RREP message on the reverse path. Hence, the source node would have to rebroadcast the Route Request (RREQ) message in order to find an optimal path for communicating to the destination node. This may possibly cause congestion in the network which is the major issue we have to consider in the network layer. To address the above problems, different energy aware routing mechanisms can be used by considering the residual energy of each node. 3.2 Issues in MAC layer Medium access control (MAC) layer is mainly responsible for scheduling and allocating the wireless channel. MAC protocols provide a means for the nodes to access the wireless medium efficiently and collision free to the best of their ability. Major issues in the MAC layer regarding the energy wastage are collision, idle-listening, over-hearing and control packet overhead. Collision occurs when the transmission packets are corrupted partially or fully. Collision causes retransmission thus increases the latency and power consumption [9]. Listening to an idle channel for possible traffic is called idle-listening. In order to conserve energy, most of the energy efficient protocols put their network interface in sleep state rather than in idle state. Receiving packets which are meant for other nodes is called over-hearing[10-12]. Control packet overhead occurs when more number of control packets are used. Use of more numbers of control packets not only increase, the energy consumption but also decrease, the utilization of limited bandwidth. Carrier sensing[13] is another major cause of energy wastage. 4. SOLUTIONS FOR ENERGY RELATED ISSUES In order to mitigate the problems regarding the energy awareness of ad hoc networks number of solutions has been proposed in the literature survey. It has been shown that by the proper selection of nodes by considering the residual energy of the nodes this problem can be minimized. Survey report of [9-13] gives different methods used in the MAC layer. References [14-18] consider the different energy efficient routing and [19-22] considers the cross layer approach to improve the energy efficiency and the QoS parameters of the ad hoc networks. 4.1 MAC layer solutions The major causes of energy wastage at MAC layer are collision, idle-listening, over-hearing and control packet overhead. Channel efficiency and channel throughput in any network are affected by packet collisions. Reduction of packet collisions plays a greater role in Mobile Ad hoc Networks (MANETs).These collision issues introduce a key problem in MANET networks where researches proposed back-off mechanism to overcome packet collisions. Back-off algorithm is proposed to reduce collisions that happen when more than one node tries sending data on the channel simultaneously. Paper [9] has presented different back off algorithms that are used to avoid collisions. The Binary Exponential Back-off (BEB), the first Back-off algorithm that is deployed in Medium Access Control layer, is used by IEEE to avoid collision in MANETs. BEB algorithm uses a uniform random distribution Back-off values to solve the collision problem. In this paper authors have proposed Fibonacci Liner Increment Back-Off (FLB) algorithm to achieve an effective value for the Back-off timer of the nodes before accessing the channel to avoid collision. When a node wants to send a data, it first senses the medium. If it is busy, the node will wait for a certain period of time (back off time). In this algorithm, Fibonacci selection of back off value is done. In this paper the author have compared the different existing back off algorithms like 50

5 Binary Exponential Back-off (BEB), Pessimistic Linear-Exponential Back-off (PLEB) in terms of packet delivery ratio (PDR), average End-End delay and normalized routing load. Another major energy wastage in MAC protocols is due to overhearing. Sunho Lim et al. in their paper [10] have presented an algorithm called Random Cast to minimize the problems caused due to over hearing by the nodes. They have proposed a new communication mechanism, in which a sender can specify the desired level of overhearing, making a balance between energy and routing performance. The transmitter is able to specify the desired level of overhearing in its ATIM (Adhoc Traffic Indication Message) frame and is available to its neighboring nodes during the ATIM window. But in [11] more detailed explanation to this method was given. In their protocol, the sender may choose no or unconditional or probability overhearing which was specified in ATIM frame control. Each node maintains overhearing probability (Po) and rebroadcast probability (Pr). ATIM frame consists of frame control, destination address, source address, sequence control etc. They have added the subtype field in frame control which helps to set the overhearing level. Subtype: 1001 for unconditional overhearing; 1101 for probability based overhearing; 1110 for no overhearing. This algorithm enabled the sender to select no overhearing, unconditional overhearing or probability based overhearing for its neighbors and is specified in the ATIM frame s sub type field. In paper [12] they have addressed the problem of unnecessary overhearing and rebroadcast, and have proposed a protocol named residual energy based rebroadcast and overhearing reduction (RE-ROR). They avoided the transmission of control packets and data packets over low energy availability links and have selected the forwarding nodes based on the energy availability of the link. The indication whether to overhear or not has been specified in the subtype field of ad-hoc traffic indication message (ATIM) frame. Probability of overhearing and rebroadcast based on residual energy (RE) has been determined for setting this field. They have focused to reduce the amount of overhearing and rebroadcast for achieving energy consumption in route discovery. One of the most common methods to save the energy of nodes is to put them into sleep state when there is no activity taking place in the network. But most of the protocols rely on periodically switching the wireless interfaces off to save power. However, there is a tradeofff between energy conservation and perceived Quality of Service (QoS). So to account for this problem, an algorithm called Slow-sTart Exponential and Linear Algorithm (STELA) was introduced in paper [13]. This is a novel battery saving mechanism which can saves up to 70% energy compared with the algorithms employed by IEEE This algorithm consists of three sleeping window adaptation phases, each phase employing a different duty cycle management function. It consistss of three phases: slow start, exponential and linear increase of sleeping window (Fig. 3). In each phase, the beacon window is adjusted which eliminates the periodic switching between sleep/wake cycles. During the first stage, the sleeping window was kept at one beacon period. The next phase is exponential increase of listening window, which doubled the sleeping window every time the wireless interface wakes up unless the wireless node receives packets and goes back to slow start phase. During this phase of the algorithm, sleeping window grows fast until it reaches a predetermined threshold value. Finally the linear mode was introduced after the threshold value is surpassed. Hence, by linearly and exponentially increasing the sleeping window, the energy consumption of the nodes was reduced Figure 3: Illustration of STELAs principle [13] 4.2 Network layer solutions To account for energy efficiency of the ad hoc networks, many energy efficient protocols have been proposed. Paper [14] describes a protocol named Signal strength and Energy Aware routing protocol (SEA-DSR), which considered the signal strength and residual battery capacity of nodes into route selection through cross layer approach. This protocol tried to improve the reliability of route discovery in MANET by using signal strength and energy metrics through cross layer information sharing. They considered the residual energy level of the intermediate routes which helped to protect against 51

6 link breakages due to weak link and energy depletion at the intermediate nodes. In this protocol an extra field called reliability count (RELCOUNT) was added to the RREQ packet. This field contains reliability count of the path it comes across. Destination node selects the most reliable route among all the routes based on this value and the hop count value. In paper [15] a routing algorithm (MEL-AODV) based on remaining energy in each node to increase the network lifetime and to achieve efficient utilization of node energy was proposed. They designed a new energy cost model to calculate the cost of the paths. The algorithm selects the path which has minimum cost and maximum energy. The protocol combines the overall node energy on the link for route selection. Finally they showed that the lower energy nodes on the path are saved and their lifetimes are also extended. Recently, Reena Singh etal. Have proposed an Energy Efficient AODV (EEAODV) routing [3], which is an enhancement of the existing AODV protocol. This algorithm used enhanced RREQ and RREP to handle the process to save the energy in mobile devices.. When the source node sends the RREQ to neighbor nodes, they sends its energy level REPEL(Reply Energy Level) in response to that RREQ, if path to destination node is available. If this value is less than the predefined threshold level, then that node may be eliminated from forwarding the packets. Hence the energy efficiency of the network can be improved. Maher Heni et al. have proposed a method to reduce the problem of energy consumption by reducing the number of HELLO messages exchanged [16]. In this protocol they have decreased the number of HELLO messages by increasing the time between two messages. This solution can provide knowledge about the levels of stored energy of the nodes constituting the network without affecting the operation of the protocol. After saving this new information, a node chooses the shortest path that contained enough energy for the correct routing of data packets. In this way the energy consumption of the network was minimized and also the packet delivery ratio was improved. In [17] Pratik M Zala et al. presented different approaches of routing protocol that provide the stable path from source to destination which consumed less energy and maximize the network life time. In this protocol, when sender send the route request to its neighboring nodes, the neighboring nodes sends route reply which included the RSSI value, battery capacity and SINR value. After that, they compared this value with the threshold value. If the value (RSSI, SINR, BATTERY CAPACITY) is greater than the threshold, then route discovery was done on that route. Hence the network life time was improved by this method. In paper [18], a new protocol called Route Stability and Energy Aware Ad hoc On-demand Distance Vector (RSEA- AODV) was introduced. RSEA model considered signal strengths and mobility for computing the probability of link failures. It computes link stability (LS) using signal strength values received from the MAC layer. They have added three new fields to the RREQ packets namely, Accumulated Path Stability (APS), Accumulated Energy Metric (AEM) and required energy (REQe). The node checks whether its residual energy will meet the required energy REQe specified in the RREQ packet. If these conditions are satisfied, then node makes a reverse route entry in the Routing Table (RT). Then it calculates LS. So by this method, the authors have shown that this algorithm helps to perform better in frequently changing networks. All these are some of the approaches that is used to improve the energy efficiency of the ad hoc network. 4.3 Cross Layer Solutions From the above survey we can see that there are many protocols that are used to improve the energy efficiency of the network. But one problem with these methods is that, they do not give more importance to the QoS parameters of the network such as throughput, packet delivery ratio, and end to end delay. Cross layer architecture will help to improve these performance metrics of the network by allowing coordination and interaction among the layers. Muhammed Kamrul Islam et al. has donecross layering between physical and the network layer in [19]. The physical layer is responsible for transmission of bits aiming to achieve minimum bit error rate. In this protocol they assumed that, during the route discovery process, each node has the channel side information available in terms of received SNR in that packet transmission. During the route request, the node stores the information of SNR in the buffer. They used this value to check the SNR values so that we could understand when these values will degrade and hence the network parameters can be improved. Rekha Patil et al. have proposed a cost based power aware cross layer design to AODV in [20] which utilized the battery capacity of the node as the performance metrics. It is based on sharing the MAC & physical layer information - Transmit power, full charge battery capacity and remaining battery capacity of node at time t. All nodes except the source & destination calculated their link cost (Ci) using the information about transmit power of node, full charge battery capacity and the remaining battery capacity of the node. After computing, a node adds it to the path cost. Nodes before forwarding the RREQ packet learns about its remaining battery capacity & drops the packets when it has a lower battery level than its threshold value. Hence the network parameters are improved by this method. In paper [21] cross layering between network and mac layers were done. They have developed this cross layered energy based AODV (ECL-AODV) as a modification the conventional AODV routing protocol. In this protocol when the RREQ packet is send, they first check the residual energy (Eres) of the node. If this value is less than a predefined threshold (Eth) value, then that node is no taken into consideration during the route selection. When Eres is higher than Eth, it appends its identifier and residual energy in the message and forwards it toward the destination. In this protocol, RTS/CTS 52

7 transmission occurred after the route discovery and route reply to reserve the selected path so that the energy of the ad hoc node can be saved. RTS/CTS transmission consumes low energy since this transmission occurs only in the selected path. They have implemented this protocol for achieving quality of service (QoS) in terms of average energy consumption, packet delivery ratio, end-to-end delay and throughput. Paper [22] focused on the cross layer interaction between mac and routing protocols in manets and is named as LEss remaining hop More Opportunity (LEMO) algorithm. The routing information about the total hops and the remaining hops required by a packet to reach its destination is exploited by the MAC layer in order to give priority to the packets that are closer to their destination. LEMO algorithm required the information of total hop numbers between the source and the destination of the whole path and the remaining hop numbers at the forwarding node. This information can only be known by the routing in network layer. So the cross layer interaction between mac and network layer helped to improve the performance of the network. 5. CONCLUSION In this paper we have done a detailed survey on various techniques which are used to improve the energy efficiency of the ad hoc networks. These works have pointed out that energy aware routing is one of the important factors that has to be considered to maximize the lifetime of the networks. Energy aware issues can be related with different layers of the network. We have explained the energy aware issues in the MAC and network layers. Subsequently we have listed various methods that are used to minimize these issues in the network. From our side, we propose a new method which is energy efficient one using parameters of MAC and network layers based on cross layer approach. This cross layering approach will help to improve the energy efficiency of the network without degrading the QoS parameters of the ad hoc network. 6. ACKNOWLEDGMENT We would like to take this opportunity to express our gratitude and deep regard to Mr. George M. Jacob, Lab Instructor, Toc H Institute of Science and Technology, for the exemplary guidance and support throughout the survey. REFERENCES [1] P.A. Abdul Saleem and Dr. Naveen Kumar, Cross Layer Design Approach in Wireless Mobile ADHOC Network Architecture, International Journal of Advanced Research in Computer and Communication EngineeringVol. 2, Issue 3, March [2] Marco Conti, Gaia Maselli, and Giovanni Turi, Cross Layering in Mobile Ad Hoc Network Design, IEEE Computer Society, February [3] Reena Singh, andshilpa Gupta, EE-AODV: Energy Efficient AODV routing protocol by Optimizing route selection process, International Journal of Research in Computer and Communication Technology, Vol 3, Issue 1, January [4] BhabaniSankar Gouda, Pinaki Prasad Panigrahi, and AlokChoudhury, A New Optimal Approach for Improving Energy Efficiency in Wireless Ad-hoc Networks, Proceedings of IEEE Conference on Information and Communication Technologies [5] VineetSrivastava, Cross-Layer Design: A Survey and the Road Ahead, IEEE Communications Magazine Vol. 43, Issue 12, December [6] Tai Hieng Tie, Chong Eng Tan, and Sei Ping Lau, Maximum Energy Level Ad Hoc Distance Vector Scheme for Energy Efficient Ad Hoc Networks Routing, IEEE Malaysia International Conference on Communications [7] Charles E. Perkins, Elizabeth M. Royer, Samir R. Das and Mahesh K, Performance Comparison of Two On-Demand Routing Protocols for Ad Hoc Networks, IEEE Personal Communications Vol.8, Issue 1, February [8] Niranjan Kumar Ray and Ashok Kumar Turuk, A Review on Energy Efficient MAC Protocols for Wireless LANs, IEEE International Conference on Industrial and Information Systems, December [9] Mohammad M. Shurman, Mamoun F. Al-Mistarihi, and Zaid A. Alomari, MAC Layer Back-off Algorithm for Ad hoc Networks, International Convention on Information & Communication Technology Electronics & Microelectronics (MIPRO), May [10] Sunho Lim, Chansu Yu, and Chita R. Das, RandomCast: An Energy-Efficient Communication Scheme for Mobile Ad Hoc Networks, IEEE Transactions On Mobile Computing, Vol. 8, No. 8, August

8 [11] N.Sumathi, and Dr. Antony SelvadossThanamani, Evaluation of Energy Efficient Reactive Routing Protocols in QoS Enabled Routing for MANETS, International Journal of Computer Applications Volume 14 No.2, January [12] V. Bhanumathi, and R. Dhanasekaran, Residual Energy Based Rebroadcast and Overhearing Reduction for Energy Efficient Communication in Mobile Ad-hoc Network, Journal of Engineering and Technology Vol 4, Issue 1, Jan- Jun [13] Yang Song, BogdanCiubotaru, and Gabriel-MiroMuntean, A Slow-sTart Exponential and Linear Algorithm for Energy Saving in Wireless Networks, IEEE Conference on BMSB [14] P.Srinivasan, and K.Kamalakkannan, Signal Strength And Energy Aware Reliable Route Discovery In Manet, International Journal of Communication Network Security Volume-1, Issue-4, [15] Tai Hieng Tie, Chong Eng Tan, and Sei Ping Lau, Maximum Energy Level Ad Hoc Distance Vector Scheme for Energy Efficient Ad Hoc Networks Routing, IEEE MICC [16] Maher Heni, and RidhaBouallegue, Power Control In Reactive Routing Protocol For Mobile Ad Hoc Network, International Journal of Wireless & Mobile Networks(IJWMN) Vol. 4, No. 2, April [17] Pratik M Zala, IndrJeet Rajput, and Vinit Gupta, Cross Layer Optimization Based On Energy Aware Routing Protocol For Manet, International Journal For Technological Research In Engineering, Volume 1, Issue 10, June [18] P. Srinivasan, and P. Kamalakkannan, RSEA-AODV: Route Stability and Energy Aware Routing for Mobile Ad Hoc Networks, International Journal of Computers, Communications & Control, Vol. 8, Issue 6, December [19] MuhammedKamrul Islam, androngke Liu, Cross-Layer Optimization of AODV Routing Protocol For Mobile Ad- Hoc Network (MANET), Proceedings of the 2nd International Conference on Computer Science and Electronics Engineering [20] RekhaPatil, and DrA.Damodaram, Cost Based Power Aware Cross Layer Routing Protocol For Manet, International Journal of Computer Science and Network Security, Vol.8 No.12, December [21] K.Muthumayil, V.Rajamani, and S.Manikandan, A Novel Cross Layered Energy based Ad Hoc On-Demand Routing Protocol for MANETs, IEEE International Conference on Advanced Computing [22] ManjulWalia and Rama Krishna Challa, Performance Analysis of Cross-Layer MAC and Routing Protocols in MANETs, IEEE Second International Conference on Computer and Network Technology [23] L.Malathi and Dr.R.K.Gnanamurthy, A Novel Cluster Based Routing Protocol with Lifetime Maximizing Clustering Algorithm, International journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 2, 2012, pp , ISSN Print: , ISSN Online: [24] Shiva Prakash, J. P. Saini, S.C. Gupta and Sandip Vijay, Design and Implementation of Variable Range Energy Aware Dynamic Source Routing Protocol for Mobile Ad Hoc Networks, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 1, 2013, pp , ISSN Print: , ISSN Online:

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

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

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

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 8, August 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com An Energy Efficient

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

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

Experiment and Evaluation of a Mobile Ad Hoc Network with AODV Routing Protocol

Experiment and Evaluation of a Mobile Ad Hoc Network with AODV Routing Protocol Experiment and Evaluation of a Mobile Ad Hoc Network with AODV Routing Protocol Kalyan Kalepu, Shiv Mehra and Chansu Yu, Department of Electrical and Computer Engineering Cleveland State University 2121

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

Performance Analysis of Wireless Mobile ad Hoc Network with Varying Transmission Power

Performance Analysis of Wireless Mobile ad Hoc Network with Varying Transmission Power , pp.1-6 http://dx.doi.org/10.14257/ijsacs.2015.3.1.01 Performance Analysis of Wireless Mobile ad Hoc Network with Varying Transmission Power Surabhi Shrivastava, Laxmi Shrivastava and Sarita Singh Bhadauria

More information

ENERGY EFFICIENT MULTIPATH ROUTING FOR MOBILE AD HOC NETWORKS

ENERGY EFFICIENT MULTIPATH ROUTING FOR MOBILE AD HOC NETWORKS ENERGY EFFICIENT MULTIPATH ROUTING FOR MOBILE AD HOC NETWORKS May Cho Aye and Aye Moe Aung Faculty of Information and Communication Technology, University of Technology (Yatanarpon Cyber City), Pyin Oo

More information

A Literature survey on Improving AODV protocol through cross layer design in MANET

A Literature survey on Improving AODV protocol through cross layer design in MANET A Literature survey on Improving AODV protocol through cross layer design in MANET Nidhishkumar P. Modi 1, Krunal J. Panchal 2 1 Department of Computer Engineering, LJIET, Gujarat, India 2 Asst.Professor,

More information

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

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

More information

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

An Efficient Routing Approach and Improvement Of AODV Protocol In Mobile Ad-Hoc Networks

An Efficient Routing Approach and Improvement Of AODV Protocol In Mobile Ad-Hoc Networks An Efficient Routing Approach and Improvement Of AODV Protocol In Mobile Ad-Hoc Networks Tejomayee Nath #1 & Suneeta Mohanty *2 # School of Computer Engineering, KIIT University Bhubaneswar,, India Abstract

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

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

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

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

Mitigating Superfluous Flooding of Control Packets MANET

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

More information

A REVERSE AND ENHANCED AODV ROUTING PROTOCOL FOR MANETS

A REVERSE AND ENHANCED AODV ROUTING PROTOCOL FOR MANETS A REVERSE AND ENHANCED AODV ROUTING PROTOCOL FOR MANETS M. Sanabani 1, R. Alsaqour 2 and S. Kurkushi 1 1 Faculty of Computer Science and Information Systems, Thamar University, Thamar, Republic of Yemen

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

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

Presenting a multicast routing protocol for enhanced efficiency in mobile ad-hoc networks

Presenting a multicast routing protocol for enhanced efficiency in mobile ad-hoc networks Presenting a multicast routing protocol for enhanced efficiency in mobile ad-hoc networks Mehdi Jalili, Islamic Azad University, Shabestar Branch, Shabestar, Iran mehdijalili2000@gmail.com Mohammad Ali

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

Appointed BrOadcast (ABO): Reducing Routing Overhead in. IEEE Mobile Ad Hoc Networks

Appointed BrOadcast (ABO): Reducing Routing Overhead in. IEEE Mobile Ad Hoc Networks Appointed BrOadcast (ABO): Reducing Routing Overhead in IEEE 802.11 Mobile Ad Hoc Networks Chun-Yen Hsu and Shun-Te Wang Computer Network Lab., Department of Electronic Engineering National Taiwan University

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

AODV-PA: AODV with Path Accumulation

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

More information

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

1 Multipath Node-Disjoint Routing with Backup List Based on the AODV Protocol

1 Multipath Node-Disjoint Routing with Backup List Based on the AODV Protocol 1 Multipath Node-Disjoint Routing with Backup List Based on the AODV Protocol Vahid Zangeneh i and Shahriar Mohammadi ii * ABSTRACT In recent years, routing has been the most focused area in ad hoc networks

More information

Performance Comparison of AODV, DSDV and DSR Protocols in Mobile Networks using NS-2

Performance Comparison of AODV, DSDV and DSR Protocols in Mobile Networks using NS-2 , Vol 9(8), DOI: 10.17485/ijst/2016/v9i8/87948, February 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Performance Comparison of AODV, DSDV and DSR Protocols in Mobile Networks using NS-2 R.

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

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 COMPARISON OF MANET REACTIVE ROUTING PROTOCOLS USING OPNET SIMULATOR SANGEETA MONGA

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

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

Energy Efficient Routing Protocols in Mobile Ad hoc Network based on AODV Protocol

Energy Efficient Routing Protocols in Mobile Ad hoc Network based on AODV Protocol Energy Efficient Routing Protocols in Mobile Ad hoc Network based on AODV Protocol Ravneet Kaur M.Tech Scholar, Computer Science & Engineering (CSE), Lovely Professional University, India. ABSTRACT A Mobile

More information

ENERGY-AWARE FOR DH-AODV ROUTING PROTOCOL IN WIRELESS MESH NETWORK

ENERGY-AWARE FOR DH-AODV ROUTING PROTOCOL IN WIRELESS MESH NETWORK ENERGY-AWARE FOR DH-AODV ROUTING PROTOCOL IN WIRELESS MESH NETWORK Yousif Ali Saadi, Rosilah Hassan and Dahlila Putri Dahnil Network Communication Lab Research, Centre for Software Technology and Management

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

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

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

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

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

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

Chapter 7 CONCLUSION

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

More information

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

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

ENERGY BASED AODV ROUTING PROTOCOL FOR WIRELESS MESH NETWORK

ENERGY BASED AODV ROUTING PROTOCOL FOR WIRELESS MESH NETWORK International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 9, Issue 4, July - August 2018, pp. 77 83, Article ID: IJARET_09_04_007 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=9&itype=4

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

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

Performance of Ad-Hoc Network Routing Protocols in Different Network Sizes

Performance of Ad-Hoc Network Routing Protocols in Different Network Sizes Performance of Ad-Hoc Network Routing Protocols in Different Network Sizes Sudheer Kumar 1, Akhilesh Yadav 2 Department of Computer Science and Engineering Kanpur Institute of Technology, Kanpur sudheerkr21@gmail.co

More information

6. Node Disjoint Split Multipath Protocol for Unified. Multicasting through Announcements (NDSM-PUMA)

6. Node Disjoint Split Multipath Protocol for Unified. Multicasting through Announcements (NDSM-PUMA) 103 6. Node Disjoint Split Multipath Protocol for Unified Multicasting through Announcements (NDSM-PUMA) 6.1 Introduction It has been demonstrated in chapter 3 that the performance evaluation of the PUMA

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

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

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

Mobility and Density Aware AODV Protocol Extension for Mobile Adhoc Networks-MADA-AODV

Mobility and Density Aware AODV Protocol Extension for Mobile Adhoc Networks-MADA-AODV Journal of Computer Science 8 (1): 13-17, 2012 ISSN 1549-3636 2011 Science Publications Mobility and Density Aware AODV Protocol Extension for Mobile Adhoc Networks-MADA-AODV 1 S. Deepa and 2 G.M. Kadhar

More information

Performance Evaluation of AODV and DSR routing protocols in MANET

Performance Evaluation of AODV and DSR routing protocols in MANET Performance Evaluation of AODV and DSR routing protocols in MANET Naresh Dobhal Diwakar Mourya ABSTRACT MANETs are wireless temporary adhoc networks that are being setup with no prior infrastructure and

More information

Analysis of Black-Hole Attack in MANET using AODV Routing Protocol

Analysis of Black-Hole Attack in MANET using AODV Routing Protocol Analysis of Black-Hole Attack in MANET using Routing Protocol Ms Neha Choudhary Electronics and Communication Truba College of Engineering, Indore India Dr Sudhir Agrawal Electronics and Communication

More information

Probabilistic Mechanism to Avoid Broadcast Storm Problem in MANETS

Probabilistic Mechanism to Avoid Broadcast Storm Problem in MANETS , pp.479-486 http://dx.doi.org/1.14257/astl.217.147.67 Probabilistic Mechanism to Avoid Broadcast Storm Problem in MANETS G Parimala 1, B Suvarna 2, N Rajeswari 3 and Venkatesulu Dondeti 4 VFSTR University,

More information

Performance Evaluation of Two Reactive and Proactive Mobile Ad Hoc Routing Protocols

Performance Evaluation of Two Reactive and Proactive Mobile Ad Hoc Routing Protocols www.ijcsi.org 551 Performance Evaluation of Two Reactive and Proactive Mobile Ad Hoc Routing Protocols Kashif Ibrahim Qazi Javed Ahmed Abdul Qudoos Mirza Aamir Mehmood Department of Computer Science, Balochistan

More information

Effect of Variable Bit Rate Traffic Models on the Energy Consumption in MANET Routing Protocols

Effect of Variable Bit Rate Traffic Models on the Energy Consumption in MANET Routing Protocols Volume 1, Issue 3, October 2013 ISSN: 2320-9984 (Online) International Journal of Modern Engineering & Management Research Website: www.ijmemr.org Effect of Variable Bit Rate Traffic Models on the Energy

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

Performance Analysis of Routing Protocols in Mobile Ad-hoc Network (MANET)

Performance Analysis of Routing Protocols in Mobile Ad-hoc Network (MANET) Performance Analysis of Routing Protocols in Mobile Ad-hoc Network (MANET) Md. Zulfikar Alom 1, Tapan Kumar Godder 2, Mohammad NayeemMorshed 3, Student Member, IEEE 1,2 Department of Information & Communication

More information

A Hybrid Routing Protocol for Ad-hoc Wireless Network Based on Proactive and Reactive Routing Schemes

A Hybrid Routing Protocol for Ad-hoc Wireless Network Based on Proactive and Reactive Routing Schemes A Hybrid Routing Protocol for Ad-hoc Wireless Network Based on Proactive and Reactive Routing Schemes Chetana K. Kamate, Dr. Santosh L. Deshpande Department P.G. Studies in Computer Network and Engineering,

More information

Performance Evaluation of AODV DSDV and OLSR Routing Protocols with Varying FTP Connections in MANET

Performance Evaluation of AODV DSDV and OLSR Routing Protocols with Varying FTP Connections in MANET Performance Evaluation of AODV DSDV and OLSR Protocols with Varying FTP Connections in MANET Alok Upadhyay, Rupali Phatak Research Scholar, Asst. Professor -Department of Electronics & Communication Engineering

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

QUALITY OF SERVICE EVALUATION IN IEEE NETWORKS *Shivi Johri, **Mrs. Neelu Trivedi

QUALITY OF SERVICE EVALUATION IN IEEE NETWORKS *Shivi Johri, **Mrs. Neelu Trivedi QUALITY OF SERVICE EVALUATION IN IEEE 802.15.4 NETWORKS *Shivi Johri, **Mrs. Neelu Trivedi *M.Tech. (ECE) in Deptt. of ECE at CET,Moradabad, U.P., India **Assistant professor in Deptt. of ECE at CET, Moradabad,

More information

Impact of Node Velocity and Density on Probabilistic Flooding and its Effectiveness in MANET

Impact of Node Velocity and Density on Probabilistic Flooding and its Effectiveness 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. 12, December 2014,

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

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

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

A Comparative Analysis of Traffic Flows for AODV and DSDV Protocols in Manet

A Comparative Analysis of Traffic Flows for AODV and DSDV Protocols in Manet A Comparative Analysis of Traffic Flows for and Protocols in Manet Ranichitra.A 1, Radhika.S 2 1 Assistant Professor, 2 M.Phil Scholar, Department of Computer Science, Sri S.R.N.M College, Sattur, India

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

Relative Performance Analysis of Reactive (on-demand-driven) Routing Protocols

Relative Performance Analysis of Reactive (on-demand-driven) Routing Protocols Relative Performance Analysis of Reactive (on-demand-driven) Routing Protocols Mukesh Kumar Garg, Dr. Ela Kumar Abstract A Mobile Ad Hoc Network (MANET) is a group of wireless mobile computers (or nodes);

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

Mobile Ad-hoc and Sensor Networks Lesson 04 Mobile Ad-hoc Network (MANET) Routing Algorithms Part 1

Mobile Ad-hoc and Sensor Networks Lesson 04 Mobile Ad-hoc Network (MANET) Routing Algorithms Part 1 Mobile Ad-hoc and Sensor Networks Lesson 04 Mobile Ad-hoc Network (MANET) Routing Algorithms Part 1 Oxford University Press 2007. All rights reserved. 1 Ad-hoc networks deployment For routing, target detection,

More information

Performance Analysis of Aodv Protocol under Black Hole Attack

Performance Analysis of Aodv Protocol under Black Hole Attack International Journal of Scientific & Engineering Research Volume 2, Issue 8,August-2011 1 Performance Analysis of Aodv Protocol under Black Hole Attack Monika Roopak, Dr. Bvr Reddy ABSTRACT- Mobile Ad-hoc

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

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

Effects of Caching on the Performance of DSR Protocol

Effects of Caching on the Performance of DSR Protocol IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719, Volume 2, Issue 9 (September 2012), PP 07-11 Effects of Caching on the Performance of DSR Protocol Narinderjeet Kaur 1, Maninder

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

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

Evaluation of Routing Protocols for Mobile Ad hoc Networks

Evaluation of Routing Protocols for Mobile Ad hoc Networks International Journal of Soft Computing and Engineering (IJSCE) Evaluation of Routing Protocols for Mobile Ad hoc Networks Abstract Mobile Ad hoc network is a self-configuring infrastructure less network

More information

Secure Enhanced Authenticated Routing Protocol for Mobile Ad Hoc Networks

Secure Enhanced Authenticated Routing Protocol for Mobile Ad Hoc Networks Journal of Computer Science 7 (12): 1813-1818, 2011 ISSN 1549-3636 2011 Science Publications Secure Enhanced Authenticated Routing Protocol for Mobile Ad Hoc Networks 1 M.Rajesh Babu and 2 S.Selvan 1 Department

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

Multipath Routing Protocol for Congestion Control in Mobile Ad-hoc Network

Multipath Routing Protocol for Congestion Control in Mobile Ad-hoc Network 1 Multipath Routing Protocol for Congestion Control in Mobile Ad-hoc Network Nilima Walde, Assistant Professor, Department of Information Technology, Army Institute of Technology, Pune, India Dhananjay

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

A New Approach for Energy Efficient Routing in MANETs Using Multi Objective Genetic Algorithm

A New Approach for Energy Efficient Routing in MANETs Using Multi Objective Genetic Algorithm A New Approach for Energy Efficient in MANETs Using Multi Objective Genetic Algorithm Neha Agarwal, Neeraj Manglani Abstract Mobile ad hoc networks (MANET) are selfcreating networks They contain short

More information

Review on Packet Forwarding using AOMDV and LEACH Algorithm for Wireless Networks

Review on Packet Forwarding using AOMDV and LEACH Algorithm for Wireless Networks RESEARCH ARTICLE OPEN ACCESS Review on Packet Forwarding using AOMDV and LEACH Algorithm for Wireless Networks Mrs. P. V. Meghare 1, Prof. P. A. Deshmukh 2 1 Department of Computer Science, Nagpur University,

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

[Nitnaware *, 5(11): November 2018] ISSN DOI /zenodo Impact Factor

[Nitnaware *, 5(11): November 2018] ISSN DOI /zenodo Impact Factor [Nitnaware *, 5(11): November 218] ISSN 2348 834 DOI- 1.5281/zenodo.1495289 Impact Factor- 5.7 GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES INVESTIGATION OF DETECTION AND PREVENTION SCHEME FOR

More information

A Novel Review on Routing Protocols in MANETs

A Novel Review on Routing Protocols in MANETs Robinpreet Kaur & Mritunjay Kumar Rai Department of Electronics and Engineering, Lovely Professional University, Phagwara, Punjab, India E-mail : robin_turna@yahoo.com, raimritunjay@gmail.com Abstract

More information

A Survey on Cross-Layer Reliable Routing Protocols in MANETs

A Survey on Cross-Layer Reliable Routing Protocols in MANETs A Survey on Cross-Layer Reliable Routing Protocols in MANETs Chintan Bhavsar Assistant Professor, Computer Engineering Department, G. H Patel College of, V.V Nagar, Gujarat, India Abstract: A Mobile Ad

More information

PERFORMANCE EVALUATION OF DSR USING A NOVEL APPROACH

PERFORMANCE EVALUATION OF DSR USING A NOVEL APPROACH PERFORMANCE EVALUATION OF DSR USING A NOVEL APPROACH 1. Prof.S.P. Setti 2. Narasimha Raju K 3. Naresh Kumar K CS&SE Dept., CS&SE Dept., CS&SE Dept., AU College of Engineering, AU College of Engineering,

More information

Performance Comparison of Ad Hoc Routing Protocols over IEEE DCF and TDMA MAC Layer Protocols

Performance Comparison of Ad Hoc Routing Protocols over IEEE DCF and TDMA MAC Layer Protocols Performance Comparison of Ad Hoc Routing Protocols over IEEE 82.11 DCF and TDMA MAC Layer Protocols Govind. P. Gupta Computer Science Department R.K.G.I.T, Ghaziabad (India) er_gpgupta@yahoo.com A. K.

More information

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

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

More information

COMPARATIVE ANALYSIS AND STUDY OF DIFFERENT QOS PARAMETERS OF WIRELESS AD-HOC NETWORK

COMPARATIVE ANALYSIS AND STUDY OF DIFFERENT QOS PARAMETERS OF WIRELESS AD-HOC NETWORK COMPARATIVE ANALYSIS AND STUDY OF DIFFERENT QOS PARAMETERS OF WIRELESS AD-HOC NETWORK Nalin Gahlaut 1, Jaya sharma 2, Pankaj Kumar 3, Kaushal Kumar 4 1 Doctoral Candidate, Uttarakhand Technical University,

More information

Local Recovery of Routes for Reliability using Backup Nodes in MANETs

Local Recovery of Routes for Reliability using Backup Nodes in MANETs Local Recovery of Routes for Reliability using Backup Nodes in MANETs Madhura Krishna R K 1, Megha T 2, Meghana M S 3, Dr. K Raghuveer (Professor and Head) 4 1,2,3,4 Dept. of Information Science and Engineering,The

More information

International Journal of Scientific & Engineering Research, Volume 6, Issue 3, March ISSN

International Journal of Scientific & Engineering Research, Volume 6, Issue 3, March ISSN International Journal of Scientific & Engineering Research, Volume 6, Issue 3, March-2015 1464 Performance Evaluation of AODV and DSDV Routing Protocols through Clustering in MANETS Prof. A Rama Rao, M

More information

Wireless Networking & Mobile Computing

Wireless Networking & Mobile Computing Wireless Networking & Mobile Computing CS 752/852 - Spring 2012 Network Layer: Ad Hoc Routing Tamer Nadeem Dept. of Computer Science The OSI Communication Model Page 2 Spring 2012 CS 752/852 - Wireless

More information

Energy and Power Aware Stable Routing Strategy for Ad hoc Wireless Networks based on DSR

Energy and Power Aware Stable Routing Strategy for Ad hoc Wireless Networks based on DSR Energy and Power Aware Stable Routing Strategy for Ad hoc Wireless Networks based on Mr. Nirav Bhatt, Dr. Dhaval Kathiriya Reaserch Scholar, School of Computer Science, RK University, Rajkot Director IT,

More information