Autonomous Load Balancing Anycast Routing for Wireless Mesh Networks: VoIP Call Support

Size: px
Start display at page:

Download "Autonomous Load Balancing Anycast Routing for Wireless Mesh Networks: VoIP Call Support"

Transcription

1 The 13th IEEE International Symposium on Consumer Electronics (ISCE29) Autonomous Load Balancing Anycast Routing for Wireless Mesh Networks: VoIP Call Support Sangsu Jung, Dujeong Lee, Malaz Kserawi, and June-Koo Kevin Rhee Department of Information and Communications Engineering Korea Advanced Institute of Science and Technology (KAIST) Daejeon, Rep. of Korea {s.jung, dj.lee, malaz, Abstract Voice over IP (VoIP) over a wireless mesh network (WMN) is a killer application candidate of the next generation services over wireless and mobile network infrastructure. Yet, the routing and transport efficiencies in consideration of specific attributes of WMNs have been little emphasized. Distinctively from conventional networks, the major traffic pattern of WMNs is anycast (one-to-one-of-many). To fully utilize the service aspects of WMNs, load balancing and scalability should simultaneously be supported. For VoIP, one challenge is to maintain the perceived quality depending on both loss and delay. In this paper, we assess autonomous load balancing anycast routing regarding VoIP supportability. The protocol is based on physics analogy and a distributed algorithm. We compare the protocol with shortest-path routing and back-pressure routing via simulations. Simulation results exhibit that autonomous load balancing of the protocol efficiently supports voice calls to guarantee the certain level of quality. Keywords - wireless mesh network, anycast, routing, load balancing, VoIP I. INTRODUCTION A wireless mesh network (WMN) has been introduced as a consumer network to substitute wireless ad hoc networks (MANETs), which draws attention for commercial applications in the near future as one of the next generation consumer networks. Because MANETs usually consist of arbitrary mobile nodes, it is difficult to stimulate the cooperation of nodes and to provide Internet connectivity through relaying. Furthermore, an energy-constraint worsens the construction of MANETs. For a commercial purpose, WMNs are designed to provide Internet connectivity to users. Similar to MANETs, WMNs are infrastructure-less, scalable, and self-configured. However, the networks involve little mobility compared to MANETs. Furthermore, the major traffic patterns for practical applications are formed from users to multiple Internet gateways and vice versa. Here, a specific communication type, that is, anycast (one-to-one-of-many communication) [1], can provide the same Internet access services through several mesh gateways, meaning that a mobile user can change its serving gateway for the same service provided that gateways can handle handovers of user services. In this way, a mobile user can be always associated to a gateway with best forwarding performance. Even though conventional shortest-path unicast routing protocols [2][3] could be used for WMNs, they are not scalable because control overhead increases super linearly as they establish an individual path per node-gateway pair. Anycast modified versions of them [4]-[8] still have similar limitations because they require association of gateways and mobile users should update whole path information. That is, they cannot properly react to traffic congestion on a path due to conveyed overhead. One way to mitigate traffic congestion is back-pressure routing [9] where the queue length is used for routing metric. However, this approach increases delay [1] and sometimes incurs more collisions, hence it degrades the performance of networks if it does not adopt specialized scheduling scheme. In this paper, we assess our previously proposed protocol, [11][12], which overcomes the shortcomings of traditional shortest-path routing and back-pressure routing, on the viewpoint of VoIP supportability. In other words, the main contribution of the paper is the extended study of and the assessment of it on the consideration of an application, VoIP. The rest of the paper is organized as follows. In section II, we explain the concept of our protocol which achieves autonomous load balancing with little control overhead. Then we evaluate our protocol compared to shortest-path routing and back-pressure routing and discuss the results in section III. In section IV, we describe related works. Finally, we conclude the paper in section V. II. AUTONOMOUS LOAD-BALANCING FIELD-BASED ANYCAST ROUTING () We have introduced autonomous load-balancing fieldbased anycast routing () [11][12] specially designed for anycast WMNs. Based on analogy to physics, especially, Poisson s equation [13][14] for electrostatic systems, we develop field-based routing, where a node forwards a packet to neighbor node that has the lowest scalar potential value among its one-hop neighbor nodes. Every node is assigned a scalar potential value that satisfies Poisson s equation with the help of This work was supported by the Korea Research Foundation Grant funded by the Korean Government (KRF D685) /9/$ IEEE 976 Authorized licensed use limited to: Korea Advanced Institute of Science and Technology. Downloaded on September 3, 29 at 3:8 from IEEE Xplore. Restrictions apply.

2 Φ = A Mesh Gateway Φ =-11 B Φ =-23 D E Φ =-35 Φ =-27 Φ =-14 C Φ =-42 H Φ =-5 G1 Φ =-5 G2 Fig. 2. Route change of in traffic congestion. Fig. 1. An example of routing in an anycast WMN. a finite element method (FEM) [14] and a local equilibrium method (LEM) [15] for a distributed implementation. The distributed LEM formulation can be found as [11]: n 1 r r r r ( φ d φ d ) ( d d ) i+ 1, v i, v i, v i+ 1, v i, v i+ 1, v + ηρ( v) i= φ ( v) = (1) n 1 r r 2 d d i= i, v i+ 1, v where φ(v) is the potential of the v-th node in the mesh, φ i, v is the potential of the i-th neighbor node of node v, whose geographic r position is defined by the relative distance vector with respect to the position of node v. Variable ρ (v) d, i v represents the number of packets in the queue of node v, which corresponds to an electrical charge in an electrostatic system. As shown in Fig. 1, the potential metric reflects the degree of geographic proximity to a destination and the degree of congestion, simultaneously. The potential model governed by Poisson s equation establishes a uniform gradient field so that packets are forwarded to steepest descent potentials reaching just any gateway for Internet access. Surprisingly, local iterations of (1) among one-hop neighboring nodes quickly approaches the globally 9% steady state within tens of iterations in the mean-square-root-error sense. On the other hand, utilizes loose source routing for downlink from a mesh gateway to a mesh node. In this routing, every node records the one-hop routing path for uplink and reuses it for downlink. This is similar to MAC address learning scheme in Ethernet [16] and a related work, HEAT routing [17]. The key properties of are to provide autonomous load balancing among multiple gateways and mesh nodes due to the nature of Poisson s equation, scalability with an FEM, and robustness by the stateless property of local fast routing. Φ =-5 Φ =-11 Φ =-27 Φ =N/A G1 Φ = B C A D E Φ =-16 Φ =-34 F Φ =-2 G2 Φ =-5 Fig. 3. Route change of in a node failure. Failed Mesh Gateway For example, if the potential of node C in Fig.2 changes from -27 to -14 due to increased congestion, the original route (A->B->C->G1) changes into another uncongested route (A- >B->D->E->H->G2). According to the characteristics of Poisson s equation, nodes around congested hot spots tend to have high potential; thereby, the probability to be selected as a path becomes lower and another less congested path is chosen, so called autonomous load balancing. In addition, when a node failure happens (ex. node C), the new path (A->B->D->E->G1) is rapidly reformed from the original path (A->B->C->G1) without any additional overhead. (Fig. 3) This property is similar to a face routing scheme of conventional geographic routing with voids, which pursues to find an alternative forwarding node tracking all available neighboring nodes. However, does not have to track all available forwarding nodes; hence, it minimizes delays and contention degrees. III. ASSESSMENT OF VIA VOIP SUPPORT We extensively study the performance of using NS2 [18] incorporating IEEE PHY/MAC models compared Authorized licensed use limited to: Korea Advanced Institute of Science and Technology. Downloaded on September 3, 29 at 3:8 from IEEE Xplore. Restrictions apply. 977

3 9 5 Traffic Source Gateway #1 Gateway # Fig. 4. Simluation topology Fig. 7. Delay CDF for VoIP packets of scenario #3, with voice call services for nodes 1 through Fig. 5. Delay CDF for VoIP packets of scenario #1, with voice call services for nodes 1 through 3. Fig. 8. Delay CDF for VoIP packets of scenario #4, with voice call services for nodes 1 through Fig. 6. Delay CDF for VoIP packets of scenario #2, with voice call services for nodes 1 through 5. Fig. 9. Delay CDF for VoIP packets of scenario #5. with voice call services for nodes 1 through 11. Authorized licensed use limited to: Korea Advanced Institute of Science and Technology. Downloaded on September 3, 29 at 3:8 from IEEE Xplore. Restrictions apply. 978

4 1 Gateway #1 Gateway #2 12 Gateway #1 Gateway #2 Load Ratio (%) Number of Packets Received Fig. 1. Comparison for the load sharing of mesh gateways of scenario #3. with anycast modified versions of traditional shortest-path routing () and back-pressure routing (). For simulations, 1 mesh nodes are generated and two mesh gateways are constructed in a 25m 25m area. (Fig. 4) The transmission range of the nodes is set to 25m. The voice calls use G.729a with framing interval 2ms under the bandwidth of 2Mbit/s. All calls are one minute long and simultaneous up-stream and down-stream sessions correspond to each mesh node-gateway pair. To measure the VoIP supportability under three routing schemes, we adopt the quality metric of [19] defined by R-score. Here, 7 of R-score is for medium quality where all packets are delivered within 15ms or 98% of them have delays less than 1ms. We consider five scenarios. For scenario #1, VoIP traffic is generated from up to 3 mesh nodes, 1, 2, and 3 of Fig. 4, where 6 voice call sessions between mesh nodes and gateways are engaged. For scenario #2, #3, #4, and #5, we increase mesh nodes generating traffic by a step of two to observe the performance change with respect to network loads. In a relatively lightly loaded scenario #1, all voice call packets are arrived within 15ms in three schemes. (Fig. 5) However, the performance differences manifests as the traffic increases as in scenarios #2 through #4. (Fig. 6-8) Because always selects the closest destination, gateway #1 except for scenario #5, mesh nodes 1 and 11 choose gateway #2 to make voice call connections, gateway #1 is heavily loaded and gateway #2 is idle even though it can accommodate voice calls which cannot be supported by gateway #1. This underutilization of a network is prevented in and due to their inherent congestion avoidance mechanisms. Here, shows unstable but higher CDF values of packets delivered within 15ms than that of. Because conducts routing only based on queue differences among its one-hop neighbors, inefficiently long paths could be selected, even increases collisions and delay. Even though it slightly balances loads between the gateways (Fig. 1), the total number of packets successfully delivered is significantly less than those of and as shown in Fig. 11. This interpretation can be also applied to scenario #5. (Fig. 9) Overall, significantly Fig. 11. Comparison for the number of packets served by mesh gateways of scenario #3. outperforms and. The reason can be attributed to that load balancing between two gateways is efficiently achieved in, and simultaneously, the proximity reflection contributes to minimizing delays when gateway #1 is overloaded beyond its capacity. IV. RELATED WORKS IP anycast was introduced for IPv4 in 1993 [2] and extended for IPv6 [21]. However, IP anycast has not been widely deployed due to its scalability limitations in the Internet infrastructure. Recently, anycast has received attentions by researchers with the boosting of hub-and-spoke type of network services such as wireless mesh networks with multiple gateways for Internet access and sensor networks with a few sinks to gather information from sensor nodes. In traditional anycast schemes [4]-[8], a communication is configured from a node to the nearest destination, that is, in the context of perdestination pair. They even require additional communication control overhead for re-association to balance the loads of service gateways or sinks since they are still based on unicast routing. V. Lenders et. al [22] propose distributed densitybased anycast strategy in the framework of field-based routing to increase path diversity, hence, guaranteeing high packet delivery ratio. However, this approach cannot react to traffic congestion; hence, even a worse scenario may happen where highly dense groups cause more collisions and delay. On the other hand, there has been little research on anycast considering VoIP. Different from typical UDP and TCP, VoIP requires the perceived quality of both delay and loss for service. In a typical unicast scenario in WMNs, A. Kashyap et al. [23] has dealt with the route selection issue for VoIP and developed a new routing method using call statistics in order to determine less-critical paths which can be utilized for a future network bandwidth usage to serve voice calls as many as possible. Because it exploits multiple paths maximizing network throughput and tends to use less-critical paths, it is somewhat relevant to the purpose of autonomous load balancing of. Further, H. Wei et al. [24] study the call admission control Authorized licensed use limited to: Korea Advanced Institute of Science and Technology. Downloaded on September 3, 29 at 3:8 from IEEE Xplore. Restrictions apply. 979

5 (CAC) decision problem considering interference over WMNs. To maintain the QoS of existing calls, their scheme strives to provide less than 2% incorrect decisions for different types of linear multihop topologies. In, the autonomous load balancing property reduces interference to diversify paths considering congestions but it is possible to investigate sophisticated relationships among route-coupling, scheduling, delay, and voice call capacity bounds. A recent trend to enhance VoIP performance is packet aggregations to increase voice call capacity [25][26] and analytical studies for VoIP via wireless networks are found in [27][28]. Several issues of VoIP over WMNs are summarized in [29]. V. CONCLUSIONS In this paper, we assess our previous work, [11][12] by analogy to physics, on the aspect of VoIP to investigate the feasibility of consumer service deployments in WMNs. Through an extensive simulation study, we show that supports more VoIP calls compared with traditional shortestpath routing and back-pressure routing due to the inherent merits of, such as autonomous load balancing, scalability, and stateless property. REFERENCES [1] C. Metz, IP anycast point-to-(any) point communication, IEEE Internet Computing, Vol. 6(2), 22, pp [2] C. E. Perkins, E. Belding-Royer, and S. R. Das, Ad hoc on-demand distance vector (AODV) routing, July 23, RFC [3] C. E. Perkins and P. Bhagwat, Highly dynamic destination-sequenced distance-vector routing (DSDV) for mobile computers, in Proc. of ACM Sigcomm, London, UK, [4] V. Park and J. Macker, Anycast routing for mobile services, in Proc. of CISS, [5] J. Wang, Y. Zheng, and W. Jia, An AODV-based anycast protocol in mobile ad hoc network, in Proc. of IEEE PIMRC, 23. [6] J. Wang, Y. Zheng, and W. Jia, A-DSR: a DSR-based anycast protocol for IPv6 flow in mobile ad hoc networks, in Proc. of IEEE VTC, 23. [7] U. C. Kozat and L. Tassiulas, Network layer support for service discorvery in mobile ad hoc networks, in Proc. of IEEE INFOCOM, 23. [8] V. Park and J. Macker, Anycast routing for mobile services, in Proc. of CISS, [9] L. Tassiulas and A. Ephremides, Stability properties of constrained queueing systems and scheduling polices of maximum throughput in multihop radio networks, IEEE Trans. on Automatic Control, Vol. 37(12), 1992, pp [1] L. Ying, S. Shakkottai, and A. Reddy, On combining shortest-path and back-pressure routing voer multihop wireless networks, in Proc. of IEEE INFOCOM, 29. [11] S. Jung et al., Distributed potential field based routing and autonomous load balancing for wireless mesh networks, IEEE Communications Letters, to appear. [12] S. Jung et al., Autnomous load balancing anycast routing protocol, in Proc. of IEEE HotMesh, 29. [13] L. J. Segerlind, Applied finite element analysis, 2 nd edition, Chap. 5, John Wiley&Sons, [14] J. L. Volakis, A. Chatterjee, and L. C. Kempel, Finite element method for electromagnetics, Chap. 4, IEEE Press, [15] Z. Li and M. B. Reed, Convergence analysis for an element-by-element finite element method, Computer Methods in Applied Mechanics and Engineering, Vol. 123, 1995, pp [16] S. Halabi, Metro ethernet, 1 st edition, Cisco Press, 24. [17] R. Baumann, S. Heimlicher, and B. Plattner, Routing in large-scale wireless mesh networks using temperature fields, IEEE Network, Vol. 22(1), 28, pp [18] NS-2, [19] R. G. Cole and J. H. Rosenbluth, Voice over IP performance monitoring, ACM Computer Communication Review, Vol. 3, 21. [2] C. Partidge, T. Mendez, and W. Milliken, Host anycasting service, IETF RFC 1546, [21] S. Deering and R. Hinden, IP version 6 addressing architecture, IETF RFC 2373, [22] V. Lenders, M. May, and B. Plattner, Density-based anycast: a robust routing strategy for wireless ad hoc networks, IEEE/ACM Trans. on Networking, Vol. 16(4), 28, pp [23] A. Kashyap et al., VoIP on wireless meshes: models, algorithms, and evaluation, in Proc. of IEEE INFOCOM 27. [24] H. Wei et al., On admisson of VoIP calls over wireless mesh network, in Proc. of IEEE ICC, 26. [25] W. Wang, S. C. Liew, and V. O. K. Li, Solutions to performance problems in VoIP over wireless LAN, IEEE Transactions on Vehicular Technology, 25. [26] S. Ganguly et al., Performance optimizations for deploying VoIP services in mesh networks, IEEE Journal on Selected Areas in Communicastions, Vol. 24(11), pp , 26. [27] D. Hole and F. Tobagi, Capacity of an IEEE 82.11b wireless LAN supporting VoIP, in Proc. of IEEE ICC, 24. [28] J. Yu, S. Choi, and J. Lee, Enhancement of VoIP over IEEE WLAN via dual queue strategy, in Proc. of IEEE ICC, 24. [29] X. Wang, A. Patil, and W. Wang, VoIP over wireless mesh networks: challenges and approaches, in Proc. of ACM WICON, 26. Authorized licensed use limited to: Korea Advanced Institute of Science and Technology. Downloaded on September 3, 29 at 3:8 from IEEE Xplore. Restrictions apply. 98

On Admission of VoIP Calls Over Wireless Mesh Network

On Admission of VoIP Calls Over Wireless Mesh Network On Admission of VoIP Calls Over Wireless Mesh Network Hung-yu Wei Department of Electrical Engineering National Taiwan University Taipei, Taiwan {hywei}@ntu.edu.tw Kyungtae Kim, Anand Kashyap and Samrat

More information

Multiple-Metric Hybrid Routing Protocol for Heterogeneous Wireless Access Networks

Multiple-Metric Hybrid Routing Protocol for Heterogeneous Wireless Access Networks Multiple-Metric Hybrid Routing Protocol for Heterogeneous Wireless Access Networks Lijuan Cao Kashif Sharif Yu Wang Teresa Dahlberg Department of Computer Science, University of North Carolina at Charlotte,

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

An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks

An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks First Author A.Sandeep Kumar Narasaraopeta Engineering College, Andhra Pradesh, India. Second Author Dr S.N.Tirumala Rao (Ph.d)

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

ANewRoutingProtocolinAdHocNetworks with Unidirectional Links

ANewRoutingProtocolinAdHocNetworks with Unidirectional Links ANewRoutingProtocolinAdHocNetworks with Unidirectional Links Deepesh Man Shrestha and Young-Bae Ko Graduate School of Information & Communication, Ajou University, South Korea {deepesh, youngko}@ajou.ac.kr

More information

(INTERFERENCE AND CONGESTION AWARE ROUTING PROTOCOL)

(INTERFERENCE AND CONGESTION AWARE ROUTING PROTOCOL) Qos of Network Using Advanced Hybrid Routing in WMN, Abstract - Maximizing the network throughput in a multichannel multiradio wireless mesh network various efforts have been devoted. The recent solutions

More information

Improving Performance in Ad hoc Networks through Location based Multi Hop Forwarding

Improving Performance in Ad hoc Networks through Location based Multi Hop Forwarding Improving Performance in Ad hoc Networks through Location based Multi Hop Forwarding v.vallinayagi research scholar, manonmanium university tirunelveli-11 Dr.G.M.Nasira Assistant professor dept of computer

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

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

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

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

Shortcut Tree Routing using Neighbor Table in ZigBee Wireless Networks

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

More information

SUMMERY, CONCLUSIONS AND FUTURE WORK

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

More information

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

Investigation on OLSR Routing Protocol Efficiency

Investigation on OLSR Routing Protocol Efficiency Investigation on OLSR Routing Protocol Efficiency JIRI HOSEK 1, KAROL MOLNAR 2 Department of Telecommunications Faculty of Electrical Engineering and Communication, Brno University of Technology Purkynova

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

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 Evaluation of Routing Protocols in Wireless Mesh Networks. Motlhame Edwin Sejake, Zenzo Polite Ncube and Naison Gasela

Performance Evaluation of Routing Protocols in Wireless Mesh Networks. Motlhame Edwin Sejake, Zenzo Polite Ncube and Naison Gasela Performance Evaluation of Routing Protocols in Wireless Mesh Networks Motlhame Edwin Sejake, Zenzo Polite Ncube and Naison Gasela Department of Computer Science, North West University, Mafikeng Campus,

More information

Performance analysis of aodv, dsdv and aomdv using wimax in NS-2

Performance analysis of aodv, dsdv and aomdv using wimax in NS-2 Performance analysis of aodv, dsdv and aomdv using wimax in NS-2 Madhusrhee B Department Computer Science, L.J Institute of Technology, Ahmedabad, India Abstract WiMAX (IEEE 802.16) technology empowers

More information

CSMA based Medium Access Control for Wireless Sensor Network

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

More information

AN EFFICIENT POWER CONTROLLED ROUTING IN MANETs

AN EFFICIENT POWER CONTROLLED ROUTING IN MANETs AN EFFICIENT POWER CONTROLLED ROUTING IN MANETs R. Madhanmohan Assistant Professor, Department of Computer Science and Engineering, Annamalai University, Annamalai nagar, Tamilnadu, India ABSTRACT A MANET

More information

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

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

More information

A Neighbor Coverage Based Probabilistic Rebroadcast Reducing Routing Overhead in MANETs

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

More information

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

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

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

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

More information

A Study on Issues Associated with Mobile Network

A Study on Issues Associated with Mobile Network Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 9, September 2014,

More information

Implementation and simulation of OLSR protocol with QoS in Ad Hoc Networks

Implementation and simulation of OLSR protocol with QoS in Ad Hoc Networks Implementation and simulation of OLSR protocol with QoS in Ad Hoc Networks Mounir FRIKHA, Manel MAAMER Higher School of Communication of Tunis (SUP COM), Network Department, m.frikha@supcom.rnu.tn ABSTRACT

More information

QoS and System Capacity Optimization in WiMAX Multi-hop Relay Using Flexible Tiered Control Technique

QoS and System Capacity Optimization in WiMAX Multi-hop Relay Using Flexible Tiered Control Technique 2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore QoS and System Capacity Optimization in WiMAX Multi-hop Relay Using Flexible Tiered

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

CHAPTER 2 WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL

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

More information

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

A NOVEL APPROACH OF AODV FOR STABILITY AND ENERGY EFFICIENT ROUTING FOR MANET USING IPV6

A NOVEL APPROACH OF AODV FOR STABILITY AND ENERGY EFFICIENT ROUTING FOR MANET USING IPV6 A NOVEL APPROACH OF AODV FOR STABILITY AND ENERGY EFFICIENT ROUTING FOR MANET USING IPV6 Shival Chadda Department of Computer Science Lovely Professional University Phagwara, Punjab, India Email: Shival.chadda@gmail.com

More information

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

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

More information

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

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

Comparison of proposed path selection protocols for IEEE s WLAN mesh networks

Comparison of proposed path selection protocols for IEEE s WLAN mesh networks Comparison of proposed path selection protocols for IEEE 802.11s WLAN mesh networks Sana Ghannay, Sonia Mettali Gammar and Farouk Kamoun CRISTAL lab, National School of Computer Sciences, ENSI, 2010, Manouba

More information

CONCLUSIONS AND SCOPE FOR FUTURE WORK

CONCLUSIONS AND SCOPE FOR FUTURE WORK Introduction CONCLUSIONS AND SCOPE FOR FUTURE WORK 7.1 Conclusions... 154 7.2 Scope for Future Work... 157 7 1 Chapter 7 150 Department of Computer Science Conclusion and scope for future work In this

More information

Solutions to Performance Problems in VoIP Over a Wireless LAN

Solutions to Performance Problems in VoIP Over a Wireless LAN Solutions to Performance Problems in VoIP Over a 802.11 Wireless LAN Wei Wang, Soung C. Liew, and VOK Li, Solutions to Performance Problems in VoIP over a 802.11 Wireless LAN, IEEE Transactions On Vehicular

More information

A Simple Sink Mobility Support Algorithm for Routing Protocols in Wireless Sensor Networks

A Simple Sink Mobility Support Algorithm for Routing Protocols in Wireless Sensor Networks A Simple Mobility Support Algorithm for Routing Protocols in Wireless Sensor Networks Chun-Su Park, You-Sun Kim, Kwang-Wook Lee, Seung-Kyun Kim, and Sung-Jea Ko Department of Electronics Engineering, Korea

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

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

BUSNet: Model and Usage of Regular Traffic Patterns in Mobile Ad Hoc Networks for Inter-Vehicular Communications

BUSNet: Model and Usage of Regular Traffic Patterns in Mobile Ad Hoc Networks for Inter-Vehicular Communications BUSNet: Model and Usage of Regular Traffic Patterns in Mobile Ad Hoc Networks for Inter-Vehicular Communications Kai-Juan Wong, Bu-Sung Lee, Boon-Chong Seet, Genping Liu, Lijuan Zhu School of Computer

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

Introduction to Mobile Ad hoc Networks (MANETs)

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

More information

STUDY AND COMPARISION OF PROACTIVE AND REACTIVE ROUTING PROTOCOL FOR MULTICHANNEL WIRELESS AD-HOC NETWORK

STUDY AND COMPARISION OF PROACTIVE AND REACTIVE ROUTING PROTOCOL FOR MULTICHANNEL WIRELESS AD-HOC NETWORK STUDY AND COMPARISION OF PROACTIVE AND REACTIVE ROUTING PROTOCOL FOR MULTICHANNEL WIRELESS AD-HOC NETWORK 1 Arpita Singh, 2 Navendu Nitin, 3 Neelesh Agrawal, 4 Arvind Kumar Jaiswal 1 PG student, SHIATS-DU,

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

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

A Study of Bellman-Ford, DSR and WRP Routing Protocols with Respect to Performance Parameters for Different Number of Nodes

A Study of Bellman-Ford, DSR and WRP Routing Protocols with Respect to Performance Parameters for Different Number of Nodes A Study of Bellman-Ford, DSR and WRP Routing Protocols with Respect to Performance Parameters for Different Number of Nodes Ruchi Khandelwal 1 & Akhilesh Kosta 2 Department of Computer Science and Engineering

More information

A Novel Rebroadcast Technique for Reducing Routing Overhead In Mobile Ad Hoc Networks

A Novel Rebroadcast Technique for Reducing Routing Overhead In Mobile Ad Hoc Networks IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 12, Issue 6 (Jul. - Aug. 2013), PP 01-09 A Novel Rebroadcast Technique for Reducing Routing Overhead In Mobile

More information

Lightweight caching strategy for wireless content delivery networks

Lightweight caching strategy for wireless content delivery networks Lightweight caching strategy for wireless content delivery networks Jihoon Sung 1, June-Koo Kevin Rhee 1, and Sangsu Jung 2a) 1 Department of Electrical Engineering, KAIST 291 Daehak-ro, Yuseong-gu, Daejeon,

