Novel Placement Mesh Router Approach for Wireless Mesh Network

Size: px
Start display at page:

Download "Novel Placement Mesh Router Approach for Wireless Mesh Network"

Transcription

1 Novel Placement Mesh Router Approach for Wireless Mesh Network Mohsen Rezaei 1, Mehdi Agha Sarram 2,Vali Derhami 3,and Hossein Mahboob Sarvestani 4 Electrical and Computer Engineering Department, Yazd University, Yazd, Iran 1 mohsen_rezaei@ stu.yazduni.ac.ir 2 mehdi.sarram@yazduni.ac.ir 3 vderhami@yazduni.ac.ir 4 mahboob@stu.yazduni.ac.ir Abstract - Wireless Mesh Networks due their cost-efficient and fast deployment have had important networking infrastructure. Major problem in Wireless Mesh Networks, is Mesh router placement. An optimal Mesh router placement can ensure desire network performance in terms of network connectivity and coverage area. Since the problem is NP hard, to solve mesh router placement problem and achieve optimal solution with suitable quality, we can use heuristic approach. In this paper, we proposed a Genetic algorithm beside approach that has derived from circle packing problem. Circle packing problem consists in packing n non-identical circles without overlap inside the smallest containing circle C. Our model use of two objectives, maximization both network connectivity and coverage area. We have experimentally evaluated the proposed approach on instance network. The experimental results showed the efficiency of our approach for achieving high quality and optimal solutions of mesh router nodes placement in WMN. Keywords: Mesh router placement, Genetic algorithm, circle packing problem, network connectivity and coverage area. 1 Introduction A wireless mesh network (WMN) is a communications network made up of radio nodes planned in a mesh topology. In Wireless mesh networks (WMNs) there are two types of nodes: mesh routers and mesh clients. A set of mesh routers (MRs), connecting to each other wirelessly and forming a backbone to serve set of mesh clients[1]. A few MRs with the Internet connections act as Internet Gateways (IGWs) to pass on the traffic between the Internet and the WMN. Low cost design nature and fast deployment of WMNs is that make them a cost-effective option to providing wireless Internet connectivity for mobile users at anytime and anywhere. These characteristics especially would be useful in developing regions or countries, avoiding costs of deployment and maintenance of wired Internet infrastructures. The good performance and operability of WMNs largely depends on placement of mesh routers nodes in the geographical area to achieve network connectivity, stability and user coverage. The objective is to find an optimal and strong topology of the mesh network to support requirement services to clients. However, in a real deployment of WMN the automatic or purely random node placements produce poor performance WMN since the resulting placement could be far from optimal. Further, real deployment of WMNs may require taking into account specific restrictions and characteristics of real geographic area and therefore one need to explore different topologies for placing mesh routers. In fact, node placement can be seen as a crucial design and management issue in WMNs. A practical MR placement scheme should determine the positions of MRs to satisfy the following three basic requirements: (1) Maximizing network coverage: MRs should be placed as far away from each other as possible to cover more areas. However, a MR placement only considering coverage requirement could lead to insufficient network connectivity. (2) Maintaining network connectivity: Each MR can communicate with one IGW through single or multi-hop wireless links. Should there are at least one path between an each two MRs. Therefore graph of network should be connective graph. (3) Adapting to network environment: MR placement is constrained by network environment. One important environmental limitation is geographical constraint and another is traffic distribution. The nature of the environment dictates where MRs could be placed. Traffic distribution influences the number of MRs. This scheme will become more important if do two following issue: (1) Determining optimal numbers of mesh routers to maximize coverage area and connectivity. (2) Determining optimal placement of mesh routers for maximization two above objectives. Compared to the previous works, our approach makes the following improvement: Firstly, do 2 issue above, that s, determine number of mesh router needed to coverage environment of network. Do this with circle packing algorithm, that numbers of

