Distributed Energy-Aware Routing Protocol

Size: px
Start display at page:

Download "Distributed Energy-Aware Routing Protocol"

Transcription

1 Distributed Energy-Aware Routing Protocol Erol Gelenbe and Toktam Mahmoodi Intelligent Systems & Networks Group Department of Electrical & Electronic Engineering Imperial College, London SW7 2BT, UK Abstract. This paper presents an energy aware routing protocol (EARP) whose purpose is to minimise a metric that combines the total consumed power in the network and the QoS bounds requested by the incoming flows. The algorithm performs in a fully distributed manner thanks to the functionalities provided by the Cognitive Packet Network (CPN) which runs at each node of the network. Measurements on an experimental test-bed are presented showing a reduction in power consumption, as compared to a purely QoS driven approach. We also observe that the requested QoS level is also respected. 1 Introduction Energy efficient protocols have been extensively studied for wireless networks, because energy savings for battery powered nodes is crucial [8], while research on energy consumption is relatively new in wired networks even though the amount consumed is a significant fraction of the energy used for ICT systems [1]. Energy can be saved in the Internet by modifying routing policies, e.g. aggregating traffic alonga few routes and putting some network nodes to sleep [12]. The scheme in [2] examines various configurations of line cards so that switching on/off some components can minimise power consumption. A heuristic approach is presented in [4] that switches off some nodes in the network to minimise power. The work in [15] combines rate adaptation for active nodes with putting idle nodes to sleep to save energy in the network. An energy-aware congestion control technique is presented in [16], which controls the capacity each network node can offer to meet the actual traffic demand. Finally, [3] provides an estimate of potential energy savings that may be obtained in the Internet. In this paper we present an energy aware routing protocol (EARP) that attempts to minimise the total consumed power in the network, and also respects the QoS requested by each incoming flow. EARP relies on the underlying Cognitive Packet Network (CPN) [6] for the information it requires, and uses it to minimise power consumption. In other words, the smart packets in CPN [9] collect information with regard to the power usage at the nodes so that the CPN source routing scheme can include power consumption as a decision criterion. In previous work CPN has been proposed as a means to optimise energy consumption [11], and we continue this previous research.

2 2 E. Gelenbe and T. Mahmoodi The remainder of this paper is organised as follows. Section 2 elaborates the energy-aware routing protocol. After presenting the configuration of our network testbed, Section 3 illustrates the experimental results. Conclusions are presented in Section 4. 2 Energy and QoS Aware Routing At each node i, let us denote by T i, the traffic this node carries in packets/sec (pps). Assuming that a flow l carries a traffic of rate t l pps, then T i can be computed as: T i = t l (1) l F (i) where F (i) denotes the set of flows that use node i. Let p i (T ) and Q i (T ) be the power consumption and QoS requirements of node i when the traffic it carries is T. Adding a new flow k to node i will result in a change in power consumption and QoS at that node. Let p i (x) be the instantaneous power consumption in watts at node i when it carries x packets per seconds, including all aspects of packet processing: storing, routing, and forwarding them through appropriate link drivers. Define the Power Cost associated with the k th flow at node i by m k i (t k, T i ), as a combination of the flow s own power consumption, and of the impact it has on other flows which are using the node: m k i (t k, T i ) = ap i (T i + t k ) + b[p i (T i + t k ) p i (T i )] (2) where a, b. Here the first term is the total power (watts) due to adding the k th flow, multiplied by some constant a. The second term represents the increase in wattage for the other flows, multiplied by some constant b. The power related cost functions for the k-th traffic flow of rate t k on a path π(i) originating at node i is written as: m k π(i) (t k, T π(i) ) = m k n(t k, T n ), (3) n π(i) Similarly, we would have the QoS criterion, such as loss, delay or some other metric: Q k π(i) (t k, T π(i) ) = Q k n(t k, T n ) (4) n π(i) where T π(i) = (T n1,..., T n π(i) ) where n 1 = i, and the n j, with 1 j π(i) are the successive nodes of path π(i). The power related information are gathered from across the network using the approach presented by CPN, which runs autonomously at each node using Reinforcement Learning with a recurrent Random Neural Network [5]. The measurement results for this protocol are summarised in [7]. Since EARP is expected to minimise the overall cost of power while satisfying the requested QoS,

3 Distributed Energy-Aware Routing Protocol 3 the goal G i to be optimised will combine the power consumption with the QoS constraint. All quantities of interest for some flow k will relate to the forward path from any node i to the destination node of that flow. Thus the goal will take the form: G i = m k π(i) (t k, T π(i) ) + γ1[q k π(i) (t k, T π(i) ) Q k o > ](Q k π(i) (t k, T π(i) )) ν where ν 1, and γ > are constants meant to match the delay units with respect to power, while Q k o is the QoS value that should not be exceeded for flow k. Moreover, 1[X] is the function that takes the value if X is true, and takes the value 1 if X is false. The CPN reward function, R, is defined based on the function in (5) i.e. R = G 1. This reward function is utilised by the RL algorithm in the similar way as [9] to seek the most optimal path. 3 Experiments Our experimental testbed and the parameters that are used in the experiments are the same as those described in [14, ]. Each experiment ran for 6 sec, and measurements were collected from each node every five seconds. The performance of our proposed energy-aware routing scheme was compared with the CPN routing protocol that is only QoS driven, i.e., its aim is to minimise endto-end delay, and also with the routing algorithm that seeks shortest path. The shortest path here is selected by the CPN protocol and based on the available information in the smart packets. We use the presented model in [13] for the power consumption model of the routers that is defined based on the offline measurements from our testbed s nodes. It has been shown that a polynomial function can represent the relation between power consumption and traffic of a router, where the polynomial coefficients depend on the router s operating mode i.e. either the router receives, transmits or forward data. In the first scenario, we choose three pairs of source-destination nodes, and have set up three flows (23-12, 3-14, and 33-2). All three flows were first run at a data rate of.5 Mbps, which was then increased to 1, 1.5, 2, and 2.2 Mbps in successive rounds of the experiment simultaneously for all three flows. Figure 1(a) shows an interesting comparison of the measured total power consumption versus the five different data rates for the three flows. On the other hand, as would be expected, EARP results in higher end to end delays, shown in Figure 1(b). It can be seen that the delay achieved by the delay minimisation scheme is approximately 45% smaller in comparison to EARP. A similar experiment was s conducted with CPN, seeking shortest paths without consideration for the QoS. Although shortest path routing can potentially save energy by engaging fewer routers, our experimental results summarised in Figure 1(a) seem to contradict this, probably due to the non-linear relation between the routers power consumption and traffic. In the second scenario there are nine pairs of source-destination nodes. Three flows are initially active: (23-12, 3-14, and 33-2). Another three flows are initiated secs later: (2-26, 28-, and 35-7), and the remaining three flows are