More information

Expected Path Bandwidth Based Efficient Routing Mechanism in Wireless Mesh Network

Expected Path Bandwidth Based Efficient Routing Mechanism in Wireless Mesh Network Expected Path Bandwidth Based Efficient Routing Mechanism in Wireless Mesh Network K Anandkumar, D.Vijendra Babu PG Student, Chennai, India Head, Chennai, India ABSTRACT : Wireless mesh networks (WMNs)

More information

COMPARATIVE STUDY AND ANALYSIS OF AODTPRR WITH DSR, DSDV AND AODV FOR MOBILE AD HOC NETWORK

COMPARATIVE STUDY AND ANALYSIS OF AODTPRR WITH DSR, DSDV AND AODV FOR MOBILE AD HOC NETWORK International Journal of Information Technology and Knowledge Management July-December 2011, Volume 4, No. 2, pp. 531-538 COMPARATIVE STUDY AND ANALYSIS OF AODTPRR WITH DSR, DSDV AND AODV FOR MOBILE AD

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

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

Investigation of the AODV And the SDWCA QoS Handling At Different Utilisation Levels In Adaptive Clustering Environments

Investigation of the AODV And the SDWCA QoS Handling At Different Utilisation Levels In Adaptive Clustering Environments Investigation of the AODV And the SDWCA QoS Handling At Different Utilisation Levels In Adaptive Clustering Environments Al-Baadani, Faris., Yousef, S., Tapaswi, S., Patnaik, K. K., and Cole, M Faculty

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

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

