Routing and Channel Assignment for Multicast in Multi- Channel Multi-Radio Wireless Mesh Networks

Size: px
Start display at page:

Download "Routing and Channel Assignment for Multicast in Multi- Channel Multi-Radio Wireless Mesh Networks"

Transcription

1 Routing and Channel Assignment for Multicast in Multi- Channel Multi-Radio Wireless Mesh Networks Wen-Xiao Shi, Ke-Qiang Cui, and Yuan Chai College of Communication Engineering, Jilin University, Changchun, , China {cuikq14, Abstract Channel assignment assigns proper channels for interfaces, which helps dramatically reduce interference and improve network capacity. Routing selects proper paths for packet delivery, which can also help improve network capacity. In order to reduce computational complexity of joint multicast routing and channel assignment, multicast routing and channel assignment are regarded as two separate problems and solved sequentially in this paper. A scheme named Sequential BIP is proposed to obtain optimal solutions to multicast routing and channel assignment. Simulation results demonstrate its effectiveness and show that it can be used as benchmark to evaluate other schemes. Index Terms Multicast, routing, channel assignment, binary integer programming I. INTRODUCTION Wireless Mesh Networks (WMNs) are multi-hop networks which can extend the coverage of wireless networks, with the advantages of fast deployment, low front cost and so on. They are potential techniques to build the next generation wireless communication systems [1]. Recent research on WMNs mainly focuses on Multi-Radio Multi-Channel (MRMC) WMNs which allow the networks to use multiple channels and equip each node with multiple radio interfaces [2]. Multicasting is a key service in WMNs, which can deliver information to a group of receivers simultaneously [3]. Routing and channel assignment are the most important issues to guarantee efficient multicast communications. Due to the differences between unicast and multicast in packet transmission mode and MAC layer processing manner, schemes proposed for unicast are not suitable for multicast communication. In this paper, we study the multicast routing and channel assignment problem in MRMC WMNs. In order to reduce computational complexity and provide optimal solution, multicast routing and channel assignment are regarded as two problems as most literatures do, and Binary Integer Programming (BIP) is formulated to solve them, respectively. We call this method Sequential BIP. The solution to it can be used as benchmark to evaluate the performance of other heuristic schemes. Manuscript received August 23, 2016; revised November 24, This work was supported by the National Natural Science Foundation of China (No ). Corresponding author swx@jlu.edu.cn. doi: /jcm The paper is organized as follows. We summarize the related works in Section 2. The BIP formulation for channel assignment and multicast routing is provided in Section 3. Its performance is evaluated by comparing with conventional schemes in Section 4. Finally we conclude our work and point out future research directions in Section 5. II. RELATED WORKS In general, multicast routing and channel assignment schemes in MRMC WMNs can roughly be classified into two types, i.e., Joint Multicast Routing and Channel Assignment (JMRCA) and Sequential Multicast Routing and Channel Assignment (SMRCA). JMRCA considers about the interaction between multicast routing and channel assignment and solves them as a whole, while SMRCA regards multicast routing and channel assignment as two problems and solves multicast routing problem first then channel assignment [4]. Due to its low computational complexity, SMRCA is adopted in most literatures published, and heuristic schemes are proposed to achieve near-optimal performance. In [5], Multi-Channel Multicast (MCM) algorithm was proposed to fully exploit all available channels. The multicast routing process is conducted with the goal of minimizing the number of relay nodes and the hop count distance between multicast source and multicast receivers. The channel assignment process is conducted with the goal of minimizing interference between a node and its relay nodes. However, hidden channel problem may occur and random channel selection may not give the best performance. Minimum interference Multi-channel Multi-radio Multicast (M4) algorithm was proposed on the basis of MCM [6], but its goal is to balance the channel separations between a node and its neighbors instead of minimizing total interference. Intelligent computational methods such as tabu search, genetic algorithm and stimulated annealing are utilized to solve the multicast routing and channel assignment problem [7]-[9]. They all aim at keeping network interference as small as possible. However, interference still exists among nodes at the same level and some channels are wasted. Also, only Orthogonal Channels (OCs) are utilized and the resulting co-channel interference prevents nodes from parallel transmissions. BIP formulation was performed for multicast routing and channel assignment in [10] and [11]. The goal is to minimize total number of links and overall interference Journal of Communications 992

2 However, Wireless Broadcast Advantage (WBA) is not exploited and only OCs are utilized, which degrades network performance. From the analysis above, the SMRCA problem has not been properly solved and the optimal solution to multicast routing and channel assignment has not been provided. The optimal solution can be used as benchmark to evaluate the performance of other heuristic schemes, and it is the goal of this paper. III. BINARY INTEGER PROGRAMMING FORMULATION FOR MULTICAST ROUTING AND CHANNEL ASSIGNMENT G(V, E) is a directed graph which represents MRMC WMNs, where V represents the set of nodes and E is the set of all edges. C is the set of all available channels which can be used by WMNs. Each node is configured with multiple radio interfaces, and these interfaces can be divided into input interfaces and output interfaces. Input interface is used by a node v to receive packets from its parent, and output interface is used to transmit data packets to its children. Corresponding links are called incoming links and outgoing links respectively. Due to the high computational complexity of solving joint multicast routing and channel assignment problem, we regard multicast routing and channel assignment as two sub-problems and formulate BIP to solve them sequentially, which guarantees the optimal solution for each sub-problem. The output of multicast routing process is regarded as input to the channel assignment process. These two problems are formulated with the goal of minimizing total number of interfaces consumed and minimizing overall interference, respectively. The formulation details are given below. A. BIP Formulation for Multicast Routing Problem The variables which will be used in the formulation process of the multicast routing problem are listed in Table I. The optimal multicast routing problem is formulated with the goal of minimizing total resource consumption, here resource means node interfaces. If WBA can be fully utilized, minimizing total number of node interfaces consumed equals to minimizing total number of transmissions, which can help to save bandwidth. BIP can be formulated with the objective (1) and constraints from (2) to (8). Objective s.t. l uv uve l vw vwe Minimize TotalRadio (1) luw 1, v V \ ( S, MR) (2) uv l vw l uv v V \ ( S, MR), u V, wv (3) luv 0, v S (4) uv lvw 1, v S (5) wv luv 1, v MR (6) uv l l 1 uv E (7) uv vu h h l (1 l ) (8) v u uv uv S is the multicast source and MR means the set of multicast receivers; β is a small constant, such as 0.001; h v is the level of node v, which is defined by the hop count distance from the source. Constraints (2) and (3) are the interface constraints for node except multicast source and multicast receivers, that is, the number of its incoming link should be at most one, and if it has an incoming link, then it definitely has outgoing links, and vice versa. Constraints (4) and (5) ensure that multicast source should have no incoming link and at least one outgoing link. Constraint (6) ensures all multicast receivers should have just one incoming link. Constraint (7) ensures all links on the tree to be unidirectional. Constraint (8) prevents the occurrence of routing loop on the tree. TABLE I: VARIABLE DEFINITION FOR MULTICAST ROUTING PROCESS Variable Definition a binary variable determines whether link uv is l uv u V, v V involved in the multicast tree two binary variables determine whether the input Radio In(v) and interface/ output interface of node v is occupied Radio Out(v) respectively 1 if luv 1 Radio () uv In v 0 else TotalRadio Radio Out 1 if lvw 1 () v wv 0 else A non-negative variable determines total number of interfaces consumed by the multicast tree TotalRadio Radio In( v) Radio Out ( v) vv B. BIP Formulation for Channel Assignment Problem The variables which will be used in the formulation process of the channel assignment problem are listed in Table II. For each link in WMNs, at most one channel should be assigned to it. auv ( c) luv, uv E (9) cc Sibling links should be assigned with the same channel to exploit WBA in the channel assignment process. a ( c) a ( c) 2 l l (10) uv uw uv uw The objective in Equation (11) together with the above two constraints formulate standard BIP. Objective 2016 Journal of Communications 993

3 Minimize TotalInterference (11) TABLE II: VARIABLE DEFINITION FOR CHANNEL ASSIGNMENT PROCESS Variable a uv(c) c C, u V, v V IsInterfer(u, v, c 1, m, n, c 2) InterferLink(u, v, c 1) c 1 C, u V, v V c2c mne mu Definition a binary variable determines whether channel c is assigned to link uv a binary variable determines whether interference occurs between link uv on channel c 1 and link mn on channel c 2 a non-negative variable determines the number of links which interfere with link uv on channel c 1 InterferLink u, v, c a ( c ) TotalInterference 1 uv 1 ( l a ( c ) IsInterfer( u, v, c, m, n, c )) mn mn TotalInterference a non-negative variable represents overall interference uv vv c1c InterferLink u, v, c C. Complexity Analysis of BIP Formulation The computation complexity of BIP is the sum of multicast routing and channel assignment complexity. For the first part, the worst case is that the multicast receiver has the largest hop count from the gateway and the number of neighbors is V-1. The computation complexity is O( M V L 2 ), where M is the scale of multicast group, and V is the total number of nodes. L here is the largest hop count to the gateway, which is the largest level of nodes in the network. If the network topology is certain, L is a constant value. For the second part, because each link can be allocated any channel in set C, the computation complexity is N O( C ), where N is the number of links which need to be allocated channels. In the worst case, all links in the network need to be allocated and the value of N is E. The total complexity is O( M V L )+O( C N 1 N )=O( C ). Since links composing multicast tree are a part of all links in the network, the real implementation complexity is much lower. At the same time, the same channel should be assigned for sibling links, so the power exponent of the complexity will decrease sharply. IV. SIMULATION ANALYSIS AND PERFORMANCE EVALUATION We evaluate Sequential BIP by comparing it with other schemes published in both grid and random WMNs with 30 nodes. Our experiments are carried out using Matlab and network simulator (NS-3.19). We also modify NS to support multi-channel multi-radio and partially overlapped channels. The performance comparisons are conducted according to metrics including network interference, number of interfaces occupied, multicast throughput and average end-to-end delay, and their definitions can be found in [12]. Sequential BIP is compared with MCM, M4 and BIP- OCs. Here BIP-OCs is obtained by substituting all 11 available channels in Sequential BIP with 3 OCs. Performance evaluation of Tabu search [7], Generic algorithm [8], Stimulated annealing [9], Cross-layer BIP [10] and Layered BIP [11] is not provided, as they are non-optimal channel assignment schemes designed for WMNs using OCs. In this paper, we use BIP-OCs to represent the optimal multicast routing and channel assignment result that can be gained by OCs WMNs. No matter in grid topology or random topology, gateway is always located at the center of WMNs. Multicast receivers are randomly chosen from all mesh routers except for the gateway. The gateway sends out data packets with constant bit rate. Each mesh router is equipped with 2 radios, and omni-directional antennas are used to send and receive packets. All 11 channels in IEEE b are available for channel assignment, and 1Mbps system bandwidth is used for multicast data transmission. The packet sending rate of the multicast source is set to 200packets/s to simulate heavy load, and the multicast group size changes from 5 to 14. The main simulation parameters are shown in Table III. The simulation results are also shown below. TABLE III: SIMULATION PARAMETERS Simulation parameters Simulation time Values 30s Number of channels 11 MAC layer technology IEEE b Data transmission rate Traffic type Packet size Transmission range Interference range Antenna A. Results in Grid WMNs 1Mbps Constant bit rate (UDP) 512 Bytes 250m 550m Omni-directional In node grid topology, each vertex is deployed with a mesh router, and each edge denotes a wireless link. The grid step is set to 250m, which is the distance between adjacent nodes. This means that a node can communicate with its neighbors except the diagonal nodes. We measure the network interference, number of interfaces occupied, multicast throughput and average end-to-end delay of these schemes, and the results are given in Fig. 1. (a) 2016 Journal of Communications 994

4 (b) (c) (d) Fig. 1. Comparison results in 30-node grid WMNs From Fig. 1 (a) and Fig. 1 (b), we can see that the network interference of Sequential BIP keeps at 0 when multicast group size changes, and it means that Sequential BIP can achieve optimal multicast tree construction and channel assignment. Multicast data transmissions can be performed without interfering with each other. BIP-OCs builds the same multicast tree as Sequential BIP, thus the number of interfaces occupied of BIP-OCs is the same as Sequential BIP no matter how large the multicast group size is. However, the limited number of OCs limits the possibility to assign different channels for adjacent transmissions, therefore the competition for channel access results in network interference. When the multicast group size is not more than 10, MCM and M4 can achieve optimal multicast tree construction, but they occupy more node interfaces when the multicast size is larger than 10. MCM and M4 brings in heavy interference, and the reasons are listed below: MCM only considers about the channel assignment of one-hop neighbors and the resulting hidden channel problem introduces more interference; Random channel selection cannot provide the best performance when several channels all satisfy the minimum interference requirement. M4 aims at minimizing channel separations between a node and its one-hop and two-hop neighbors, but it cannot lead to minimum interference. From Fig. 1 (c) and Fig. 1 (d), we can obtain the following observations: 1) For Sequential BIP, its multicast throughput proportionally increases as the multicast group enlarges, and the reason is: Sequential BIP can achieve interference-free data transmissions, and all packets can be delivered without loss. Packets do not need to wait in the buffer queue, thus the average end-to-end delay is very small and can be neglected. 2) M4 can result in higher multicast throughput than MCM in some cases while in other cases not, and the random channel selection of MCM leads to above results. Their average end-to-end delay increases as multicast group size gets larger. 3) The limited number of available channels limits the performance of BIP-OCs. Its multicast throughput is between Sequential BIP and MCM, and packets spend long time to reach destinations, therefore its average endto-end delay is large. B. Results in Random WMNs A random WMNs topology is generated using the following method. A square region with the area of 1000m 1000m is specified first which has the width [0, 1000m] on the x axis and the height of [0, 1000m] on the y axis. Then 30 nodes are generated and the position (x, y) of each node is randomly specified within the square area. If the distance between two nodes falls into the transmission range, we add a link between them. Finally, we check whether the generated topology is connected or not. If not, the above process repeats until the network connectivity is satisfied. Fig. 2 shows the comparison results in terms of network interference, number of interfaces occupied, multicast throughput and average end-to-end delay. (a) (b) 2016 Journal of Communications 995