4 4 E. Gelenbe and T. Mahmoodi 6 Total consumed power in the network (kw) Routing based on Delay Routing based on Shortest Path Average round trip delay (ms) Routing based on Delay Examined flows data rate (Mbps) (a) Total power consumption in the network vs. traffic rate Flow number (b) Average round trip delay Fig. 1. Scenario one: power consumption and round trip delay of the three examined flows. set up 2 secs after the experiment begins: (11-8, 13-24, and 29-6). Each flow s lifetime is 4 secs, and the experiment lasts 6 secs. All nine flows were first run at a data rate of.5 Mbps, which was then increased to 1, 1.5, 2, and 2.2 Mbps in successive rounds, simultaneously for all the flows. The power consumption in the network for data rates per flow of 1 Mbps, and 2 Mbps is shown in Figure 2 for the first 4 secs of the experiment (while the first three flows are yet active), versus the elapsed time. This figure shows a step increase in power consumption when the experiment s elapsed time is sec, and another step increase when the elapsed time is 2 sec, which refers to the newly initiated flows in the network at those two time instances. Further observation from Figure 2 reveals the savings in power consumption with EARP when the data rates for both flows is 1 and 2 Mbps. We report the end-to-end delay observed with EARP in this scenario and compare it with the delay minimisation scheme in Figure 3(a), where the average delay experienced by each flow is presented (the average is computed over all five data rates). It is seen that the QoS-only driven scheme experiences approximately 45% less latency as compared to EARP. Investigations on the path used by EARP are summarised in Figure 3(b); the average route length of each flow using EARP appears to be [.6) hops longer that of routes chosen by the shortest path algorithm. 4 Conclusions This paper introduces the energy-aware routing protocol (EARP) that attempts to minimise the total power consumption of each flow in a packet network, while keeping the principal QoS metric below an acceptable upper bound. EARP is fully distributed and uses the functionalities of CPN. We have experimented with EARP to compare its performance to a version of CPN that only attempts to minimise delay. Further experiments are carried out to compare EARP s per-

5 Distributed Energy-Aware Routing Protocol 5 Total consumed power in the network (kw) (Rate = 1Mbps) Routing based on Delay (Rate = 1Mbps) Routing based on Shortest Path (Rate = 1Mbps) (Rate = 2Mbps) Routing based on Delay (Rate = 2Mbps) Routing based on Shortest Path (Rate = 2Mbps) Experiments Elapsed Time (s) Fig. 2. Scenario two: Total power consumption in the network Vs. the experiment s elapsed time. Average round trip delay (ms) Routing based on Delay Average length of the end to end Path Routing based on Shortest Path Flow number (a) Average round trip delay Flow number (b) Average length of the end-to-end path Fig. 3. Scenario two: round trip delay and the route length of the active flows. formance with CPN when it seeks the shortest path. Although shortest path routing protocol can potentially save energy by engaging less routers, the nonlinear dependence of the routers power consumption on the data rates seem to contradict this intuitive assumption. Acknowledgements We are grateful for the support and technical motivation that has been provided by the EU FP7 Fit4Green Project. References 1. Berl, A., Gelenbe, E., Girolamo, M.D., Giuliani, G., de Meer, H., Dang, M.Q., Pentikousis, K.: Energy-efficient cloud computing. The Computer Journal 53(7),

6 6 E. Gelenbe and T. Mahmoodi (2) 2. Chabarek, J., Sommers, J., Barford, P., Estan, C., Tsiang, D., Wright, S.: Power awareness in network design and routing. In: the 27th Conference on Computer Communications (INFOCOM 8). pp IEEE (April 28) 3. Chiaraviglio, L., Ciullo, D., Leonardi, E., Mellia, M.: How Much Can The Internet Be Greened? In: IEEE Global Communications Conference (GLOBECOM 9) Workshops. pp. 1 6 (December 29) 4. Chiaraviglio, L., Mellia, M., Neri, F.: Reducing Power Consumption in Backbone Networks. In: IEEE International Conference on Communications (ICC 9). pp (June 29) 5. Gelenbe, E.: Learning in the recurrent random neural network. Neural Computation 5(1), (1993) 6. Gelenbe, E.: Cognitive packet network. U.S. Patent 6,84,21 (October 11 24) 7. Gelenbe, E.: Steps toward self-aware networks. Communications of the ACM 52(7), (29) 8. Gelenbe, E., Lent, R.: Power-aware ad hoc cognitive packet networks. Ad Hoc Networks 2(3), (24) 9. Gelenbe, E., Lent, R., Nunez, A.: Self-aware networks and qos. Proceedings of the IEEE 92(9), (24). Gelenbe, E., Mahmoodi, T.: Energy-aware routing in the cognitive packet network. In: International Conference on Smart Grids, Green Communications, and IT Energy-aware Technologies (Energy 11) (May 211) 11. Gelenbe, E., Silvestri, S.: Reducing power consumption in wired networks. In: the 24th International Symposium on Computer and Information Sciences (ISCIS 9). pp IEEE (September 29) 12. Gupta, M., Singh, S.: Greening of the Internet. Computer Communication Review 33(4), (23) 13. Lent, R.: Simulating the power consumption of computer networks. In: the 15th IEEE International Workshop on Computer Aided Modeling, Analysis and Design of Communication Links and Networks (CAMAD ). pp. 96 (December 2) 14. Mahmoodi, T.: Energy-aware routing in the cognitive packet network. Performance Evaluation 63(4), (211) 15. Nedevschi, S., Popa, L., Iannaccone, G., Ratnasamy, S., Wetherall, D.: Reducing network energy consumption via sleeping and rate-adaptation. In: the 5th USENIX Symposium on Networked Systems Design and Implementation (NSDI 8). pp (April 28) 16. Panarello, C., Lombardo, A., Schembra, G., Chiaraviglio, L., Mellia, M.: Energy saving and network performance: a trade-off approach. In: the 1st International Conference on Energy-Efficient Computing and Networking (e-energy ). pp ACM (April 2)