Packet Routing using Optimal Flooding Protocol in Cluster based MANET

Packet Routing using Optimal Flooding Protocol in Cluster based MANET IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 09 March 2016 ISSN (online): 2349-784X Packet Routing using Optimal Flooding Protocol in Cluster based MANET S.Bavani V.Aiswariya

More information

DISCOVERING OPTIMUM FORWARDER LIST IN MULTICAST WIRELESS SENSOR NETWORK

DISCOVERING OPTIMUM FORWARDER LIST IN MULTICAST WIRELESS SENSOR NETWORK DISCOVERING OPTIMUM FORWARDER LIST IN MULTICAST WIRELESS SENSOR NETWORK G.Ratna kumar, Dr.M.Sailaja, Department(E.C.E), JNTU Kakinada,AP, India ratna_kumar43@yahoo.com, sailaja.hece@gmail.com ABSTRACT:

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

Performance Analysis of MANET Routing Protocols OLSR and AODV

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

More information

An efficient traffic management framework for multi-channel wireless backbone networks

An efficient traffic management framework for multi-channel wireless backbone networks An efficient traffic management framework for multi-channel wireless backbone networks Yuzo Taenaka 1a) and Kazuya Tsukamoto 2 1 Information Technology Center, The University of Tokyo 2 11 16 Yayoi, Bunkyo,