5 (c) proposed Sequential BIP, and its solutions can be used to evaluate other schemes. Channel assignment for multicast is performed under single multicast flow scenario in this paper, where a single multicast tree should be built and only multicast intra-flow interference should be considered. Actually, there are multiple concurrent multicast flows and unicast flows in realistic network environment. As our future work, we will study the multicast routing and channel assignment problem under the coexistence of unicast flows and multiple multicast flows scenario and maximize throughput of the whole WMNs. ACKNOWLEDGMENT This work was supported by the National Natural Science Foundation of China under Grants No REFERENCES (d) Fig. 2. Comparison results in 30-node random WMNs From Fig. 2 (a) and Fig. 2 (b), we can see all these schemes have the same number of interfaces occupied. Due to the node distribution feature of random topology, the number of available routes between source and multicast receivers is less, thus all schemes deliver packets through the same paths, i.e., they build the same multicast trees. However, their channel assignment is different, which results in different network interference. Sequential BIP can still achieve low-interference data transmission. BIP-OCs, MCM and M4 have similar network interference which gets larger as the multicast group size increases. As regard to multicast throughput and average end-toend delay, see Fig. 2 (c) and Fig. 2 (d), these schemes exhibit similar trend as in grid topology, but their performance improves when compared to grid topology except Sequential BIP. They achieve optimal multicast tree construction, and in the channel assignment process, due to the shorter path length between source and multicast receivers, the number of links which need to be assigned with channels gets fewer, therefore channel assignment can find solutions with less interference. All above simulation results demonstrate that our proposed Sequential BIP can achieve optimal performance and can be used as benchmark to evaluate other schemes. V. CONCLUSIONS In this paper, we study the multicast routing and channel assignment problem in MRMC WMNs. In order to reduce the computational complexity, multicast routing and channel assignment are processed as two problems. BIP formulation is conducted for these problems and the optimal solutions for both of them are obtained. Simulation results demonstrate the effectiveness of the [1] P. H. Pathak and R. Dutta, A survey of network design problems and joint design approaches in wireless mesh networks, IEEE Communications Surveys and Tutorials, vol. 13, no. 3, pp , September [2] R. Ashish, G. Kartik, and C. Tzi-cker, Centralized channel assignment and routing algorithms for multichannel wireless mesh networks, ACM SIG-Mobile Computing and Communications Review, vol. 8, no. 2, pp , April [3] M. Jahanshahi and A. T. Barmi, Multicast routing protocols in wireless mesh networks: A survey, Computing, vol. 96, no. 11, pp , November [4] J. H. Wang, W. X. Shi, and F. Jin, On channel assignment for multicast in multi-radio multi-channel wireless networks: A survey, China Communications, vol. 12, no. 1, pp , January [5] G. Zeng, B. Wang, Y. Ding, L. Xiao, and M. Mutka, Efficient multicast algorithms for multi-channel wireless mesh network, IEEE Transactions on Parallel and Distributed Systems, vol. 21, no. 1, pp , January [6] H. L. Nguyen and U. T. Nguyen, Channel assignment for multicast in multi-channel multi-radio wireless mesh networks, Wireless Communications and Mobile Computing, vol. 9, no. 4, pp , April [7] H. Cheng and S. Yang, Joint multicast routing and channel assignment in multiradio multichannel wireless mesh networks using Tabu search, in Proc. 5th International Conference on Natural Computation, Tianjin, China, 2009, pp [8] H. Cheng and S. Yang, Joint multicast routing and channel assignment in multiradio multichannel wireless mesh networks using simulated annealing, in Proc. 7th International Conference on Simulated Evolution and Learning, Melbourne, Australia, 2008, pp [9] H. Cheng and S. Yang, Joint QoS multicast routing and channel assignment in multiradio multichannel wireless mesh networks using intelligent computational methods, 2016 Journal of Communications 996

