Abstract

A green clustering implementation is proposed to be as the first method in the framework of an energy-efficient strategy for centralized enterprise high-density WLANs. Traditionally, to maintain the network coverage, all of the APs within the WLAN have to be powered on. Nevertheless, the new algorithm can power off a large proportion of APs while the coverage is maintained as the always-on counterpart. The proposed algorithm is composed of two parallel and concurrent procedures, which are the faster procedure based on -means and the more accurate procedure based on Dynamic Population Size Multiple Objective Particle Swarm Optimization (DPS-MOPSO). To implement green clustering efficiently and accurately, dynamic population size and mutational operators are introduced as complements for the classical MOPSO. In addition to the function of AP selection, the new green clustering algorithm has another new function as the reference and guidance for AP deployment. This paper also presents simulations in scenarios modeled with ray-tracing method and FDTD technique, and the results show that about 67% up to 90% of energy consumption can be saved while the original network coverage is maintained during periods when few users are online or when the traffic load is low.

1. Introduction

Increasing numbers of enterprise offices [1], university campuses (Dartmouth College WLAN), and municipal downtowns [2] deploy WLANs for flexible Internet connectivity. Specifically, in some offices and campuses, WLANs are deployed consisting of hundreds and even thousands of APs (Access Points) which make the WLAN high-density to meet the increasing demand of network accesses. Many of those WLANs, so-called traditional WLANs, are designed to improve the usage of users during times of peak demand, which rarely occurs [3]. All APs in traditional WLANs are always on to ensure the coverage of the network, and many of the APs are considered idle or redundant when no users are in connection with them. The utilization rate is even lower during weekends or school holidays, representing an avoidable type of energy wastage.

Concerning energy efficiency in WLANs, D’Alessandro et al. introduce a multicarrier infrastructure to implement energy conservation in WLANs [4]. According to the analysis in [5], Miliotis et al. study the relations between communication efficiency and energy consumption which are important to wireless network management in wireless communication. In [6], Rabaey considers that most energy consumption of wireless communication device is in standby mode and reducing the energy consumption of components is an important way to implement green communication. Marsan et al. introduce an analytical model for traffic in WLANs and present the threshold determined by the number of clients and traffic of an AP switch algorithm [7]. Chen et al. [8] and Kushki et al. [9] use information theory and probability theory to implement AP selection and Kushki et al. quantify the resolution of location on the basis of Fisher Rule for AP selection [10]. In [11], Fang et al. use a prediction-based method to cluster APs in a decorrelated space.

As an alternative utilization, the energy-efficient strategy can be applied in high-density WLANs for power conservation. The main components of such a strategy usually include procedures, which are initialization and preparation, the access and association management of end users, the analysis mechanism of network information, and the topology management of APs. A green clustering algorithm is introduced and performs the function as the part of initialization, which is mainly responsible for forming AP clusters and selecting the cluster-head APs. Green clustering is the first algorithm for energy-efficient strategies and a topology that consists of cluster-head APs and can maintain the coverage of network the same (almost the same) as the traditional WLANs can be formed.

In this paper, a new green clustering algorithm based on DPS-MOPSO (Dynamic Population Size Particle Swarm Optimization) is proposed, which will be referred to as GC-DPS-MOPSO. It consists of two different procedures, which are the faster procedure implemented through -means algorithm and the more accurate procedure implemented based on DPS-MOPSO. The new approach forms AP clusters and selects cluster-head AP in a completely new perspective. Actually, either of the two procedures may achieve the designed requirements of the new algorithm, but reasonably combining the two approaches and integrating as the proposed GC-DPS-MOPSO can lead to a further improvement in terms of both efficiency and accuracy.

The remainder of this paper is arranged as follows. An overview of related work and background knowledge are given in Section 2. Classical PSO and MOPSO are introduced, and DPS-MOPSO is proposed in Section 3. In Section 4 we propose GC-DPS-MOPSO based on -means algorithm and DPS-MOPSO. Section 5 provides the simulation results and performance analysis. Section 6 presents the conclusions and discussion of the paper.

In many offices and campuses WLANs are deployed consisting of hundreds or thousands of APs, which make the WIFI network high-density in terms of AP, and the scheme of AP deployment is designed to guarantee peak demand, which is the reason that traditional WLANs mostly cause serious AP redundancy. We propose an energy-efficient strategy in high-density WLANs to reduce the policy-based power consumption, and the green clustering based on DPS-MOPSO (GC-DPS-MOPSO) is an important and initial part of our strategy.