More information

A Quota Transfer Protocol for Upstream Transmissions in Wireless Mesh Networks

A Quota Transfer Protocol for Upstream Transmissions in Wireless Mesh Networks A Quota Transfer Protocol for Upstream Transmissions in Wireless Mesh Networks Yen-Bin Lee and Wen-Shyang Hwang Department of Electrical Engineering, National Kaohsiung University of Applied Sciences,

More information

Enhancement of the CBT Multicast Routing Protocol

Enhancement of the CBT Multicast Routing Protocol Enhancement of the CBT Multicast Routing Protocol Seok Joo Koh and Shin Gak Kang Protocol Engineering Center, ETRI, Korea E-mail: sjkoh@pec.etri.re.kr Abstract In this paper, we propose a simple practical

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

Chapter 16 Networking

Chapter 16 Networking Chapter 16 Networking Outline 16.1 Introduction 16.2 Network Topology 16.3 Network Types 16.4 TCP/IP Protocol Stack 16.5 Application Layer 16.5.1 Hypertext Transfer Protocol (HTTP) 16.5.2 File Transfer

More information

A Review Paper On The Performance Analysis Of LMPC & MPC For Energy Efficient In Underwater Sensor Networks

A Review Paper On The Performance Analysis Of LMPC & MPC For Energy Efficient In Underwater Sensor Networks www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 4 Issue 5 May 2015, Page No. 12171-12175 A Review Paper On The Performance Analysis Of LMPC & MPC For Energy