6 Applied Soft Computing Journal, vol. 11, no. 2, pp , March [10] M. Jahanshahi, M. Dehghan, and M. R. Meybodi, A mathematical formulation for joint channel assignment and multicast routing in multi-channel multi-radio wireless mesh networks, Journal of Network and Computer Applications, vol. 34, no. 6, pp , November [11] M. Jahanshahi, M. Dehghan, and M. R. Meybodi, On channel assignment and multicast routing in multi-channel multi-radio wireless mesh networks, International Journal of Ad Hoc and Ubiquitous Computing, vol. 12, no. 4, pp , January [12] J. H. Wang, Research on routing and partially overlapped channel assignment for multi-radio multi-channel wireless mesh networks, Ph.D., Dept. Comm. Eng., Jilin Univ., Changchun, China, Wenxiao Shi was born in Heilongjiang Province, China, in He received the B.S. degree in communication engineering from Changchun Institute of Posts and Telecommunications, Changchun, China in 1983, the M.S. degree in electrical engineering from Harbin Institute of Technology, Harbin, China in 1991, and the Ph.D. degree in communication and information systems from Jilin University, Changchun, China in Since 2000, he has been with the College of Communication Engineering, Jilin University, Changchun, China, where he is currently a Professor. His research interests include radio resource management, access control and load balance of heterogeneous wireless networks, wireless mesh networks, and free space optical communication, etc. Keqiang Cui was born in Heilongjiang Province, China, in He received his B.S. degree in Communication Engineering from Jilin University, China in He is currently a M.S. student in the same university by postgraduate recommendation. He has been devoted to researching on multicast in wireless mesh networks. His current research interests include routing and channel assignment. Yuan Chai was born in Heilongjiang Province, China, in She received her B.S. degree in Communication Engineering from Jilin University, China in She is currently a M.S. student in the same university by postgraduate recommendation. She has been devoted to researching on protocol design for wireless networks. Her current research interests include routing adapted to network state and resource management in wireless mesh networks Journal of Communications 997

