Design Considerations for an On-Demand Minimum Energy Routing Protocol for a Wireless Ad Hoc Network

Size: px
Start display at page:

Download "Design Considerations for an On-Demand Minimum Energy Routing Protocol for a Wireless Ad Hoc Network"

Transcription

1 7 1 Design Considerations for an On-Demand Minimum Energy Routing Protocol for a Wireless Ad Hoc Network Sheetalkumar Doshi, Timothy X Brown Department of Electrical Engg. University of Colorado at Boulder Boulder, CO Abstract A minimum energy routing protocol reduces the energy consumption of the nodes in a wireless ad hoc network by routing packets on routes that consume the minimum amount of energy to get the packets to their destination. This paper identifies the necessary features of an ondemand minimum energy routing protocol and suggests mechanisms for their implementation. We highlight the importance of efficient caching techniques to store the minimum energy route information and propose the use of an energy aware link cache for storing this information. We also compare the performance of an on-demand minimum energy routing protocol in terms of energy savings with an existing on-demand ad hoc routing protocol via simulation. I. INTRODUCTION Quite a few studies have been carried out which aim at reducing the energy consumption of a wireless ad hoc network. Past research has focused on energy savings schemes at the hardware and the operating system level. However, significant energy savings can be obtained at the routing level by designing minimum energy routing protocols that take into consideration the energy costs of a route when choosing the appropriate route. Ad hoc routing protocols can be classified as table-driven routing protocols and on-demand routing protocols. In our previous work [] we showed that the on-demand routing protocols are more energy efficient than the table-driven protocols because of the large routing overhead incurred in the latter. Hence an ondemand approach is a good basis for designing minimum energy routing protocols. Prior studies have been done that aim at designing minimum energy routing protocols. Subbarao [19] suggests a minimum power routing scheme that has been designed using the table-driven approach. Singh et al. [18] introduce power aware cost metrics for routes and design routing schemes that minimize these metrics. They also suggest MAC layer modifications which power down the nodes when inactive to obtain energy savings. The scheme suggested by Ramanathan et al. [15] brings about power savings by using transmit power adjustment to control the topology of a multi-hop wireless network. Rodoplu et al. [16] develop a distributed position based network protocol that uses location information to compute the minimum power relay route to the destination which minimizes the energy consumed for routing the packets. Chang et al. [4] propose algorithms to select routes and corresponding power levels in a static wireless ad hoc network such that the system lifetime (in terms of battery life) is maximized. Brown et al. [3] study the fairness of different power aware routing objectives. In this paper we enumerate the features that are required by a protocol to qualify as a minimum energy routing protocol. These features serve as a guideline for a minimum energy routing protocol design. We suggest mechanisms that can be used to derive a minimum energy routing version of existing ad hoc routing protocols. Finally, we test a minimum energy routing version of the Dynamic Source Routing protocol (DSR) on the network simulator (ns) framework and compare its performance with the existing version of DSR. II. ENERGY MODEL USED FOR THIS STUDY In this section we present the energy model used for our analysis. This model helps us justify the required features of a minimum energy routing protocol. The energy expended in sending a data-packet of size bytes over a given link can be modeled as (1) Feeney et al. [6] propose a similar model in their study to describe the per packet energy consumption. In our model, +,.-0/,.-0/ 1 "!$#&%('*) () !$#&%('*)9 : * where and are the background,.-0/ power and energy used up in sending the data-packet, is the power at which the MAC packets are transmitted,,.-0/ is the size of the MAC packets in bytes, is the size of the trailer and the header of the data-packet, is the power at which the data-packet is transmitted and '*) (3) is the transmission bit rate. In order to simplify our analysis, we assume and to be zero in our study. III. REQUIRED FEATURES OF A MINIMUM ENERGY ROUTING PROTOCOL This section enumerates the required features of a minimum energy routing protocol. A. Minimum energy routing protocols should calculate the cost of a link in terms of energy and employ transmit power control of data-packets over the link. Minimum energy routing protocols should take into consideration the energy cost of a route while choosing the appropriate route. The energy cost of a link in a route is the sum of the minimum energy required for transmission of a data-packet over that link and the additional signalling and packet processing cost. For a given threshold power 7, the minimum transmit power required for successful reception, assuming no fading, can be given as ; ;=< %( (4) where ; is the distance between the two nodes, > is the path loss exponent and is a constant. Typically > takes the value of 4. In case of maximum power minimum hop routing used in typical ad hoc routing protocols like the current version of DSR,