Energy-Aware Routing in the Cognitive Packet Network

Energy-Aware Routing in the Cognitive Packet Network Energy-Aware Routing in the Cognitive Packet Network Erol Gelenbe and Toktam Mahmoodi Intelligent Systems & Networks Group Department of Electrical & Electronic Engineering Imperial College, SW7 2BT London

More information

Energy Aware Rou.ng in Packet Networks [Presenta.on at Green Days, Paris May 30, 2011]

Energy Aware Rou.ng in Packet Networks [Presenta.on at Green Days, Paris May 30, 2011] Energy Aware Rou.ng in Packet Networks [Presenta.on at Green Days, Paris May 30, 2011] Erol Gelenbe e.gelenbe@imperial.ac.uk Intelligent Systems and Networks Group Department of Electrical and Electronic

More information

1 Energy Efficient Protocols in Self-Aware Networks

1 Energy Efficient Protocols in Self-Aware Networks Energy Efficient Protocols in Self-Aware Networks Toktam Mahmoodi Centre for Telecommunications Research King s College London, London WC2R 2LS, UK Stanford NetSeminar 13 December 2011 1 Energy Efficient

More information

Power savings in packet networks via optimised routing

Power savings in packet networks via optimised routing Mobile Networks & Applications manuscript No. (will be inserted by the editor) Power savings in packet networks via optimised routing Erol Gelenbe Christina Morfopoulou Received: date / Accepted: date

More information

future internet ISSN Article

future internet ISSN Article Future Internet 2013, 5, 268-281; doi:10.3390/fi5020268 OPEN ACCESS future internet ISSN 1999-5903 www.mdpi.com/journal/futureinternet Article Investigating the Tradeoffs between Power Consumption and

More information

Random Neural Networks for the Adaptive Control of Packet Networks

Random Neural Networks for the Adaptive Control of Packet Networks Random Neural Networks for the Adaptive Control of Packet Networks Michael Gellman and Peixiang Liu Dept. of Electrical & Electronic Eng., Imperial College London {m.gellman,p.liu}@imperial.ac.uk Abstract.

More information

Reducing Power Consumption in Wired Networks

Reducing Power Consumption in Wired Networks Reducing Power Consumption in Wired Networks Erol Gelenbe and Simone Silvestri Dept. of Electrical & Electronic Engineering Imperial College, London SW7 BT, UK {e.gelenbe,s.silvestri}@imperial.ac.uk Abstract

More information

Enhanced Heuristics to Reduce Power Consumption of Networks using Weight Setting

Enhanced Heuristics to Reduce Power Consumption of Networks using Weight Setting Southern Region Engineering Conference 11-12 November 2010, Toowoomba, Australia SREC2010-T2-2 Enhanced Heuristics to Reduce Power Consumption of Networks using Weight Setting Abdelnour Aldraho Faculty

More information

ENERGY-EFFICIENT PROTOCOL IN OMNET++ SIMULATION ENVIRONMENT. Krzysztof Daniluk

ENERGY-EFFICIENT PROTOCOL IN OMNET++ SIMULATION ENVIRONMENT. Krzysztof Daniluk 159 ENERGY-EFFICIENT PROTOCOL IN OMNET++ SIMULATION ENVIRONMENT Krzysztof Daniluk Abstract: New idea for energy-efficient extension for OSPF protocol is presented. New concept is based on Dijkstra s algorithm,

More information

Improving Availability through Energy-Saving Optimization in LEO Satellite Networks

Improving Availability through Energy-Saving Optimization in LEO Satellite Networks Improving Availability through Energy-Saving Optimization in LEO Satellite Networks Zhu Tang, Chunqing Wu, Zhenqian Feng, Baokang Zhao, and Wanrong Yu College of Computer, National University of Defense

More information

Minimization of Network Power Consumption with Redundancy Elimination

Minimization of Network Power Consumption with Redundancy Elimination Minimization of Network Power Consumption with Redundancy Elimination Frédéric Giroire 1, Joanna Moulierac 1, Truong Khoa Phan 1,andFrédéric Roudaut 2 1 Joint project MASCOTTE, I3S(CNRS-UNS), INRIA, Sophia-Antipolis,

More information

Greening Backbone Networks: Reducing Energy Consumption by Shutting Off Cables in Bundled Links

Greening Backbone Networks: Reducing Energy Consumption by Shutting Off Cables in Bundled Links Greening Backbone Networks: Reducing Energy Consumption by Shutting Off Cables in Bundled Links Will Fisher Princeton University wafisher@princeton.edu Martin Suchara Princeton University msuchara@princeton.edu

More information

Energy Aware Network Operations