Using Orthogonal Channels for Supporting Multicast Service in Multi-channel Wireless Mesh Networks

Using Orthogonal Channels for Supporting Multicast Service in Multi-channel Wireless Mesh Networks Using Orthogonal Channels for Supporting Multicast Service in Multi-channel Wireless Mesh Networks ABSTRACT Abbas Nargesi 1 and Mehdi Ghasemi 2 1 Department of IT Engineering, Azad University, Qazvin,

More information

FPOC: A Channel Assignment Strategy Using Four Partially Overlapping Channels in WMNs

FPOC: A Channel Assignment Strategy Using Four Partially Overlapping Channels in WMNs FPOC: A Channel Assignment Strategy Using Four Partially Overlapping Channels in WMNs Yung-Chang Lin Cheng-Han Lin Wen-Shyang Hwang Ce-Kuen Shieh yaya80306@hotmail.com jhlin5@cc.kuas.edu.tw wshwang@cc.kuas.edu.tw

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

EFFICIENT ROUTING AND CHANNEL ASSIGNMENT IN MULTICHANNEL MOBILE ADHOC NETWORKS

EFFICIENT ROUTING AND CHANNEL ASSIGNMENT IN MULTICHANNEL MOBILE ADHOC NETWORKS EFFICIENT ROUTING AND CHANNEL ASSIGNMENT IN Bhurewal, Prof. Ms. Sujata G. Tuppad, Journal Impact Factor (215): 8.9958 (Calculated by GISI) MULTICHANNEL MOBILE ADHOC NETWORKS Mayur N. Bhurewal 1, Prof.

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

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

Scheduling and Routing in Multi-Channel Allocation based on the Greedy Algorithm for Wireless Mesh Network

Scheduling and Routing in Multi-Channel Allocation based on the Greedy Algorithm for Wireless Mesh Network Scheduling and Routing in Multi-Channel Allocation based on the Greedy Algorithm for Wireless Mesh Network College of Computer Science and Technology; Jilin University Changchun Normal University Changchun,

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

A Survey on Path Weight Based routing Over Wireless Mesh Networks

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

More information

and coverage as the nodes can act both as clients and routers. In this paper, the clients are distributed using four different

and coverage as the nodes can act both as clients and routers. In this paper, the clients are distributed using four different ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com PERFORMANCE ANALYSIS FOR WIRELESS MESH NETWORK CONSIDERING DIFFERENT CLIENT DISTRIBUTION PATTERNS S.Dhivya #1,

More information

A Rank Table Based Routing Method for Multi-Sink Zigbee Wireless Sensor Network

A Rank Table Based Routing Method for Multi-Sink Zigbee Wireless Sensor Network Journal of Communications Vol. 8, No. 8, August 2013 A Rank Table Based Routing Method for Multi-Sink Zigbee Wireless Sensor Network Qianrong Gu1, Hongying Zuo2, Ruidan Su3, Jihui Xu1, and Huaiyu Xu1 1

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

Cellular Learning Automata-based Channel Assignment Algorithms in Mobile Ad Hoc Network

Cellular Learning Automata-based Channel Assignment Algorithms in Mobile Ad Hoc Network ISBN 978-1-84626-xxx-x Proceedings of 2009 International Conference on Machine Learning and Computing Perth, Australia, 10-12 July, 2009, pp. xxx-xxx Cellular Learning Automata-based Channel Assignment

More information

The 2010 IEEE Wireless Communications and Networking Conference (WCNC), Sydney, Australia, April In Proceedings of WCNC, 2010, p.

The 2010 IEEE Wireless Communications and Networking Conference (WCNC), Sydney, Australia, April In Proceedings of WCNC, 2010, p. Title A joint routing and scheduling algorithm for efficient broadcast in wireless mesh networks Author(s) Chiu, HS; Yeung, KL Citation The 2 IEEE Wireless Communications and Networking Conference (WCNC),

More information

Network Topology Control and Routing under Interface Constraints by Link Evaluation

Network Topology Control and Routing under Interface Constraints by Link Evaluation Network Topology Control and Routing under Interface Constraints by Link Evaluation Mehdi Kalantari Phone: 301 405 8841, Email: mehkalan@eng.umd.edu Abhishek Kashyap Phone: 301 405 8843, Email: kashyap@eng.umd.edu

More information

Research on Heterogeneous Communication Network for Power Distribution Automation

Research on Heterogeneous Communication Network for Power Distribution Automation 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) Research on Heterogeneous Communication Network for Power Distribution Automation Qiang YU 1,a*, Hui HUANG

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

Role of Genetic Algorithm in Routing for Large Network