2 this transmit power is fixed to 80mW (as per wireless LAN specifications). To gain maximum energy savings, the minimum energy routing protocol should transmit the data-packet at power instead of the fixed transmit power. This can be achieved by employing dynamic transmit power control on the link. Using () and (3), and in (1) are A@ (5) Typical values in a two frame exchange MAC environment with ACKs sent at full power and a Mbps bit rate are C=DFEG%IHJLK3M and CLNODQP respectively. The minimum energy routing protocol should compute the link energy cost using (1) and should choose the route such that the energy cost of the route 7R+S given by 7TR+SU V (6) WYX < Z X < 7R[SU is the minimum over all available routes. B. Minimum energy routing protocols should discover the minimum energy routes. Consider a case where there are 4 nodes a, b, c, d in a straight line. The minimum energy route from Node a to Node d assuming that the value of in (1) is negligible is the multi-hop route a-b-c-d. [16] shows that the minimum energy routes in a network translate to multi-hop routes and the minimum energy routing protocol should be able to discover these minimum energy routes. The route discovery mechanisms of existing ondemand protocols are similar in the way the route discovery is initiated. For finding a route from Node a to Node d, the mechanisms initiate a Route Request packet broadcast from Node a. Assuming that this packet is heard by Nodes b and c, both nodes rebroadcast the packet. The packets broadcasted by Nodes b and c are heard by all nodes. However since Node c has already broadcasted the same request earlier, it ignores the request packet from Node b and Node d replies back to the requests it hears from Nodes b and c. Hence the on-demand routes discovered by Node a are a-b-d and a-c-d: The minimum energy route a-b-c-d is not discovered. Hence the existing versions of on-demand ad hoc routing protocols cannot qualify as minimum energy routing protocols. C. Minimum energy routing protocols should track the energy cost in the minimum energy routes. In the current version of on-demand ad hoc routing protocols, route maintenance is carried out by the route error packets only when the links are broken. No route maintenance is done to indicate the change in the quality of a link. No mechanism updates the information about the changing power requirements that occur on that route due to node mobility. Even after the minimum energy routes are discovered, the changes in the energy costs of the links have to be tracked so that the energy expended is as close to the minimum value as possible. In case the energy cost of a certain link rises due to the nodes moving apart, the route may no longer be the minimum energy route. Therefore, these changes in the energy cost need to be conveyed to the source node, so that it can choose other lower energy routes as needed. Hence a minimum energy routing protocol must have a mechanism for tracking the energy cost changes in the routes. Mobility also causes the creation of new lower energy routes. For example, with 3 nodes a, b, and c and the minimum energy route from Node a to Node c at one instance of time is a-c. Now because of node mobility, Node b moves to a position between Node a and Node c making the new optimal minimum energy route from Node a to Node c as a-b-c. Therefore, to maintain minimum energy routing, additional route maintenance which goes beyond achieving basic connectivity is required. D. Minimum energy routing protocols should scale with the number of nodes in the network. The overhead incurred by the minimum energy protocols in the process of minimum energy route discovery and maintenance should scale well with the number of nodes in the network. Minimum energy routes essentially translate to multi-hop routes and as the number of nodes in the network increase, the number of hops in the minimum energy route increase and so does the overhead in discovering and maintaining these routes. This overhead should be \ ] to ensure scaling of the protocol. IV. MECHANISMS TO IMPLEMENT THESE FEATURES Existing versions of on-demand ad hoc routing protocols do not possess most of the required features of a minimum energy routing protocol as demonstrated in the previous section. This section suggests mechanisms for the easy implementation of these features in the routing logic. A. Implementing link energy cost computation and transmit power control This mechanism can be implemented by modifying the route request packet header to include the power _^a` at which the packet was transmitted by the source node. Let be this transmit power in dbw. The receiving node receives this packet at power cb ` ^ in dbw. Let 7T[Z be the the minimum power level required for a successful reception in dbw. The minimum power required for the transmission of the ^d`"e packet so that it is successfully received by the receiver ( X < ) can be then calculated in dbw by the receiving node as ^d`"e X < ^a` ^ 73Z cb ` hg (7) where g is a margin to overcome the problem of unstable links due to channnel fluctuations and node mobility. The receiver node can read the value of ^a` from the header of the received packet. What essentially is being done in (7) is determining the value of in (5) so that the value of and in (1) can be computed. This power value _^a`"e X < is included along with the node ID in the route request packet information and the packet is re-broadcasted by the receiver node. The destination node reverses the route in the route request packet and inserts this power information for each hop in the routing header of the route reply packet to route the route reply packet to the source node using transmit power control at each hop. Each node in the reply path stores the value of this minimum transmit power required to get to the next hop _^a`"e X <. The source node gets the exact power values for each hop from the route reply from which it 9f

3 f can calculate the total energy cost of the route by using (5) and assuming a suitable value for. For routing the data-packet, in case of protocols like AODV [14], nodes of the network can simply look up the value of the minimum transmit power from their routing table and transmit the data-packet at the controlled power. For source routing on-demand protocols like DSR [10], this minimum transmit power value for each hop is included in the routing header of the data-packet by the source node and each node forwarding the packet simply looks up the next hop in the source route and the minimum power required to get there and transmits the packet at the controlled power level. B. Implementing route discovery of minimum energy routes This mechanism enables the node to store the route power information it hears in the route request packets. The node then snoops on route replies not directed to the node and checks if it lies on a lower energy path than advertised in the route reply using the stored route power information and the route reply power information. In case it lies on a lower energy path, the node sends a gratuitous route reply with the lower energy path to the source. In this manner the nodes can discover the minimum energy route. C. Implementing minimum energy route maintenance and link energy cost tracking This mechanism enables the nodes in a data-packet s source route to sense the power changes in the source route as the datapacket is forwarded to the destination. Each node senses the power at which it receives the data-packet and computes the new minimum transmit B^a`8e c^d`"e power X <(< i and the new minimum transmit energy X <(< i required by the previous node to successfully transmit the packet to it using (7) and (5) respectively. The B^a`"e current node compares this energy value to the original value X < c^a`8e calculated from X < (which is advertised in the source route in case of DSR and is present in the routing table in case of AODV) and if j ^d`"e X <(< i ^d`"e X < jlkml (8) l where is a threshold value in db, the node sets a flag in the routing header of the data-packet about the changed energy cost of the link and writes this new power value in the routing header. Now once the destination gets the data-packet, it checks the flag in the routing header of the data-packet and sends a gratuitous route reply packet containing the route with the new power information to the source. The intermediate nodes and the source node update their cache/routing table with this new power information and thus keep track of the energy cost changes of the links of the route. In case of node mobility, lower energy routes can form after the initial route discovery of a low energy route on which the data-packet flow is being sent. The route maintenance logic should discover and take advantage of these routes. This mechanism modifies the MAC ACK header to include the transmit power information of the ACK frame. A node can snoop on a data-packet not directed to itself and then on the ACK for the data-packet from the receiver. The node computes the energy cost from itself to the transmitter node ( R ^a` ) from the datapacket power information and the energy cost from itself to the receiver node ( R b ` ^a`"e ) from the ACK power information. Let X < be the advertised energy cost to get from the transmitter to the receiver node. Now if R b ` R ^dònmb^a`"e X < (9) the node understands that it lies on a lower energy path between the transmitter and the receiver nodes. It then sends out a gratuitous route reply to the source of the data-packet informing it about the lower energy route. This mechanism enables the nodes to keep track of the optimum minimum energy route over time. D. Ensuring scaling of the minimum energy routing protocol To ensure scaling, the protocol must converge to the minimum energy route keeping the overhead as \ p]. This can only be done if the routing and power information obtained in the route replies is stored and processed in an intelligent manner so that every route reply leads to a clearer topology view of the network at each node. This calls for storing the routing and the power information in a unified graph data structure of the node s current view of the network topology. [8] uses a similar structure, the so-called link cache for storing the information obtained from the route replies. We suggest the use of a similar data structure, the energy aware link cache, where the cost of each link is set as the energy cost. The energy aware link cache saves the information about the energy cost of each link ( and from (1)) from the route reply in an array and the well-known Dijkstra s shortest path algorithm is used to find the current minimum energy cost path through the graph to the destination node. Thus each route reply contributes in building 3q up a perfect topology view of the network and it takes \ replies from each node to obtain the perfect energy cost graph. The minimum energy routing protocol can thus converge to the minimum energy route with the routing overhead bounded as \ ]. V. A MINIMUM ENERGY ROUTING VERSION OF DSR We implemented the mechanisms discussed in the previous section in the DSR protocol logic in the network simulator (ns) to obtain a minimum energy routing version of the DSR protocol. We used the network simulator (ns) version.1b6 [5] for our simulations. We used the DSR version with the promiscuous tap disabled. The energy model we used was the one bundled with the ns-.1b6 package with the receiving cost of a packet set as zero in order to simplify our analysis. We employed the two frame exchange scheme for the MAC layer data transmission by setting the dot11rtsthreshold parameter to a value greater than the simulated data-packet size. We introduced a few other changes in the DSR code other than the mechanisms discussed above to obtain the minimum energy routing protocol version. They were: r Cache replies off: Maltz et al. [11] discuss the effect of ondemand behavior in ad hoc routing protocols and state in their results that in a typical simulation scenario, the majority of the route reply packets are based on cached data and only 59% of those replies carry valid routes. Hence for minimum energy routing where freshness of routes is even more important, we disabled route replies from the cache. r MAC layer ACK power control: In order to reduce the signaling cost per hop, we employed transmit power control of the MAC ACK packets on the link. 3