More information

Spatial Reusability-Aware Routing in Multi-Hop Wireless Networks

Spatial Reusability-Aware Routing in Multi-Hop Wireless Networks Spatial Reusability-Aware Routing in Multi-Hop Wireless Networks T. Sree Lakshmi #1 and Sunku Umamahaheswari *2 # M.Tech (CSE),PG Scholar,Department of Computer Science & Engineering, KORM College of Engineering,

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

Mobile-Gateway Routing for Vehicular Networks 1

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

More information

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

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

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 Test-Bed for Power Consumption Performance Evaluation of AODV and DSDV Routing Protocols in Mobile Ad-hoc Networks

A Test-Bed for Power Consumption Performance Evaluation of AODV and DSDV Routing Protocols in Mobile Ad-hoc Networks A Test-Bed for Power Consumption Performance Evaluation of AODV and DSDV Routing Protocols in Mobile Ad-hoc Networks Abdulrahman Issa Kh Shybub 1, Tarek Mosbah Abdala 2 1, Computer Department Higher Institute

More information

Connectivity Aware Routing in Ad-Hoc Networks

Connectivity Aware Routing in Ad-Hoc Networks Connectivity Aware Routing in Ad-Hoc Networks Jérémie Leguay PWC 05 With: Timur Friedman (LIP6), Vania Conan(Thales), Serge Fdida (LIP6), André Cotton(Thales) Corporate Communications Context Ad-Hoc 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