Role of Genetic Algorithm in Routing for Large Network Role of Genetic Algorithm in Routing for Large Network *Mr. Kuldeep Kumar, Computer Programmer, Krishi Vigyan Kendra, CCS Haryana Agriculture University, Hisar. Haryana, India verma1.kuldeep@gmail.com

More information

WIRELESS broadband networks are being increasingly

WIRELESS broadband networks are being increasingly 1960 IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 24, NO. 11, NOVEMBER 2006 Joint Channel Assignment and Routing for Throughput Optimization in Multiradio Wireless Mesh Networks Mansoor Alicherry,

More information

All Rights Reserved 2017 IJARCET

All Rights Reserved 2017 IJARCET END-TO-END DELAY WITH MARKOVIAN QUEUING BASED OPTIMUM ROUTE ALLOCATION FOR MANETs S. Sudha, Research Scholar Mrs. V.S.LAVANYA M.Sc(IT)., M.C.A., M.Phil., Assistant Professor, Department of Computer Science,

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

Multi-path based Algorithms for Data Transfer in the Grid Environment

Multi-path based Algorithms for Data Transfer in the Grid Environment New Generation Computing, 28(2010)129-136 Ohmsha, Ltd. and Springer Multi-path based Algorithms for Data Transfer in the Grid Environment Muzhou XIONG 1,2, Dan CHEN 2,3, Hai JIN 1 and Song WU 1 1 School

More information

Research on Relative Coordinate Localization of Nodes Based on Topology Control

Research on Relative Coordinate Localization of Nodes Based on Topology Control Journal of Information Hiding and Multimedia Signal Processing c 2018 ISSN 2073-4212 Ubiquitous International Volume 9, Number 2, March 2018 Research on Relative Coordinate Localization of Nodes Based

More information

Effects of Optical Network Unit Placement Schemes for Multi-Channel Hybrid Wireless-Optical Broadband-Access Networks

Effects of Optical Network Unit Placement Schemes for Multi-Channel Hybrid Wireless-Optical Broadband-Access Networks Effects of Optical Network Unit Placement Schemes for Multi-Channel Hybrid Wireless-Optical Broadband-Access Networks Amitangshu Pal and Asis Nasipuri Electrical & Computer Engineering, The University

More information

A Directional MAC Protocol with the DATA-frame Fragmentation and Short Busy Advertisement Signal for Mitigating the Directional Hidden Node Problem

A Directional MAC Protocol with the DATA-frame Fragmentation and Short Busy Advertisement Signal for Mitigating the Directional Hidden Node Problem 2012 IEEE 23rd International Symposium on Personal, Indoor and Mobile Radio Communications - (PIMRC) A Directional MAC Protocol with the DATA-frame Fragmentation and Short Busy Advertisement Signal for

More information

AN ANTENNA SELECTION FOR MANET NODES AND CLUSTER HEAD GATEWAY IN INTEGRATED MOBILE ADHOC NETWORK

AN ANTENNA SELECTION FOR MANET NODES AND CLUSTER HEAD GATEWAY IN INTEGRATED MOBILE ADHOC NETWORK www.arpapress.com/volumes/vol9issue2/ijrras_9_2_09.pdf AN ANTENNA SELECTION FOR MANET NODES AND CLUSTER HEAD GATEWAY IN INTEGRATED MOBILE ADHOC NETWORK Ashish Bagwari 1, Danish Quamar 2, Noor Mohd 3 &

More information

Multi-Rate Interference Sensitive and Conflict Aware Multicast in Wireless Ad hoc Networks

Multi-Rate Interference Sensitive and Conflict Aware Multicast in Wireless Ad hoc Networks Multi-Rate Interference Sensitive and Conflict Aware Multicast in Wireless Ad hoc Networks Asma Ben Hassouna, Hend Koubaa, Farouk Kamoun CRISTAL Laboratory National School of Computer Science ENSI La Manouba,

More information

Battery Power Management Routing Considering Participation Duration for Mobile Ad Hoc Networks

Battery Power Management Routing Considering Participation Duration for Mobile Ad Hoc Networks Battery Power Management Routing Considering Participation Duration for Mobile Ad Hoc Networks Masaru Yoshimachi and Yoshifumi Manabe movement of the devices. Thus the routing protocols for MANET need

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

Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks

Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks X. Yuan, R. Melhem and R. Gupta Department of Computer Science University of Pittsburgh Pittsburgh, PA 156 fxyuan,

More information

Heuristic Algorithms for Multiconstrained Quality-of-Service Routing

Heuristic Algorithms for Multiconstrained Quality-of-Service Routing 244 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL 10, NO 2, APRIL 2002 Heuristic Algorithms for Multiconstrained Quality-of-Service Routing Xin Yuan, Member, IEEE Abstract Multiconstrained quality-of-service

More information

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

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

More information

Multichannel Outage-aware MAC Protocols for Wireless Networks

Multichannel Outage-aware MAC Protocols for Wireless Networks Submitted - the 4th IEEE Conference on Industrial Electronics and Applications (ICIEA 29) Multichannel Outage-aware MAC Protocols for Wireless Networks Hyukjin Lee and Cheng-Chew Lim School of Electrical

More information

Star Topology based Protection Scheme for Survivable Fiber Wireless (FiWi) Access Network

Star Topology based Protection Scheme for Survivable Fiber Wireless (FiWi) Access Network International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 6 (2017) pp. 859-866 Research India Publications http://www.ripublication.com Star Topology based Protection Scheme

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

Australian Journal of Basic and Applied Sciences

Australian Journal of Basic and Applied Sciences ISSN:1991-8178 Australian Journal of Basic and Applied Sciences Journal home page: www.ajbasweb.com Traffic State Information Based Dynamic Channel Assignment For Multichannel Multi Radio Wireless Mesh

More information

SECURE AND EFFICIENT HYBRID APPROACH FOR DATA TRANSMISSION IN ZIGBEE NETWORK

SECURE AND EFFICIENT HYBRID APPROACH FOR DATA TRANSMISSION IN ZIGBEE NETWORK SECURE AND EFFICIENT HYBRID APPROACH FOR DATA TRANSMISSION IN ZIGBEE NETWORK P.M.Shareefa Jareena *1, T.Samraj Lawrence #2, and V.Perathu Selvi #3 * Student, Dept of CSE (SNW), Francis Xavier Engineering

More information