Energy Aware Network Operations Energy Aware Network Operations Priya Mahadevan, Puneet Sharma, Sujata Banerjee, Parthasarathy Ranganathan HP Labs Email: {firstname.lastname}@hp.com Abstract Networking devices today consume a non-trivial

More information

A Power Benchmarking Framework for Network Devices

A Power Benchmarking Framework for Network Devices A Power Benchmarking Framework for Network Devices Priya Mahadevan, Puneet Sharma, Sujata Banerjee, and Parthasarathy Ranganathan HP Labs 1501 Page Mill Road, Palo Alto, CA 94306, USA {priya.mahadevan,puneet.sharma,sujata.banerjee,partha.ranganathan}@hp.com

More information

The Trade-off between Power Consumption and Latency in Computer Networks

The Trade-off between Power Consumption and Latency in Computer Networks The Trade-off between Power Consumption and Latency in Computer Networks M. Herlich and H. Karl {matthias.herlich,holger.karl}@uni-paderborn.de Universität Paderborn, Fachgebiet Rechnernetze, EIM-I Pohlweg

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

Power Aware Metrics for Wireless Sensor Networks

Power Aware Metrics for Wireless Sensor Networks Power Aware Metrics for Wireless Sensor Networks Ayad Salhieh Department of ECE Wayne State University Detroit, MI 48202 ai4874@wayne.edu Loren Schwiebert Department of Computer Science Wayne State University

More information

A Power Benchmarking Framework for Network Devices

A Power Benchmarking Framework for Network Devices A Power Benchmarking Framework for Network Devices Priya Mahadevan, Puneet Sharma, Sujata Banerjee, and Parthasarathy Ranganathan HP Labs 1501 Page Mill Road, Palo Alto, CA 94306, USA {priya.mahadevan,puneet.sharma,sujata.banerjee,partha.ranganathan}@hp.com

More information

A Mobile Ad hoc Network Q-Routing Algorithm: Self-Aware Approach

A Mobile Ad hoc Network Q-Routing Algorithm: Self-Aware Approach A Mobile Ad hoc Network Q-Routing Algorithm: Self-Aware Approach Amal Alharbi Computer Science Department College of Computer Science and Information Sciences King Saud University, Riyadh Abdullah Al-Dhalaan

More information

Autonomous Smart Routing for Network QoS

Autonomous Smart Routing for Network QoS Autonomous Smart Routing for Network QoS Erol Gelenbe Dennis Gabor Chair Electrical & Electronic Eng g. Dept. Imperial College London SW7 2BT, UK e.gelenbe@imperial.ac.uk Michael Gellman, Ricardo Lent,

More information

Enabling Energy Efficient and Resilient Networks using Dynamic Topologies

Enabling Energy Efficient and Resilient Networks using Dynamic Topologies Enabling Energy Efficient and Resilient Networks using Dynamic Topologies Abdelnour Aldraho University of Southern Queensland Toowoomba Australia Email: abdelnour.aldraho@usq.edu.au Alexander A. Kist University

More information

Time Efficient Energy-Aware Routing in Software Defined Networks

Time Efficient Energy-Aware Routing in Software Defined Networks Efficient Energy-Aware Routing in Software Defined Networks Yu-Hao Chen, Tai-Lin Chin, Chin-Ya Huang, Shan-Hsiang Shen, Ruei-Yan Huang Dept. of Computer Science and Information Engineering, National Taiwan

More information

Impact of End-to-end QoS Connectivity on the Performance of Remote Wireless Local Networks

Impact of End-to-end QoS Connectivity on the Performance of Remote Wireless Local Networks Impact of End-to-end QoS Connectivity on the Performance of Remote Wireless Local Networks Veselin Rakocevic School of Engineering and Mathematical Sciences City University London EC1V HB, UK V.Rakocevic@city.ac.uk

More information

Minimization of Network Power Consumption with Redundancy Elimination

Minimization of Network Power Consumption with Redundancy Elimination Minimization of Network Power Consumption with Redundancy Elimination Frédéric Giroire, Joanna Moulierac, Truong Khoa Phan, Frédéric Roudaut To cite this version: Frédéric Giroire, Joanna Moulierac, Truong

More information

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

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

More information

Power-Awareness Extensions for Network Testbeds

Power-Awareness Extensions for Network Testbeds Power-Awareness Extensions for Network Testbeds Joseph Chabarek University of Wisconsin-Madison Email: jpchaba@cs.wisc.edu Paul Barford University of Wisconsin-Madison Qualys, Inc. Email: pb@cs.wisc.edu

More information

On the Impact of Monitoring Router Energy Consumption for Greening the Internet

On the Impact of Monitoring Router Energy Consumption for Greening the Internet On the Impact of Monitoring Router Energy Consumption for Greening the Internet Arnaud Adelin, Philippe Owezarski, Thierry Gayraud To cite this version: Arnaud Adelin, Philippe Owezarski, Thierry Gayraud.

More information

An Ant-Based Routing Algorithm to Achieve the Lifetime Bound for Target Tracking Sensor Networks

An Ant-Based Routing Algorithm to Achieve the Lifetime Bound for Target Tracking Sensor Networks An Ant-Based Routing Algorithm to Achieve the Lifetime Bound for Target Tracking Sensor Networks Peng Zeng Cuanzhi Zang Haibin Yu Shenyang Institute of Automation Chinese Academy of Sciences Target Tracking

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

Span: An Energy-Efficient Coordination Algorithm for Topology Maintenance in Ad Hoc Wireless Networks

Span: An Energy-Efficient Coordination Algorithm for Topology Maintenance in Ad Hoc Wireless Networks Span: An Energy-Efficient Coordination Algorithm for Topology Maintenance in Ad Hoc Wireless Networks AUTHORS: B. CHEN, K.JAMIESON, H. BALAKRISHNAN, R. MORRIS TARGET: A power saving technique 2 Multi-hop

More information

On the Interdependence of Congestion and Contention in Wireless Sensor Networks