IJRIM Volume 2, Issue 2 (February 2012) (ISSN ) POWER CONTROL AND PERFORMANCE IMPROVEMENT IN WIRELESS MESH NETWORK THROUGH MULTIPATH AODV

IJRIM Volume 2, Issue 2 (February 2012) (ISSN ) POWER CONTROL AND PERFORMANCE IMPROVEMENT IN WIRELESS MESH NETWORK THROUGH MULTIPATH AODV POWER CONTROL AND PERFORMANCE IMPROVEMENT IN WIRELESS MESH NETWORK THROUGH MULTIPATH AODV Ruchi Gupta* Akhilesh A. Waoo** P.S. Patheja*** ABSTRACT Wireless Ad Hoc Network is a self-organized, decentralized

More information

Qos-Aware Routing Based on Bandwidth Estimation for Mobile Ad Hoc Networks

Qos-Aware Routing Based on Bandwidth Estimation for Mobile Ad Hoc Networks Qos-Aware Routing Based on Bandwidth Estimation for Mobile Ad Hoc Networks 1 Ravindra.E, 2 Pooja Agraharkar Asst Prof, Dept. of Electronics & Communication Engg, Mtech Student, Dept. of Electronics & Communication

More information

AR-TP: An Adaptive and Responsive Transport Protocol for Wireless Mesh Networks