Efficient Node Reconfiguration in Mobile Ad Hoc Networks (MANETs) for Wireless Internet Access Point Connection

Efficient Node Reconfiguration in Mobile Ad Hoc Networks (MANETs) for Wireless Internet Access Point Connection Efficient Node Reconfiguration in Mobile Ad Hoc Networks (MANETs) for Wireless Internet Access Point Connection Kin Choong Yow School of Computer Engineering Nanyang Technological University Nanyang Avenue,

More information

PNC BASED DISTRIBUTED MAC PROTOCOL IN WIRELESS NETWORKS

PNC BASED DISTRIBUTED MAC PROTOCOL IN WIRELESS NETWORKS PNC BASED DISTRIBUTED MAC PROTOCOL IN WIRELESS NETWORKS Gowdara Rajasekhar Gowda 1, Dr. B R Sujatha 2 1MTech (DECS) student, E&C Dept, Malnad College of Engineering, Karnataka, India. 2Associate professor,

More information

DELAY-CONSTRAINED MULTICAST ROUTING ALGORITHM BASED ON AVERAGE DISTANCE HEURISTIC

DELAY-CONSTRAINED MULTICAST ROUTING ALGORITHM BASED ON AVERAGE DISTANCE HEURISTIC DELAY-CONSTRAINED MULTICAST ROUTING ALGORITHM BASED ON AVERAGE DISTANCE HEURISTIC Zhou Ling 1, 2, Ding Wei-xiong 2 and Zhu Yu-xi 2 1 Department of Information Science and Engineer, Central South University,

More information

Fair scheduling in the network with a mesh topology

Fair scheduling in the network with a mesh topology International Research Journal of Applied and Basic Sciences. Vol., 3 (5), 911-918, 2012 Available online at http:// www. irjabs.com ISSN 2251-838X 2012 Fair scheduling in the network with a mesh topology

More information

Energy Optimized Routing Algorithm in Multi-sink Wireless Sensor Networks

Energy Optimized Routing Algorithm in Multi-sink Wireless Sensor Networks Appl. Math. Inf. Sci. 8, No. 1L, 349-354 (2014) 349 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.12785/amis/081l44 Energy Optimized Routing Algorithm in Multi-sink

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

Energy Conservation through Sleep Scheduling in Wireless Sensor Network 1. Sneha M. Patil, Archana B. Kanwade 2

Energy Conservation through Sleep Scheduling in Wireless Sensor Network 1. Sneha M. Patil, Archana B. Kanwade 2 Energy Conservation through Sleep Scheduling in Wireless Sensor Network 1. Sneha M. Patil, Archana B. Kanwade 2 1 Student Department of Electronics & Telecommunication, SITS, Savitribai Phule Pune University,

More information

Connected Point Coverage in Wireless Sensor Networks using Robust Spanning Trees

Connected Point Coverage in Wireless Sensor Networks using Robust Spanning Trees Connected Point Coverage in Wireless Sensor Networks using Robust Spanning Trees Pouya Ostovari Department of Computer and Information Siences Temple University Philadelphia, Pennsylvania, USA Email: ostovari@temple.edu

More information

Efficient Hybrid Multicast Routing Protocol for Ad-Hoc Wireless Networks