4 ù û ú þ ý f ü ö õô )(' ˆ ½ ~ ƒ ³ 4 õ ö ø s_tu vxwzy {& ~} ƒx z & ˆ ŠŒ ~ ŽQ & ~ & x š œž&ÿl5 ~ : 5 + = : _ª «( c±3²c³ Óµ~ ¹º» ¼½ ÇLÈ É Í&Î~Ï ¾Œ À ÁxÂzà Ä&Å~Æ ÓÕÔÖ ÚŒÛ Ü Ý ÞIß&àâáIã+ä3åæ ç è_éê3ë0ìâí î=ï ð:ñ5ò+ó=ô ÿ Fig. 1. Different types of caches. is the minimum transmit power required to get from Node i to Node j For a clear analysis of the energy expended by the nodes during the simulation, we categorized the energy consumed into various components to understand the effect of the different routing modifications/options on these components. Hence the total energy consumed was broken up as the follows: r Energy expended in DSR routing packets ( 7TR+SU X < ) r Energy expended in MAC signalling packets ( Be ) The data-packet energy was divided further into the following parts : r Be Energy consumed by the MAC header ( 47 ) r Energy consumed by the routing header ( 7R[SU X < 47 ) r Energy consumed by the data payload ( 46 W < ) Here we introduce a concept called the God energy: let us assume that nodes are given the precise routing information so that they have a perfect picture of the network topology. Each node then can determine the path that takes up the least energy to get a packet to its destination and the data is sent without any overheads. This energy is termed as the God energy of that packet. The routing efficiency of the protocol in terms of energy can be measured with respect to the God energy, R W < can be considered as the routing inefficiency. These energies were logged into the trace file by modifying the trace code to include these fields. DSR offers two design choices for the type of data structure used to represent the cache. In DSR, the route returned in each route reply that is received by the initiator of a route discovery represents a complete path which is a sequence of links leading from that node to the destination node. By caching each of these paths separately, a path cache can be formed. Alternatively, a link cache with an energy cost graph could be created as discussed in IV-D. Both these caching techniques are illustrated Ð&Ñ Ò ÊQËÌ ŒØ~Ù RT4 ú øù óòñ îï í ð êëì éè åæç, * + %& $#"! "! # $ %&' ( )+*,.-0/ ":;<5= >.?+@.A.BCDE F G H"IKJL+MN.OQP"RS.T.UVKWX Y.Z[]\^ _Q`.ab]cd"e]fg h"i jkl m.no"pq"r]s t]u v.w.x"y z{+ } Ž Š Œ ¾» À ¹»º ¼ µ ± ² Á Â. ] š œ Ÿž ] ] š ª «± ²]³. µÿ Q¹ º» ¼ ½ ¾Ÿ À Ã Ä Å Æ Ç ÝÞ ßà áâ.ã5ä ûü ý+þÿ!"$# %'& (')'* +, -.'/ : ; < =>?@ AB'C D E F G H I J K È]É.Ê Ë0ÌØ Ù Ú Û Ü ÍQÎ Ï Ð Ñ Ò ÓŸÔ Õ Ö Fig.. 10 node Random Way-point scenario speed m/sec LNM'O P Q RSUT VW X Y Z ['\ ] ^ _N` acb'd'ef gihkjmln o p qr s tu v w'x y z {$ } ~ $ƒ ' ' ˆ Š Œ Ž $ $ $ š œ ž Ÿ $ ª «Ó ë ì Á ÂÃÅÄ±Æ Ç È ÉËÊ Ì±ÍËÎ ÏÐÑÅÒ ÔÖÕ ËØËÙËÚËÛ ÜÝ Þàß á â ã»äëå±æ çëè é±ê íëî ï±ðëñ -/ : ; I JKLM NPOQSR TU VWX YZ[\] ^_`a b/ccdfeeg h8ijk l/m nop q rst uvwx òó ôàõcö ø»ùëú±û üëý þ ÿ Fig node Random Way-point scenario speed 0.1 m/sec in Fig. 1. We experimented with both types of caches to observe which of these satisfy the criteria in III-D. VI. TEST PROCEDURE We compared the performance in terms of energy savings of four versions of the DSR protocol viz. r DSR with path cache: This is the existing version of DSR that is bundled with the ns-.1b6 simulator package. The caching mechanism used in this protocol is the path cache. r DSR with link cache: This version of DSR is obtained by using a link cache data structure defined in [8] to store the route. r Minimum energy routing DSR with path cache: This is the minimum energy routing version of the DSR using the path cache to store and process the routing and energy cost information. r Minimum energy routing DSR with the energy aware link cache: This is the minimum energy routing version of the DSR using the energy aware link cache to store and process the routing and energy cost information. We used random way-point movement scenarios to study the effect of mobility and scaling in terms of data traffic on the minimum energy routing protocols. The average node speeds considered were 0.001, 0.1 and 1 m/s. The number of nodes considered were 10, 15, 0 and 5 with topology sizes as 600x300, 1000x300, 100x300 and 1500x300 y respectively. The traffic sources considered were CBR sources with a packet rate of 0.1