2 mesh router used to coverage network too many lower of other researches. Secondly, due to low number of MRs used in network, cost of development and deployment in WMNs reduce proportionally. The rest of the paper is organized as follows: In Section 2, we briefly discuss the existing work in the literature. In Section 3, the network model and problem formulation is described. Circle packing problem describe in section 4. In Section 5, we give a genetic algorithm based on circle packing problem for our problem. In Section 6, we evaluate our approach and finally, we conclude the paper in Section 7. 2 Related work Unfortunately, node placement problems are shown to be computationally hard to solve to optimality [2-4], and therefore heuristic and meta-heuristic approaches are the de facto approach to solve the problem for practical purposes. Several heuristic approaches are found in the literature for node placement problems in WMNs [5-8]. In these papers, used of simulated annealing algorithm, Genetic algorithm, local search algorithm and neighborhood search methods respectively for addressing router nodes placements in wireless mesh network. In [9], author Partitioned the deployment area into grids, that used for counting the number of users and measuring the signal strength received from each mesh node. For measurement and estimate the received signal strength at each position used of the channel pathloss model. The pathloss describes the attenuation experienced by the wireless signal as a function of distance. A local searching algorithm used to find the best locations through candidate locations and its method based on probability model. In [10] the problem is addressed under a constraint network model in which the traffic demand is nonuniformly distributed and the candidate positions for MRs are pre-decided. Authors proposed a heuristic algorithm to obtain a close-to-optimal solution to reduce complexity of determining the locations of MRs while satisfying the traffic constraint. A 2-stages multi objective evolutionary optimization algorithm which tries to optimize the two objectives by means of genetic algorithms, where individuals or solutions are represented by network graphs proposed in[11].in the first stage of MOGAMESH, candidate network topologies are found by letting a population of graphs evolve. In the second stage, a link elimination algorithm further reduces the number of links of the network. A virtual force based MR placement algorithm (VFPlace) presented in [12] which Given a certain number of mesh routers, VFPlace targets to determine the positions of these mesh routers to maximize their overall coverage and maintain a certain number of neighbors for each mesh router, while satisfying geographic and traffic constraints of a specific WMN. VFPlace tried to dynamically avoid placing mesh routers in prohibitive regions, favor preferential regions and balance the distance between mesh routers. 3 Network Model and Problem Formulation 3.1 Network Model The MR placement problem can be described as a way to determine appropriate positions for a number of MRs in a network area while satisfying environmental and traffic constraints. The area to be covered by a WMN backbone is modeled as a two-dimensional disk with a radius R in a two dimension coordinate plane. The center of disk is located at (0, 0), the origin of the coordinate system. At first, define a node set of MRs name. {v,v,,v n- that each node represent a mesh router. We show each mesh router with a circle. We consider transmission range of each mesh router as radius of related circle. Then we denote geographical constraints area set with {v n,v n,,v n c that each node represents a circle area, which MRs can t be placed inside in. Given any nodev, its position is represented with the coordinate x i. For a MR node x i is the position where the MR is situated. In other words, represent a center of v i circle. Since we consider one IGW in this paper, is located in, Two mesh router nodes are connected if the Euclidean distance between them is no longer than the MR s transmission range. In other words, two mesh router (circle) connected if have overlap with each other. The coverage area of a node v i, prime of circle v. It should be also noted that routers are assumed to have different radio coverage and higher radio coverage router assume to have more capacity and powerful addresses. 3.2 Problem Formulation Determination placement of MR nodes has to minimize the required number of MR nodes needed to meet the maximize coverage as possible, full connectivity, and environmental constraints for network. The minimum number of MRs has great effect to maximally reduce the investment cost imposed by MR hardware. Based on the

3 above network, we formulate the MR placement problem is to find the optimal placement by following inequalities: v i (v i ) R 2 i, v i (1) R ij v i, v j (2) (x i,y i ) (x c,y c ), i, c (3) Inequality (1) says the set of selected MR nodes provide maximize coverage as possible of the network domain and inequality (2) models the full connectivity of all nodes. Full connectivity implies that every node to be connected to the IGW by at least one path and exist one path at least between any two nodes in network where R ij denote distance a path between node v i, v j. Inequality (3) to satisfy geographical constraints says the position of mesh nodes shouldn t inside set. 4 Circle Packing Problem Cutting and Packing (C&P) problems are scientifically challenging problems with a wide spectrum of applications [13 17]. They are very interesting NP-hard combinatorial optimization problems; i.e., no procedure is able to exactly solve C&P problems in polynomial time. They generally consist of packing a set of items of known dimensions into one or more large objects or containers as to minimize the unused part of the objects or waste. The items and objects can be rectangular, circular, or irregular. In this paper, we use of the problem of packing a set of circular items into the smallest circle. The circular packing problem (CPP) consists of packing a set {,2,,n- } of non-identical circles i without overlap into the smallest containing circle C where each iis characterized by its radius r i The goal is to search for the best packing of the n circles into C, where the best packing minimizes waste. Instance of circle packing problem showed in Fig. 1. Fig. 1- Instance of Circle Packing Problem CPP is equivalent to finding the coordinates x i of every circle i, i and the radius r and coordinates x,y of C, such that no pair ( i, j ), and i j overlap. Formally, the problem can be stated as finding the optimal level of the decision variables r, x, y, and x i, i, that Minimize r (CPP) ubject to (x i -x) 2 (y i -y) 2 r-r, i, (4) (x i -x) 2 (y i -y) 2 r i r j, i, j<i CPP has a linear objective function but non-linear nondifferentiable constraints. The first set of constraints states that any i, i is totally contained within C. There are n of these constraints, one for each i. The second set reinforces the no overlap constraint of any pair of distinct circles ( i, j ); that is, the Euclidean distance between the centers of i and j must be greater than or equal to (r i r j ). In circle packing problem as mentioned above, one of conditions, is c rcles shouldn t have overlap with each other. in order that we can use this algorithm for our problem, need to change this condition such that each circle (router) overlap with at least one other circle (router) to satisfy network connectivity condition. Thus we modify algorithm in determine position such that any circle overlap with two other circles. The resulted pattern has the following key properties: The final network is formed by n circles. Each MR is placed in the center of each circle. Each circle is surrounded by at most six other circles to cover the disk without gaps. The distance between any two neighboring MR nodes i and j is smaller than the sum of transmission range s, r i r j, so that the network connectivity is guaranteed. Our approach based on circle packing pattern fills the network plane with limited overlaps and no gaps. Overlaps are necessary to satisfy the connectivity requirement, limited overlaps essential for minimizing the number of MRs in the disk; no gap is needed to satisfy the coverage requirement. 5 Our Genetic Algorithm Based on Circle Packing Problem In our approach, we present modified version of circle packing algorithm and solve it with genetic algorithm so that use for placement mesh routers problem in WMNs.

4 5.1 Encoding We use a permutation of (,2,,n) to code a individual for encoding. M individuals are randomly generated to form the initial population. We run GA with different value of n. for obtain optimal number of routers, we call genetic algorithm with different value for n, and calculate coverage area for any pattern obtained with these value of n. each chromosome denotes a router. 5.2 Fitness function The fitness function is of particular importance in GAs as it guides the search towards most promising areas of the solution space. Furthermore, in our case, although we face an optimization problem with multiple criteria, including connectivity of MRs and coverage area and therefore the fitness function in our particular case can be expressed in different ways. Since positioning algorithm, placed routers in positions that have overlap at least with one other router, thus we can use ratio of total coverage area each individual to evaluate fitness of it. This means that proportion total coverage area to number of routers used to achieve this coverage. If two patterns have same total coverage area, we calculate the numbers of router in pattern and pattern with lower router has greater fitness. 5.3 Crossover operators We apply a crossover operation that retains the validity of permutations [18]. For convenience, we assume K is an even number, so we have K/2 pairs of parents. For each pair of parents, we apply the crossover operation to generate two children. In this paper, we apply crossover as follows: child 1 and child 2 area pair of parent solutions. Suppose q is a random integer, where 1 q n. The first child is generated by taking routers q from child 1 and appending to this subsequence any missing routers in the order in which they appear inchild 2. The second child is obtained in the same way, only with first subsequence taken from child 2, and the remainder being made up from child 1. located at (0, 0), the center of the network disk and doesn t shows in Figures. As mentioned above and described in next section, we consider value R 2 /r 2 for initial and during algorithm increase its value. Fig. 2 shows the result of placement our algorithm in the case of geographical constraints doesn t consider. At compare with Fig. 4 that show random placement and use of 38 nodes, our result can get to coverage area close to 95% with only 24 nodes (router) rather than 38 nodes. Fig. 2-MR placement without geographical constraints Geographical constraints, places that cause to condition node can t be placed in these regions as shown in Fig. 3, considered and coverage area 90% obtained again with 24 nodes. Rather than Fig. 5 that with 38 nodes coverage network, our approach with 24 nodes, this mean with 14 nosed less, almost entire network coverage. This reduce in number of router needed to coverage network, Significantly decrease cost of network, consist of installing, deployment, maintenance. In others word, cost of hardware of mesh network 36% has reduced than [12] Mutation operators We randomly select two routers from its sequence and exchange their positions as mutation operator. 6 Simulation Result In this section, we present the simulation results to show the effectiveness of our approach. The simulation is done using the Matlab. For compare our result with [12], used of same scenario network in simulation, that s: The radius of the network domain is 8 units (R = 8). The transmission range of each MR node is 2 units (r = 2). But transmission MRs can be different. The number of MR nodes to be placed determine by our approach. The IGW Fig. 3- MR placement with considering geographical constraints

5 In terms of network connectivity, since our algorithm use of method that each node at least has overlap with another node, full connectivity 100% obtain and between all of the nodes exist path. While in Fig. 4 random placement presented in [12], full connectivity doesn t exist. Fig. 4-Random Placement algorithm as mention in genetic algorithm section, have two phases. In first phase consider all if routers with identical and based on placement done. After placement, we calculate traffic loads that each router must passed and if traffic loads one router beyond its capacity, algorithm alters this router with powerful router that have more capacity and higher transmission range. In phase continue to replace weaker router with powerful router and thus the position of these routers to be constant. Since position of these routers determined, algorithm restarts for other nodes and adds MRs one by one to network domain till get total coverage close to 100% and re-determine their final position of these nodes. Thus number of MRs according to this approach can be obtained that consist of some routers with distinct transmission range. In Fig. 6 shows the case of, router s number 2 in Fig. 3), after calculation traffic load, exchange with powerful router, that s o. 8 router. Fig. 5-MR placement by [12] 6.1 Finding Optimal Number of Mesh Routers If we consider transmission range of mesh router (radius circle) identical, and assume any two mesh router don t have overlap with each other, at least R 2 /r 2 MRs required to coverage network area (if position of circles determine with circle packing problem but it is clear don t get full coverage in this case because the circles don t have overlap with each other and thus exist gap in network disk. We in our approach to find the optimal number of MRs to coverage network consider two cases: 1) all of mesh routers have same transmission range and 2) routers have different transmission range. In case 1, algorithm with R 2 /r 2 MRs that have overlaps started and one by one add MR to network till total coverage of pattern close to 100%, because the area related to geographical constraint set prevent to get to full coverage in some case based on position of member set VC. If we use of routers with different coverage radio, problem different partly. In our Fig. 6-Find number of routers after traffic load phase 7 Conclusion In this work we have presented Genetic Algorithm based on circle packing problem for the problem of mesh router nodes placement in Wireless Mesh Networks (WMNs). We have considered two metric for evaluation our solution: network connectivity, and ration of network coverage area. Experimental results showed in network connectivity, obtained 100% connectivity, and in coverage area with many lower number mesh routers, coverage area close to 100% obtained. In fact, with reduce number of needed mesh router; cost of setup, investments decrease significantly. The proposed approach has practical usefulness for designing and deploying of real WMNs. In our future work we would like to improve our approach to get 100% coverage.

