ArticlePDF Available

OPTIMIZATION ALGORITHMS FOR ACCESS POINT DEPLOYMENT IN WIRELESS NETWORKS

Authors:

Abstract

Wireless Local Area Networks (WLANs) have become very popular as they provide mobility for the nodes and the convenience with which such networks can be setup. However, there are important design considerations while setting up such networks. This paper focuses on the issues in the design of wireless networks and discusses several proposed techniques. The important issues are node coverage, co-channel interference, signal strength and the desired bandwidth at the nodes. Several solutions have been proposed to address these issues and these solutions are based on Discrete gradient optimization algorithm[1], Genetic Algorithmic approach[8] and Global Optimization technique[4]. In this paper we review these three techniques and propose a new search technique based on Heuristic approach.
Journal of Computer Applications, Vol – II, No.2, April-June 2009 Page No. 24
OPTIMIZATION ALGORITHMS FOR ACCESS POINT
DEPLOYMENT IN WIRELESS NETWORKS
S.F.Rodd,
Asst. Prof., Dept. of ISE,
GIT. Belgaum.
Email ID : sfrodd@git.edu
M.M.Math,
Asst. Prof. & Head,
Dept. of ISE, GIT, Belgaum.
Anand H. Kulkarni,
Asst. Prof. Dept. of ISE,
GIT, Belgaum.
Abstract
Wireless Local Area Networks (WLANs) have
become very popular as they provide mobility for the
nodes and the convenience with which such networks
can be setup. However, there are important design
considerations while setting up such networks. This
paper focuses on the issues in the design of wireless
networks and discusses several proposed techniques.
The important issues are node coverage, co-channel
interference, signal strength and the desired
bandwidth at the nodes. Several solutions have been
proposed to address these issues and these solutions
are based on Discrete gradient optimization
algorithm[1], Genetic Algorithmic approach[8] and
Global Optimization technique[4]. In this paper we
review these three techniques and propose a new
search technique based on Heuristic approach.
Keywords
Access Points, Global Optimization, Signal
Coverage, Heuristic.
1. Introduction
Wireless Local Area Networks have become
common place at home and office environments as
they provide mobility to the users and also they can
be setup with very little effort. Mobile Adhoc
Networks do not even require any additional
infrastructure for forming a network. To setup a
WLAN all that is required are a few Access
Points(APs) that are strategically located. These
Access Points have an Omni-directional antenna that
sends wireless signals uniformly in all directions.
However, it is no easy task to decide on the number
and locations where these APs have to be fixed in an
indoor environment so as to provide not only
coverage but ensure minimum signal strength at all
node points, requisite bandwidth, in the presence of
obstructions, reflections and signal interference.
Design of this nature is very complex and needs
proper modeling and formulating the problem as an
optimization problem with several constraints.
The indoor environment may consist of several
compartments, nodes spread across the entire floor
area. The nodes are assumed to be fixed in their
position and the access points when they radiate
energy, the energy loss as a function of distance, loss
due to obstruction and signal interference from
reflected energy is to be considered while modeling
the network. The amount of signal attenuation as a
result of obstruction depends on the material used in
the obstruction. If the node is place inside a partition
made of aluminum or glass material, the typical
value of absorption coefficient is 0.7. On the other
hand if a wall made of bricks and coated with cement
then the absorption coefficient depends on the
thickness of the wall. The walls and ceilings acting as
reflecting surfaces, the effective signal strength at the
nodes depends on the reflection coefficient and the
phase with which the direct and reflected signals
meet the receiver.
This paper is organized as follows. In section 2,
we present the basic mathematical model, followed
by that a refined model that accounts for attenuation
due to obstruction and interference due to reflection.
Section 3 describes the three different algorithms to
solve this optimization problem. In section 4 we
describe the new Heuristic Search Technique(HST).
In section 5 we discuss the results of simulation and
compare with respect to signal strength, coverage and
bandwidth. Finally, the conclusions are given in
section 5.
2. Mathematical Model
The mean path loss Pth as a function of distance
is given by
Pth(d) = Pth(d0) + 10nlog10 (d/d0) --- 2.1
Where d is the distance from the access point and the
first term Pth(d0) the constant loss at a reference
distance. The distance d0 is typically 1 meter. The
multiplication factor n has a value equal to 2 in free
space. The first term can be computed using the
following formula
Pth(d0) = 20 log 10 ( 4 π d0/ λ ) --- 2.2
Where λ is the wavelength of the radiated RF energy.
The path loss at a distance d in the presence of soft
and hard partitions can be written as
Pth(d) = Pth(d0) + 20 log10 (d/d0)+ A_SP[db] +
A_HP[db] +A_OR_GDREF --- 2.3
where, A_SP and A_HP are the attenuation due to
soft and hard part itions. A__OR_GDREF is the
factor that accounts for Attenuation or Gain due to
reflections from the surrounding walls and ceiling. In
the design of a WLAN with N nodes and M Access
Points the Objective function is to minimize the loss
at the nodes, so as to obtain a signal strength slightly
Journal of Computer Applications, Vol – II, No.2, April-June 2009 Page No. 25
greater than the required minimum. This can be
formulated as under. Let us designate the path loss at
node i due to access point j as PL_ni_aj. Therefore
the total path loss due to all the access points at a
given access point must satisfy the following
constraints.
3. Solutions of the Model
3.1 Descent Gradient Method
Let y=f(x) have a maximum at xmax. Pick an
arbitrary value for x, say x1. Compute f'(x1). If the
slope of y is positive at x1, i.e. f'(x1) > 0, then xmax > x1
lies to the right of x1. Likewise if f'(x1) < 0, then xmax
< x1 lies to its left. Thus we know the direction in
which x1 should be updated in order to approach xmax.
In fact this direction is given by f'(x1). So we can use
the update rule:
x1 = x1 + ηf’(x1) --- 2.6
where ηis a positive constant. If η is sufficiently
small, and there is indeed a maximum for f, the above
update rule will converge to it after a finite number of
iterations. As applied to the current problem of
deploying APs, the next AP position to be selected
would be in a direction where the objective function
has the steepest gradient.
3.2 Genetic Solution
In this approach, the entire floor area is divided
into cells of appropriate size and the nodes and APs
are placed inside these cells. In genetic approach, an
initial population has to be created by randomly
placing the APs across the grid structure. Genetic
operations such as mutation, crossover are then
applied to these initial genes to generate the next
generation genes. An appropriate fitness function for
this problem domain is used to decide on the fitness
of the gene to get promoted to the next generation.
This process is repeated until a satisfactory solution
is obtained. The problem with this approach is that
the convergence of the method is very slow and
depends on the
min PL_ni_aj – PLmax>=0
M
min PL_ni_aj – PLmax>=0
j = 1 --- 2.4
where, PL is the Maximum acceptable path loss at
any node. The PLmax is calculated as under:
PLmax = Pt-Rth
Where, Pt is the transmitted power and Rth is the
receiver threshold. A feasible solution (a1,a2,….aM)
exists only if
N M
( min PL_ni_aj – PLmax ) = 0 --- 2.5
i =1 j = 1
parameters like the initial population, mutation
probability, crossover point etc.
3.3 A Global Optimization(AGOP) technique
Global Optimization technique is designed to
solve unconstrained and continues optimization
problems. The problem can be formulated as :
f(x) : Rn Æ R such that x B where B is a
given Box constraint.The AGOP must be given an
initial set of points x say = x1,x2,x3…..xq Rn.
Suppose x* be a point in Rn that has the smallest
value for the objective function that is, f(x*)<= f(x)
for all x . A possible approach has been
developed for finding a possible descent direction at
point x*. An inexact search along this direction
provides a new point xq+1. A local search around
this point is then carried out. This is done using local
variation method. This is an efficient local
optimization method that does not directly use
derivatives and can be applied to non-smooth
functions. The set is augmented with this new value
and the whole process is again repeated. The process
is terminated when v is approximately 0 or a
prescribed number of iterations are carried out The
solution returned would be the value x*.
4. Heuristic Approach
The idea here is, to divide the floor area into a
grid. The cell size should be large enough to occupy
an access point and a receiver. The method begins
with random locations of the APs. It then
heuristically, estimates the signal strengths at the
receivers by moving in the four diagonal directions.
The cell that shows the best signal strength is chosen
as the next AP position.
Fig 4.1 - Heuristic Search Technique : Circles
Æ
Nodes Rectangles
Æ
Access Points
If the two diagonal positions show almost
equal signal strength then the AP is moved on a
horizontal line that lies between these to diagonal
positions. Only one AP is moved at a time and each
AP is moved in turn until the desirable signal strength
and coverage is obtained. The process can be best
described with the following algorithm.
A
A
A
Journal of Computer Applications, Vol – II, No.2, April-June 2009 Page No. 26
4.1 Heuristic Algorithm
1. Read the floar Area.
2. Draw a grid.
3. Compute the number of Access Points(APs).
4. Lay the receivers and APs.
5. For each Access Point APi do the following :
Estimate the Pathloss according to the eq. by
moving the AP diagonally
6. Decide the direction of movement using the above
described technique.
7. Check if desired results are obtained if not repeat
step 5 else Goto step 8.
8. Print Solution and Stop.
5. Conclusion
In this paper we have presented a model to
design a Wireless LAN of strategically deploying the
Access Points so as to network the nodes in a given
area taking into account signal degradation,
obstructions and reflections. We have formulated the
design problem as an optimization problem with the
important constraints. Three techniques have been
presented to solve the design problem namely,
Discrete Gradient Method, Genetic Approach and
Global Optimization Technique. Though all of these
provide satisfactory solutions however, they either
suffer from high computational complexity, slower
convergence and implementation difficulties. In this
paper a new technique namely, Heuristic Search
Technique is also discussed which is much simpler to
implement and provides faster and accurate solution.
References
1. M.D. Adickes, R.E. Billo, B.A. Norman,
S. Banarjee, B.O. Nnaji and Rajgopal,
“Optimization of Indoor Wireless
Communication Layouts,” IIE Transactions,
Vol.34, pp. 823-36, 2002.
2. Y. Lee K. Kim, and Y. Choi, ‘Optimization of
AP Placement and Channel Assignment in
Wireless LANs,” in Proceedings of the Annual
IEEE conference on LAN, 2002.
3. S. Kouhbor, J. Ugon, M. Mammadov,
A. Rubinov, “Coverage in LAN: Optimization
Model and Algorithm”,
4. M. Mammadov, “A new Global Optimization
Algorithm Based on a Dynamical Systems
Approach”, in Proceedings International
Conference on Optimization, ICOTA6, Ballart,
Australia, 2004.
5. Amaldi E., Capone A, Cesana M., “Optimizing
WLAN Radio Coverage”, IEEE International
Conference on Communications, 2004, vol. 1,
pp. 180-184, 2004.
6. Ling X., Yeang k.L., “Joint Access Point
placement and channel assignment for 802.11
Wireless LANs”, IEEE Wireless Communication
and Networking Conference, pp. 1583-1588,
2005.
7. D. Stametlos and A. Ephremides, “Spectral
Efficiency and Optimal base placement for
Indoor Wireless Networks,” IEEE Journal
Selected Areas in Communications, Vol. 14,
pp. 651-661, 1996.
8. Rui Ligeurio, Hugo Miranda, “An analysis to the
deployment of Access Points using GA”,
http://capitaljit.com
9. K. Pahlavan and P. Krishnamurthy, Principles of
Wireless Networks: A Unified Approach, PHI,
India, 2006.
10. S. Kouhbor, J. Ugon, A. Rubinov, A. Kruger,
and M. Mammadov, “Coverage in WLAN with
minimum number of Access Points,” IEEE
Vehicular Technology Conference.
11. Mari Kobayashi, Shinichiro Haruyama, Ryuji
Kohno et.al., “Optimal Access Point Placement
in Simultaneous Broadcast System using OFDM
for Indoor Wireless LAN”,IEEE.
12. Z. Ji, T.K. Sarkar, and B.L. Li, “Method for
Optimizing the location of Base Stations for
Indoor Wireless communications”, IEEE
Transactions on Antennas and Propagation, Vol.
50, pp. 1481-1483, 2002.
... A second group of references apply the previous methods to indoor scenarios. In some of them, the APP is formulated to minimize pathloss (or maximize coverage) and later solved by a general-purpose optimization algorithm (e.g., genetic algorithm [22], direct search method [23], simulated annealing [31], or heuristic algorithm [32]). Similarly to [17], [24] proposes a binary integer programming approach to find the minimum number of APs guaranteeing a minimum SINR in the scenario. ...
... In this work, four design criteria are used to select femtocells positions in the network planning stage. A first criterion is based on pathloss, as proposed in [22,23,31,32]. Two other criteria are based on SINR statistics, taken from [24,25,28,29,33,34]. ...
Article
Full-text available
Femtocells have been suggested as a promising solution for the provision of indoor coverage and capacity. In this paper, a new planning strategy for placing femtocell access points so as to make the most of automatic traffic sharing algorithms is proposed for a long-term evolution (LTE) heterogeneous network. The aim of the proposed method is to increase overlapping between femtocells by increasing the percentage of area with low dominance of the serving femtocell. Method assessment is carried out by simulating classical traffic sharing algorithms in a three-dimensional office scenario with femtocell location plans designed based on different network performance criteria. Results show that location plans with a larger low dominance ratio achieve better network performance after sharing traffic than plans designed for maximum coverage or connection quality.
... The problem of radio wave propagation inside buildings and premises has recently received considerable attention [1][2][3][4][5]. There are many technical and commercial factors that make indoor coverage really important, namely: ...
Article
Full-text available
This study aims at finding the most advantageous algorithm for dynamic simulation of the propagation of electromagnetic waves inside buildings. The method is based on fast estimation of Wi-Fi signal strength when passing obstacle within the building and the modified Smart3D algorithm. A software application for dynamic simulation of the best wireless network coverage under restrictive conditions was developed in Autodesk® Revit® environment. The application calculates Wi-Fi signal attenuation of buildings, estimates position of signal sources to get the best network coverage.
... In previous work, APP problem is formulated to minimize path loss (or maximize coverage), and later exhaustive search [33], genetic algorithm [34], direct search method [35], simulated annealing [36], or heuristic algorithm [37] are used to solve a general-purpose optimization algorithm. A binary integer programming approach to find the minimum number of APs guaranteeing a minimum SINR in the scenario is proposed by [33,38,39]. ...
Article
Full-text available
In dense indoor areas, high numbers of people use their smartphones and tablets to share or download pictures, videos, or data. The heterogeneous network (HetNet) solves the problems caused by the explosion of data generated by smartphones and tablets. Heterogeneous networks use a mix of Relay, Femtocell, Pico, and Macro base stations to improve spectral efficiency per unit area. Operators wish to know how to upgrade existing networks and how to design new ones. This subject has become hot in the industry. In this paper, we presented the architecture of heterogeneous networks. The parameters affecting the heterogeneous networks topology plan are discussed. Moreover, a comparison of existing solutions that consider the problems of base station layout planning is presented. Finally, a road map is given to point out to the main future directions of researches on the topological design of dense area heterogeneous mobile networks.
Conference Paper
Full-text available
The purpose of the paper is to develop and study new techniques for global optimization based on dynamical systems approach. This approach uses the notion of relationship between variables which describes influences of the changes of the variables to each other. A numerical algorithm for global optimization is introduced.
Article
Full-text available
When designing wireless communication systems, it is very important to know the optimum numbers of access points (APs) in order to provide a reliable design. In this paper we describe a mathematical model developed for finding the optimal number and location of APs. A new Global Optimiza-tion Algorithm (AGOP) is used to solve the problem. Results obtained demonstrate that the model and software are able to solve optimal coverage problems for design areas with different types of obstacles and number of users.
Conference Paper
Full-text available
When designing wireless communication systems, it is very important to know the optimum numbers and locations for the access points (APs). The impact of incorrect placement of APs is significant. Placing too many access points increases the cost of deployment and interference, while placing too few access points can lead to coverage gaps. In this paper we describe a novel mathematical model developed to find the optimal number of APs and their locations in an environment that includes obstacles. To solve the problem, we use a new global optimization (AGOP) algorithm. The results obtained indicate that our model and software is able to solve optimal coverage problems for a design area with different number of users
Conference Paper
Full-text available
Wireless local area networks (WLANs) are spreading all over the planet with impressive speed and market penetration. They will replace traditional indoor wired local networks and allow flexible access outdoor, eventually competing with classical cellular systems (GSM, GPRS, UMTS, etc.) in the provision of wireless services. Although the small systems currently installed are planned using rules of thumb, their rapid spread and size increase requires quantitative methods to determine proper access points (AP) positioning. Previously proposed approaches to the coverage planning neglect the effect of the IEEE802.11 access mechanism, which limits system capacity when access points coverage areas overlap. Here we propose a new modelling approach that directly accounts system capacity and show that the resulting optimization problems of WLAN coverage planning can be seen as extensions of the classical set covering or maximum coverage problems. We present and discuss different formulations based on quadratic and hyperbolic objective functions and report some preliminary results on synthetic instances we generated.
Article
The design of a wireless local area network (WLAN) has an important issue of determining the optimal placement of access points (APs) and assignment of channels to them. WLAN services in the outdoor as well as indoor environments should be designed in order to achieve the maximum coverage and throughput. To provide the maximum coverage for WLAN service areas, APs should be installed such that the sum of signal measured at each traffic demand point is maximized. However, as users connected to an AP share wireless channel bandwidth with others in the same AP, AP placement should be carefully decided to maximize the throughput by considering load balancing among APs and channel interference for the user traffic demand. In this paper, therefore, we propose an approach of optimizing AP placement and channel assignment in WLANs by formulating an optimal integer linear programming (ILP) problem. The optimization method finds the optimal AP placement and channels which minimize the maximum of channel utilization.
Conference Paper
To deploy a multi-cell IEEE 802.11 wireless local area network (WLAN), access point (AP) placement and channel assignment are two primary design issues. For a given pattern of traffic demands, we aim at maximizing not only the overall system throughput, but also the fairness in resource sharing among mobile terminals. A novel method for estimating the system throughput of a multi-cell WLAN is proposed. An important feature of this method is that cochannel overlapping is allowed. Unlike conventional approaches that decouple AP placement and channel assignment into two phases, we propose to solve the two problems jointly for better performance. Due to the high computational complexity involved in exhaustive searching, an efficient local searching algorithm, called patching algorithm, is also designed. Numerical results show that for a typical indoor environment, the patching algorithm can provide a close-to-optimal performance with much lower time complexity.
Conference Paper
The design of a wireless local area network (WLAN) has an important issue of determining the optimal placement of access points (AP) and assignment of channels to them. WLAN services in the outdoor as well as indoor environments should be designed in order to achieve the maximum coverage and throughput. To provide the maximum coverage for WLAN service areas, AP should be installed such that the sum of signal measured at each traffic demand point is maximized. However, as users connected to an AP share wireless channel bandwidth with others in the same AP, AP placement should be carefully decided to maximize the throughput by considering load balancing among AP and channel interference for the user traffic demand. In this paper, therefore, we propose an approach of optimizing AP placement and channel assignment in WLAN by formulating an optimal integer linear programming (ILP) problem. The optimization objective is to minimize the maximum of channel utilization, which qualitatively represents congestion at the hot spot in WLAN service areas. It is seen from the simulation results that the proposed method finds the optimal AP placement and channels which minimize the maximum of channel utilization.
Conference Paper
This paper investigates the optimal access point placement in a simultaneous broadcast system using orthogonal frequency division multiplexing (OFDM) for high data rate indoor wireless LAN. We aim to determine the best combination of multiple AP placements that minimizes the average bit error rate (BER) of terminals when input information including an indoor configuration, a number of APs, and total transmission power is given a priori. Since this AP placement problem is categorized as a hard combinatorial problem with many variables and constraints, we applied a nonlinear optimization scheme called very fast simulated annealing to search for an approximate optimal solution. The simulation results demonstrate that the algorithm has been successfully applied to the AP placement problem and its effectiveness was also confirmed in comparison with a local search algorithm
Article
In this paper, we address the problem of optimizing the spectral efficiency of cellular indoor wireless networks by adjusting the location and power of the base-stations. Focusing on the downlink, we derive general network access criteria for mobiles on the indoor floor for systems that employ omnidirectional antennas and adaptive antennas arrays at the base-stations, in order to show and explain the advantages of the use of spatial diversity. Multiple access capability measures that depend only on energy are defined for both schemes. They are then used as the cost function for the solution to the optimal base-station placement problem, for a single-frequency system. Both continuous and combinatorial approaches have been applied to the solution of the optimization problem, and near-optimal solutions have been obtained. We show that the use of adaptive arrays yields greater capacity when increased cell-area overlap is allowed. The optimization methods, channel prediction methods, and a graphic user interface are parts of an integrated software environment that we developed in support of our investigation and which is described
Article
When designing wireless communication systems, it is very important to know the optimum locations for the base station antennas. In this paper, a model has been developed to set up an optimization problem, the solution of which provides the information for the optimum location of the base station antennas particularly for an indoor environment. Several methods for the optimization of the cost function are presented and the final results are compared with each other. This methodology can be applied for the design and planning of the location of base station antennas for indoor wireless communication systems. Two numerical examples have been presented to illustrate the application of this methodology.