5 PON Ý Ü Û Þ Ú Ð Ì È Ä 5 S Q R LM KJI G F H CDE BA >?@ á â ß à z{ } ~ ƒ f ˆ Š Œ Ž Ẽš œ žÿ Ë Cª«Ē ±²³ µ ¹ º8»¼½f¾ EÀfÁ ÃEÄ ÅÇÆÈ ÉÊËEÌÍEÎfÏ ÐfÑ ÒÓfÔfÕ Ö ØÙ ÑÓÒ Ô ÍÂÎ Ï ÉÂÊ Ë Å=Æ Ç ÀÂÁ à ö ãfäåçæ èêé ëì í î ï ð ñòfóõô ùøçú ûêü ý þ ÿ :8;=< TVU WYX8Z [ \^]%_a`=b c d=eyfyg hvikj lam8n=o p q%rysyt uwvyxzy {^ }a~8 = = Yƒ8 = = Yˆ VŠk Œ Ž= = Y V Y 8 8 aš =œ= až "! #%$&'( )* +, -. /013 Fig nodes Random Way-point scenario speed 1 m/sec ŸY a Y % Y ^ Yª «a w w ± ²a³ µy w Y a¹yº»y¼8½8¾ >@?ACB DE!"$#$%&')()*,+$-.0/ 1 F GIH J KML N O$P Q $3 4 5)687)9 :$; <$= p@qrcs tu RS TU V WX$Y$Z[\)])^M_ v,wix y)z {$ M}@~ $ `acb cd)ef g)hji$k ƒ) l)m $Š n$o Œ Ž$ ) ) M Cš œ) ž,ÿ$j ) ) $ ª «¹$º,» ¼½ ¾ )À)ÁM ± ² ³ $µ ÃÄCÅ Æ Ç)È É,Ê$ËjÌ)Í Î)Ï Ð$Ñ ÒÓÔ Õ Ö Ø,ÙIÚ Û)Ü Ý$ÞMß àâá$ã ä å)æç)è é ê ë$ì í ÕÖØ ^Ù8Ú8ÛzÜ ÝßÞáà^â^ã8äzå æßçéè^ê^ë8ìzí îzïáð^ñ^ò8ó ô õ ö= wøaù=ú%û=ü ýyþ=ÿ Fig. 5. Effect of scaling on energy cost packets/sec/node and size of 51 bytes. In all of these scenarios, each node is a source and a sink for a traffic flow. The flows started at îðïòñ and continued till the end of the simulation. The results for each scenario can be observed for the various protocols in Fig. 5. The results for different mobility rates indicate that the minimum energy routing protocol performs best in static and slow mobility scenarios where its energy consumption is within a factor of 3 of the god energy. As the mobility of the scenario rises, the minimum energy routing protocol s energy consuption rises above the factor of 3, but it still performs better than the existing protocol version in terms of energy savings. The results for different number of nodes in the network gives a indication regarding scaling issues of the protocol versions. From the results it is clear that the Minimum energy routing DSR with path cache will not scale as the routing overhead is a non-linear function of the number of nodes ó. The routing overhead of the Minimum energy routing DSR with the energy aware link cache is a linear function of the number of nodes as seen in the results and thus this indicates that this protocol will scale with the number of nodes in the network. It can also be observed that the reduction in the energy consumption by using the minimum energy routing protocol is primarily due to the reduction in the routing inefficiency of the protocol and the use of transmit power control which is brought about by implementing the requirements of the minimum energy routing protocols. VII. CONCLUSIONS Our experimental results justify the necessity of the required features of a minimum energy routing protocol. These features are very generic in nature and can be used as a guideline for designing new minimum energy routing protocols. We have shown that these features can be easily implemented on an existing version of the protocol to derive a minimum energy routing version of the protocol. The minimum energy routing protocol energy consumption is around a factor of 4 times more than the god energy as compared to a factor of times in case of the existing protocol. It is also clear from the results that a minimum energy routing protocol should employ a unified graph data structure to store the routing and power information so that it can converge to the minimum energy route faster making the routing overhead as ôöõâóø. Future work plans include implementing these features on an ad hoc routing test-bed consisting of laptops and wireless Ethernet cards. REFERENCES [1] Broch, J., Maltz, D., et al. A performance comparison of multi-hop wireless ad hoc network routing protocols, Proc. of MOBICOM, 1998, pp [] Brown, T.X, Doshi, S., Zhang, Q., Optimal power aware routing in a wireless ad hoc network, IEEE LANMAN 001 Workshop Proceedings, pp [3] Brown, T.X, Zhang, Q., Gabow, H., Maximum Flow Life Curve for a Wireless Ad Hoc Network, MOBIHOC 001 [4] Chang, J., Tassiluas, L., Energy Conserving Routing in Wireless Ad-Hoc Networks, Proceedings of IEEE INFOCOM 000, pp. -31, 000. [5] Fall, K., Varadhan, K., The ns Manual, (formerly ns Notes and Documentation), The VINT Project: A collaboration between researchers at UC Berkeley, LBL, USC/ISI and Xerox PARC [6] Feeney, L., Nilsson, M., Investigating the Energy Consumption of a Wireless Network Interface in an Ad Hoc Networking Environment, IEEE IN- FOCOM 001 [7] Grace, D., Tozer, T., Burr, A., Reducing Call Dropping in Distributed Dynamic Channel Assignment Algorithms by Incorporating Power Control in Wireless Ad Hoc Networks, IEEE JSAC, Vol. 18, No. 11, November 000, pp [8] Hu, Y., Johnson, D., Caching Strategies in On-Demand Routing Protocols for Wireless Ad Hoc Networks, Proceedings of MobiCom 000, August 000, pp [9] IEEE Standards Department, Draft Standard IEEE Wireless LANs. [10] Johnson, D., Maltz, D., Dynamic Source Routing in Ad Hoc Wireless Networks, Mobile Computing, Chapter 5, pp , Kluwer Academic Publishers, [11] Maltz, D., Broch, J., Jetcheva, J., Johnson, D. The Effects of On-Demand Behavior in Routing Protocols for Multi-Hop Wireless Ad Hoc Networks, IEEE JSAC, August 1999, Volume 17, Number 8, pp [1] Maltz, D., Broch, J., Johnson, D., Experiences Designing and Building a Multi-Hop Wireless Ad Hoc Network Testbed, CMU School of Computer Science Technical Report CMU-CS , March [13] Perkins, C., Bhagwat, P., Highly Dynamic Desination-Sequenced- Distance-Vector Routing (DSDV) for Mobile Computers, Comp. Commun. Rev., Oct. 1994, pp [14] Perkins, C., Royer, E., Ad-Hoc On-Demand Distance Vector Routing, Proc. nd IEEE Wksp. Mobile Comp. Sys. and Apps., Feb. 1999, pp [15] Ramanathan, R., Rosales-Hain, R., Topology control of Multihop Wireless Networks using transmit power adjustment, IEEE INFOCOM 000, pp [16] Roduplu, V., Meng, T., Minimum energy mobile wireless networks, IEEE JSAC, v. 17, n. 8, Aug. 1999, pp [17] Royer, E., Toh, C., A Review of Current Routing Protocols for Ad Hoc Mobile Wireless Networks, IEEE Personal Communications, April 1999, pp [18] Singh, S., Woo, M., and Raghavendra, C.S., Power aware routing in mobile ad hoc networks, Proc. of MOBICOM, 1998, pp [19] Subbarao, M.W., Dynamic Power-Conscious Routing for MANETs: An Initial Approach, Proc. IEEE VTC, Amsterdam, The Netherlands, Sept