AR-TP: An Adaptive and Responsive Transport Protocol for Wireless Mesh Networks AR-TP: An Adaptive and Responsive Transport Protocol for Wireless Mesh Networks Vehbi C. Gungor Broadband and Wireless Networking Laboratory School of Electrical and Computer Engineering Georgia Institute

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

Capacity of Grid-Oriented Wireless Mesh Networks

Capacity of Grid-Oriented Wireless Mesh Networks Capacity of Grid-Oriented Wireless Mesh Networks Nadeem Akhtar and Klaus Moessner Centre for Communication Systems Research University of Surrey Guildford, GU2 7H, UK Email: n.akhtar@surrey.ac.uk, k.moessner@surrey.ac.uk

More information

Subject: Adhoc Networks

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

More information

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

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

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

More information

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

IJESRT. [Dahiya, 2(5): May, 2013] ISSN: Keywords: AODV, DSDV, Wireless network, NS-2.

IJESRT. [Dahiya, 2(5): May, 2013] ISSN: Keywords: AODV, DSDV, Wireless network, NS-2. IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Performance Comparison of ADSDV and DSDV in MANET Brahm Prakash Dahiya Shaym Lal College,New Delhi, India brahmprakasd@gmail.com

More information

Intra and Inter Cluster Synchronization Scheme for Cluster Based Sensor Network