SEAR (Survey, Evaluate, Adapt, and Repeat) [12] is introduced firstly as the general foundation model to show the concept, definition, and working mechanism of an energy-efficient strategy. It was proposed by Jardosh as a demand-driven strategy to manage APs in high-density WLANs efficiently. SEAR is a policy-based method, which means it can be tailored to achieve the performance according to the requirements of WLAN administrators. Based on some certain policies used, SEAR can conserve energy while maintaining the same performance that clients achieve in its always-on counterpart. SEAR is assumed to have complete knowledge of the physics position and state of all APs managing the WLAN to achieve the purpose efficiently and switch the APs on or off with respect to the policy used. SEAR consists of four components, which are green clustering algorithm, user demand estimation, topology management, and user association, as shown in Figure 1. A good introductory survey for SEAR can be found in [12].

In our energy-efficient strategy, as the same as in SEAR, we propose a green clustering algorithm. Firstly, the concept of green clustering is restated and clarified. The strategy-based energy efficiency is implemented through powering off redundant APs when few users are online or when the traffic is low. The green clustering is the algorithm to form AP clusters and determine a cluster-head AP for each green cluster. According to the results of green clustering, the cluster-head APs are powered on, whereas other APs (called secondary APs) are off for energy efficiency while maintaining the same coverage as shown in Figure 2.

Besides, it is worth mentioning that the transmitting power of a net device is only a tiny part of the total power consumption. Taking Cisco WAP4410N Wireless-N AP of S series, for example, its transmitting power with a single antenna is 13 dBm to 17 dBm (12.6 to 50.1 in mW), while this AP’s total power consumption is about 10 W during normal work. Therefore, even when the transmitting power increases for satisfying the algorithm requirement, the impact on total power consumption could be ignored because the energy savings by powering off APs are much more significant.

In addition, we verified and implemented our green clustering algorithm based on an Evolutionary Algorithm (EA) in our previous work [13], which is also considered as a comparison in this paper.

3. Proposed DPS-MOPSO

To implement green clustering, a method, known as DPS-MOPSO (Dynamic Population Size Multiple Objective Particle Swarm Optimization), is introduced. DPS-MOPSO is an approach of multiobjective optimization, in which we make improvement based on the classical MOPSO with dynamic population size controlling and mutational operation. Firstly, the classical PSO is introduced as follows.

3.1. Classical PSO

PSO (Particle Swarm Optimization) is an evolutionary computation technique developed by Kennedy and Eberhart in 1995 and is inspired by the social behavior of bird flocking and fish schooling [14]. The algorithm of classical PSO is as the following steps.(1)Initialize the population , and can be obtained, where and denotes the total number of particles.(2)Initialize the speed of each particle, and can be initialized as well.(3)Evaluate each of the particles in .Each particle is evaluated through assigning a fitness value, the value of which is equaled to the objective function value.(4)Store the particles in the repository .(5) WHILE maximum number of iterations has not been reached, DO the following.(A)Update the velocity of each particle using the following expression, where is the inertia weight factor, and are constants known as acceleration coefficients, and are two separately generated uniformly distributed random numbers in the range of , denotes the best particle has had, and represents the best particle in . The first part of (1), known as “inertia,” “momentum,” or “habit” denotes the previous velocity. The second part, known as the “cognitive” or “memory” component, demonstrates the personal thinking of each individual. The last part is known as the “social knowledge” or “cooperation” component, which represents the collaborative effect amongst particles.(B)Update , using following expression: (C)Maintain the particles within the search space.(D)Evaluate each of the particles in .(E)Update the repository . IF is better than , THEN .(F)Increment the loop counter.(6) END WHILE.

3.2. DPS-PSO

In the above subsection, the classical PSO iterates to search for an optimal or near-optimal solution. However, one of the main drawbacks is the excessive repetition during the update process of every particle within each iteration. Additionally, it is typical that, at the beginning of a classical PSO, most of the particles will be distributed far away from the potential global optimum. Then, as iterating, the particles will migrate to a region surrounding the global optimum. Therefore, later iterations serve and fine-tune the approach until the global optimum is reached. To reduce excessive computation complexity, we propose the complementary dynamic population size (DPS) to improve the execution speed of the classical PSO.