An On-demand Minimum Energy Routing Protocol for a Wireless Ad Hoc Network

An On-demand Minimum Energy Routing Protocol for a Wireless Ad Hoc Network An On-demand Minimum Energy Routing Protocol for a Wireless Ad Hoc Network Sheetalkumar Doshi a Shweta Bhandare b Timothy X Brown a;b doshi@colorado.edu bhandare@colorado.edu timxb@colorado.edu a Department

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

DYNAMIC ROUTES THROUGH VIRTUAL PATHS ROUTING FOR AD HOC NETWORKS

DYNAMIC ROUTES THROUGH VIRTUAL PATHS ROUTING FOR AD HOC NETWORKS DYNAMIC ROUTES THROUGH VIRTUAL PATHS ROUTING FOR AD HOC NETWORKS Abdulrahman H. Altalhi Computer Science Department University of New Orleans New Orleans, LA, 70148 USA Golden G. Richard, III Abstract

More information

Pointers & Arrays. CS2023 Winter 2004

Pointers & Arrays. CS2023 Winter 2004 Pointers & Arrays CS2023 Winter 2004 Outcomes: Pointers & Arrays C for Java Programmers, Chapter 8, section 8.12, and Chapter 10, section 10.2 Other textbooks on C on reserve After the conclusion of this

More information

Power Aware Routing using Power Control in Ad Hoc Networks

Power Aware Routing using Power Control in Ad Hoc Networks Power Aware Routing using Power Control in Ad Hoc Networks Eun-Sun Jung and Nitin H. Vaidya Dept. of Computer Science, Texas A&M University, College Station, TX 77843, USA Email: esjung@cs.tamu.edu, Dept.

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 Graph-based Approach to Compute Multiple Paths in Mobile Ad Hoc Networks

A Graph-based Approach to Compute Multiple Paths in Mobile Ad Hoc Networks A Graph-based Approach to Compute Multiple Paths in Mobile Ad Hoc Networks Gunyoung Koh, Duyoung Oh 1 and Heekyoung Woo 2 1 School of Electrical Engineering and Computer Science Seoul National University,

More information

Qutaiba A. Razouqi Ali H. Afsari Electrical Engineering Department, Kuwait University P.O.BOX: 5969 Safat. Code No:13060 Kuwait

Qutaiba A. Razouqi Ali H. Afsari Electrical Engineering Department, Kuwait University P.O.BOX: 5969 Safat. Code No:13060 Kuwait MEP -AODV: AODV-Based MAXIMUM ENERGY PATH ROUTING IN AD HOC NETWORKS Qutaiba A. Razouqi Ali H. Afsari Electrical Engineering Department, Kuwait University P.O.BOX: 5969 Safat. Code No:13060 Kuwait karr@eng.kuniv.edu.kw

More information

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

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

More information

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

forward packets do not forward packets

forward packets do not forward packets Power-aware Routing in Wireless Packet Networks Javier Gomez, Andrew T. Campbell Dept. of Electrical Engineering Columbia University, N 10027, USA Mahmoud Naghshineh, Chatschik Bisdikian IBM T.J. Watson

More information

A NEW ENERGY LEVEL EFFICIENCY ISSUES IN MANET

A NEW ENERGY LEVEL EFFICIENCY ISSUES IN MANET A NEW ENERGY LEVEL EFFICIENCY ISSUES IN MANET K. ARULANANDAM 1 and Dr. B. PARTHASARATHY 2 1 Research scholar, Vinayaka Mission University, Salem, Tamilnadu 2 Dean, Mailam Engineering College, Tindivanam.

More information

A Reliable Route Selection Algorithm Using Global Positioning Systems in Mobile Ad-hoc Networks

A Reliable Route Selection Algorithm Using Global Positioning Systems in Mobile Ad-hoc Networks A Reliable Route Selection Algorithm Using Global Positioning Systems in Mobile Ad-hoc Networks Won-Ik Kim Radio Performance Analysis Section Electronics & Telecommunications Research Institute 161 Kajong-dong,

More information

Energy Saving and Survival Routing Protocol for Mobile Ad Hoc Networks

Energy Saving and Survival Routing Protocol for Mobile Ad Hoc Networks Energy Saving and Survival Routing Protocol for Mobile Ad Hoc Networks Baisakh Department of Computer Science and Engineering, Jaypee University of Engineering and Technology, Guna, Madhya Pradesh, India

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

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

Performance Comparison of MANETs Routing Protocols for Dense and Sparse Topology

Performance Comparison of MANETs Routing Protocols for Dense and Sparse Topology 2012 International Conference on Information and Computer Networks (ICICN 2012) IPCSIT vol. 27 (2012) (2012) IACSIT Press, Singapore Performance Comparison of MANETs Routing Protocols for Dense and Sparse

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

Minimum Energy Routing Schemes for a Wireless Ad Hoc Network

Minimum Energy Routing Schemes for a Wireless Ad Hoc Network IEEE INFOCOM 2002 1 Minimum Energy Routing Schemes for a Wireless Ad Hoc Network Sheetalkumar Doshi, Timothy X Brown Abstract Many theoretical studies show that power consumed by the routing of data-packets

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

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

An Extensive Simulation Analysis of AODV Protocol with IEEE MAC for Chain Topology in MANET