6 8 References [1] I. F. Akyildiz, X. Wang, and W. Wang. Wireless mesh networks: a survey. Computer Networks 47(4) (2005) [2] E. Amaldi, A. Capone, M. Cesana, I. Filippini, F. Malucelli. Optimization models and methods for planning wireless mesh networks. Computer Networks 52 (2008) [3] M.R. Garey and D.S. Johnson.Computers and Intractability A Guide to the Theory of NP-Completeness. Freeman, San Francisco, (1979). [4] A. Lim, B. Rodrigues, F. Wang and Zh. Xua. k enter problems with minimum coverage. Theoretical Computer Science 332 (2005) [5] F. Xhafa, A. Barolli, C. Sánchez, L. Barolli. A simulated annealing algorithm for router nodes placement problem in Wireless Mesh Networks. Simulation Modelling Practice and Theory, In Press, [6] hafa, F.,. nchez, and. arolli, enetic Algorithms for Efficient Placement of Router Nodes in Wireless Mesh Networks in Advanced Information Networking and Applications (AINA), th IEEE International Conference on p [12] Wang, J., W. Fu, and D.P. Agrawal, An Adaptive Router Placement Scheme for Wireless Mesh Networks in GLOBECOM Workshops, 2008 IEEE on p [13] E. Bischoff, G. Wa scher, Cutting and packing, European Journal of Operational Research 84 (1995) [14] K.A. Dowsland, Palletisation of cylinders in cases, OR Spektrum 13 (1991) [15] H. Dyckhoff, G. Scheithauer, J. Terno, Cutting and packing &P, in: M. Dell Amico, F. Maffioli,. Martello (Eds.), Annotated Bibliography in Combinatorial Optimization, John Wiley and Sons, New York, [16] A. Lodi, S. Martello, M. Monaci, Two dimensional packing problems: A survey, European Journal of Operational Research 141 (2002) [17] P.Y. Wang, G. Wa scher, Cutting and packing, European Journal of Operational Research 141 (2002) [18] Y.C. Xu, R. B. Xiao, and M. Amos.A novel genetic algorithm for the layout optimization problem. Proceedings ofthe 2007 IEEE Congress on Evolutionary Computation (CEC07), IEEE Press, on p [7] hafa, F.,. nchez, and. arolli, ocals earch Algorithms for Efficient Router Nodes Placement in Wireless Mesh Networks, in Network-Based Information Systems, NBIS '09. International Conference on p [8] hafa, F.,. nchez, and. arolli, Ad oc and Neighborhood Search Methods for Placement of Mesh Routers in Wireless Mesh Networks Distributed Computing Systems Workshops, ICDCS Workshops '09. 29th IEEE International Conference on p [9] Franklin, A.A. and C.S.R. Murthy.Node Placement Algorithm for Deployment of Two-Tier Wireless Mesh Networks.in Proceedings of IEEE GLOBECOM 2007, IEEE Global Communications Conference. [10] Wang, J., et al., Efficient Mesh Router Placement in Wireless Mesh Networks, in Mobile Adhoc and Sensor Systems, IEEE Internatonal Conference on p [11] De Marco, G, MOGAMESH: A multi-objective algorithm for node placement in wireless mesh networks based on genetic algorithms, in Wireless Communication Systems, ISWCS th International Symposium on p

Ad Hoc and Neighborhood Search Methods for Placement of Mesh Routers in Wireless Mesh Networks

Ad Hoc and Neighborhood Search Methods for Placement of Mesh Routers in Wireless Mesh Networks 29 29th IEEE International Conference on Distributed Computing Systems Workshops Ad Hoc and Neighborhood Search Methods for Placement of Mesh Routers in Wireless Mesh Networks Fatos Xhafa Department of

More information

Performance evaluation considering iterations per phase and SA temperature in WMN-SA system

Performance evaluation considering iterations per phase and SA temperature in WMN-SA system Mobile Information Systems (214) 321 33 321 DOI.3233/MIS-13187 IOS Press Performance evaluation considering iterations per phase and SA temperature in WMN-SA system Shinji Sakamoto a,, Elis Kulla a, Tetsuya

More information

Genetic Algorithms for Efficient Placement of Router Nodes in Wireless Mesh Networks

Genetic Algorithms for Efficient Placement of Router Nodes in Wireless Mesh Networks 2 24th IEEE International Conference on Advanced Information Networking and Applications Genetic Algorithms for Efficient Placement of Router Nodes in Wireless Mesh Networks Fatos Xhafa Department of Languages

More information

A Study on Performance of Hill Climbing Heuristic Method for Router Placement in Wireless Mesh Networks

A Study on Performance of Hill Climbing Heuristic Method for Router Placement in Wireless Mesh Networks A Study on Performance of Hill Climbing Heuristic Method for Router Placement in Wireless Mesh Networks Evjola Spaho, Alda Xhafa, Donald Elmazi, Fatos Xhafa and Leonard Barolli Abstract Wireless Mesh Networks

More information

Mesh Router Nodes placement in Rural Wireless Mesh Networks

Mesh Router Nodes placement in Rural Wireless Mesh Networks CARI 14 Mesh Router Nodes placement in Rural Wireless Mesh Networks Jean Louis Fendji Kedieng Ebongue*, Christopher Thron**, Jean Michel Nlong*, Karl-Heinz Rodiger*** *The University of Ngaoundéré CAMEROON

More information

Gateways Placement in Backbone Wireless Mesh Networks