During the early phase, distributed positions of the particles are random and mostly are far away from the global optimum; the calculations then will make those far away particles to the region closer to the desired region. However, in this phase the algorithm process is out of order and time-consuming, and the convergence rate tends to be exponential. Nevertheless, in the latter stages, the convergence rate will be asymptotic as the algorithm approaches the exact global optimal value. To improve the execution speed, instead of the operation in the classical algorithm, a small number of particles (about 10% to 25% of the population size) are generated at the beginning, and, as the increment of loops, additional particles are created and associated with the number of iterations until the number of the particles has reached the presetting population size. Moreover, additional particles are generated and policy-based initialized, and three different methods of initialization are introduced. The first approach of initializing is to copy the best particle in ; the second is similar to the first one, which is to copy the best particle and update it with (1) and (2). The third way is to create one new particle randomly. When an additional particle is about to be generated, a method for initialization among the three is selected randomly. This phase of the proposed DPS-PSO is defined as Expanding Population Phase (EPP).

After EPP, the number of the particles remains, which is equal to the presetting population size. This phase of DPS-PSO is named Maintaining Population Phase (MPP).

The PSO concept prefers a larger population size to allow exploration of the widest possible region of the solution space to recognize the region containing the global optimum. Once that region is identified, the process will fine-tune the converge on the global optimum. Not as many as particles required at the beginning of the fine tuning, the search space of particles becomes much narrower in the later process. If the search space is narrow enough, the number of particles is gradually reduced by dropping lower performance particles as measured by fitness function. This phase of DPS-PSO is defined as Diminishing Population Phase (DPP). Introducing DPP into PSO process will significantly reduce the number of particles for subsequent iterations.

To conclude, components of proposed population size operator are EPP, MPP, and DPP, the invoking of which is in order, and an example of the population size operator is clearly illustrated in Figure 3.

In Figure 3, the periods between and , , and , and denote EPP, MPP, and DPP, respectively. Moreover, , , and represent the initial, final, and presetting maximum numbers of particles, respectively.

In addition to the improvement of population size, a mutational operation is introduced to maintain the diversity of the trajectory. At the beginning of the search, the mutation operator attempts to explore all the new particles. Then, the mutation rate might be decreased with increasing iterations. Therefore, the mutation range is affected by the rate. The pseudocode of the mutation operator applied is the following.% particle to be mutated% number of dimensions% current number of iterations% total number of iterations% mutation rate% mutation rangefunction mutation_operator()IF , THENIF ,THEN IF ,THEN END IFEND function

To verify the performance of complements, the DPS-PSO is implemented and compared with the classical PSO, EP-PSO (Expanding Population PSO), and DP-PSO (Diminishing Population PSO) [15].

Most of the algorithm parameters of the four PSO methods are configured on the same value. Additionally, the presetting population size is set to 32, which means in the classical PSO 32 particles are employed, In EP-PSO 32 will be the value of expanding result, in DP-PSO the algorithm will start with 32 particles, and in DPS-PSO the value of is 32.

To assess the performance, the four PSO approaches are applied to solve the following unconstrained maximization problem, which is introduced to assess the performance of evolutionary algorithms in [15, 16] as well:

It is worth noting that the global optimum of (3) is reached when and .

To maintain the same experimental conditions in [15], independent optimization procedures for (3) are executed 10 times for each PSO algorithm. For each procedure, the number of iterations is set to 10000 consistently.

Table 1 shows a comparison of the execution time for the four implantations for 10 sample runs. All EP-PSO, DP-PSO, and DPS-PSO have a better execution time compared to the classical PSO. Moreover, in terms of execution time, the proposed DPS-PSO outperforms the competitions and exhibits an improvement over the classical PSO approximately 69%, EP-PSO approximately 13%, and DP-PSO approximately 10%, respectively.

Table 2 shows a convergence comparison of different implementations for the optimization problem in (3). In [15], the value of has already been set to 1, so the search space of the experiments is unidimensional. However, the search space of the above experiments in this paper is bidimensional, which is the reason why experiments in this paper bigger numbers of iterations to converge are needed. Moreover, in terms of accuracy, the proposed DPS-PSO is better and exhibits an improvement over the classical PSO approximately 28%, EP-PSO approximately 41%, and DP-PSO approximately 11%, respectively. In terms of iterations to converge, the proposed DPS-PSO exhibits an improvement over the classical PSO approximately 68% and EP-PSO approximately 73%, respectively, which is almost similar to DP-PSO.

From the results in Tables 1 and 2, DPS-PSO reduces execution time significantly and the best results can be achieved during relatively small number of iterations.

3.3. Proposed DPS-MOPSO

In the above subsection, a modified PSO approach, known as DPS-PSO, is proposed, and the results of comparative experiments demonstrate the better performance in terms of both execution time and accuracy.