An Extensive Simulation Analysis of AODV Protocol with IEEE MAC for Chain Topology in MANET An Extensive Simulation Analysis of AODV Protocol with IEEE 802.11 MAC for Chain Topology in MANET V.K.Taksande 1, Dr.K.D.Kulat 2 1 Department of Electronics & Communication, Nagpur University Priyadarshini

More information

Performance Analysis of Three Routing Protocols for Varying MANET Size

Performance Analysis of Three Routing Protocols for Varying MANET Size Proceedings of the International MultiConference of Engineers and Computer Scientists 8 Vol II IMECS 8, 9- March, 8, Hong Kong Performance Analysis of Three Routing Protocols for Varying MANET Size N Vetrivelan,

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

A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols

A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols By Josh Broch, David A. Maltz, David B. Johnson, Yih- Chun Hu, Jorjeta Jetcheva Presentation by: Michael Molignano Jacob

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

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

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

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

More information

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

IN a mobile ad hoc network, nodes move arbitrarily.

IN a mobile ad hoc network, nodes move arbitrarily. IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. 5, NO. 6, JUNE 2006 609 Distributed Cache Updating for the Dynamic Source Routing Protocol Xin Yu Abstract On-demand routing protocols use route caches to make

More information

Performance of Route Caching Strategies in Dynamic Source Routing

Performance of Route Caching Strategies in Dynamic Source Routing Performance of Route Caching Strategies in Dynamic Source Routing Mahesh K. Marina Samir R. Das Department of Electrical & Computer Engineering and Computer Science University of Cincinnati Cincinnati,

More information

ESAR: An Energy Saving Ad Hoc Routing Algorithm for MANET

ESAR: An Energy Saving Ad Hoc Routing Algorithm for MANET : An Energy Saving Ad Hoc Routing Algorithm for MANET Utkarsh 1, Mukesh Mishra 2 and Suchismita Chinara 3 Department of Computer Science and Engineering, National Institute of Technology Rourkela, Rourkela,

More information

Comparative Study for MCDS and DSR Which Are Used For Packet Forwarding In Ad Hoc Network

Comparative Study for MCDS and DSR Which Are Used For Packet Forwarding In Ad Hoc Network Vol.3, Issue.1, Jan-Feb. 13 pp--3 ISSN: 9-5 Comparative Study for and Which Are Used For Packet Forwarding In Ad Hoc Network Prof. Nirmala Chouhan Thorwe, 1 Dr. Dinesh. M. Yadav, Manoj Chouhan 3 1 Computer

More information

IMPACT OF MOBILITY SPEED ON PROACTIVE AND REACTIVE ROUTING PROTOCOLS IN MOBILE ADHOC NETWORKS

IMPACT OF MOBILITY SPEED ON PROACTIVE AND REACTIVE ROUTING PROTOCOLS IN MOBILE ADHOC NETWORKS IMPACT OF MOBILITY SPEED ON PROACTIVE AND REACTIVE ROUTING PROTOCOLS IN MOBILE ADHOC NETWORKS E. Gnanamanoharan and R. Bensraj Department of Electrical Engineering, Annamalai University, Tamil Nadu, India

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

Node Density based Performance Analysis of Two Reactive Routing Protocols in Mobile Ad-hoc Networks

Node Density based Performance Analysis of Two Reactive Routing Protocols in Mobile Ad-hoc Networks Node Density based Performance Analysis of Two Reactive Routing Protocols in Mobile Ad-hoc Networks Gurleen Kaur Walia 1, Charanjit Singh 2 1,2 UCoE Department, Punjabi University, Patiala, Punjab, India

More information

A Location-based Directional Route Discovery (LDRD) Protocol in Mobile Ad-hoc Networks

A Location-based Directional Route Discovery (LDRD) Protocol in Mobile Ad-hoc Networks A Location-based Directional Route Discovery (LDRD) Protocol in Mobile Ad-hoc Networks Stephen S. Yau, Wei Gao, and Dazhi Huang Dept. of Computer Science and Engineering Arizona State University Tempe,

More information

A Performance Comparison of Multicast Routing Protocols In Ad hoc Networks

A Performance Comparison of Multicast Routing Protocols In Ad hoc Networks A Performance Comparison of Multicast Routing Protocols In Ad hoc Networks Hasnaa MOUSTAFA and Houda LABIOD ENST - INFRES Department - 46 Rue Barrault 75634 Paris cedex 3 Paris - France Tel: +33 ().45.8.74.36

More information

Bandwidth Efficient Distant Vector Routing for Ad Hoc Networks

Bandwidth Efficient Distant Vector Routing for Ad Hoc Networks Bandwidth Efficient Distant Vector Routing for Ad Hoc Networks Ralph Jansen and Bernd Freisleben Department of Electrical Engineering & Computer Science University of Siegen Hölderlinstr. 3 D 57068 Siegen

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

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

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