Gateways Placement in Backbone Wireless Mesh Networks I. J. Communications, Network and System Sciences, 2009, 1, 1-89 Published Online February 2009 in SciRes (http://www.scirp.org/journal/ijcns/). Gateways Placement in Backbone Wireless Mesh Networks Abstract

More information

Solving Mesh Router Nodes Placement Problem in Wireless Mesh Networks by Tabu Search Algorithm

Solving Mesh Router Nodes Placement Problem in Wireless Mesh Networks by Tabu Search Algorithm Solving Mesh Router Nodes Placement Problem in Wireless Mesh Networks by Tabu Search Algorithm Fatos Xhafa a,, Christian Sánchez a, Admir Barolli b, Makoto Takizawa b a Technical University of Catalonia,

More information

WLAN Coverage Planning: Optimization Models and Algorithms

WLAN Coverage Planning: Optimization Models and Algorithms 1 WLAN Coverage Planning: Optimization Models and Algorithms E. Amaldi, A. Capone, M. Cesana, F. Malucelli, F. Palazzo Politecnico di Milano - DEI Address : Piazza L. da Vinci 32, 20133, Milano,Italy Phone:

More information

A GRASP HEURISTIC FOR THE COOPERATIVE COMMUNICATION PROBLEM IN AD HOC NETWORKS

A GRASP HEURISTIC FOR THE COOPERATIVE COMMUNICATION PROBLEM IN AD HOC NETWORKS A GRASP HEURISTIC FOR THE COOPERATIVE COMMUNICATION PROBLEM IN AD HOC NETWORKS C. COMMANDER, C.A.S. OLIVEIRA, P.M. PARDALOS, AND M.G.C. RESENDE ABSTRACT. Ad hoc networks are composed of a set of wireless

More information

LANDSCAPE SMOOTHING OF NUMERICAL PERMUTATION SPACES IN GENETIC ALGORITHMS

LANDSCAPE SMOOTHING OF NUMERICAL PERMUTATION SPACES IN GENETIC ALGORITHMS LANDSCAPE SMOOTHING OF NUMERICAL PERMUTATION SPACES IN GENETIC ALGORITHMS ABSTRACT The recent popularity of genetic algorithms (GA s) and their application to a wide range of problems is a result of their

More information

Partial overlapping channels are not damaging

Partial overlapping channels are not damaging Journal of Networking and Telecomunications (2018) Original Research Article Partial overlapping channels are not damaging Jing Fu,Dongsheng Chen,Jiafeng Gong Electronic Information Engineering College,

More information

A GRASP heuristic for the Cooperative Communication Problem in Ad Hoc Networks

A GRASP heuristic for the Cooperative Communication Problem in Ad Hoc Networks MIC2005: The Sixth Metaheuristics International Conference??-1 A GRASP heuristic for the Cooperative Communication Problem in Ad Hoc Networks Clayton Commander Carlos A.S. Oliveira Panos M. Pardalos Mauricio

More information

Optimization Models for the Radio Planning of Wireless Mesh Networks

Optimization Models for the Radio Planning of Wireless Mesh Networks Optimization Models for the Radio Planning of Wireless Mesh Networks Edoardo Amaldi, Antonio Capone, Matteo Cesana, and Federico Malucelli Politecnico di Milano, Dipartimento Elettronica ed Informazione,

More information

A Location-Aware Routing Metric (ALARM) for Multi-Hop, Multi-Channel Wireless Mesh Networks

A Location-Aware Routing Metric (ALARM) for Multi-Hop, Multi-Channel Wireless Mesh Networks A Location-Aware Routing Metric (ALARM) for Multi-Hop, Multi-Channel Wireless Mesh Networks Eiman Alotaibi, Sumit Roy Dept. of Electrical Engineering U. Washington Box 352500 Seattle, WA 98195 eman76,roy@ee.washington.edu

More information

Localized Distributed Sensor Deployment via Coevolutionary Computation

Localized Distributed Sensor Deployment via Coevolutionary Computation Localized Distributed Sensor Deployment via Coevolutionary Computation Xingyan Jiang Department of Computer Science Memorial University of Newfoundland St. John s, Canada Email: xingyan@cs.mun.ca Yuanzhu

More information

Improvement of Robot Path Planning Using Particle. Swarm Optimization in Dynamic Environments. with Mobile Obstacles and Target

Improvement of Robot Path Planning Using Particle. Swarm Optimization in Dynamic Environments. with Mobile Obstacles and Target Advanced Studies in Biology, Vol. 3, 2011, no. 1, 43-53 Improvement of Robot Path Planning Using Particle Swarm Optimization in Dynamic Environments with Mobile Obstacles and Target Maryam Yarmohamadi

More information

Wireless broadband networks are being increasingly

Wireless broadband networks are being increasingly A Multi-objective Optimization Model For Planning Robust and Least Interfered Wireless Mesh Networks Djohara Benyamina, Abdelhakim Hafid NRL, University of Montreal, Canada {benyamid, ahafid}@iro.umontreal.ca

More information

Evolutionary Optimization for the Channel Assignment Problem in Wireless Mobile Network

Evolutionary Optimization for the Channel Assignment Problem in Wireless Mobile Network (649 -- 917) Evolutionary Optimization for the Channel Assignment Problem in Wireless Mobile Network Y.S. Chia, Z.W. Siew, S.S. Yang, H.T. Yew, K.T.K. Teo Modelling, Simulation and Computing Laboratory

More information

Practical Routing and Channel Assignment Scheme for Mesh Networks with Directional Antennas

Practical Routing and Channel Assignment Scheme for Mesh Networks with Directional Antennas This full text paper was peer reviewed at the direction of IEEE Communications Society subject matter experts for publication in the ICC 28 proceedings. Practical Routing and Channel Assignment Scheme

More information

Cost-Aware Route Selection in Wireless Mesh Networks

Cost-Aware Route Selection in Wireless Mesh Networks Cost-Aware Route Selection in Wireless Mesh Networks Junmo Yang 1, Kazuya Sakai 2, Bonam Kim 1, Hiromi Okada 2, and Min-Te Sun 1 1 Department of Computer Science and Software Engineering, Auburn University,

More information

Joint QoS Multicast Routing and Channel Assignment in Multiradio Multichannel Wireless Mesh Networks using Intelligent Computational Methods

Joint QoS Multicast Routing and Channel Assignment in Multiradio Multichannel Wireless Mesh Networks using Intelligent Computational Methods Joint QoS Multicast Routing and Channel Assignment in Multiradio Multichannel Wireless Mesh Networks using Intelligent Computational Methods Hui Cheng,a, Shengxiang Yang b a Department of Computer Science,

More information

Population Adaptation for Genetic Algorithm-based Cognitive Radios

Population Adaptation for Genetic Algorithm-based Cognitive Radios Population Adaptation for Genetic Algorithm-based Cognitive Radios Timothy R. Newman, Rakesh Rajbanshi, Alexander M. Wyglinski, Joseph B. Evans, and Gary J. Minden Information Technology and Telecommunications

More information

Extending lifetime of sensor surveillance systems in data fusion model

Extending lifetime of sensor surveillance systems in data fusion model IEEE WCNC 2011 - Network Exting lifetime of sensor surveillance systems in data fusion model Xiang Cao Xiaohua Jia Guihai Chen State Key Laboratory for Novel Software Technology, Nanjing University, Nanjing,

More information

Optimization Models for the Radio Planning of Wireless Mesh Networks

Optimization Models for the Radio Planning of Wireless Mesh Networks Optimization Models for the Radio Planning of Wireless Mesh Networks Edoardo Amaldi, Antonio Capone, Matteo Cesana and Federico Malucelli Politecnico di Milano, Dipartimento Elettronica ed Informazione,

More information

A Performance Study of Deployment Factors in Wireless Mesh

A Performance Study of Deployment Factors in Wireless Mesh A Performance Study of Deployment Factors in Wireless Mesh Networks Joshua Robinson and Edward Knightly Rice University Rice Networks Group networks.rice.edu City-wide Wireless Deployments Many new city-wide

More information

Portal del coneixement obert de la UPC

Portal del coneixement obert de la UPC UPCommons Portal del coneixement obert de la UPC http://upcommons.upc.edu/e-prints Sakamoto, S. [et al.] (2016) Node placement in Wireless Mesh Networks: a comparison study of WMN-SA and WMN-PSO simulation

More information

Chapter 5 OPTIMIZATION OF BOW TIE ANTENNA USING GENETIC ALGORITHM

Chapter 5 OPTIMIZATION OF BOW TIE ANTENNA USING GENETIC ALGORITHM Chapter 5 OPTIMIZATION OF BOW TIE ANTENNA USING GENETIC ALGORITHM 5.1 Introduction This chapter focuses on the use of an optimization technique known as genetic algorithm to optimize the dimensions of

More information

A Hybrid Evolutionary Approach for Multi Robot Path Exploration Problem

A Hybrid Evolutionary Approach for Multi Robot Path Exploration Problem A Hybrid Evolutionary Approach for Multi Robot Path Exploration Problem K.. enthilkumar and K. K. Bharadwaj Abstract - Robot Path Exploration problem or Robot Motion planning problem is one of the famous

More information

Node Deployment Strategies and Coverage Prediction in 3D Wireless Sensor Network with Scheduling

Node Deployment Strategies and Coverage Prediction in 3D Wireless Sensor Network with Scheduling Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 8 (2017) pp. 2243-2255 Research India Publications http://www.ripublication.com Node Deployment Strategies and Coverage

More information

Zhan Chen and Israel Koren. University of Massachusetts, Amherst, MA 01003, USA. Abstract

Zhan Chen and Israel Koren. University of Massachusetts, Amherst, MA 01003, USA. Abstract Layer Assignment for Yield Enhancement Zhan Chen and Israel Koren Department of Electrical and Computer Engineering University of Massachusetts, Amherst, MA 0003, USA Abstract In this paper, two algorithms

More information

Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes

Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes 7th Mediterranean Conference on Control & Automation Makedonia Palace, Thessaloniki, Greece June 4-6, 009 Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes Theofanis

More information

Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II

Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II 1 * Sangeeta Jagdish Gurjar, 2 Urvish Mewada, 3 * Parita Vinodbhai Desai 1 Department of Electrical Engineering, AIT, Gujarat Technical University,

More information

LOCALIZATION AND ROUTING AGAINST JAMMERS IN WIRELESS NETWORKS

LOCALIZATION AND ROUTING AGAINST JAMMERS IN WIRELESS NETWORKS Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 5, May 2015, pg.955

More information

Creating a Dominion AI Using Genetic Algorithms

Creating a Dominion AI Using Genetic Algorithms Creating a Dominion AI Using Genetic Algorithms Abstract Mok Ming Foong Dominion is a deck-building card game. It allows for complex strategies, has an aspect of randomness in card drawing, and no obvious

More information

p-percent Coverage in Wireless Sensor Networks

p-percent Coverage in Wireless Sensor Networks p-percent Coverage in Wireless Sensor Networks Yiwei Wu, Chunyu Ai, Shan Gao and Yingshu Li Department of Computer Science Georgia State University October 28, 2008 1 Introduction 2 p-percent Coverage

More information

Multicast Energy Aware Routing in Wireless Networks

Multicast Energy Aware Routing in Wireless Networks Ahmad Karimi Department of Mathematics, Behbahan Khatam Alanbia University of Technology, Behbahan, Iran karimi@bkatu.ac.ir ABSTRACT Multicasting is a service for disseminating data to a group of hosts

More information

EAVESDROPPING AND JAMMING COMMUNICATION NETWORKS

EAVESDROPPING AND JAMMING COMMUNICATION NETWORKS EAVESDROPPING AND JAMMING COMMUNICATION NETWORKS CLAYTON W. COMMANDER, PANOS M. PARDALOS, VALERIY RYABCHENKO, OLEG SHYLO, STAN URYASEV, AND GRIGORIY ZRAZHEVSKY ABSTRACT. Eavesdropping and jamming communication

More information

Introduction. Introduction ROBUST SENSOR POSITIONING IN WIRELESS AD HOC SENSOR NETWORKS. Smart Wireless Sensor Systems 1

Introduction. Introduction ROBUST SENSOR POSITIONING IN WIRELESS AD HOC SENSOR NETWORKS. Smart Wireless Sensor Systems 1 ROBUST SENSOR POSITIONING IN WIRELESS AD HOC SENSOR NETWORKS Xiang Ji and Hongyuan Zha Material taken from Sensor Network Operations by Shashi Phoa, Thomas La Porta and Christopher Griffin, John Wiley,

More information

Evolution of Sensor Suites for Complex Environments

Evolution of Sensor Suites for Complex Environments Evolution of Sensor Suites for Complex Environments Annie S. Wu, Ayse S. Yilmaz, and John C. Sciortino, Jr. Abstract We present a genetic algorithm (GA) based decision tool for the design and configuration

More information

Optimal Relay Placement for Cellular Coverage Extension

Optimal Relay Placement for Cellular Coverage Extension Optimal elay Placement for Cellular Coverage Extension Gauri Joshi, Abhay Karandikar Department of Electrical Engineering Indian Institute of Technology Bombay Powai, India 400076. Email: gaurijoshi@iitb.ac.in,

More information

Gateway Placement for Throughput Optimization in Wireless Mesh Networks

Gateway Placement for Throughput Optimization in Wireless Mesh Networks Gateway Placement for Throughput Optimization in Wireless Mesh Networks Fan Li Yu Wang Department of Computer Science University of North Carolina at Charlotte, USA Email: {fli, ywang32}@uncc.edu Xiang-Yang

More information

The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment

The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment ao-tang Chang 1, Hsu-Chih Cheng 2 and Chi-Lin Wu 3 1 Department of Information Technology,

More information

Genetic Algorithms with Heuristic Knight s Tour Problem

Genetic Algorithms with Heuristic Knight s Tour Problem Genetic Algorithms with Heuristic Knight s Tour Problem Jafar Al-Gharaibeh Computer Department University of Idaho Moscow, Idaho, USA Zakariya Qawagneh Computer Department Jordan University for Science

More information

Layout Optimization for a Wireless Sensor Network Using a Multi-Objective Genetic Algorithm

Layout Optimization for a Wireless Sensor Network Using a Multi-Objective Genetic Algorithm Layout Optimization for a Wireless Sensor Network Using a Multi-Objective Genetic Algorithm Damien B. Jourdan, Olivier L. de Weck Dept. of Aeronautics and Astronautics, Massachusetts Institute of Technology

More information

Fault-tolerant Coverage in Dense Wireless Sensor Networks

Fault-tolerant Coverage in Dense Wireless Sensor Networks Fault-tolerant Coverage in Dense Wireless Sensor Networks Akshaye Dhawan and Magdalena Parks Department of Mathematics and Computer Science, Ursinus College, 610 E Main Street, Collegeville, PA, USA {adhawan,

More information

SIGNIFICANT advances in hardware technology have led

SIGNIFICANT advances in hardware technology have led IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 56, NO. 5, SEPTEMBER 2007 2733 Concentric Anchor Beacon Localization Algorithm for Wireless Sensor Networks Vijayanth Vivekanandan and Vincent W. S. Wong,

More information

Adaptive Hybrid Channel Assignment in Wireless Mobile Network via Genetic Algorithm

Adaptive Hybrid Channel Assignment in Wireless Mobile Network via Genetic Algorithm Adaptive Hybrid Channel Assignment in Wireless Mobile Network via Genetic Algorithm Y.S. Chia Z.W. Siew A. Kiring S.S. Yang K.T.K. Teo Modelling, Simulation and Computing Laboratory School of Engineering

More information

Fine-grained Access Provisioning via Joint Gateway Selection and Flow Routing on SDN-aware Wi-Fi Mesh Networks

Fine-grained Access Provisioning via Joint Gateway Selection and Flow Routing on SDN-aware Wi-Fi Mesh Networks Fine-grained Access Provisioning via Joint Gateway Selection and Flow Routing on SDN-aware Wi-Fi Mesh Networks Dawood Sajjadi (sajjadi @ uvic.ca) Department of Computer Science, Faculty of Engineering,

More information

Performance Evaluation of a Video Broadcasting System over Wireless Mesh Network

Performance Evaluation of a Video Broadcasting System over Wireless Mesh Network Performance Evaluation of a Video Broadcasting System over Wireless Mesh Network K.T. Sze, K.M. Ho, and K.T. Lo Abstract in this paper, we study the performance of a video-on-demand (VoD) system in wireless

More information

A Mathematical Formulation for Joint Channel Assignment and Multicast Routing in Multi-Channel Multi-Radio Wireless Mesh Networks

A Mathematical Formulation for Joint Channel Assignment and Multicast Routing in Multi-Channel Multi-Radio Wireless Mesh Networks A Mathematical Formulation for Joint Channel Assignment and Multicast Routing in Multi-Channel Multi-Radio Wireless Mesh Networks M. Jahanshahi 1 Department of Computer Engineering, Science and Research

More information

CHANNEL ASSIGNMENT AND LOAD DISTRIBUTION IN A POWER- MANAGED WLAN

CHANNEL ASSIGNMENT AND LOAD DISTRIBUTION IN A POWER- MANAGED WLAN CHANNEL ASSIGNMENT AND LOAD DISTRIBUTION IN A POWER- MANAGED WLAN Mohamad Haidar Robert Akl Hussain Al-Rizzo Yupo Chan University of Arkansas at University of Arkansas at University of Arkansas at University

More information

Intelligent Adaptation And Cognitive Networking

Intelligent Adaptation And Cognitive Networking Intelligent Adaptation And Cognitive Networking Kevin Langley MAE 298 5/14/2009 Media Wired o Can react to local conditions near speed of light o Generally reactive systems rather than predictive work

More information

CSC 396 : Introduction to Artificial Intelligence

CSC 396 : Introduction to Artificial Intelligence CSC 396 : Introduction to Artificial Intelligence Exam 1 March 11th - 13th, 2008 Name Signature - Honor Code This is a take-home exam. You may use your book and lecture notes from class. You many not use

More information

How Much Can Sub-band Virtual Concatenation (VCAT) Help Static Routing and Spectrum Assignment in Elastic Optical Networks?

How Much Can Sub-band Virtual Concatenation (VCAT) Help Static Routing and Spectrum Assignment in Elastic Optical Networks? How Much Can Sub-band Virtual Concatenation (VCAT) Help Static Routing and Spectrum Assignment in Elastic Optical Networks? (Invited) Xin Yuan, Gangxiang Shen School of Electronic and Information Engineering

More information

Fault Location Using Sparse Wide Area Measurements

Fault Location Using Sparse Wide Area Measurements 319 Study Committee B5 Colloquium October 19-24, 2009 Jeju Island, Korea Fault Location Using Sparse Wide Area Measurements KEZUNOVIC, M., DUTTA, P. (Texas A & M University, USA) Summary Transmission line

More information

Swarm Based Sensor Deployment Optimization in Ad hoc Sensor Networks

Swarm Based Sensor Deployment Optimization in Ad hoc Sensor Networks Swarm Based Sensor Deployment Optimization in Ad hoc Sensor Networks Wu Xiaoling, Shu Lei, Yang Jie, Xu Hui, Jinsung Cho, and Sungyoung Lee Department of Computer Engineering, Kyung Hee University, Korea

More information

Improving QoS Metrics in Dynamic Bandwidth Allocation Of Wireless Mesh Community Networks

Improving QoS Metrics in Dynamic Bandwidth Allocation Of Wireless Mesh Community Networks International Journal of Advanced Research in Biology Engineering Science and Technology (IJARBEST) Vol. 2, Special Issue 15, March 2016 ISSN 2395-695X (Print) ISSN 2395-695X (Online) Improving QoS Metrics

More information

A Study of Dynamic Routing and Wavelength Assignment with Imprecise Network State Information

A Study of Dynamic Routing and Wavelength Assignment with Imprecise Network State Information A Study of Dynamic Routing and Wavelength Assignment with Imprecise Network State Information Jun Zhou Department of Computer Science Florida State University Tallahassee, FL 326 zhou@cs.fsu.edu Xin Yuan

More information

Foundations of Artificial Intelligence

Foundations of Artificial Intelligence Foundations of Artificial Intelligence 20. Combinatorial Optimization: Introduction and Hill-Climbing Malte Helmert Universität Basel April 8, 2016 Combinatorial Optimization Introduction previous chapters:

More information

Localization (Position Estimation) Problem in WSN

Localization (Position Estimation) Problem in WSN Localization (Position Estimation) Problem in WSN [1] Convex Position Estimation in Wireless Sensor Networks by L. Doherty, K.S.J. Pister, and L.E. Ghaoui [2] Semidefinite Programming for Ad Hoc Wireless

More information

Genetic Algorithm for Routing and Spectrum Allocation in Elastic Optical Networks

Genetic Algorithm for Routing and Spectrum Allocation in Elastic Optical Networks 2016 Third European Network Intelligence Conference Genetic Algorithm for Routing and Spectrum Allocation in Elastic Optical Networks Piotr Lechowicz, Krzysztof Walkowiak Dept. of Systems and Computer

More information

Rating and Generating Sudoku Puzzles Based On Constraint Satisfaction Problems

Rating and Generating Sudoku Puzzles Based On Constraint Satisfaction Problems Rating and Generating Sudoku Puzzles Based On Constraint Satisfaction Problems Bahare Fatemi, Seyed Mehran Kazemi, Nazanin Mehrasa International Science Index, Computer and Information Engineering waset.org/publication/9999524

More information

Genetic Algorithm-Based Approach to Spectrum Allocation and Power Control with Constraints in Cognitive Radio Networks

Genetic Algorithm-Based Approach to Spectrum Allocation and Power Control with Constraints in Cognitive Radio Networks Research Journal of Applied Sciences, Engineering and Technology 5(): -7, 23 ISSN: 24-7459; e-issn: 24-7467 Maxwell Scientific Organization, 23 Submitted: March 26, 22 Accepted: April 7, 22 Published:

More information

A Novel approach for Optimizing Cross Layer among Physical Layer and MAC Layer of Infrastructure Based Wireless Network using Genetic Algorithm

A Novel approach for Optimizing Cross Layer among Physical Layer and MAC Layer of Infrastructure Based Wireless Network using Genetic Algorithm A Novel approach for Optimizing Cross Layer among Physical Layer and MAC Layer of Infrastructure Based Wireless Network using Genetic Algorithm Vinay Verma, Savita Shiwani Abstract Cross-layer awareness

More information

Achieving Desirable Gameplay Objectives by Niched Evolution of Game Parameters

Achieving Desirable Gameplay Objectives by Niched Evolution of Game Parameters Achieving Desirable Gameplay Objectives by Niched Evolution of Game Parameters Scott Watson, Andrew Vardy, Wolfgang Banzhaf Department of Computer Science Memorial University of Newfoundland St John s.

More information

Constraint Programming and Genetic Algorithms to Solve Layout Design Problem

Constraint Programming and Genetic Algorithms to Solve Layout Design Problem Proceedings of the 6th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lisbon, Portugal, June 6-, 200 (pp2-29) Constraint Programming and Genetic Algorithms to Solve Layout Design Problem JOSÉ TAVARES GECAD

More information

A Retrievable Genetic Algorithm for Efficient Solving of Sudoku Puzzles Seyed Mehran Kazemi, Bahare Fatemi

A Retrievable Genetic Algorithm for Efficient Solving of Sudoku Puzzles Seyed Mehran Kazemi, Bahare Fatemi A Retrievable Genetic Algorithm for Efficient Solving of Sudoku Puzzles Seyed Mehran Kazemi, Bahare Fatemi Abstract Sudoku is a logic-based combinatorial puzzle game which is popular among people of different

More information

Channel Assignment with Route Discovery (CARD) using Cognitive Radio in Multi-channel Multi-radio Wireless Mesh Networks

Channel Assignment with Route Discovery (CARD) using Cognitive Radio in Multi-channel Multi-radio Wireless Mesh Networks Channel Assignment with Route Discovery (CARD) using Cognitive Radio in Multi-channel Multi-radio Wireless Mesh Networks Chittabrata Ghosh and Dharma P. Agrawal OBR Center for Distributed and Mobile Computing

More information

An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction

An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction , pp.319-328 http://dx.doi.org/10.14257/ijmue.2016.11.6.28 An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction Xiaoying Yang* and Wanli Zhang College of Information Engineering,

More information

STRATEGY AND COMPLEXITY OF THE GAME OF SQUARES

STRATEGY AND COMPLEXITY OF THE GAME OF SQUARES STRATEGY AND COMPLEXITY OF THE GAME OF SQUARES FLORIAN BREUER and JOHN MICHAEL ROBSON Abstract We introduce a game called Squares where the single player is presented with a pattern of black and white

More information

Efficient Recovery Algorithms for Wireless Mesh Networks with Cognitive Radios

Efficient Recovery Algorithms for Wireless Mesh Networks with Cognitive Radios Efficient Recovery Algorithms for Wireless Mesh Networks with Cognitive Radios Roberto Hincapie, Li Zhang, Jian Tang, Guoliang Xue, Richard S. Wolff and Roberto Bustamante Abstract Cognitive radios allow

More information

EasyChair Preprint. A User-Centric Cluster Resource Allocation Scheme for Ultra-Dense Network

EasyChair Preprint. A User-Centric Cluster Resource Allocation Scheme for Ultra-Dense Network EasyChair Preprint 78 A User-Centric Cluster Resource Allocation Scheme for Ultra-Dense Network Yuzhou Liu and Wuwen Lai EasyChair preprints are intended for rapid dissemination of research results and

More information

A Greedy Algorithm for Target Coverage Scheduling in Directional Sensor Networks

A Greedy Algorithm for Target Coverage Scheduling in Directional Sensor Networks A Greedy Algorithm for Target Coverage Scheduling in Directional Sensor Networks Youn-Hee Han, Chan-Myung Kim Laboratory of Intelligent Networks Advanced Technology Research Center Korea University of

More information

A Genetic Algorithm for Solving Beehive Hidato Puzzles

A Genetic Algorithm for Solving Beehive Hidato Puzzles A Genetic Algorithm for Solving Beehive Hidato Puzzles Matheus Müller Pereira da Silva and Camila Silva de Magalhães Universidade Federal do Rio de Janeiro - UFRJ, Campus Xerém, Duque de Caxias, RJ 25245-390,

More information

Energy-Efficient Connected Coverage of Discrete Targets in Wireless Sensor Networks

Energy-Efficient Connected Coverage of Discrete Targets in Wireless Sensor Networks Energy-Efficient Connected Coverage of Discrete Targets in Wireless Sensor Networks Mingming Lu, Jie Wu, Mihaela Cardei, and Minglu Li Department of Computer Science and Engineering Florida Atlantic University,

More information

PLACEMENT OF ENERGY AWARE WIRELESS MESH NODES FOR E-LEARNING IN GREEN CAMPUSES

PLACEMENT OF ENERGY AWARE WIRELESS MESH NODES FOR E-LEARNING IN GREEN CAMPUSES PLACEMENT OF ENERGY AWARE WIRELESS MESH NODES FOR E-LEARNING IN GREEN CAMPUSES G.Merlin Sheeba 1, Alamelu Nachiappan 2, P.H.Pavan umar 3, Prateek 3 1, 3 Department of Electronics and Telecommunication

More information

A Comparative Study of Quality of Service Routing Schemes That Tolerate Imprecise State Information

A Comparative Study of Quality of Service Routing Schemes That Tolerate Imprecise State Information A Comparative Study of Quality of Service Routing Schemes That Tolerate Imprecise State Information Xin Yuan Wei Zheng Department of Computer Science, Florida State University, Tallahassee, FL 330 {xyuan,zheng}@cs.fsu.edu

More information

Shuffled Complex Evolution

Shuffled Complex Evolution Shuffled Complex Evolution Shuffled Complex Evolution An Evolutionary algorithm That performs local and global search A solution evolves locally through a memetic evolution (Local search) This local search

More information

Medium Access Control via Nearest-Neighbor Interactions for Regular Wireless Networks

Medium Access Control via Nearest-Neighbor Interactions for Regular Wireless Networks Medium Access Control via Nearest-Neighbor Interactions for Regular Wireless Networks Ka Hung Hui, Dongning Guo and Randall A. Berry Department of Electrical Engineering and Computer Science Northwestern

More information

AN EVOLUTIONARY ALGORITHM FOR CHANNEL ASSIGNMENT PROBLEM IN WIRELESS MOBILE NETWORKS

AN EVOLUTIONARY ALGORITHM FOR CHANNEL ASSIGNMENT PROBLEM IN WIRELESS MOBILE NETWORKS ISSN: 2229-6948(ONLINE) DOI: 10.21917/ict.2012.0087 ICTACT JOURNAL ON COMMUNICATION TECHNOLOGY, DECEMBER 2012, VOLUME: 03, ISSUE: 04 AN EVOLUTIONARY ALGORITHM FOR CHANNEL ASSIGNMENT PROBLEM IN WIRELESS

More information

A survey on broadcast protocols in multihop cognitive radio ad hoc network

A survey on broadcast protocols in multihop cognitive radio ad hoc network A survey on broadcast protocols in multihop cognitive radio ad hoc network Sureshkumar A, Rajeswari M Abstract In the traditional ad hoc network, common channel is present to broadcast control channels

More information

Low-Latency Multi-Source Broadcast in Radio Networks

Low-Latency Multi-Source Broadcast in Radio Networks Low-Latency Multi-Source Broadcast in Radio Networks Scott C.-H. Huang City University of Hong Kong Hsiao-Chun Wu Louisiana State University and S. S. Iyengar Louisiana State University In recent years

More information

An Efficient Distributed Coverage Hole Detection Protocol for Wireless Sensor Networks

An Efficient Distributed Coverage Hole Detection Protocol for Wireless Sensor Networks Article An Efficient Distributed Coverage Hole Detection Protocol for Wireless Sensor Networks Prasan Kumar Sahoo 1, Ming-Jer Chiang 2 and Shih-Lin Wu 1,3, * 1 Department of Computer Science and Information

More information

W CDMA Network Design

W CDMA Network Design Technical Report 03-EMIS-02 W CDMA Network Design Qibin Cai 1 Joakim Kalvenes 2 Jeffery Kennington 1 Eli Olinick 1 1 {qcai,jlk,olinick}@engr.smu.edu School of Engineering Southern Methodist University

More information

Adaptive Sensor Selection Algorithms for Wireless Sensor Networks. Silvia Santini PhD defense October 12, 2009

Adaptive Sensor Selection Algorithms for Wireless Sensor Networks. Silvia Santini PhD defense October 12, 2009 Adaptive Sensor Selection Algorithms for Wireless Sensor Networks Silvia Santini PhD defense October 12, 2009 Wireless Sensor Networks (WSNs) WSN: compound of sensor nodes Sensor nodes Computation Wireless

More information

Maximizing Lifetime of Wireless Sensor Networks with Mobile Sensor Nodes

Maximizing Lifetime of Wireless Sensor Networks with Mobile Sensor Nodes Maximizing Lifetime of Wireless Sensor Networks with Mobile Sensor Nodes Ryo Katsuma, Yoshihiro Murata, Naoki Shibata, Keiichi Yasumoto, and Minoru Ito Graduate School of Information Science, Nara Institute

More information

Trade-offs Between Mobility and Density for Coverage in Wireless Sensor Networks. Wei Wang, Vikram Srinivasan, Kee-Chaing Chua

Trade-offs Between Mobility and Density for Coverage in Wireless Sensor Networks. Wei Wang, Vikram Srinivasan, Kee-Chaing Chua Trade-offs Between Mobility and Density for Coverage in Wireless Sensor Networks Wei Wang, Vikram Srinivasan, Kee-Chaing Chua Coverage in sensor networks Sensors are often randomly scattered in the field

More information

Linear Wireless Mesh Network Planning

Linear Wireless Mesh Network Planning Linear Wireless Mesh Network Planning Felipe Rolim e Souza and Célio V. N. Albuquerque Instituto de Computação - Universidade Federal Fluminense (UFF), Brazil Email: {frolim,celio}@ic.uff.br Abstract Wireless

More information

SENSOR PLACEMENT FOR MAXIMIZING LIFETIME PER UNIT COST IN WIRELESS SENSOR NETWORKS

SENSOR PLACEMENT FOR MAXIMIZING LIFETIME PER UNIT COST IN WIRELESS SENSOR NETWORKS SENSOR PACEMENT FOR MAXIMIZING IFETIME PER UNIT COST IN WIREESS SENSOR NETWORKS Yunxia Chen, Chen-Nee Chuah, and Qing Zhao Department of Electrical and Computer Engineering University of California, Davis,

More information

Research Article A New Iterated Local Search Algorithm for Solving Broadcast Scheduling Problems in Packet Radio Networks

Research Article A New Iterated Local Search Algorithm for Solving Broadcast Scheduling Problems in Packet Radio Networks Hindawi Publishing Corporation EURASIP Journal on Wireless Communications and Networking Volume 2010, Article ID 578370, 8 pages doi:10.1155/2010/578370 Research Article A New Iterated Local Search Algorithm

More information

South African Computer Olympiad Web Training, 2009 IOI Squad March Contest. Overview. Michiel Baird. Problem bnumbers hotdates connect wifitow

South African Computer Olympiad Web Training, 2009 IOI Squad March Contest. Overview. Michiel Baird. Problem bnumbers hotdates connect wifitow Overview Author(s) Kosie van der Merwe Michiel Baird Graham Manuell Schalk- Willem Krüger Problem bnumbers hotdates connect wifitow Source bnumbers.c bnumbers.cpp hotdates.c hotdates.cpp connect.c connect.cpp

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction 1.1Motivation The past five decades have seen surprising progress in computing and communication technologies that were stimulated by the presence of cheaper, faster, more reliable

More information

Proceedings Statistical Evaluation of the Positioning Error in Sequential Localization Techniques for Sensor Networks

Proceedings Statistical Evaluation of the Positioning Error in Sequential Localization Techniques for Sensor Networks Proceedings Statistical Evaluation of the Positioning Error in Sequential Localization Techniques for Sensor Networks Cesar Vargas-Rosales *, Yasuo Maidana, Rafaela Villalpando-Hernandez and Leyre Azpilicueta

More information

Optimization of Tile Sets for DNA Self- Assembly

Optimization of Tile Sets for DNA Self- Assembly Optimization of Tile Sets for DNA Self- Assembly Joel Gawarecki Department of Computer Science Simpson College Indianola, IA 50125 joel.gawarecki@my.simpson.edu Adam Smith Department of Computer Science

More information

CHANNEL ASSIGNMENT IN AN IEEE WLAN BASED ON SIGNAL-TO- INTERFERENCE RATIO

CHANNEL ASSIGNMENT IN AN IEEE WLAN BASED ON SIGNAL-TO- INTERFERENCE RATIO CHANNEL ASSIGNMENT IN AN IEEE 802.11 WLAN BASED ON SIGNAL-TO- INTERFERENCE RATIO Mohamad Haidar #1, Rabindra Ghimire #1, Hussain Al-Rizzo #1, Robert Akl #2, Yupo Chan #1 #1 Department of Applied Science,

More information

Transmission Performance of Flexible Relay-based Networks on The Purpose of Extending Network Coverage

Transmission Performance of Flexible Relay-based Networks on The Purpose of Extending Network Coverage Transmission Performance of Flexible Relay-based Networks on The Purpose of Extending Network Coverage Ardian Ulvan 1 and Robert Bestak 1 1 Czech Technical University in Prague, Technicka 166 7 Praha 6,

More information

CCO Commun. Comb. Optim.

CCO Commun. Comb. Optim. Communications in Combinatorics and Optimization Vol. 2 No. 2, 2017 pp.149-159 DOI: 10.22049/CCO.2017.25918.1055 CCO Commun. Comb. Optim. Graceful labelings of the generalized Petersen graphs Zehui Shao

More information

A HYBRID GENETIC ALGORITHM FOR THE WEIGHT SETTING PROBLEM IN OSPF/IS-IS ROUTING

A HYBRID GENETIC ALGORITHM FOR THE WEIGHT SETTING PROBLEM IN OSPF/IS-IS ROUTING A HYBRID GENETIC ALGORITHM FOR THE WEIGHT SETTING PROBLEM IN OSPF/IS-IS ROUTING L.S. BURIOL, M.G.C. RESENDE, C.C. RIBEIRO, AND M. THORUP Abstract. Intra-domain traffic engineering aims to make more efficient

More information

A Grid Based Approach to Detect Mobile Target in Wireless Sensor Network

A Grid Based Approach to Detect Mobile Target in Wireless Sensor Network IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 78-661, p- ISSN: 78-877Volume 14, Issue 4 (Sep. - Oct. 13), PP 55-6 A Grid Based Approach to Detect Mobile Target in Wireless Sensor Network B. Anil

More information

From Theory to Practice: Evaluating Static Channel Assignments on a Wireless Mesh Network

From Theory to Practice: Evaluating Static Channel Assignments on a Wireless Mesh Network From Theory to Practice: Evaluating Static Channel Assignments on a Wireless Mesh Network Daniel Wu and Prasant Mohapatra Department of Computer Science, University of California, Davis 9566 Email:{danwu,pmohapatra}@ucdavis.edu

More information