Abstract

Appropriate wireless access point deployment (APD) is essential for ensuring seamless user communication. Optimal APD enables good telecommunication quality, balanced capacity loading, and optimal deployment costs. APD is a typical NP-complex problem because improving wireless networking infrastructure has multiple objectives (MOs). This paper proposes a method that integrates a goal-programming-driven model (PM) and a genetic algorithm (GA) to resolve the MO-APD problem. The PM identifies the target deployment subject of four constraints: budget, coverage, capacity, and interference. The PM also calculates dynamic capacity requirements to replicate real wireless communication. Three experiments validate the feasibility of the PM. The results demonstrate the utility and stability of the proposed method. Decision makers can easily refer to the PM-identified target deployment before allocating APs.

1. Introduction

Appropriate wireless access point deployment (APD) is essential for ensuring seamless user communication. Optimal APD enables good telecommunication quality, balanced capacity loading, and optimal deployment costs. APD is a typical NP-complex problem [1] because it involves multiple decision objectives, such as budget [24], coverage [2, 58], interference [3, 4, 7], and dynamic capacity [1, 4, 69]. Furthermore, these objectives usually contradict each other [7]. For example, the number of APs is usually positively related to the wireless signal coverage rate and telecommunication reliability [1]. However, more APs increase deployment costs. These conflicting criteria should be considered simultaneously when solving APD problems [9, 10].

In the last decade, many studies have attempted to solve APD optimally by considering multiple objectives (MOs). There are four main objectives: budget, coverage rate, capacity, and interference. Studies have attempted to identify maximal coverage. For example, Huang et al. developed a growth-planning algorithm to establish the maximal coverage range [11]. Zhao et al. used a point-to-point signal strength strategy to implement indoor AP location optimization for maximal coverage [12]. For the capacity objective, the capacity requirements of wireless networks compared to wired networks are particularly difficult to evaluate because users are dynamic and can move from place to place. This makes APD a dynamic and complex problem. The dynamic capacity requirement must be addressed to resolve APD [13] because users can access particular APs to balance loads [9, 14]. Finally, for the interference objective, too many APs of the same type and placed too close together may cause AP malfunction because of frequency interference. To avoid communication interference, some studies [6, 15] have suggested that APs should be arranged on different communication channels, but this leads to other communication channel assignment problems.

This paper applies a goal-programming-driven model (PM) to the MO-APD problem. It uses goal programming (GP) to infer and model the PM and a genetic algorithm (GA) to search for near optimal solutions. These methods are easily applied to MO-APD problems to reflect real situations. The remainder of this paper is organized as follows: Section 2 defines the problem; Section 3 details the PM; Section 4 presents a discussion on the PM solution process using a GA; Section 5 provides the results of numerical experiments which are given in this section; lastly, Section 6 offers a conclusion and suggestions for future research.

2. Description of the APD Problem

This research resolves the MO-APD problem according to four decision constraints: budget, coverage, capacity requirements, and interference. The PM identifies a feasible target deployment (), which consists of three types of wireless APs, as shown in Table 1. This study conducted experiments and surveys that indicate that the coverage range and communication speed of a Type 3 AP are wider and faster, respectively, than AP Types 1 and 2. However, Type 1 AP equipment is cheaper than AP Types 2 and 3. Two APs may interfere with each other if they are the same type and are too near. Therefore, the PM must balance the four decision constraints and allocate three AP types in the target deployment of the APD problem. Table 2 lists the variables used in the proposed models.

2.1. The Budget Constraint

Budget is the most important APD-MO constraint that directly affects the feasibility of . The cost function in (2.1) evaluates the total cost of . Equation (2.2) evaluates the budget constraint. In (2.2), bgt represents the given budget constraint for the AP allocation for :

2.2. The Coverage Constraint

Figure 1 shows that to enable seamless user communication, two APs are allocated, but two capacity requirements (req2,1 and req2,3) have no signal coverage. The coverage function () evaluates the signal coverage area of . Equation (2.3) evaluates the coverage fulfillment rate:

2.3. The Capacity Constraint

Figure 2 shows a dynamic capacity scenario. The target area allocates two Type 1 APs (AP1 and AP2), and two APs simultaneously cover the capacity requirements (). For time slot 1 (), the capacity requirements of access AP1, and the capacity requirements of access AP2. Therefore, for time slot , AP1 and AP2 must provide 55 and 25 mbit/s capacity, respectively. In time slot , shifts connection from AP1 to AP2 for balance loading. Therefore, for time slot , AP1 and AP2 must provide 35 and 45 mbit/s, respectively. Actual capacity requirements are difficult to evaluate accurately. A Monte Carlo simulation algorithm—that simulates the capacity of —implements the function. Equation (2.4) evaluates the capacity fulfillment rate:

2.4. The Interference Constraint

Figure 3 shows that many Type 1 APs are used to maximize coverage and capacity of because of budget constraints. However, too many APs of the same type and allocated too near to each other may lead to AP malfunction because of AP frequency interference. For example, Figure 3 shows a perfect coverage design. However, it also shows an increased interference rate. The interference function () evaluates the interference area of . Equation (2.5) evaluates the interference fulfillment rate:

3. Proposed Model to Solve MO-APD

Two main approaches can be used to formulate MO-APD. One approach is the cost-oriented approach, which aims to minimize total cost subject to MO performance constraints. This study formulated MO-APD using the cost-oriented approach as shown in Proposal 1 (P1). GAL-CVG, GAL-CP, and GAL-IFT are the given constraints for coverage rate, capacity fulfillment rate, and interference fulfillment rate, respectively.

(P1) subject to

Equations (3.2)–(3.4) are the coverage, capacity, and interference constraints. Equation (3.1) is the objective function, which minimizes the total cost subject to multiple decision constraints (3.2)–(3.4).

The second approach is performance oriented, and it maximizes the performance of target deployment subjects to real constraints (e.g., budget). This study reformulated the MO-APD using the performance-oriented method, shown in Proposal  2  (P2).

(P2) subject to (3.1)–(3.4).

Equation (3.5) is the objective function in P2, which maximizes the coverage, capacity fulfillment, and interference fulfillment rates of subject to budgetary (3.1) and other decision constraints (3.2)–(3.4). GP aids MO decision-making problem modeling. It was first introduced by Charnes and Cooper [16] and further developed by Tamiz et al. [17], Romero [18], and Chang [19]. Various types of GP approaches exist, such as lexicographic GP, weighted GP, MINMAX (Chebyshev) GP, and multichoice GP [19]. To enable decision makers to easily set the constraint weighting according to their preferences, this study used a weighted GP approach to translate (P2) into the (PM). , , and are the important weights (between 0 and 1) for the GAL-CVG, GAL-CP, and GAL-IFT constraints, respectively.

(PM) subject to

4. Process for Solving the PM Using a GA

The GA is a stochastic searching method that uses the mechanics of natural selection to solve optimization problems. The GA was developed from the theory of natural selection [20]. Because the GA is a good stochastic technique for solving combinatorial optimization problems, this study uses the GA as the PM search tool, as shown in Figure 4.

An initial solution population is randomly created. The fitness of each individual in the population then determines whether it survives. Termination criteria (such as the generation size or the fitness value exceeding the threshold) determine the target deployment () to be achieved. Finally, genetic operators such as selection, crossover, and mutation identify the next generation. After meeting a number of iterations or predefined criteria, a near optimal solution is found.

4.1. Representation Structure: Encode/Decode

A graph represents a target deployment () that can also be expressed as a two-dimensional matrix. In the graph, each potential base station () has two states: AP () allocated and no AP () allocated. A base station with an allocated AP must have an AP type (). bit strings were used as chromosomes to represent

4.2. Evaluation Function

The PM objective function () was used as a GA evaluation function in (4.2). All variables in (4.2) are defined as in the PM:

4.3. GA Manipulations

(1)Selection: roulette wheel selection ensures that highly fit chromosomes produce more offspring. This method selects a candidate network according to its survival probability, which is equal to its fitness relative to the whole population, as shown in (4.3): (2)Crossover: the crossover method randomly selects two chromosomes from the mating pool for mating. Crossover site is randomly selected in the interval . Two new chromosomes, called offspring, are then obtained by swapping all characters between position and .(3)Mutation: the combined reproduction and crossover methods occasionally lose potentially useful chromosome information. Mutation is introduced to overcome this. It is implemented by randomly complementing a bit (0 to 1 and vice versa). This ensures that good chromosomes are not permanently lost.

5. Experiment Validation and Analysis

To validate the efficiency and feasibility of the PM at resolving APD problems, three experiments were designed and implemented. Experiment 1 included four subtests to validate parameter combination types consisting of different decision variables. Experiment 2 included two subtests to confirm the ability of the PM to solve dynamic capacity problems. Experiment 3 ensured that the PM is suitable for large-scale problems and tested the GA parameter effects.