[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

Simulation Based Performance Analysis of Routing Protocols Using Random Waypoint Mobility Model in Mobile Ad Hoc Network

Simulation Based Performance Analysis of Routing Protocols Using Random Waypoint Mobility Model in Mobile Ad Hoc Network Global Journal of Computer Science and Technology Volume 11 Issue 1 Version 1.0 February 2011 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc. (USA) Online

More information

Power aware Multi-path Routing Protocol for MANETS

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

More information

PERFORMANCE ANALYSIS OF POWER-AWARE ROUTE SELECTION PROTOCOLS IN MOBILE AD HOC NETWORKS

PERFORMANCE ANALYSIS OF POWER-AWARE ROUTE SELECTION PROTOCOLS IN MOBILE AD HOC NETWORKS PERFORMANCE ANALYSIS OF POWER-AWARE ROUTE SELECTION PROTOCOLS IN MOBILE AD HOC NETWORKS DONGKYUN KIM, J.J. GARCIA-LUNA-ACEVES AND KATIA OBRACZKA Computer Engineering Department University of California

More information

Computer and Information Science February, 2010

Computer and Information Science February, 2010 Improvement in Network Lifetime for On-Demand Routing in Mobile Ad hoc Networks Using either On-Demand Recharging or Transmission Power Control or Both Natarajan Meghanathan (Corresponding Author) Department

More information

Energy Consumption Speed-Based Routing for Mobile Ad Hoc Networks

Energy Consumption Speed-Based Routing for Mobile Ad Hoc Networks Energy Consumption Speed-Based Routing for Mobile Ad Hoc Networks Lamia Romdhani and Christian Bonnet Eurécom Institute - Mobile Communications Department BP 9 - F 694 Sophia-Antipolis - Phone: + ()4.9..6.66

More information

Performance Evolution of Proactive and Reactive Routing Protocols in Mobile Ad Hoc Networks

Performance Evolution of Proactive and Reactive Routing Protocols in Mobile Ad Hoc Networks Performance Evolution of Proactive and Reactive Routing Protocols in Mobile Ad Hoc Networks E.Gnanamanoharan 1 and R. Bensraj 2 Department of Electrical Engineering 1, 2 Annamalai University 1, 2 Email:

More information

A New Energy-Aware Routing Protocol for. Improving Path Stability in Ad-hoc Networks

A New Energy-Aware Routing Protocol for. Improving Path Stability in Ad-hoc Networks Contemporary Engineering Sciences, Vol. 8, 2015, no. 19, 859-864 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2015.57207 A New Energy-Aware Routing Protocol for Improving Path Stability

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

Efficient On-Demand Routing for Mobile Ad-Hoc Wireless Access Networks

Efficient On-Demand Routing for Mobile Ad-Hoc Wireless Access Networks Efficient On-Demand Routing for Mobile Ad-Hoc Wireless Access Networks Joo-Han Song, Vincent Wong and Victor Leung Department of Electrical and Computer Engineering The University of British Columbia 56

More information

STUDY ON MOBILE ADHOC NETWORK ROUTING PROTOCOLS

STUDY ON MOBILE ADHOC NETWORK ROUTING PROTOCOLS International Journal of Information Technology and Knowledge Management January-June 2012, Volume 5, No. 1, pp. 155-158 STUDY ON MOBILE ADHOC NETWORK ROUTING PROTOCOLS Monika ABSTRACT: In Many wireless

More information

A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols. Broch et al Presented by Brian Card

A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols. Broch et al Presented by Brian Card A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols Broch et al Presented by Brian Card 1 Outline Introduction NS enhancements Protocols: DSDV TORA DRS AODV Evaluation Conclusions

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

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

Implementation study of Hybrid caching scheme in Wireless P2P networks with Asymmetric Cooperative caching

Implementation study of Hybrid caching scheme in Wireless P2P networks with Asymmetric Cooperative caching Implementation study of Hybrid caching scheme in Wireless P2P networks with Asymmetric Cooperative caching B.S.V.N.L.GAYATRI,Dr M.H.M. KRISHNA PRASAD Dept of Information Technology, UCEV JNTUK, Vizianagaram,

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

3. Evaluation of Selected Tree and Mesh based Routing Protocols

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

More information

Overhead Reduction and Performance Enhancement of AODV and DSR Routing Protocols

Overhead Reduction and Performance Enhancement of AODV and DSR Routing Protocols Overhead Reduction and Performance Enhancement of AODV and DSR Routing Protocols Prabhat Kumar Khemariya Department of Electronics & Communication Engineering Sagar Institute of Research, Technology and

More information

Dynamic Source Routing in ad hoc wireless networks

Dynamic Source Routing in ad hoc wireless networks Dynamic Source Routing in ad hoc wireless networks David B. Johnson David A. Maltz Computer Science Department Carnegie Mellon University In Mobile Computing, vol. 353, chapter 5, T. Imielinski and H.

More information

Study of Route Reconstruction Mechanism in DSDV Based Routing Protocols

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

More information

INVESTIGATING THE SCALABILITY OF THE FISH-EYE STATE ROUTING PROTOCOL FOR AD HOC NETWORKS

INVESTIGATING THE SCALABILITY OF THE FISH-EYE STATE ROUTING PROTOCOL FOR AD HOC NETWORKS INVESTIGATING THE SCALABILITY OF THE FISH-EYE STATE ROUTING PROTOCOL FOR AD HOC NETWORKS 1 NATARAJAN MEGHANATHAN, 2 AYOMIDE ODUNSI 1 Asstt Prof., Department of Computer Science, Jackson State University,

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

PERFORMANCE EVALUATION OF TCP OVER ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKS

PERFORMANCE EVALUATION OF TCP OVER ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKS PERFORMANCE EVALUATION OF TCP OVER ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKS Md. Abdullah-Al-Mamun, M. Mahbubur Rahman Department of Information and Communication Engineering Islamic University Kushtia

More information

Design and Implementation of a Simulator for Ad Hoc Network Routing Protocols

Design and Implementation of a Simulator for Ad Hoc Network Routing Protocols Design and Implementation of a Simulator for Ad Hoc Network Routing Protocols Mudit, Sachin Chaudhary Abstract In consideration of adaptability to the environment and flexibility in protocol construction,

More information

Volume 3, Issue 6, June 2015 International Journal of Advance Research in Computer Science and Management Studies

Volume 3, Issue 6, June 2015 International Journal of Advance Research in Computer Science and Management Studies Volume 3, Issue 6, June 2015 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com Analysis

More information

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

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

More information

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

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

Measure of Impact of Node Misbehavior in Ad Hoc Routing: A Comparative Approach

Measure of Impact of Node Misbehavior in Ad Hoc Routing: A Comparative Approach ISSN (Print): 1694 0814 10 Measure of Impact of Node Misbehavior in Ad Hoc Routing: A Comparative Approach Manoj Kumar Mishra 1, Binod Kumar Pattanayak 2, Alok Kumar Jagadev 3, Manojranjan Nayak 4 1 Dept.

More information

A Study on Mobile Internet Protocol and Mobile Adhoc Network Routing Protocols

A Study on Mobile Internet Protocol and Mobile Adhoc Network Routing Protocols International Journal of Computer Science & Communication Vol. 1, No. 2, July-December 2010, pp. 185-189 A Study on Mobile Internet Protocol and Mobile Adhoc Network Routing Protocols B.V. Manikyala Rao

More information

The Impact of Transmission Power on the Performance of MANET Routing Protocols

The Impact of Transmission Power on the Performance of MANET Routing Protocols IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 2 (Feb. 2013), V3 PP 34-41 The Impact of Transmission Power on the Performance of MANET Routing Protocols V.Lalitha

More information

Assistant Professor & Head. Keywords- MANETs, Routing Protocol, Energy Consumption, protocol stack, mobile nodes.

Assistant Professor & Head. Keywords- MANETs, Routing Protocol, Energy Consumption, protocol stack, mobile nodes. Volume 4, Issue 3, March 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Improving Packet

More information

A Novel Power Optimized Routing Model for Mobile Ad Hoc Networks

A Novel Power Optimized Routing Model for Mobile Ad Hoc Networks A Novel Power Optimized Routing Model for Mobile Ad Hoc Networks Ashay Indrabhan Rokade Mtech, VVIT College Hyderabad, India rokadeashay@gmail.com Abstract: In today s world, Energy preservation is significant

More information

Adaptive Routing For Ad Hoc Wireless Networks Providing QoS Guarantees

Adaptive Routing For Ad Hoc Wireless Networks Providing QoS Guarantees Adaptive Routing For Ad Hoc Wireless Networks Providing QoS Guarantees Gautam Barua and Indraneel Chakraborty CSE Dept., Indian Institute of Technology North Guwahati, Guwahati 781031, India. e-mail: gb@iitg.ernet.in

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

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

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

More information

Security Scheme for Distributed DoS in Mobile Ad Hoc Networks

Security Scheme for Distributed DoS in Mobile Ad Hoc Networks Security Scheme for Distributed DoS in Mobile Ad Hoc Networks Sugata Sanyal 1, Ajith Abraham 2, Dhaval Gada 3, Rajat Gogri 3, Punit Rathod 3, Zalak Dedhia 3 and Nirali Mody 3 1 School of Technology and

More information

Security Scheme for Malicious Node Detection in Mobile Ad Hoc Networks

Security Scheme for Malicious Node Detection in Mobile Ad Hoc Networks Security Scheme for Malicious Node Detection in Mobile Ad Hoc Networks Punit Rathod 1, Nirali Mody 1, Dhaval Gada 1, Rajat Gogri 1, Zalak Dedhia 1, Sugata Sanyal 2 and Ajith Abraham 3 1 Mumbai University,

More information

Enhancing the Performance of Mobile Ad Hoc Networks with the Aid of Internet Gateways 1

Enhancing the Performance of Mobile Ad Hoc Networks with the Aid of Internet Gateways 1 Enhancing the Performance of Mobile Ad Hoc Networks with the Aid of Internet Gateways 1 Shiv Mehra and Chansu Yu Department of Electrical and Computer Engineering Cleveland State University E-mail: {s.mehra,c.yu91}@csuohio.edu

More information

AWERProcedia Information Technology & Computer Science

AWERProcedia Information Technology & Computer Science AWERProcedia Information Technology & Computer Science Vol 03 (2013) 1424-1429 3 rd World Conference on Information Technology (WCIT-2012) Comparison of routing protocols in mobile ad-hoc wireless networks

More information

Performance evaluation of AODV, DSR and DSDV in mobile ad-hoc network using NS-2

Performance evaluation of AODV, DSR and DSDV in mobile ad-hoc network using NS-2 Performance evaluation of AODV, DSR and DSDV in mobile ad-hoc network using NS-2 Fan-Shuo KONG, Bei-Bei CUI School of Software Engineering, Beijing University of Technology, Beijing, China e-mail: kongfanshuo0224@163.com,

More information

A Review of Power Aware Routing in Wireless Ad-hoc Networks

A Review of Power Aware Routing in Wireless Ad-hoc Networks Varaprasad.Ummadi et al IJCSET August 2013 Vol 3, Issue 8, 279-283 A Review of Power Aware Routing in Wireless Ad-hoc Networks Varaprasad.Ummadi, Dr Syed Umar, V N Satya Sai Anil Kumar Pilaka Department

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

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

Analysis of Network Traffic in Ad-Hoc Networks based on DSDV Protocol

Analysis of Network Traffic in Ad-Hoc Networks based on DSDV Protocol Analysis of Network Traffic in Ad-Hoc Networks based on DSDV Protocol with Emphasis on Mobility and Communication Patterns Vahid Garousi Department of Systems and Computer Engineering Carleton University,

More information

Routing Protocols in MANETs

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

More information

Performance Metrics of MANET in Multi-Hop Wireless Ad-Hoc Network Routing Protocols

Performance Metrics of MANET in Multi-Hop Wireless Ad-Hoc Network Routing Protocols Performance Metrics of MANET in Multi-Hop Wireless Ad-Hoc Network Routing Protocols R.Devi, B.Sumathi, T.Gandhimathi, G.Alaiyarasi 1 st year, M.Tech (Software Engineering), Department of Information Technology,

More information

Improvement of Robustness for Ad Hoc Networks Through Energy-Aware Routing

Improvement of Robustness for Ad Hoc Networks Through Energy-Aware Routing Improvement of Robustness for Ad Hoc Networks Through Energy-Aware Routing Veena Venugopal 1,2, Radim Bartoš 3, Michael J. Carter 1, and Sai S. Mupparapu 1,2 1 Department of Computer and Electrical Engineering

More information

Maharishi Markandeshwar University

Maharishi Markandeshwar University RESEARCH ARTICLE OPEN ACCESS Simulation Based Performance Comparison of Adhoc Routing Protocols Kushagra Agrawal*, Shaveta Jain** *Department of Computer Science,, Mullana, Ambala agrawal_kushagra@rediffmail.com

More information

Evaluating the Performance of Modified DSR in Presence of Noisy Links using QUALNET Network Simulator in MANET

Evaluating the Performance of Modified DSR in Presence of Noisy Links using QUALNET Network Simulator in MANET Evaluating the Performance of Modified DSR in Presence of Noisy Links using QUALNET Network Simulator in MANET Saurav Ghosh & Chinmoy Ghorai A.K Choudhury School of Information Technology, University of

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

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

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

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

More information

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

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

More information

Modules. CS2023 Winter 2004

Modules. CS2023 Winter 2004 Modules CS2023 Winter 2004 Outcomes: Modules C for Java Programmers, Chapter 7, sections 7.4.1-7.4.6 Code Complete, Chapter 6 After the conclusion of this section you should be able to Understand why modules

More information

Issues of Long-Hop and Short-Hop Routing in Mobile Ad Hoc Networks: A Comprehensive Study

Issues of Long-Hop and Short-Hop Routing in Mobile Ad Hoc Networks: A Comprehensive Study Issues of Long-Hop and Short-Hop Routing in Mobile Ad Hoc Networks: A Comprehensive Study M. Tarique, A. Hossain, R. Islam and C. Akram Hossain Dept. of Electrical and Electronic Engineering, American

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

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

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

More information