On the Interdependence of Congestion and Contention in Wireless Sensor Networks On the Interdependence of Congestion and Contention in Wireless Sensor Networks Mehmet C. Vuran Vehbi C. Gungor School of Electrical & Computer Engineering Georgia Institute of Technology, Atlanta, GA

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

MultiHop Routing for Delay Minimization in WSN

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

More information

Improving IEEE Power Saving Mechanism

Improving IEEE Power Saving Mechanism 1 Improving IEEE 82.11 Power Saving Mechanism Eun-Sun Jung 1 and Nitin H. Vaidya 2 1 Dept. of Computer Science, Texas A&M University, College Station, TX 77843, USA Email: esjung@cs.tamu.edu 2 Dept. of

More information

GDRP: A NOVEL APPROACH FOR POWER OPTIMIZATION IN WIRED CORE NETWORKS

GDRP: A NOVEL APPROACH FOR POWER OPTIMIZATION IN WIRED CORE NETWORKS GDRP: A NOVEL APPROACH FOR POWER OPTIMIZATION IN WIRED CORE NETWORKS Mr. Sujit Wagh Dept. of Electronics & Telecommunication Engg, Sinhgad College of Engineering, Vadgaon Bk, Pune,,Maharashtra,India waghsujit.14@gmail.com

More information

Energy Proportionality of an Enterprise Network

Energy Proportionality of an Enterprise Network Energy Proportionality of an Enterprise Network Priya Mahadevan, Sujata Banerjee, and Puneet Sharma HP Labs Palo Alto, California, U.S.A priya.mahadevan@hp.com, sujata.banerjee@hp.com,puneet.sharma@hp.com

More information

Performance Evaluation of Energy Efficient Policies for Ethernet Switches

Performance Evaluation of Energy Efficient Policies for Ethernet Switches Performance Evaluation of Energy Efficient Policies for Ethernet Switches Béatrice Paillassa, Riadh Dhaou, Gentian Jakllari, Thaenchaikun Chakadkit To cite this version: Béatrice Paillassa, Riadh Dhaou,

More information

Enhanced Parity Packet Transmission for Video Multicast using R-DSTC

Enhanced Parity Packet Transmission for Video Multicast using R-DSTC 21st Annual IEEE International Symposium on Personal, Indoor and Mobile Radio Communications Enhanced Parity Packet Transmission for Video Multicast using R-DSTC Özgü Alay, Zhili Guo, Yao Wang, Elza Erkip

More information

II. CLASSIFICATION OF ROUTING PROTOCOLS MANET routing protocols are classified into three major categories: proactive, reactive and hybrid.