Intra and Inter Cluster Synchronization Scheme for Cluster Based Sensor Network Intra and Inter Cluster Synchronization Scheme for Cluster Based Sensor Network V. Shunmuga Sundari 1, N. Mymoon Zuviria 2 1 Student, 2 Asisstant Professor, Computer Science and Engineering, National College

More information

Energy Efficient Data Gathering For Throughput Maximization with Multicast Protocol In Wireless Sensor Networks

Energy Efficient Data Gathering For Throughput Maximization with Multicast Protocol In Wireless Sensor Networks Energy Efficient Data Gathering For Throughput Maximization with Multicast Protocol In Wireless Sensor Networks S. Gokilarani 1, P. B. Pankajavalli 2 1 Research Scholar, Kongu Arts and Science College,

More information

Evaluation of Information Dissemination Characteristics in a PTS VANET

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

More information

Keywords: Medium access control, network coding, routing, throughput, transmission rate. I. INTRODUCTION

Keywords: Medium access control, network coding, routing, throughput, transmission rate. I. INTRODUCTION Performance Analysis of Network Parameters, Throughput Optimization Using Joint Routing, XOR Routing and Medium Access Control in Wireless Multihop Network 1 Dr. Anuradha M. S., 2 Ms. Anjali kulkarni 1

More information

TO DESIGN ENERGY EFFICIENT PROTOCOL BY FINDING BEST NEIGHBOUR FOR ZIGBEE PROTOCOL

TO DESIGN ENERGY EFFICIENT PROTOCOL BY FINDING BEST NEIGHBOUR FOR ZIGBEE PROTOCOL TO DESIGN ENERGY EFFICIENT PROTOCOL BY FINDING BEST NEIGHBOUR FOR ZIGBEE PROTOCOL 1 Mr. Sujeet D. Gawande, Prof. Amit M. Sahu 2 1 M.E. Scholar, Department of Computer Science and Engineering, G.H.R.C.E.M.,

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

CERIAS Tech Report A Simulation Study on Multi-Rate Mobile Ad Hoc Networks by G Ding, X Wu, B Bhar Center for Education and Research

CERIAS Tech Report A Simulation Study on Multi-Rate Mobile Ad Hoc Networks by G Ding, X Wu, B Bhar Center for Education and Research CERIAS Tech Report 2004-115 A Simulation Study on Multi-Rate Mobile Ad Hoc Networks by G Ding, X Wu, B Bhar Center for Education and Research Information Assurance and Security Purdue University, West

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

PERFORMANCE COMPARISON OF TCP VARIANTS FOR WIRELESS SENSOR NETWORKS

PERFORMANCE COMPARISON OF TCP VARIANTS FOR WIRELESS SENSOR NETWORKS PERFORMANCE COMPARISON OF TCP VARIANTS FOR WIRELESS SENSOR NETWORKS Nutan Bhati, Dr. Ashish Bansal Abstract: Mobile Ad hoc Networks (MANETs) are a collection of mobile nodes forming a dynamic autonomous

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

CHAPTER 5 PROPAGATION DELAY

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

More information

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