Efficient Hybrid Multicast Routing Protocol for Ad-Hoc Wireless Networks Efficient Hybrid Multicast Routing Protocol for Ad-Hoc Wireless Networks Jayanta Biswas and Mukti Barai and S. K. Nandy CAD Lab, Indian Institute of Science Bangalore, 56, India {jayanta@cadl, mbarai@cadl,

More information

Cross Layer Design in d

Cross Layer Design in d Australian Journal of Basic and Applied Sciences, 3(3): 59-600, 009 ISSN 99-878 Cross Layer Design in 80.6d Ali Al-Hemyari, Y.A. Qassem, Chee Kyun Ng, Nor Kamariah Noordin, Alyani Ismail, and Sabira Khatun

More information

Minimum Overlapping Layers and Its Variant for Prolonging Network Lifetime in PMRC-based Wireless Sensor Networks

Minimum Overlapping Layers and Its Variant for Prolonging Network Lifetime in PMRC-based Wireless Sensor Networks Minimum Overlapping Layers and Its Variant for Prolonging Network Lifetime in PMRC-based Wireless Sensor Networks Qiaoqin Li 12, Mei Yang 1, Hongyan Wang 1, Yingtao Jiang 1, Jiazhi Zeng 2 1 Department

More information

ENERGY BASED AODV ROUTING PROTOCOL FOR WIRELESS MESH NETWORK

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

More information

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

Collision Free and Energy Efficient MAC protocol for Wireless Networks

Collision Free and Energy Efficient MAC protocol for Wireless Networks 110 IJCSNS International Journal of Computer Science and Network Security, VOL.7 No.9, September 2007 Collision Free and Energy Efficient MAC protocol for Wireless Networks Muhammad Ali Malik, Dongha Shin

More information

Achieve Significant Throughput Gains in Wireless Networks with Large Delay-Bandwidth Product

Achieve Significant Throughput Gains in Wireless Networks with Large Delay-Bandwidth Product Available online at www.sciencedirect.com ScienceDirect IERI Procedia 10 (2014 ) 153 159 2014 International Conference on Future Information Engineering Achieve Significant Throughput Gains in Wireless

More information

Multicast Routing with Load Balancing in Multi-Channel Multi-Radio Wireless Mesh Networks

Multicast Routing with Load Balancing in Multi-Channel Multi-Radio Wireless Mesh Networks (IJACSA) International Journal of Advanced Computer Science and Applications, Multicast Routing with Load Balancing in Multi-Channel Multi-Radio Wireless Mesh Networks Atena Asami, Majid Asadi Shahmirzadi,

More information

Figure 1. Clustering in MANET.

Figure 1. Clustering in MANET. Volume 6, Issue 12, December 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Performance

More information

On-Demand Multicast Routing in Cognitive Radio Mesh Networks

On-Demand Multicast Routing in Cognitive Radio Mesh Networks On-Demand Multicast Routing in Cognitive Radio Mesh Networks Hisham M. Almasaeid, Tasneem H. Jawadwala, and Ahmed E. Kamal Dept. of Electrical and Computer Eng., Iowa State University, Ames, IA 500, USA

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

Efficient Multicast Algorithms for Multichannel Wireless Mesh Networks

Efficient Multicast Algorithms for Multichannel Wireless Mesh Networks 86 IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS, VOL. 21, NO. 1, JANUARY 2010 Efficient Multicast Algorithms for Multichannel Wireless Mesh Networks Guokai Zeng, Student Member, IEEE, Bo Wang,

More information

Topology Control in Mobile Ad-Hoc Networks by Using Cooperative Communications

Topology Control in Mobile Ad-Hoc Networks by Using Cooperative Communications Topology Control in Mobile Ad-Hoc Networks by Using Cooperative Communications 1 S.Shahinsha, 2 Mr.M.Sri Raghavendra 1 PG Scholar, St. Johns College of Engineering &Technology, Yerakota, AP, India 2 Assistant

More information

Adjacent Channel Interference Reduction in Multichannel Wireless Networks Using Intelligent Channel Allocation

Adjacent Channel Interference Reduction in Multichannel Wireless Networks Using Intelligent Channel Allocation Adjacent Channel Interference Reduction in Multichannel Wireless Networks Using Intelligent Channel Allocation Technical Report (March 2009) Vijay Raman Dept. of Electrical and Computer Engineering University

More information

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

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

More information

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

Multicasting in ad hoc networks: Energy efficient

Multicasting in ad hoc networks: Energy efficient Multicasting in ad hoc networks: Energy efficient Blerta Bishaj Helsinki University of Technology 1. Introduction...2 2. Sources of power consumption... 3 3. Directional antennas... 3 4. TCP... 3 5. Energy-efficient

More information

The Memetic Algorithm for The Minimum Spanning Tree Problem with Degree and Delay Constraints

The Memetic Algorithm for The Minimum Spanning Tree Problem with Degree and Delay Constraints The Memetic Algorithm for The Minimum Spanning Tree Problem with Degree and Delay Constraints Minying Sun*,Hua Wang* *Department of Computer Science and Technology, Shandong University, China Abstract

More information

Performance Evaluation of DSDV, DSR AND ZRP Protocol in MANET

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

More information

Performance Enhancement of AOMDV with Energy Efficient Routing Based On Random Way Point Mobility Model

Performance Enhancement of AOMDV with Energy Efficient Routing Based On Random Way Point Mobility Model Performance Enhancement of AOMDV with Energy Efficient Routing Based On Random Way Point Mobility Model Geetha.S, Dr.G.Geetharamani Asst.Prof, Department of MCA, BIT Campus Tiruchirappalli, Anna University,

More information

OPTIMAL MULTI-CHANNEL ASSIGNMENTS IN VEHICULAR AD-HOC NETWORKS

OPTIMAL MULTI-CHANNEL ASSIGNMENTS IN VEHICULAR AD-HOC NETWORKS Chapter 2 OPTIMAL MULTI-CHANNEL ASSIGNMENTS IN VEHICULAR AD-HOC NETWORKS Hanan Luss and Wai Chen Telcordia Technologies, Piscataway, New Jersey 08854 hluss@telcordia.com, wchen@research.telcordia.com Abstract:

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

UAMAC: Unidirectional-Link Aware MAC Protocol for Heterogeneous Ad Hoc Networks

UAMAC: Unidirectional-Link Aware MAC Protocol for Heterogeneous Ad Hoc Networks UAMAC: Unidirectional-Link Aware MAC Protocol for Heterogeneous Ad Hoc Networks Sung-Hee Lee, Jong-Mu Choi, and Young-Bae Ko College of Information and Communication, Ajou University, South Korea shlee@dmc.ajou.ac.kr,

More information

Multichannel MAC for Energy Efficient Home Area Networks

Multichannel MAC for Energy Efficient Home Area Networks 1st International Workshop on GReen Optimized Wireless Networks (GROWN'13) Multichannel MAC for Energy Efficient Home Area Networks Kok Keong Chai, Shihab Jimaa, Yun Li, Yue Chen, and Siying Wang Abstract

More information

A Multi-Commodity Flow Model for Optimal Routing in Wireless MESH Networks

A Multi-Commodity Flow Model for Optimal Routing in Wireless MESH Networks JOURNAL OF NETWORKS, VOL., NO. 3, JUNE 7 A Multi-Commodity Flow Model for Optimal Routing in Wireless MESH Networks Antonio Capone, Fabio Martignon DEI, Politecnico di Milano, Piazza L. da Vinci 3, 33

More information

Meraki MR58 POINT TO POINT AND POINT TO MULTI-POINT NETWORK DESIGN GUIDE

Meraki MR58 POINT TO POINT AND POINT TO MULTI-POINT NETWORK DESIGN GUIDE Meraki MR58 POINT TO POINT AND POINT TO MULTI-POINT NETWORK DESIGN GUIDE Meraki s Large Scale Wireless Solution The Meraki MR58 is a device designed for large scale wireless deployments, spanning long

More information

On The Method and Performance Evaluation of A Hybrid Mesh-Tree Topology

On The Method and Performance Evaluation of A Hybrid Mesh-Tree Topology Appl. Math. Inf. Sci. 6. 2S pp. 547S-551S (2012) Applied Mathematics & Information Sciences An International Journal @ 2012 NSP Natural Sciences Publishing Cor. On The Method and Performance Evaluation

More information

Volume 2, Issue 4, April 2014 International Journal of Advance Research in Computer Science and Management Studies

Volume 2, Issue 4, April 2014 International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 4, April 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Paper / Case Study Available online at: www.ijarcsms.com Efficient

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

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

TMMAC: A TDMA Based Multi-Channel MAC Protocol using a Single. Radio Transceiver for Mobile Ad Hoc Networks

TMMAC: A TDMA Based Multi-Channel MAC Protocol using a Single. Radio Transceiver for Mobile Ad Hoc Networks : A TDMA Based Multi-Channel MAC Protocol using a Single Radio Transceiver for Mobile Ad Hoc Networks Jingbin Zhang, Gang Zhou, Chengdu Huang, Ting Yan, Sang H. Son, John A. Stankovic Department of Computer

More information

Efficient Message Caching Scheme for MANET

Efficient Message Caching Scheme for MANET Efficient Message Caching Scheme for MANET S. Manju 1, Mrs. K. Vanitha, M.E., (Ph.D) 2 II ME (CSE), Dept. of CSE, Al-Ameen Engineering College, Erode, Tamil Nadu, India 1 Assistant Professor, Dept. 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 MANET Using Efficient Power Aware Routing Protocol (EPAR)

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

More information

Clustering-Based Distributed Precomputation for Quality-of-Service Routing*

Clustering-Based Distributed Precomputation for Quality-of-Service Routing* Clustering-Based Distributed Precomputation for Quality-of-Service Routing* Yong Cui and Jianping Wu Department of Computer Science, Tsinghua University, Beijing, P.R.China, 100084 cy@csnet1.cs.tsinghua.edu.cn,

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

A Reduce Identical Composite Event Transmission Algorithm for Wireless Sensor Networks

A Reduce Identical Composite Event Transmission Algorithm for Wireless Sensor Networks Appl. Math. Inf. Sci. 6 No. 2S pp. 713S-719S (2012) Applied Mathematics & Information Sciences An International Journal @ 2012 NSP Natural Sciences Publishing Cor. A Reduce Identical Composite Event Transmission

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

Michel Mbougni and Obeten Ekabua.

Michel Mbougni and Obeten Ekabua. A Comprehensive Review on Routing Metrics for Wireless Mesh Networks Michel Mbougni and Obeten Ekabua 1 Department of Computer Science, North West University, Mafikeng Campus, South Africa Email: 21248435@nwu.ac.za

More information

Coordinated carrier aggregation for campus of home base stations

Coordinated carrier aggregation for campus of home base stations 2015 IEEE 2015 International Symposium on Wireless Communication Systems (ISWCS), Brussels (Belgium), Aug. 2015 DOI: 10.1109/ISWCS.2015.7454390 Coordinated carrier aggregation for campus of home base stations

More information

EFFICIENT MULTICAST DESIGN FOR WIRELESS MESH NETWORKS

EFFICIENT MULTICAST DESIGN FOR WIRELESS MESH NETWORKS EFFICIENT MULTICAST DESIGN FOR WIRELESS MESH NETWORKS By Guokai Zeng A DISSERTATION Submitted to Michigan State University in partial fulfillment of the requirements for the degree of DOCTOR OF PHILOSOPHY

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

Ulrich Fiedler, Eduard Glatz, 9. March Executive Summary

Ulrich Fiedler, Eduard Glatz, 9. March Executive Summary Topology Construction in the TOWN Project Technical Report 7 Ulrich Fiedler, ulrich.fiedler@bfh.ch Eduard Glatz, eglatz@hsr.ch 9. March 7 Executive Summary In this report, we propose and evaluate an algorithm

More information

A New Full Duplex MAC Protocol to Solve the Asymmetric Transmission Time

A New Full Duplex MAC Protocol to Solve the Asymmetric Transmission Time A New Full Duplex MAC Protocol to Solve the Asymmetric Transmission Time Jin-Ki Kim, Won-Kyung Kim and Jae-Hyun Kim Department of Electrical and Computer Engineering Ajou University Suwon, Korea E-mail

More information

GSQAR: A Quality Aware Anycast Routing Protocol for Wireless Mesh Networks

GSQAR: A Quality Aware Anycast Routing Protocol for Wireless Mesh Networks GSQAR: A Quality Aware Anycast Routing Protocol for Wireless Mesh Networks Amitangshu Pal and Asis Nasipuri Electrical and Computer Engineering, The University of North Carolina at Charlotte 92 University

More information

Performance Evaluation of Quality of Service Parameters for Scheduling Algorithms in Wireless Mesh Networks Mayuri Panchal, Rajesh Bansode 2

Performance Evaluation of Quality of Service Parameters for Scheduling Algorithms in Wireless Mesh Networks Mayuri Panchal, Rajesh Bansode 2 www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 6 Issue 7 July 2017, Page No. 22027-22031 Index Copernicus value (2015): 58.10 DOI: 10.18535/ijecs/v6i7.21 Performance

More information

Analyzing the performance of WiMAX zone handover in the presence of relay node Qualnet6.1

Analyzing the performance of WiMAX zone handover in the presence of relay node Qualnet6.1 IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 3, Ver. IV (May - Jun. 2014), PP 49-53 Analyzing the performance of WiMAX zone

More information

QoS Routing and Traffic Scheduling in Long-Distance Wireless Mesh Networks

QoS Routing and Traffic Scheduling in Long-Distance Wireless Mesh Networks Chinese Journal of Electronics Vol.21, No.2, Apr. 2012 QoS Routing and Traffic Scheduling in Long-Distance 802.11 Wireless Mesh Networks ZHAO Zenghua 1,HEMing 1, ZHANG Jie 2 and ZHANG Lianfang 1 (1.School

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

OPNET BASED SIMULATION AND INVESTIGATION OF WIMAX NETWORK USING DIFFERENT QoS

OPNET BASED SIMULATION AND INVESTIGATION OF WIMAX NETWORK USING DIFFERENT QoS OPNET BASED SIMULATION AND INVESTIGATION OF WIMAX NETWORK USING DIFFERENT QoS Kamini Jaswal 1, Jyoti 2, Kuldeep Vats 3 1 M.tech, Department of electronics and communication, South point institute of engineering

More information

Index Terms Bandwidth, performance, wireless mesh network, Intermittent Periodic Transmit.

Index Terms Bandwidth, performance, wireless mesh network, Intermittent Periodic Transmit. Packet Forwarding in Wireless Mesh Network Using IPT Scheme K.Kumaravel, Ph.D Scholar, Govt, Arts College (Autonomous), Coimbatore, India Dr.A.Marimuthu, Associate Professor, Govt, Arts College (Autonomous),

More information

Performance analysis of QoS-Oriented Distributed Routing protocols for wireless networks using NS-2.35

Performance analysis of QoS-Oriented Distributed Routing protocols for wireless networks using NS-2.35 Performance analysis of QoS-Oriented Distributed Routing protocols for wireless networks using NS-2.35 Manpreet Singh Team number 8 Project webpage-http://manpreetensc833.weebly.com/ ENSC 833 : NETWORK

More information

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

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

More information

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

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