II. CLASSIFICATION OF ROUTING PROTOCOLS MANET routing protocols are classified into three major categories: proactive, reactive and hybrid. A COMPLETE STUDY ON POWER AWARE ROUTING PROTOCOL FOR MOBILE ADHOC NETWORK A. Kumaravel 1, Dr. M.Chandrasekaran 2 1 (Electronics and Communication Engineering, Paavai Engineering College,India) 2 (Electronics

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

Energy Efficiency Maximization for Wireless Sensor Networks

Energy Efficiency Maximization for Wireless Sensor Networks Energy Efficiency Maximization for Wireless Sensor Networks Inwhee Joe College of Information and Communications Hanyang University Seoul, Korea iwjoe@hanyang.ac.kr Abstract. Because of the remote nature

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

Research Directions in Low-Power Wireless Networks

Research Directions in Low-Power Wireless Networks Research Directions in Low-Power Wireless Networks Behnam Dezfouli [ dezfouli@ieee.org ] November 2014 1 q OBSERVING AND CHARACTERIZING THE EFFECT OF ENVIRONMENT ON WIRELESS COMMUNICATIONS For example,

More information

DESIGN AND IMPLEMENTATION OF IPV4 ROUTING INFORMATION PROTOCOL

DESIGN AND IMPLEMENTATION OF IPV4 ROUTING INFORMATION PROTOCOL IMPACT: International Journal of Research in Engineering & Technology (IMPACT: IJRET) Vol. 1, Issue 3, Aug 2013, 51-56 Impact Journals DESIGN AND IMPLEMENTATION OF IPV4 ROUTING INFORMATION PROTOCOL SARBJEET

More information

Performance Evaluation of ASMR with QRS and RZLSR Routing Scheme in Mobile Ad-hoc and Sensor Networks

Performance Evaluation of ASMR with QRS and RZLSR Routing Scheme in Mobile Ad-hoc and Sensor Networks , pp. 43-50 http://dx.doi.org/10.14257/ijfgcn.2014.7.6.05 Performance Evaluation of ASMR with QRS and RZLSR Routing Scheme in Mobile Ad-hoc and Sensor Networks Anna Saro Vijendran 1 and J. Viji Gripsy

More information

Research Article MFT-MAC: A Duty-Cycle MAC Protocol Using Multiframe Transmission for Wireless Sensor Networks

Research Article MFT-MAC: A Duty-Cycle MAC Protocol Using Multiframe Transmission for Wireless Sensor Networks Distributed Sensor Networks Volume 2013, Article ID 858765, 6 pages http://dx.doi.org/10.1155/2013/858765 Research Article MFT-MAC: A Duty-Cycle MAC Protocol Using Multiframe Transmission for Wireless

More information

On the Design of QoS aware Multicast Algorithms for Wireless Mesh Network. By Liang Zhao Director of Study: Dr. Ahmed Al-Dubai (CDCS)

On the Design of QoS aware Multicast Algorithms for Wireless Mesh Network. By Liang Zhao Director of Study: Dr. Ahmed Al-Dubai (CDCS) On the Design of QoS aware Multicast Algorithms for Wireless Mesh Network By Liang Zhao Director of Study: Dr. Ahmed Al-Dubai (CDCS) Outline 1. Introduction to Wireless Mesh Networks 2. Multicast and its

More information

Network Control and Signalling

Network Control and Signalling Network Control and Signalling 1. Introduction 2. Fundamentals and design principles 3. Network architecture and topology 4. Network control and signalling 5. Network components 5.1 links 5.2 switches

More information

An energy efficient routing algorithm (X-Centric routing) for sensor networks

An energy efficient routing algorithm (X-Centric routing) for sensor networks An energy efficient routing algorithm (X-Centric routing) for sensor networks Goktug Atac, Tamer Dag Computer Engineering Department Kadir Has University, Istanbul, Turkey goktugatac@yahoo.com, tamer.dag@khas.edu.tr

More information

An Energy Efficient Integral Routing Algorithm for Software-defined Networks

An Energy Efficient Integral Routing Algorithm for Software-defined Networks An Energy Efficient Integral Routing Algorithm for Software-defined Networks Ghadeer Naji Neama, Student Member, IEEE, Mohamad Khattar Awad, Member, IEEE Department of Computer Engineering, College of

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

Energy QoS Trade-Offs in Mobile Service Selection

Energy QoS Trade-Offs in Mobile Service Selection Future Internet 2013, 5, 128-139; doi:10.3390/fi5020128 Article Energy QoS Trade-Offs in Mobile Service Selection Erol Gelenbe * and Ricardo Lent * OPEN ACCESS future internet ISSN 1999-5903 www.mdpi.com/journal/futureinternet

More information

Impact of bandwidth-delay product and non-responsive flows on the performance of queue management schemes

Impact of bandwidth-delay product and non-responsive flows on the performance of queue management schemes Impact of bandwidth-delay product and non-responsive flows on the performance of queue management schemes Zhili Zhao Dept. of Elec. Engg., 214 Zachry College Station, TX 77843-3128 A. L. Narasimha Reddy

More information

Improving Availability through Energy-Saving Optimization in LEO Satellite Networks

Improving Availability through Energy-Saving Optimization in LEO Satellite Networks Improving Availability through Energy-Saving Optimization in LEO Satellite Networks Zhu Tang, Chunqing Wu, Zhenqian Feng, Baokang Zhao, Wanrong Yu To cite this version: Zhu Tang, Chunqing Wu, Zhenqian

More information

DEPLOYMENT OF FAIR SHARE AND SMART START TECHNIQUE FOR OPTIMAL USE OF AVAILABLE CAPACITY IN TCP CONGESTION CONTROL

DEPLOYMENT OF FAIR SHARE AND SMART START TECHNIQUE FOR OPTIMAL USE OF AVAILABLE CAPACITY IN TCP CONGESTION CONTROL 32 International Journal on, Vol.3, No.1, January 2009 Information Sciences and Computing DEPLOYMENT OF FAIR SHARE AND SMART START TECHNIQUE FOR OPTIMAL USE OF AVAILABLE CAPACITY IN TCP CONGESTION CONTROL

More information

Cognitive routing models in UWB networks (invited paper)

Cognitive routing models in UWB networks (invited paper) Cognitive routing models in UWB networks (invited paper) Maria-Gabriella Di Benedetto, Senior Member, IEEE, and Luca De Nardis, Member, IEEE INFOCOM Department School of Engineering, University of Rome

More information

Journal of Electronics and Communication Engineering & Technology (JECET)

Journal of Electronics and Communication Engineering & Technology (JECET) Journal of Electronics and Communication Engineering & Technology (JECET) JECET I A E M E Journal of Electronics and Communication Engineering & Technology (JECET)ISSN ISSN 2347-4181 (Print) ISSN 2347-419X

More information

low Energy COnsumption NETworks

low Energy COnsumption NETworks low Energy COnsumption NETworks (ECONET) Smart power management for fixed network devices ETSI Workshop on Energy Efficiency Genova 21st June 2012 The Project Motivations and Focus x 10 Static energy efficiency

More information

Splitting of traffic to maximize the data transmission in mobile ad hoc network under different constraints

Splitting of traffic to maximize the data transmission in mobile ad hoc network under different constraints www.ijcsi.org 558 Splitting of traffic to maximize the data transmission in mobile ad hoc network under different constraints Sushil Chandra Dimri 1, Kamlesh Chandra Purohit 2 and Durgesh Pant 1 Graphic

More information

Simulation of Energy Efficiency in Virtual Topology

Simulation of Energy Efficiency in Virtual Topology Simulation of Energy Efficiency in Virtual Topology 1 Nanda Kumar. S, 2 Selva Ra. P Department. of Information Technology, SRM University, Chennai, India 1 nanda6488@gmail.com, 2 selvara.p@ktr.srmuniv.ac.in

More information

VORONOI LEACH FOR ENERGY EFFICIENT COMMUNICATION IN WIRELESS SENSOR NETWORKS

VORONOI LEACH FOR ENERGY EFFICIENT COMMUNICATION IN WIRELESS SENSOR NETWORKS VORONOI LEACH FOR ENERGY EFFICIENT COMMUNICATION IN WIRELESS SENSOR NETWORKS D. Satyanarayana Department of Electrical and Computer Engineering University of Buraimi Al Buraimi, Sultanate of Oman Sathyashree.

More information

Efficient Power Management and Data Intensive Computer Systems in Computer Networks

Efficient Power Management and Data Intensive Computer Systems in Computer Networks Indian Journal of Science and Technology, Vol 8(12), 64835, June 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Efficient Power Management and Data Intensive Computer Systems in Computer Networks

More information

Keywords: AODV, MANET, WRP

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

More information

Using Low-power Modes for Energy Conservation in Ethernet LANs

Using Low-power Modes for Energy Conservation in Ethernet LANs Using Low-power Modes for Energy Conservation in Ethernet LANs Maruti Gupta Department of Computer Science Portland State University Portland, OR 9727 Email: mgupta@cs.pdx.edu Suresh Singh Department of

More information

An Energy Consumption Analytic Model for A Wireless Sensor MAC Protocol

An Energy Consumption Analytic Model for A Wireless Sensor MAC Protocol An Energy Consumption Analytic Model for A Wireless Sensor MAC Protocol Hung-Wei Tseng, Shih-Hsien Yang, Po-Yu Chuang,Eric Hsiao-Kuang Wu, and Gen-Huey Chen Dept. of Computer Science and Information Engineering,

More information

Network Performance Analysis of an Adaptive OSPF Routing Strategy Effective Bandwidth Estimation

Network Performance Analysis of an Adaptive OSPF Routing Strategy Effective Bandwidth Estimation International Telecommunication Symposium ITS 22, Natal, Brazil Network Performance Analysis of an Adaptive OSPF Routing Strategy Effective Bandwidth Estimation Tatiana B. Pereira and Lee L. Ling UNICAMP,

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

Supporting Service Differentiation for Real-Time and Best-Effort Traffic in Stateless Wireless Ad-Hoc Networks (SWAN)

Supporting Service Differentiation for Real-Time and Best-Effort Traffic in Stateless Wireless Ad-Hoc Networks (SWAN) Supporting Service Differentiation for Real-Time and Best-Effort Traffic in Stateless Wireless Ad-Hoc Networks (SWAN) G. S. Ahn, A. T. Campbell, A. Veres, and L. H. Sun IEEE Trans. On Mobile Computing

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

Data gathering using mobile agents for reducing traffic in dense mobile wireless sensor networks

Data gathering using mobile agents for reducing traffic in dense mobile wireless sensor networks Mobile Information Systems 9 (23) 295 34 295 DOI.3233/MIS-364 IOS Press Data gathering using mobile agents for reducing traffic in dense mobile wireless sensor networks Keisuke Goto, Yuya Sasaki, Takahiro

More information

Energy Efficient BitTorrent for Green P2P File Sharing

Energy Efficient BitTorrent for Green P2P File Sharing Energy Efficient BitTorrent for Green P2P File Sharing Giuseppe Anastasi Pervasive Computing & Networking Lab (Perlab) Dept. of Information Engineering, University of Pisa E-mail: giuseppe.anastasi@iet.unipi.it

More information

On Constraint Problems with Incomplete or Erroneous Data

On Constraint Problems with Incomplete or Erroneous Data On Constraint Problems with Incomplete or Erroneous Data Neil Yorke-Smith and Carmen Gervet IC Parc, Imperial College, London, SW7 2AZ, U.K. nys,cg6 @icparc.ic.ac.uk Abstract. Real-world constraint problems

More information

TESTING A COGNITIVE PACKET CONCEPT ON A LAN

TESTING A COGNITIVE PACKET CONCEPT ON A LAN TESTING A COGNITIVE PACKET CONCEPT ON A LAN X. Hu, A. N. Zincir-Heywood, M. I. Heywood Faculty of Computer Science, Dalhousie University {xhu@cs.dal.ca, zincir@cs.dal.ca, mheywood@cs.dal.ca} Abstract The

More information

A QoS-based ONU Group Planning Algorithm for Smart Grid Communication Networks

A QoS-based ONU Group Planning Algorithm for Smart Grid Communication Networks The 19th Asia-Pacific Network Operations and Management Symposium A QoS-based ONU Group Planning Algorithm for Smart Grid Communication Networks Reporter: Ying Li Affiliation: State Key Laboratory of Networking

More information

MANET is considered a collection of wireless mobile nodes that are capable of communicating with each other. Research Article 2014

MANET is considered a collection of wireless mobile nodes that are capable of communicating with each other. Research Article 2014 Throughput Analysis of Proactive and Reactive MANET Routing Protocols Kiranveer Kaur 1 Surinderjit Kaur 2 Vikramjit Singh 3 Department of Computer Science, University College of Engineering, 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 Analysis of Mobile Ad Hoc Network in the Presence of Wormhole Attack

Performance Analysis of Mobile Ad Hoc Network in the Presence of Wormhole Attack Performance Analysis of Mobile Ad Hoc Network in the Presence of Wormhole Attack F. Anne Jenefer & D. Vydeki E-mail : annejenefer@gmail.com, vydeki.d@srmeaswari.ac.in Abstract Mobile Ad-Hoc Network (MANET)

More information

Intelligent Energy Aware Networks - a Content Perspective

Intelligent Energy Aware Networks - a Content Perspective Intelligent Energy Aware Networks - a Content Perspective Jaafar Elmirghani, University of Leeds, UK j.m.h.elmirghani@leeds.ac.uk Outline Introduction The Intelligent Energy Aware Networks (INTERNET) project

More information

Smart Routing with Learning-

Smart Routing with Learning- Smart Routing with Learning- based QoS-aware Meta-strategies Ying Zhang Markus Fromherz Lukas Kuhn (Ludwig Maximilian University) October 2004 Outline Message-initiated Constraint-based Routing Learning-based

More information

Analysis of WLAN Traffic in the Wild

Analysis of WLAN Traffic in the Wild Analysis of WLAN Traffic in the Wild Caleb Phillips and Suresh Singh Portland State University, 1900 SW 4th Avenue Portland, Oregon, 97201, USA {calebp,singh}@cs.pdx.edu Abstract. In this paper, we analyze

More information

A closer look at network structure:

A closer look at network structure: T1: Introduction 1.1 What is computer network? Examples of computer network The Internet Network structure: edge and core 1.2 Why computer networks 1.3 The way networks work 1.4 Performance metrics: Delay,

More information

QoS-Aware IPTV Routing Algorithms

QoS-Aware IPTV Routing Algorithms QoS-Aware IPTV Routing Algorithms Patrick McDonagh, Philip Perry, Liam Murphy. School of Computer Science and Informatics, University College Dublin, Belfield, Dublin 4. {patrick.mcdonagh, philip.perry,

More information

EP2210 Scheduling. Lecture material:

EP2210 Scheduling. Lecture material: EP2210 Scheduling Lecture material: Bertsekas, Gallager, 6.1.2. MIT OpenCourseWare, 6.829 A. Parekh, R. Gallager, A generalized Processor Sharing Approach to Flow Control - The Single Node Case, IEEE Infocom

More information

Optimal Multi-sink Positioning and Energy-efficient Routing in Wireless Sensor Networks

Optimal Multi-sink Positioning and Energy-efficient Routing in Wireless Sensor Networks Optimal Multi-sink Positioning and Energy-efficient Routing in Wireless Sensor Networks Haeyong Kim, Yongho Seok, Nakjung Choi, Yanghee Choi, and Taekyoung Kwon School of Computer Science and Engineering

More information

An Approach for Enhanced Performance of Packet Transmission over Packet Switched Network

An Approach for Enhanced Performance of Packet Transmission over Packet Switched Network ISSN (e): 2250 3005 Volume, 06 Issue, 04 April 2016 International Journal of Computational Engineering Research (IJCER) An Approach for Enhanced Performance of Packet Transmission over Packet Switched

More information

Improving the Data Scheduling Efficiency of the IEEE (d) Mesh Network

Improving the Data Scheduling Efficiency of the IEEE (d) Mesh Network Improving the Data Scheduling Efficiency of the IEEE 802.16(d) Mesh Network Shie-Yuan Wang Email: shieyuan@csie.nctu.edu.tw Chih-Che Lin Email: jclin@csie.nctu.edu.tw Ku-Han Fang Email: khfang@csie.nctu.edu.tw

More information

Keeping the Connectivity and Saving the Energy in the Internet

Keeping the Connectivity and Saving the Energy in the Internet IEEE INFOCOM 11 Workshop on Green Communications and Networking Keeping the Connectivity and Saving the Energy in the Internet Francesca Cuomo, Anna Abbagnale, Antonio Cianfrani, Marco Polverini DIET,

More information

NEW! Updates from previous draft Based on group mailing list discussions Added definition of optimal scalability with examples (captures idea of suffi

NEW! Updates from previous draft Based on group mailing list discussions Added definition of optimal scalability with examples (captures idea of suffi IRTF ANS WG Meeting, November 12, 2003 Notes on Scalability of Wireless Ad hoc Networks Onur Arpacioglu, Tara Small and Zygmunt J. Haas , which extends

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

IX: A Protected Dataplane Operating System for High Throughput and Low Latency

IX: A Protected Dataplane Operating System for High Throughput and Low Latency IX: A Protected Dataplane Operating System for High Throughput and Low Latency Belay, A. et al. Proc. of the 11th USENIX Symp. on OSDI, pp. 49-65, 2014. Reviewed by Chun-Yu and Xinghao Li Summary In this

More information

Prioritized Shufflenet Routing in TOAD based 2X2 OTDM Router.

Prioritized Shufflenet Routing in TOAD based 2X2 OTDM Router. Prioritized Shufflenet Routing in TOAD based 2X2 OTDM Router. Tekiner Firat, Ghassemlooy Zabih, Thompson Mark, Alkhayatt Samir Optical Communications Research Group, School of Engineering, Sheffield Hallam

More information

Control of jitter buffer size using machine learning

Control of jitter buffer size using machine learning Technical Disclosure Commons Defensive Publications Series December 06, 2017 Control of jitter buffer size using machine learning Ivo Creusen Oliver Walter Henrik Lundin Follow this and additional works

More information

Scheduling of Multiple Applications in Wireless Sensor Networks Using Knowledge of Applications and Network

Scheduling of Multiple Applications in Wireless Sensor Networks Using Knowledge of Applications and Network International Journal of Information and Computer Science (IJICS) Volume 5, 2016 doi: 10.14355/ijics.2016.05.002 www.iji-cs.org Scheduling of Multiple Applications in Wireless Sensor Networks Using Knowledge

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

Call for Papers for Communication QoS, Reliability and Modeling Symposium

Call for Papers for Communication QoS, Reliability and Modeling Symposium Call for Papers for Communication QoS, Reliability and Modeling Symposium Scope and Motivation: In modern communication networks, different technologies need to cooperate with each other for end-to-end

More information

Link Lifetime Prediction in Mobile Ad-Hoc Network Using Curve Fitting Method

Link Lifetime Prediction in Mobile Ad-Hoc Network Using Curve Fitting Method IJCSNS International Journal of Computer Science and Network Security, VOL.17 No.5, May 2017 265 Link Lifetime Prediction in Mobile Ad-Hoc Network Using Curve Fitting Method Mohammad Pashaei, Hossein Ghiasy

More information

An Adaptive MAC Protocol for Efficient Group Communications in Sensor Networks

An Adaptive MAC Protocol for Efficient Group Communications in Sensor Networks An Adaptive MAC Protocol for Efficient Group Communications in Sensor Networks Turkmen Canli, Zhihui Chen, Ashfaq Khokhar University of Illinois at Chicago Ajay Gupta Western Michigan University Abstract-This

More information

Topology Enhancement in Wireless Multihop Networks: A Top-down Approach

Topology Enhancement in Wireless Multihop Networks: A Top-down Approach Topology Enhancement in Wireless Multihop Networks: A Top-down Approach Symeon Papavassiliou (joint work with Eleni Stai and Vasileios Karyotis) National Technical University of Athens (NTUA) School of

More information

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

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

More information

A Routing Protocol and Energy Efficient Techniques in Bluetooth Scatternets

A Routing Protocol and Energy Efficient Techniques in Bluetooth Scatternets A Routing Protocol and Energy Efficient Techniques in Bluetooth Scatternets Balakrishna J. Prabhu and A. Chockalingam Department of Electrical Communication Engineering Indian Institute of Science, Bangalore

More information