To implement green clustering, the original problem is rewritten to a multiobjective optimization (detailed in Section 4.3). MOPSO is proposed as an effective and valid approach for multiobjective optimization in [17] and is employed for green clustering. Moreover, MOPSO is modified with the complements of dynamic population size and mutational operators to reduce excessive repetition during the update process for each particle within each iteration and to maintain the diversity of trajectories.

The general mechanism of MOPSO is similar to PSO (already detailed in Section 3.1), but the main differences are the methods to assess particles and to determine the value of in (1). Referring to the method of assessment, the concept of Pareto Dominance is introduced in [17], and, in consideration of the value of , a secondary fitness assignment based on recursively dividing up the hypercubes, where the objective values reside, is applied [18].

MOPSO is implemented as the comparison with the proposed DPS-MOPSO, and test functions and experimental parameters are set to the same values as used in [17] (the expressions of the three test functions can be found in [17] as well).

It is worth noting that the average distance to the Pareto optimal set is defined as where , are the sets of objective vectors that correspond to a set of pairwise nondominating decision vectors, , , respectively, and corresponds to the decision variables of the problem (see [19] for further details).

Table 3 shows that the proposed approach exhibits an improvement over the classical MOPSO over about 50% in terms of execution time on average, and the accuracy enhances as well. Moreover, test function  3 in [17] is much more complex; therefore, it takes more time for each iteration within both the classical MOPSO and DPS-MOPSO.

4. Green Clustering Implementation Based on Proposed DPS-MOPSO

In the above section, DPS-MOPSO (Dynamic Population Size Multiple Objective Particle Swarm Optimization) is implemented. In this section, green clustering based on DPS-PSO (GC-DPS-MOPSO) is proposed, the framework of which is illustrated in Figure 4. The implementation of green clustering is a scheme of double-pass configuration, and the main components of core algorithm are Proc. F. and Proc. A. (short for the faster procedure and the more accurate procedure, resp.), which are concurrent and parallel. Proc. F. is introduced for the purpose of implementing green clustering with less time consuming; therefore, the branch of Proc. F. is composed of simple and efficient approaches. On the contrary, Proc. A. is applied to achieve a more accurate solution set consisting of APs; therefore, more complex methods are involved.

The precondition of the green clustering implementation which is denoted by the database of “Loc. (Location) of AP and RP (Reference Point)” in the diagram is that the complete knowledge of the physics positions and status of all APs within the WLAN are achieved. Moreover, the other parts of the framework in Figure 4 will be studied and discussed in the following subsections.

4.1. Estimation of APs’ Coverage

The content in this subsection includes the parts of Simple Modeling, Complicated Modeling, Coverage Radius of AP, and Propagation Model in Figure 4. The problem of green clustering is to maintain the coverage of the WLAN with less APs, and the metric of coverage is introduced in this subsection. As shown in the diagram, the core sections (Proc. F. and Proc. A.) are concurrent and parallel, and both are introduced for green clustering. Nevertheless, the designed implementation processes between Proc. F. and A. are completely different, and the major distinction is the complexity level of the algorithm within each procedure. As a consequence, the metrics of coverage for Proc. F. and A. are designed to be different.

In Proc. F., to guarantee time efficiency, a simple and less time-consuming metric of coverage is introduced, which is based on Friis free space equation. The simple metric , known as Simple Modeling, is given by the form of the maximum transmission distance where denotes the path loss and is the attenuation factor which differs in different environments. If the distance between a target region and an AP is greater than the value of , the region is considered as being uncovered by the current AP.

Furthermore, the metric for Proc. A. is more complex; unlike achieving a decision through a numeric comparison, an indoor propagation system based on the combinations of ray-tracing and FDTD (Finite-Different Time-Domain) techniques is introduced. In order to implement this type of estimation of APs’ coverage, the region where the WLAN resides is modeled and meshed for a large amount of RPs. Additionally, TPs (Test Points) are selected among RPs to assess the coverage. To estimate the region covered by an AP, the wave propagation and penetration from the current AP are modeled within a constrained and reasonable area. If the RSS (Received Signal Strength) at a TP is greater than a presetting value which is equal to the Rx sensitivity in accordance with some specific protocol (to be specific 802.11b is introduced here), the current TP is considered as being covered by the corresponding AP. The analogous combinations of ray-tracing and FDTD have already been proved in [2022] and implemented in our previous work [13] as well.

4.2. The Faster Procedure

The content in this subsection includes the parts of Proc. F., OPR. I, and number of AP clusters in Figure 4. To implement green clustering in the form of Proc. F., the primal problem is adapted to a classification problem. All of the APs within the WLAN are considered as patterns to be classified and each pattern is represented by the property of physics position, and the classification is based on the known information of locations. To obtain the result fast, -means algorithm is employed.