5.1. Experiment 1: Decision Variable Combination Validation

Four subtests consisting of different decision variables and important weights validated the ability of the PM to solve APD problems. The target area in Figure 5 is a 90 km2 irregularly shaped area. The capacity requirements in Figure 5 were identical for all subtests. All could move around the target area, where signal coverage was present. For comparative purposes, the GA parameters of the four subtests—population size (600), terminated generation (500), crossover rate (0.4), and mutation rate (0.1)—were fixed. Table 3 lists the other decision variables.

Table 4 shows the four subtests formulated as Model I and Model II according to the PM. To avoid the randomizing effect of the GA, all subtests were run three times with the same parameters on the same machine. The result averages are reported. Table 5 shows the analysis of the experiment results. The E1.a and E1.b  results show that the important budget weight is less in E1.b than in E1.a. Therefore, only 15 APs (on average) are deployed for E1.b, as shown in Figure 6. The results also show that the decision maker must either increase the budget or adjust the other decision objectives. For example, E1.b shows that the coverage and capacity fulfillment rates can only reach 0.7 at the current budget. As the budget increases from 30000 (in E1.b) to 35000 (in E1.c and E1.d), the number of APs deployed increases to 22 (on average). The coverage and capacity rates increase from 0.7 in E1.b to 0.82 in E1.c and E1.d. E1.d deployed more APs (23) at a lower cost than E1.a (22 APs). Figure 6 shows that the APs in E1.c and E1.d are spread evenly in the target area to avoid interference. Figure 7 shows the convergence trends for all subtests. emerges after 100–150 iterations.

5.2. Experiment 2: Dynamic Capacity Requirement Validation

Experiment 2 consisted of two subtests to validate the ability of the PM to resolve dynamic capacity requirements. Figure 6(a) shows that in subtest E2.a, most capacity requirements are in the central area of the target (32 km2). Figure 6(b) shows that in subtest E2.b, the capacity requirements are scattered in the corners of the target area. Table 6 shows that the capacity requirements and all default decision variables are identical for both tests. The GA parameters—population size (600), terminated generation (500), crossover rate (0.4), and mutation rate (0.1)—were fixed to enable result comparison. To avoid random GA effects, all subtests were run three times with the same parameters on the same machine. The result averages are reported.

Table 7 shows the experiment results analysis. As expected, APD follows the capacity requirements, as shown in Figures 8(a) and 8(b). Figures 8(a) and 8(b) also show that APs are more central in E2.a than in E2.b to fulfill the capacity requirements. Although the capacity requirements are the same in both experiments, E2.a requires nine APs, which is more than E2.b (seven APs). Therefore, capacity requirements are dynamic, and requires more APs to manage the capacity requirement increase in  E2.a.

5.3. Experiment 3: The Effect of Large-Scale Problems and GA Parameters on Validation

Two subtests of Experiment 3 were designed as large-scale problems. Table 8 lists the decision variables and the important weights. Experiment 3 also tested GA parameter combinations, including crossover and mutation rates.

The results analysis in Table 9 shows that the PM is more sensitive to crossover rate. Generation—as an evaluation indicator for subtests E3.a and E3.b—shows that feasible deployment can be reached in the following order of crossover rates: 0.6 (converged by 22 iterations), 0.4 (converged by 70 iterations), and 0.2 (converged by 95 iterations). However, no such pattern exists for mutation rate in either test. Therefore, a crossover rate of 0.4 and a mutation rate of 0.1 are recommended for experiment implementation to avoid GA parameter effects. The results in Table 9 show that large-scale problems (E3.b) can be resolved within an acceptable time (4191.52 s, approximately 1 h).

6. Conclusion

Optimal wireless LAN (WLAN) design is important to ensure seamless user communication. Appropriately locating wireless APs for WLANs is important. Optimal APD enables high telecommunication quality, balanced capacity loading, and optimal deployment costs. This study proposes a GP-driven model integrated with a GA to solve MO-APD subject to four constraints: budget, capacity, interference, and coverage. The experiment results show that the PM resolves many APD problems and achieves dynamic capacity replication. Results confirm the ability of the PM to solve large-scale APD problems. Future research should focus on other applications and further verification of PM.

Appendix

Figure 9 shows the capacity requirement for the E3.a subtest.