The analogous procedure of Proc. F. has already been studied and implemented in our previous work [13]. After applying Proc. F., a set composed of some specific APs is achieved as the center of each category and is considered as the cluster-head AP of a green cluster as well. Green clustering based on Proc. F. is implemented, and as the metric of assessing the coverage the Simple Modeling is applied as well.

Additionally, before executing -means a target number of categories is the major prerequisite, Proc. F. starts with a bigger value (detailed in Section 5), and the number of -means processes is diminishing. As a coarse method to implement green clustering, the results of Proc. F. (denoted by ) can provide Proc. A. with an upper boundary of the cluster-head APs, which is denoted by the section of number of AP clusters and the dot line downward. Besides, before applying green clustering, all the APs within the WLAN are powered on; once Proc. F is completed, OPR. I is executed, which denote operations consisting of increasing the transmitting powers of APs in the set of and then powering off APs in . So far, the branch of fast green clustering is implemented, and only a coarse result consisting of cluster-head APs is achieved.

Besides, it is worth noting that the proposed green clustering implementation is designed as a parallel structure for the purposes of speed and accuracy, and the faster procedure is for speed. Therefore, the above branch in Figure 4 consists of a method of Simple Modeling (expressed by (5)) and Proc. F. based on a simple algorithm (-means). As a consequence, the results are coarse and preliminary rather than accurate or final.

4.3. The More Accurate Procedure

The content in this subsection includes the parts of Proc. A. and OPR. II in Figure 4. In Section 3, DPS-MOPSO is proposed and applied to implement the green clustering. On account of the fact that DPS-MOPSO is a method for multiobjective optimization, the primal problem of green clustering is adapted once again.

4.3.1. Problem Description

In Proc. A., a set of trial cluster-head APs is considered as a feasible solution, and the region covered by the WLAN is considered as the boundary for feasible solutions, which is the search space as well. Therefore, the solving process of green clustering can be considered as the optimization procedure to achieve the global best solution within the search space. Moreover, the objectives are prerequisite, and the problem of green clustering can be given by where and are the cover area of the AP and the th AP, respectively, which are both in the set of a feasible solution, . denotes overlap area, and represents the condition of network coverage.

Each AP in the trail feasible solution is represented by the attribution of physics position expressed as . Therefore, the basic problem can be adapted as a problem of multiobjective optimization expressed by where is a feasible solution consisting of a set of trial cluster-head Aps and denotes the function that calculates the coverage with . On account of the fact that this is a minimizing process the results are handled by which means the area is not covered by . While represents the function that calculates the overlap area, denotes the region of the WLAN, and means that the location of each AP in is reasonable. It is worth noting that the assessment of coverage in Proc. A. is achieved through Complicated Modeling.

In our earlier work [13], EA is employed to solve the multiobjective optimization problem, benefiting the structure of the algorithm. EA is a stochastic search method that mimics the metaphor of natural biological evolution and models natural processes, such as the selection, recombination, mutation, migration, locality, and neighborhood. However, considering the long computing time of EA, which is not suitable for the planning function of green clustering, therefore, PSO, which is a type of EA with a simpler mechanism, is introduced to implement green clustering (detailed in Section 5.4).

4.3.2. Proc. A. Based on DPS-MOPSO

The WLAN region is meshed; RPs and TPs are generated in order. Each RP is attributed with the information of corresponding physics position to assess the coverage, and, in order to represent the results of assessment, two additional attributions are assigned for each TP, which are the properties of coverage and overlap levels. Additionally, the concept of resolution is introduced, and lower or higher resolution represents a larger or smaller number of TPs, which are selected from RPs to assess the coverage and overlap.

Proc. A. is as follows.(1)Initialization:(a)Obtain the physical positions of all APs in the WLAN.(b)Calculate and determine the original number of green clusters and set an upper bound for .(c)Set a smaller number of iterations for DPS-MOPSO expressed as , a lower resolution and a smaller ratio which represents the uncovered area.(2) WHILE has not been reached,(a)apply the DPS-MOPSO and the objective values are calculated with the low resolution and Complicated Modeling;(b)increase the counter of iterations.(3) END WHILE.(4)Evaluate the results with .(a) IF any of feasible solutions’ coverage is not bigger than , THEN GO TO step 5.(b) IF all of feasible solutions’ coverage is bigger than , and has not reached , THEN and GO TO Step 2.(c) IF all of feasible solutions’ coverage is bigger than , and has reached , THEN the algorithm fails. In order to avoid failure, a bigger is recommended, and in the implementation of green clustering the results of Proc. F. are combined as the upper boundary.(5)Initialization for another DPS-MOPSO processing:set a higher resolution and a bigger number of iterations to be executed for the current procedure expressed as , and is recommended.(6) WHILE has not been reached,(a)apply the DPS-MOPSO and the objective values are calculated with the high resolution;(b)increase the counter of iterations.(7) END WHILE.(8)Set a bigger ratio , the value of is problem-specific, and is recommended. With the feasible solutions in whose first objective value (calculated by ) is not bigger than are acceptable. Once acceptable solutions are obtained, we choose the solution from the acceptable solutions which is most close to the acceptable hyperplane as the ultimate feasible solution which is denoted by .

Additionally, once Proc. A. is completed, OPR. II is carried out, which denote operations of powering on APs in and then powering off APs in . And after OPR. II, GC-DPS-MOPSO is implemented.

4.4. Parallel Structure

As shown in Figure 4, the proposed green clustering consists of two parallel and concurrent branches, which are based on -means and DPS-MOPSO, respectively. Each branch has the capacity of implementing green clustering. However, the design of parallel structure is necessary rather than redundant. In Figure 4, the above branch is based on -means, through which coarse results (more APs are needed to maintain basic network coverage) can be obtained in a relatively short time. According to the result, the central controller can power off APs. As the above branch runs, the below branch based on DPS-MOPSO is conducted as well for future power conservation. Proc. A. can achieve a more accurate result (less APs are on) at the cost of more time (than Proc. F.). In other words, to implement green clustering two branches are executed simultaneously. To be specific, the above one is to guarantee the time efficiency, and the below one is to achieve a topology with less APs for future energy efficiency.

5. Simulations

In this section, simulations are performed to verify the method of the proposed green clustering implementation GC-DPS-MOPSO. Three different experimental environments are introduced, and the algorithms in [12] and our previous work [13] are presented as comparisons.

5.1. Experiment 1

Exp. (Experiment) 1 and Exp. 2 are conducted in our previous work as well, and in consideration of comparison, the experimental conditions and environments are set the same. Exp. 1 is in an ideal environment, where 81 APs are deployed uniformly in a 100 m × 100 m region, as shown in Figure 5.

In GC-DPS-MOPSO, Proc. F. starts with a bigger number of categories which can be given by empirically

The results of Proc. F. and A. are shown in Figure 6, which show that Proc. F. applies 9 specific APs to maintain the network coverage and 8 for Proc. A.; therefore, approximately 90% of energy is saved.

5.2. Experiment 2

Unlike Exp. 1, Exp. 2 is in a practical model. To be specific, the floor where our office resides with 27 APs is modeled to verify the proposed algorithm, as shown in Figure 7.

The results of Proc. F show that 14 APs are required to cover the interesting region, whereas 9 APs are needed to maintain the coverage according to Proc. A. (shown in Figure 8), from which we can deduce that approximately 2/3 of energy is saved under the given circumstance.

In Figure 8, a blue solid triangle denotes an AP. The coverage assessments in GC-DPS-MOPSO are based on Simple and Complicated Modeling, both of which are composed of mathematical methods for estimations; therefore, to test the performance of the proposed approach in practical model, MPs (Measuring Points) are generated in the corridors and 3 rooms with a 0.5 m sampling interval. According to the results of green clustering, at each MP we record values of RSS from all of the APs that are still on. In Figure 8 the points with colors denote MPs, the values of RSS are represented by different colors, and all selected MPs on the floor in practice are covered by the APs specified by the results of green clustering. Therefore, in Exp. 2, both results of the estimation and measurement show the validity of GC-DPS-MOPSO.

5.3. Experiment 3

The environment in Exp. 3 is in another laboratory of ours, and the floor layout where 8 APs are deployed is modeled. Furthermore, in this experiment, a new function of GC-DPS-MOPSO is discussed and simulated. In Exp. 1 and Exp. 2, positions of APs are previously fixed, so the results of GC-DPS-MOPSO are to determine that how many and which APs are powered on; therefore, Exp. 1 and Exp. 2 prove the AP selection function. If GC-DPS-MOPSO is employed before the AP deployment, the results can be taken as reference or guidance for AP deployment and considered as the foundation of the AP deployment, which can provide the basic network coverage. Therefore, another function of GC-DPS-MOPSO is AP planning that is proved in this subsection. The floor layout and AP deployment of Exp. 3 are shown in Figure 9. Firstly, the green clustering algorithm implements the function of selection.

From Figure 9, the AP deployment on this floor is not appropriate to provide the whole experimental region with sufficient network coverage, because the APs are almost deployed in the lower right region, and the network coverage rate is only 67.04% calculated based on Complicated Model (excluding the elevator shaft filled with oblique lines in the diagram of the layout). In this case, GC-DPS-MOPSO is introduced and achieves results of AP selection, which, to be specific, are only powering on APs labeled 1, 6, and 7 is able to maintain the same network coverage as the always-on counterpart. In summary, about 62.5% of energy is saved when the traffic load is low or few end users are online.

Furthermore, for performing the AP planning function, we assume that the coverage of all areas (except for the elevator shaft) in Figure 10 is necessary. The original deployment of APs is without capacity of overall full coverage. In order to apply GC-DPS-MOPSO, the WLAN region is meshed, RPs are generated with a sampling interval of 0.05 m, and each RP represents an available location for AP deployment. To test and calculate the values of covered and overlap areas with a lower resolution TPs are generated with a sampling interval of 0.1 m.

Referring to Proc. F., all RPs in the WLAN region are considered as patterns to be classified, and the results are employed as the upper boundary of the cluster-head AP number for Proc. A.

And, referring to Proc. A., the search space for DPS-MOPSO becomes the region composed of RPs. Therefore, within each iteration of DPS-MOPSO, the algorithm is searching for the constrained space composed of RPs, and objective values are calculated based on the locations of RPs in the feasible solutions and all TPs within a reasonable distance. To be specific, in terms of wave propagation in Exp. 3, if the distance between Rx and Tx nodes is more than 30 m, the Rx region is determined to be uncovered by the current Tx device in an indoor environment. The results of AP planning are shown in Figure 10.

In Figure 10, if the AP deployment is optimized, 4 APs at positions specified by GC-DPS-MOPSO can maintain the overall network coverage. Based on the instructional scheme, additional APs can be deployed for the purpose of meeting the peak demand, which is the designed goal of traditional WLANs; hence, it seems that the green clustering provides the foundation, and other APs enhance the WLAN with function and capacity.

5.4. Comparisons and Analysis

The proposed green clustering implementation has two functions, which are AP selection and planning. In this subsection, both functions are compared with green clustering algorithms in [12, 13]. Firstly, the AP selection function is taken for comparison.

5.4.1. AP Selection

This function is implemented after AP deployment and for the purpose of choosing specific APs to maintain basic network coverage. Firstly, green clustering in [12] is introduced and the corresponding building layout and AP deployment are shown in Figure 11.

According to the environment given in Figure 11, 14 APs are deployed in the building, and 7 AP clusters are formed according to their green clustering algorithm, which means 50% of energy is saved, whereas the results of the proposed green clustering implementation are 88.89% in Exp. 1, 66.67% in Exp. 2, and 62.5% in Exp. 3. Therefore, only in terms of the saved energy ratio, our approach outperforms their algorithm.

Referring to the method in our previous work [13], in terms of the saved energy ratio, the performance is the same as that of the GC-DPS-MOPSO. The difference between the two green clustering implementations is that Proc. A. is based on EA in [13], whereas in this paper the main component of Proc. A. is DPS-MOPSO, which is more competitive in terms of less time consumption.

In consideration of fairness, a parameter which can describe the green clustering gain of algorithms in different indoor environments is introduced [13], and the parameter can be defined as where denotes the ratio of saved energy, is the parameter in (9) to describe the density of APs, and is the attenuation factor in (9) to demonstrate different environments (set to 3.5): where is the number of APs in the WLAN and is the coverage of the WLAN accordingly.

Firstly, the value of in [12] is 125. Then, referring to the method in [13], the values of are 329.22 in Exp. 1 and 162.05 in Exp. 2. Finally, the values of are the same as those in [13] for Exp. 1 and Exp. 2 and 136.72 for Exp. 3. Therefore, in terms of either saved energy ratio or , the proposed method outperforms the algorithm in [12] and has the same performance as the algorithm in [13].

Proc. A. in our previous work is implemented through the modified EA. In this paper, a much more time-efficient algorithm DPS-MOPSO is employed. To prove the efficiency of our new algorithm, we test both methods in the same condition (of Exp. 2), where the population size is set to 32, and the number of total generations and iterations is set to 1000. Ten independent experiments are executed for each algorithm, and the results are shown in Table 4.

On account of the complexity of calculating coverage for Proc. A., the time consumed for each generation or iteration is high, especially when compared with the execution times in Table 3. According to Table 4, the time efficiency of the new algorithm largely improves. Although performances of saved energy ratio are the same, concerning the time efficiency (according to the concept of Pareto Dominance), the new algorithm is superior to the old one.

5.4.2. AP Planning

In terms of guidance for AP deployment, Liao et al. propose an optimal set under the diamond pattern to achieve optimal coverage [23]. In [24], a scheme named concentric-hexagon-oriented multichannel assignment is proposed to arrange APs as concentric-hexagon for solution of the interference problem. Reference [25] concentrates on AP placement problem in green wireless cooperative communication networks. In [26], a coarse deployment can be achieved based on Euclidean distance. Additionally, genetic algorithm is employed for AP deployment in [27]. However, all of the works simply implement the AP deployment based on a fixed value of distance (similar to Simple Modeling of GC-DPS-MOPSO), and none involves wave propagation and penetration in indoor environments.

In [28, 29], schemes of AP deployment are studied and discussed under more complex conditions, but the focus between their work and ours is different. To be specific, the research in [28] focuses on avionics equipment. Reference [29] studies mobility model of end users, and their AP deployment algorithm is based on the topology of mobility graphs.

The method in neither [12] nor [13] involves the function of planning for the AP deployment; the method in [12] is functional based on the existing APs, but it is incapable of AP planning, whereas the scheme of the method in our previous work is similar to GC-DPS-MOPSO. Therefore, theoretically the method in [13] can be used for AP planning as well. In order to implement AP planning, as operations in Exp. 3, the WLAN region is needed to be meshed firstly, and then RPs and TPs are generated with different sampling interval. However, in practice, we find that when implementing the AP planning function, the execution time of our modified EA seems to be unacceptable. Therefore, in terms of planning the AP deployment, the previous algorithm is not suitable. To conclude, among all the given methods, GC-DPS-MOPSO outperforms others in terms of the AP planning ability.

6. Conclusion

High-density WLANs are deployed in increasing numbers of enterprise offices and college campuses at present. To ensure the network coverage, all of the APs in the WLANs have to be powered on, which causes severe energy wastage. In this paper, the energy-efficient strategy is discussed and a new green clustering implementation, which is an innovative algorithm, is proposed.

The proposed green clustering is composed of two parallel and concurrent procedures, which are known as Proc. F. and A. In terms of the different procedures, the problem descriptions of green clustering are based on different models. Referring to Proc. F., the green clustering is rewritten to a classification problem, and -means algorithm is employed to implement the green clustering as a fast processing. With regard to Proc. A., the original problem is described as a multiobjective optimization problem. To achieve more accurate results, we modified PSO algorithm and proposed an approach, known as DPS-MOPSO, to form green clusters. Based on the framework of the classical MOPSO, a dynamic population size and mutational operators are proposed and applied as complements, and the new DPS-MOPSO outperforms the classical method in terms of both execution times and accuracy. Moreover, on account of the fact that DPS-MOPSO is a more time-efficient method, especially when compared with EA, a new function which is AP planning can be implemented. The traditional green clustering algorithms are usually based on the existing APs to form green clusters, which can be considered as AP selection. The new function works as a guidance or reference for AP deployment.

Finally, in Section 6, simulations of the proposed green clustering implementation GC-DPS-MOPSO are clearly presented under three different experimental conditions, where the AP selection and planning functions are both proved. Moreover, the comparisons with two existing green clustering algorithms are performed as well. The results show that GC-DPS-MOPSO can save approximately 60% up to 90% energy; meanwhile the coverage is maintained during periods when few users are online or when the traffic load is low. The proposed GC-DPS-MOPSO outperforms the method in [12] in terms of energy-saving ratio and is superior to the approach in our previous work [13] in terms of time efficiency.

The green clustering algorithm is proposed as the first method for energy-efficient strategy in high-density WLANs in this paper. The algorithm will be foreshadowing for future study energy-efficient strategy, in which the optimization for transmitting power of cluster-head APs will be concerned. Additionally, GC-DPS-MOPSO will be supplemented comprehensively further. After green clustering, the mechanism of estimating user demands based on Markov Chain Model and queuing theory will also be studied, and access selection scheme based on IEEE 802.11 PCF (Point Coordination Function) for energy efficiency in high-density WLANs will be proposed in the near future.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Acknowledgments

This research is supported by the National Science Foundation (Grant no. 61101122), National Science and Technology Major Project (Grant no. 2012ZX03004-003), and National High Technology Research and Development Program of China (863 Program) (Grant no. 2012AA120802).