Next Article in Journal
Research on an Improved Method for Foot-Mounted Inertial/Magnetometer Pedestrian-Positioning Based on the Adaptive Gradient Descent Algorithm
Previous Article in Journal
Spectroscopic Analysis of Melatonin in the Terahertz Frequency Range
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Bandwidth Cost Minimization via User Association for Enterprise WLANs

1
School of Computer Science and Technology, Nanjing Tech University, Nanjing 211816, China
2
Department of Computer Science Electrical Engineering, University of Missouri-Kansas City, Kansas City, MO 64110, USA
*
Author to whom correspondence should be addressed.
Sensors 2018, 18(12), 4104; https://doi.org/10.3390/s18124104
Submission received: 15 October 2018 / Revised: 18 November 2018 / Accepted: 20 November 2018 / Published: 23 November 2018
(This article belongs to the Section Sensor Networks)

Abstract

:
Enterprise Wireless LANs (E-WLANs) such as airport WiFi, have become a convenient way for Internet access for mobile users. In an E-WLAN, access points (APs) are usually deployed with high-density around the infrastructure to provide sufficient coverage and for a better service, where a mobile user chooses one AP to associate with among multiple available APs in the vicinity. Many studies have been done on developing user association techniques to increase system performance, with various objectives including network throughput maximization, load balancing etc. Our work is unique in that we focused on bandwidth cost minimization via user association from the perspective of the E-WLAN operators. Specifically, by considering the bandwidth demands from mobile users, we modeled the joint user association and cost minimization problem in the heterogeneous E-WLAN with additional constraints from individual bandwidth demands as an optimization problem. To solve the optimization problem efficiently, we propose an approximation algorithm using relaxation and rounding techniques. We prove that the proposed algorithm has performance bound with a constant ratio to the optimization problem. Furthermore, our simulation results exhibit the superiority of our proposed algorithm over prior schemes.

1. Introduction

Due to the convenience of mobility and easy set-up, Wireless Local Area Networks (WLANs), mostly based on WiFi, has become a conventional way for the Internet access to mobile users. WLANs have been widely deployed in various scenarios from home wireless networks to enterprise networks. Moreover, it could be adapted to Internet-of-Things scenarios [1]. The popularity of smart devices further promotes the wide deployment of WLANs, especially in enterprise networks. For example, airport WiFi has become the dominant way for air passengers to access the Internet while waiting for their flights. To provide a better quality of service, access points (APs) are usually deployed with high-density within the enterprise infrastructure, where each mobile user has multiple APs to choose for an association. With the explosive growth of mobile devices, many challenges have been brought to WLANs in enterprise networks. User association is one of the challenging problems, which is to determine one-to-one pair between mobile users and proper APs for achieving high network performance, in various network sites including airports, university campuses and large public places such as stadiums and malls where high-density APs are deployed for a large number of mobile users.
The default association method for a mobile user is defined by the 802.11 protocol which is to associate an AP with the strongest Received Signal Strength Indicator (RSSI) value. The use of RSSI has been widely used for indoor localization [2] as well. However, this default mechanism may lead to imbalance of loads on APs and decreased network throughput [3]. To enhance the performance, much work has been conducted on user association with the objectives, such as the maximization of network load balancing or total network throughput [4,5,6]. There are also studies that aim to maximize the utilization of overall bandwidth, from the view of the system level at the time of user association [7,8,9].
However, these studies do not consider each user’s bandwidth demand. In fact, each mobile user tends to have their own bandwidth requirements for various applications. For example, in an airport, a passenger who wants to stream a high-definition movie must have a larger bandwidth demand than that of browsing online news. Without considering the users’ bandwidth demands, the allocated bandwidth could be insufficient or wasteful for associated users. Moreover, in some enterprise WLAN (E-WLAN) such as an airport WiFi, users may be charged based on their bandwidth demands. This makes mobile users choose the proper bandwidth demand according to their demands.
Most importantly, for the E-WLAN providers, one major goal is to minimize the cost of operating the WLANs. Among the overall cost, bandwidth cost is one of the major costs of maintaining the E-WLANs and it is proportional to the amount of used bandwidth. From the perspective of the E-WLANs providers, it is essential to minimize the total bandwidth cost.
Motivated by this, we identify the joint user association and cost minimization problem for E-WLANs, while satisfying the bandwidth demands specified by mobile users. We refer this problem as the Bandwidth Cost Minimization for Association (BCMA) problem in this paper. As an initial work in this direction, we focus on bandwidth cost minimization while considering the users’ bandwidth demand constraints. We leave the considerations of load balancing and fairness as our future work.
We then formulate this BCMA problem, as an optimization problem. However, the BCMA problem is hard to solve directly as it involves binary constraints. Typical heuristic algorithms cannot provide a guaranteed performance. That is, it is not clear how good or bad the solution from the heuristic algorithm is compared to the optimal solution. To achieve a solution with a guaranteed performance bound, we seek to design an approximation algorithm for the BCMA problem by adapting the relaxation and rounding techniques, to mitigate the involved binary constraints. Unlike conventional rounding techniques, we uniquely extend bipartite rounding techniques to graph modeling, which helps us design the specific algorithm with performance guarantee.
The contributions of this paper are summarized as follows.
(1)
We formulate the user association and bandwidth cost minimization that considers users’ bandwidth demands, as an optimization problem.
(2)
To solve the problem, we develop an approximation algorithm by extending the integer relaxing and the bipartite rounding technique. Specifically, to bound the integrality gap induced by relaxation, we design a specific function and introduce it into the objective function. Moreover, we adapt the bipartite rounding by constructing a special bipartite graph with auxiliary nodes to represent the potential association. Then the min-cost flow algorithm is applied to determine the final association which considers the users’ demands.
(3)
By exploiting the integrality gap and the properties of min-cost flow, we theoretically prove that the proposed algorithm could always achieve an approximation ratio of 2. Moreover, we evaluate our algorithm with extensive simulations in terms of throughput, the total min-cost and the user acceptance ratio under uniform and non-uniform distribution. Furthermore, simulation results have exhibit the performance superiority of the proposed algorithm over existing methods with respect to cost, throughput and acceptance ratio.
The remainder of this paper is structured as follows. Section 2 introduces the related work on the joint user association and bandwidth cost minimization problem. Section 3 defines the system model. Section 4 presents our approximation algorithm for the BCMA problem and proves its approximation ratio. Simulation results are given in Section 5. Finally, we conclude the paper in Section 6.

2. Related Work

WiFi has been broadly studied from various aspects, e.g., fast connection [1], indoor localization [2,10]. However, the default association method for a mobile user in 802.11 protocol is not an efficient approach for user-to-AP association as proved in [11], therefore various studies have been performed to properly associate users to APs for different purposes, e.g., to avoid congestion [12], balance the load [4], alleviate interference [13].
In [12], Balachandran et al. focused on the user congestion problem in hot-spot areas of WLANs. They proposed two approaches, namely explicit channel switching and network-directed roaming, to alleviate the congestion in WLANs. Load balancing is considered in [4], from different metrics including the time fairness and min-max fairness. In [4], Bejerano et al. proved that for the time fairness user association problem, there exists a polynomial-time optimal algorithm, while for the min-max fairness bandwidth allocation problem, they designed an approximation algorithm with constant approximation ratio. User association towards proportional fairness (PF) is studied in [7,8]. In some studies [7,8], the PF fairness user association problem was formulated as an integer nonlinear programming problem and is proved to be NP-hard. Due to the hardness of the origin PF fairness association problem, the nonlinear objective function is discretized and relaxed, and then solved by two approximation algorithms. Besides user-to-AP association, [13,14] explored frequency selection for mobile users to minimize interference during user association.
Different methods and techniques are investigated to optimally associate users to APs. The user association problem is modeled and treated as an evolutionary game problem in [15]. Karimi et al. utilized a collaborative method for user association in [16]. Amer et al. applied the realistic media sharing method to improve the network throughput using the 802.11 Distributed Coordination Function (DCF) mode in [17]. They proposed a local search algorithm within neighborhoods to solve the user association problem.
Association control is also explored in other types of networks, such Wireless Mesh Networks (WMN) [18], Multiple Input Multiple Output (MIMO) networks [19] and cellular networks [20]. Furthermore, some researchers considered the dynamics and mobility in WLANs. In [21], Wong et al. suggested re-associating users among neighboring APs when the AP capacity constraints are violated due to the evolving network and users’ movements.
Despite the existing research work on user association and bandwidth allocation in WLANs, very few work consider users’ bandwidth demands. Tang et al. [22] took the users’ bandwidth demands as a new constraint when associating users to APs. However, they assumed that the maximum allocated bandwidth of a user cannot exceed the bandwidth required by this user. In other words, the users’ requirements would be partially satisfied in the proposed scenario. In this paper, we argue that the users’ bandwidth demands must be fully satisfied to ensure the quality of service and mobile users’ experiences. In addition, different from all the above-mentioned work, we consider the perspective of E-WLAN’s providers in saving the network operation cost. Therefore, we target to minimize the E-WLAN operation cost, specifically bandwidth cost by properly associating users to APs while satisfying users’ individual bandwidth demands.

3. Problem Formulation and Graph Modeling

In this section, we describe the system model and give some basic assumptions, followed by formulating the bandwidth cost minimization via user association. The notations used in this section is listed in Table 1.
We follow the assumptions and modeling in [3,22]. Consider an E-WLAN consisted of a set of n APs denoted by U = { 1 , , n } and a central controller which collects state information from all APs. The union area of the communication ranges for all APs forms the coverage area of the E-WLAN. A set V of user devices, V = { 1 , , m } , are within the coverage of the E-WLAN. Assume each user j in V can be covered by at least one AP and all APs operate at orthogonal channels.
Each user device communicates with APs in its communication range by sending request packets to AP. These requests can be re-routed to the controller in the E-WLAN. As in [22], we can use the size of downlink data arrived in the controller to represent the user demand.
Let γ i j denote the experienced SINR of device j associated with AP i. Then γ i j is defined as follows [23].
γ i j = t i d i j α N 0
t i is the fixed transmission power of AP i. d i j is the physical distance between device j and AP i. α is the shadowing factor ranging from 2.0 to 5.0. N 0 is the noise in the environment. Then, the effective transmission rate of device j that is associated with AP i, b i j = B l o g 2 ( 1 + γ i j ) , where B is the channel bandwidth.
When an AP i is in the communication range of a device j, AP i becomes a candidate AP for device j. For example, in Figure 1, AP 1 and AP 2 are candidate APs for device 2. Although each user device may have multiple candidate APs for an association, it can only be associated by at most one AP. We refer this constraint as the association constraint. Assume the channels of various AP are orthogonal. Then each user will not be interfered by other APs, and the noise only includes Gaussian white noise [22].
In addition, each AP i is associated with a bandwidth capacity C i . Each user device j can specify a fixed amount of minimal bandwidth b j to support its applications. Also we assume b j 1 which indicates each user demands at least 1 unit bandwidth. Next, we present the preliminary definitions and introduce the Bandwidth Cost Minimization for Association (BCMA) problem.
Definition 1 (Assignment P ).
An assignment P is a sequence of pairs between APs U and devices V, i.e., P = { ( i , j ) | 1 i m , 1 j n } such that the association constraint is satisfied.
If device j is associated to AP i, then AP i must allocate at least the bandwidth of b j to device j such that device j’s bandwidth demand is satisfied.
Definition 2 (Bandwidth of Assignment P ).
Define the bandwidth of assignment P , B P , by the total allocated bandwidth of all assigned devices in P , i.e., B P = j b j , j { j | ( i , j ) P } .
Given a set of devices V and a set of APs U in an enterprise WLAN, the Bandwidth Cost Minimization for Association (BCMA) problem is to seek an assignment P so that the bandwidth cost of assignment P is minimized while satisfying the user’s bandwidth demands.
For the bandwidth cost, we consider a simple yet realistic unit cost model [24]. The operator of an enterprise WLAN is usually charged with unit cost model by the ISP (Internet Service Provider). That is, the bandwidth cost is the unit cost (dollars per Mbps) multiplied the total allocated bandwidth. Let w be the unit cost for the bandwidth.
If device j is associated with AP i, let binary variable x i j = 1 ; otherwise x i j = 0 . The minimal bandwidth demand b j of user j is fixed. Define the effective transmission time between device j and AP i to be p i j . Then effective bit rate of user device j to AP i is b i j . Here, the time demand p i j of user j is a variable. We further assume that the unit cost for the bandwidth is w. Then, the BCMA problem can be formulated as the following mixed integer optimization problem:
min i U j V x i j b i j p i j w
s . t . j V x i j b i j p i j C i , i U
i U x i j 1 , j V
i U x i j b i j p i j b j , j V
x i j { 0 , 1 } , i U , j V
p i j [ 0 , 1 ] , i U , j V
The constraint in Equation (2) ensures that the total effective rate is capped by each AP’s capacity. The constraint in Equation (3) guarantees that each device can be associated with at most one AP. The constraint in Equation (4) guarantees the minimum transmission rate demand B j for each user i is satisfied. The constraint in Equation (6) specifies the time allocated to device j. Note that we model the BCMA problem in a unit time.

4. Approximation Algorithm Design

In this section, we propose an approximation algorithm via relaxation and rounding method [25] to solve the BCMA problem. The basic idea is to relax the binary variable x i j for allowing the fractional association between devices and APs. Then we obtain an integral association using the rounding technique. Finally, we prove that this method yields a constant approximation ration of 2.

4.1. BCMA Problem Relaxation

Note that the relaxed optimization problem may induce a large integrality gap [26,27], i.e., the ratio between the relaxed problem’s result and original problem’s result could be vast or even unbounded. This large integrality gap will lead to difficulty for designing an approximation algorithm. To reduce the integrality gap induced by relaxation, we introduce an additional function h ( X , P ) to the original objective function. The function h ( X , P ) is defined as follows:
h ( X , P ) = i U j V x i j b i j p i j 2
Let f ( X , P ) = i U j V x i j b i j p i j w be the original objective function. Define the new objective function by Γ ( X , P ) = f ( X , P ) + h ( X , P ) , where X is the matrix of the binary variables x i j and P is the matrix of variable p i j for the allocated transmitted time in a unit time. By relaxing the binary variable x i j in Γ ( X , P ) to the variable with range [ 0 , 1 ] , we have the following new relaxed problem which we refer to as the R-BCMA problem:
min i U j V x i j b i j p i j + i U j V x i j b i j p i j 2
s . t . j V x i j b i j p i j C i , i U
i U x i j 1 , j V
i U x i j b i j p i j b j , j V
x i j [ 0 , 1 ] , i U , j V
p i j [ 0 , 1 ] , i U , j V
In the R-BCMA problem, the objective function and the constraints in Equations (8) and (10) are convex and other constraints are linear. The R-BCMA problem is a typical convex optimization problem which could be solved by with the desired precision in polynomial time by corresponding algorithms [28,29], for example, interior-point methods [28].
With the new additional objective function h ( X , P ) in the R-BCMA problem, we show that the integrality gap induced by the relaxation is reduced to a constant bound of 2.
Lemma 1.
Let ( X , P ) and ( X ˜ , P ˜ ) be the optimal solutions to the original BCMA problem and its relaxed R-BCMA problem, respectively. Then, Γ ( X ˜ , P ˜ ) 2 f ( X , P ) .
Proof. 
Since ( X , P ) is the optimal solution to the original BCMA problem, ( X , P ) is also a feasible solution to the its relaxed R-BCMA problem. Note that the new added function h ( X , P ) does not affect the feasibility of ( X , P ) to the R-BCA problem. Therefore, we have Γ ( X ˜ , P ˜ ) f ( X , P ) + h ( X , P ) , since R-BCA problem is a minimization optimization problem. According the definitions of functions f ( X , P ) and h ( X , P ) , we have h ( X , P ) f ( X , P ) , since p i j [ 0 , 1 ] and b i j 1 . Thus, Γ ( X ˜ , P ˜ ) f ( X , P ) + h ( X , P ) f ( X , P ) + f ( X , P ) = 2 f ( X , P ) . □

4.2. Obtaining Integral Solution by Rounding

Although the added objective function h ( X , P ) reduces the integrality gap, the association result X indicating the pairs between user devices and APs is fractional, i.e., { 0 x i j 1 | x i j X } . In this subsection, we adopt the rounding technique [25] to achieve the integral association. The idea is to create a bipartite graph based on the resulting X with a fractional association and then find a minimum total bandwidth matching. The resulting matching corresponds to an integral solution. Details are illustrated as follows.
First, we construct a bipartite graph G, which is defined in Definition 3.
Definition 3 (Bipartite Graph G for Rounding).
Given the fractional solution X ˜ and P ˜ of R-BCMA problem, a bipartite graph G = ( L , R , E , W , C ) for rounding is constructed by the following steps:
(1) 
For each device j V , create a corresponding vertex v j R in G.
(2) 
For each AP i U , let k i = j x i j . Create k i vertices in L, i.e., L = { u i q | i [ 1 , m ] , q [ 1 , k i ] } .
(3) 
If j x i j 1 , there is only one vertex u i 1 for AP node i. Create edge ( u i 1 , v j ) in E and set its weight w ( u i 1 , v j ) = x i j and cost c ( u i 1 , v j ) = b i j p i j .
(4) 
If j x i j 1 , q [ 1 , k i 1 ] , let { j q | q = 1 , 2 , , k i 1 } be the minimum index such that j = 1 j q x i j q . For convenience, we define j 0 = 0 . Create edges { ( u i q , v j ) | q [ 1 , k i 1 ] , j [ j q 1 + 1 , j q 1 ] } in E. Assign its weight w ( u i q , v j ) = x i j and cost c ( u i q , v j ) = b i j p i j .
(5) 
Create edge ( u i q , v j q ) in E and assign its weight w ( u i q , v j q ) = 1 j = j q 1 + 1 j q 1 w ( u i q , v j ) . Create edge ( u i ( q + 1 ) , v j q ) E and assign its weight w ( u i ( q + 1 ) , v j q ) = x i j q w ( u i q , v j q ) = j = 1 j q x i j q and cost c ( u i ( q + 1 ) , v j q ) = b i j q p i j q .
(6) 
For q = k i and j ( j k i 1 , j k i ] , create edge ( u i q , v j ) and assign its weight w ( u i q , v j ) = x i j and cost c ( u i q , v j ) = b i j p i j .
Note that the weight and the cost for each edge in the construction of G are also assigned. From the above steps, each AP i actually corresponds to k i nodes in the bipartite graph G. For each corresponding node u i q , some properties of G are described in as follows.
Property 1.
For each of AP i’s corresponding node u i q G ( q = 1 , 2 , , k i 1 ), the total weight of all its incident edges is equal to 1, i.e., j = j q 1 + 1 j q w ( u i q , v j ) = 1 .
Proof. 
Since { j q | q = 1 , 2 , , k i 1 } is the minimum index such that j = 1 j q x i j q , we have j = j q 1 + 1 j q 1 x i j 1 . In step 4, for each u i q and j [ j q 1 + 1 , j q 1 ] , the x i j is assigned to ( u i q , v j ) . In step 5, the value w ( u i q , v j q ) = 1 j = j q 1 + 1 j q 1 w ( u i q , v j ) is assigned. This property follows. □
Property 2.
For each of AP i’s corresponding node u i k i , the total weight of all its incident edges j = j k i 1 j k i w ( u i k i , v j ) 1 .
Proof. 
In step 6 of the construction of G, it constructs the edges for the last corresponding node u i k i for each AP i. Since k i = j x i j and { j q | q = 1 , 2 , , k i 1 } is the minimum index such that j j q x i j q , we have j = j k i 1 j k i x i j 1 . According to step 5, w ( u i k i , j k 1 ) < x i j k 1 . According to step 6, the weight of incident edges { w ( u i k i , v j ) = x i j | j ( j k i 1 , j k i ] } . Thus this property is proved.
Step 3 considers the case that i x i j 1 , then their is only one corresponding node u i 1 for AP i. According to the weight assignment in this step, this property still follows. □
Second, we find the minimum cost matching M on the constructed bipartite graph G. The resulting matching M corresponds to an AP-device association solution. That is, for each edge ( u i q , v j ) M , let device j associate AP i.

4.3. Algorithm Analysis

The algorithm for the BCMA problem is summarized in Algorithm 1, which is referred to as the RAA algorithm.
Algorithm 1 Rounding Algorithm for Association (RAA)
1:
Solve the R-BCMA problem to obtain the resulting matrices X ˜ = { x i j | i U , j V } and P ˜ = { p i j | i U , j V }
2:
Construct the graph G with X ˜ and P ˜ by Definition 3.
3:
Apply minimum cost flow algorithm [30] to find a maximum matching M with minimum cost on graph G.
4:
Each edge in ( u i q , v j ) M corresponds to an association between AP i and device j, i.e., x ^ ( i , j ) = 1 , otherwise x ^ ( i , j ) = 0 . Let matrix X ^ = { x ^ ( i , j ) = 1 | i U , j V } denote the final integral association result.
5:
Return X ^ .
Let f ( X ^ , P ˜ ) be the final result for BCMA problem. Next, we prove the approximation ratio of the RAA algorithm.
Lemma 2.
Let AP r be the AP which is associated with device j in the final solution X ^ , i.e., x ^ ( r , j ) X ^ . Let ( u r q , v j ) be the edge corresponding to x ^ ( i , j ) = 1 in M . Then, j V , c ( u r q , v j ) is the minimum cost among all costs between device j and any other AP i, i U { i r } .
Proof. 
For the device j, the case of x i j = 1 for an AP node i: From steps 4 and 5 in the construction of G, there may be more than one edge incident to device j from nodes u i q , i.e., q x ( u i q , j ) = 1 . However, for the device j and AP node i, the cost c ( u i q , v j ) of edges incident to device j from nodes u i q , q [ 1 , k i ] , are all equal to b i j p i j . Since one of the edges incident to node v j must be selected into the resulting matching M . Thus the lemma holds.
For the device j, the case of i x i j = 1 and x i j < 1 : Since the matching with minimum cost is selected on graph G, then for each device j, only one edge incident to node v j is selected in the final matching M . Assume this selected edge is ( u r q , v j ) on G. We argue that this edge ( u r q , v j ) has the minimum cost among all costs between between device j and any other AP i, i U i r . Assume this edge ( u r q , v j ) does not have the minimum cost. Then M must not be the matching with the minimum cost, since we can replace the edge ( u r q , v j ) with the edge with minimum cost between device j and any other AP i, i U i r and obtain a matching M with less cost. This contradicts with the fact that M is the matching with the minimum cost. Thus the lemma holds. □
Lemma 3.
i j x ^ i j b i j p i j i j x ˜ i j b i j p i j
Proof. 
For the device j, consider the first case that x ˜ r j = 1 for an AP node r: From steps 4 and 5 in the construction of G, we can see at most two edges incident to device j from nodes u r q L on graph G. Note that according to the construction steps, we have r q , r q w ( u r q , v j ) = x ˜ r j = 1 for the device j. Let the E j 1 = { ( u r q , v j ) | r q w ( u r q , v j ) = 1 , r q , } be the set of at most two such edges. For the device j and its incident AP nodes u r q , the cost c ( u r q , v j ) of the edges in E j 1 are the same which is equal to b r j p r j . Thus, for the device j, since r q x ˜ ( u r q , v j ) = 1 , we have
r q x ˜ ( u r q , v j ) b r j p r j = b r j p r j
Note that one of the edges in E j 1 must be selected into the resulting matching M , otherwise M is not a maximum matching with minimum cost. For the device j, then we have i x ^ ( i , j ) b i j p i j = b r j p r j , since x ^ ( i , j ) = 1 . Then, for the case that x ˜ ( r , j ) = 1 , we have the lemma proved.
For the device j, consider the second case that i x ˜ i j = 1 , i.e., there are more than one AP nodes which are fractionally associated with the device j. Let the E j 2 = { ( u i q , v j ) | i q w ( u i q , v j ) = 1 } be the set of the edges incident to the device node v j in G.
Also note that there must be exactly one edge in E j 2 which is selected into the the resulting matching M . Let this selected edge be ( u r q , v j ) . Then for the device j, its final cost is
f j ( X ^ , P ˜ ) = x ^ r j c ( u r q , v j ) = c ( u r q , v j )
The fractional cost for the device j before rounding procedure is
f j ( X ˜ , P ˜ ) = q w ( u r q , v j ) c ( u r q , v j ) + i r , i = | U | q w ( u i q , v j ) c ( u i q , v j ) , r , q [ 1 , k r ] , q [ 1 , k i ]
Since
q w ( u r q , v j ) + i r , i = | U | q w ( u i q , v j ) = 1 ,
we have the following:
f j ( X ˜ , P ˜ ) f j ( X ^ , P ˜ ) = ( q w ( u r q , v j ) 1 ) c ( u r q , v j ) + i r , i = | U | q w ( u i q , v j ) c ( u i q , v j ) = ( i r , i = | U | q w ( u i q , v j ) ) c ( u r q , v j ) + i r , i = | U | q w ( u i q , v j ) c ( u i q , v j )
According to Lemma 2, we have
c ( u r q , v j ) c ( u i q , v j ) , i U { i r }
Then for each j, we have
f j ( X ˜ , P ˜ ) f j ( X ^ , P ˜ ) 0
Then,
j f j ( X ˜ , P ˜ ) j f j ( X ^ , P ˜ ) i j x ˜ i j b i j p i j i j x ^ i j b i j p i j
That is f ( X ˜ , P ˜ ) f ( X ^ , P ˜ ) . □
Theorem 1.
The approximation ratio of the proposed RAA algorithm is 2.
Proof. 
According to lemma 1, we have Γ ( X ˜ , P ˜ ) 2 f ( X , P ) . By lemma 3, we have f ( X ^ , P ˜ ) Γ ( X ˜ , P ˜ ) 2 f ( X , P ) . Since f ( X ^ , P ˜ ) is the solution of our proposed RAA algorithm and f ( X , P ) is the optimal solution of the BCMA problem, the theorem is proved. □
Theorem 2.
The time complexity of the proposed RAA algorithm is O ( m 2 n 2 l o g ( n ) ) .
Proof. 
The time complexity for our RAA algorithm can be analyzed as follows. Its overall complexity is composed by three parts, which are the complexity of solving the relaxed BCMA problem, the complexity of constructing bipartite graph and computing the minimum cost value over the constructed bipartite graph. The complexity for solving the relaxed BCMA optimization problem is determined by the problem size which is O ( m 2 n 2 ) . Thus, the complexity for this part is m 2 n 2 l n ( 1 / ϵ ) [29]. The bipartite graph construction needs O ( m n 2 ) time complexity, since each corresponding AP node may construct up to n auxiliary nodes. The applied min-cost algorithm for the minimum cost value computation needs time complexity O ( m 2 n 2 l o g ( n ) ) using minimum-mean cost cycle canceling algorithm [30]. Thus, the overall time complexity is dominated by the min-cost algorithm which is O ( m 2 n 2 l o g ( n ) ) . □

5. Performance Evaluation

We investigated the performance of our algorithm RAA for the BCMA problem. Since there is no similar work on the revenue minimization with considering users’ bandwidth demands, we utilized the network flow algorithm in [3] (referred as NetFlow algorithm) as the benchmark to demonstrate the superiority of our algorithm. We compared our RAA algorithm with NetFlow algorithm in terms of minimum cost ( referred as min-cost) which is the value of our objective function. In addition, we show the corresponding throughput comparison results when the min-cost results are achieved. Moreover, due to bandwidth capacity constraint, some mobile users may not be able to be associated with any AP. We utilized user acceptance ratio to denote the percentage of users who have been associated. To further show the superiority of our algorithm, we also compared our RAA algorithm with NetFlow algorithm in the aspect of the user acceptance ratio.
Our simulated network consisted of 10 APs placed on a 20 × 20 grid. The AP’s coverage was set to 10 m. For each generated instance, all user devices were randomly generated within the grid. Similar to [22], we set the transmission power t i of each AP i as 20 dBm, the shadowing factor α as 4 and the noise power N 0 as −80 dBm. The user bandwidth demand b j was randomly generated within the range [ 10 , 20 ] for each user j. AP i’s bandwidth capacity C i was randomly generated within the range [ 40 , 100 ] . For simplicity, we set the unit cost for the bandwidth w as 1.

5.1. Performance of the RAA Algorithm for the BCMA Problem

To compare the performance of the algorithm, we first ran both RAA and NetFlow algorithms 10 times under a random deployment with a fixed number of users. Figure 2a,b presents the min-cost result for both algorithms when the number of m users was fixed at 40 and 50, respectively. As shown in Figure 2a,b, our RAA algorithm always performed much better than that of NetFlow algorithm. Moreover, our algorithm only generated about 1/7 min-cost of the NetFlow algorithm on average for the total 10 rounds. Figure 3a,b presents the corresponding throughput result for both algorithms when the number of users was fixed with 40 and 50 respectively. The throughput comparison result shown in Figure 3a,b is consistent with the min-cost result, since less throughput leads to less cost.
Figure 4a,b presents the user acceptance ratio results for both algorithms when the number of m users was fixed with 40 and 50, respectively. When the number of users was 40, we can see in Figure 4a that our RAA algorithm achieved 100 % user acceptance ratio in eight rounds and 99 % in the remaining two rounds. When the number of users was 50, Figure 4b shows that our algorithm achieved almost 100 % user acceptance ratio in every round, while the NetFlow algorithm could only achieve around 80 % user acceptance ratio. Overall, our algorithm performed much better in the aspect of user acceptance ratio.

5.2. Impact of the Number of Users

We studied the impact of the number of users for both algorithms. We first fixed the number of APs as 10 and gradually increased the number of user devices from 5 to 60 to compare the total min-cost and user acceptance ratio between two algorithms. For each load, we ran both algorithms 10 times with the fixed number of mobile users to get the average results. Figure 5 depicts the result of the average total min-cost for both algorithms as the number of users varies from 10 to 60 with an increment of 10. When the number of users was 40, the average min-cost of the NetFlow algorithm was 71.35, while it was only 6.29 for our RAA algorithm. From the curves in Figure 5, we can see that the cost of our algorithm gradually increased while the cost of the NetFlow algorithm grew sharply when the number of users increased.
Figure 6 presents how the average user acceptance ratio produced by RAA and NetFlow algorithms change when the number of users increased from 5 to 60 with an increment of 10. As the number of users increased, the user acceptance ratio from both algorithms decreased. This result is consistent with the expectation that there will be some users that will not be able to be associated since the capacities of APs are limited. However, from the result of Figure 6, our RAA algorithm accepted many more users as the number of users increases. In addition, our algorithm’s user acceptance ratio dropped very slowly as the number of users increases, while the NetFlow algorithm’s result droped sharply. When the number of users reached 60, the user acceptance ratio from NetFlow algorithm has dropped to 65 % while the RAA algorithm’s ratio could still be 95 % . Figure 7 presents the throughput generated by both algorithms. This result also shows that our algorithm produced much less throughput which induces the less cost as shown in Figure 5.
To further validate the above observation, we also checked the performance of both algorithms when the number of APs was 20 with increasing users from 10 to 60. The min-cost, throughput and user acceptance ratio are shown in Figure 8, Figure 9 and Figure 10, respectively. From these results, we can conclude that the same observations hold.
We also tested the performance of our algorithm when the users were non-uniformly distributed to simulate the hotspot scenario. Figure 11 presents the min-cost results for both algorithms with 10 APs when the users were generated under a non-uniform distribution. From this result we can see that our algorithm maintained the very low cost even with the increasing number of users, while the min-cost of the NetFlow algorithm increased very sharply. This result shows that our algorithm could always achieve a small cost under the non-uniform user distribution. Figure 12 and Figure 13 shows the min-cost and user acceptance ratio results for both algorithms with 10 APs when the users were generated under a non-uniformly distribution, respectively. Figure 12 tells us that our algorithm always achieved much less throughput than that of NetFlow algorithm. When the number of users was 60, our algorithm still achieved an 85 % acceptance ratio while the NetFlow algorithm could only achieve 58 % . Figure 13 shows that user acceptance ratio of our algorithm could be maintained at a high level even when the number of users increased under the non-uniform distribution.

6. Conclusions and Future Work

We have formulated the bandwidth cost minimization problem of scheduling the user association for E-WLANs. To solve this problem, we first introduced an additional objective function to bound the integer gap caused by the integer relaxation. Then we developed an algorithm based on the rounding technique and prove the approximation ratio of the proposed algorithm. Our algorithm achieves the constant approximation ratio for the proposed bandwidth cost minimization problem. Extensive simulations were carried out to further validate the superiority of our proposed algorithm.
We focused on the association with user bandwidth demands under the static settings in this study. As a future research direction, dynamic user demands and behaviors would be taken into consideration. Specifically, we will extend the current model and algorithms to be adaptive to dynamic scenarios. In addition, we will explore non-stable network conditions, e.g, connectivity states and available bandwidth. We plan to apply nonlinear transformation techniques, e.g., discretization and regularization, or convex sum-of-squares relaxations followed by semi-definite programming method to address the non-convex constraints induced by non-stable network factors.

Author Contributions

Formal analysis, X.W.; Funding acquisition, X.W.; Methodology, X.G. and X.W.; Project administration, X.W.; Supervision, G.B. and B.-Y.C.; Validation, W.Z.; Writing—original draft, X.G. and X.W.; and Writing—review and editing, X.G., X.W. and B.-Y.C.

Funding

This work was supported in part by the National Nature Science Foundation of China (61602235 and 61802176), and the Natural Science Foundation of Jiangsu Province of China (BK20161007). Xinjie Guan is the corresponding author of this paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Bankov, D.; Khorov, E.; Lyakhov, A.; Stepanova, E.; Tian, L.; Famaey, J. What Is the Fastest Way to Connect Stations to a Wi-Fi HaLow Network? Sensors 2018, 18, 2744. [Google Scholar] [CrossRef] [PubMed]
  2. Laitinen, E.; Lohan, E.S. On the Choice of Access Point Selection Criterion and Other Position Estimation Characteristics for WLAN-Based Indoor Positioning. Sensors 2016, 16, 737. [Google Scholar] [CrossRef] [PubMed]
  3. Dandapat, S.K.; Mitra, B.; Choudhury, R.R.; Ganguly, N. Smart Association Control in Wireless Mobile Environment Using Max-Flow. IEEE Trans. Netw. Serv. Manag. 2012, 9, 73–86. [Google Scholar] [CrossRef]
  4. Bejerano, Y.; Han, S.J.; Li, L. Fairness and Load Balancing in Wireless LANs Using Association Control. IEEE/ACM Trans. Netw. 2007, 15, 560–573. [Google Scholar] [CrossRef] [Green Version]
  5. Gong, H.; Kim, J. Dynamic load balancing through association control of mobile users in WiFi networks. IEEE Trans. Consum. Electron. 2008, 54, 342–348. [Google Scholar]
  6. Chen, X.; Zhao, Y.; Peck, B.; Qiao, D. SAP: Smart Access Point with seamless load balancing multiple interfaces. In Proceedings of the 2012 Proceedings IEEE INFOCOM, Orlando, FL, USA, 25–30 March 2012; pp. 1458–1466. [Google Scholar]
  7. Li, L.; Pal, M.; Yang, Y.R. Proportional Fairness in Multi-Rate Wireless LANs. In Proceedings of the IEEE INFOCOM 2008, Phoenix, AZ, USA, 15–17 April 2008. [Google Scholar]
  8. Li, W.; Wang, S.; Cui, Y.; Cheng, X.; Xin, R.; Al-Rodhaan, M.A.; Al-Dhelaan, A. AP Association for Proportional Fairness in Multirate WLANs. IEEE/ACM Trans. Netw. 2014, 22, 191–202. [Google Scholar] [CrossRef]
  9. Xu, F.; Tan, C.C.; Li, Q.; Yan, G.; Wu, J. Designing a Practical Access Point Association Protocol. In Proceedings of the 2010 Proceedings IEEE INFOCOM, San Diego, CA, USA, 14–19 March 2010; pp. 1–9. [Google Scholar]
  10. Chen, Z.; Zou, H.; Jiang, H.; Zhu, Q.; Soh, Y.C.; Xie, L. Fusion of WiFi, Smartphone Sensors and Landmarks Using the Kalman Filter for Indoor Localization. Sensors 2015, 15, 715–732. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  11. Judd, G.; Steenkiste, P. Fixing 802.11 Access Point Selection. SIGCOMM Comput. Commun. Rev. 2002, 32, 31. [Google Scholar] [CrossRef]
  12. Balachandran, A.; Bahl, P.; Voelker, G.M. Hot-spot congestion relief in public-area wireless networks. In Proceedings of the Fourth IEEE Workshop on Mobile Computing Systems and Applications, Callicoon, NY, USA, 20–21 June 2002; pp. 70–80. [Google Scholar]
  13. Son, K.; Chong, S.; Veciana, G.D. Dynamic association for load balancing and interference avoidance in multi-cell networks. IEEE Trans. Wirel. Commun. 2009, 8, 3566–3576. [Google Scholar] [CrossRef] [Green Version]
  14. Kauffmann, B.; Baccelli, F.; Chaintreau, A.; Mhatre, V.; Papagiannaki, K.; Diot, C. Measurement-Based Self Organization of Interfering 802.11 Wireless Access Networks. In Proceedings of the IEEE INFOCOM 2007, Barcelona, Spain, 6–12 May 2007; pp. 1451–1459. [Google Scholar]
  15. Chen, X.; Yuan, W.; Cheng, W.; Liu, W.; Leung, H. Access Point Selection under QoS Requirements in Variable Channel-Width WLANs. IEEE Wirel. Commun. Let. 2013, 2, 114–117. [Google Scholar] [CrossRef]
  16. Karimi, O.B.; Liu, J.; Rexford, J. Optimal collaborative access point association in wireless networks. In Proceedings of the IEEE INFOCOM 2014, Toronto, ON, Canada, 27 April–2 May 2014; pp. 1141–1149. [Google Scholar]
  17. AMER, M.; Busson, A.; Guérin Lassous, I. Association Optimization in Wi-Fi Networks: Use of an Access-based Fairness. In Proceedings of the 19th ACM International Conference on Modeling, Analysis and Simulation of Wireless and Mobile Systems, Valletta, Malta, 13–17 November 2016; ACM: New York, NY, USA, 2016; pp. 119–126. [Google Scholar]
  18. Yu, J.; Wong, W.C. Optimal Association in Wireless Mesh Networks. IEEE Trans. Veh. Technol. 2015, 64, 2084–2096. [Google Scholar] [CrossRef]
  19. Xu, Y.; Mao, S. User Association in Massive MIMO HetNets. IEEE Syst. J. 2017, 11, 7–19. [Google Scholar] [CrossRef]
  20. Ye, Q.; Rong, B.; Chen, Y.; Al-Shalash, M.; Caramanis, C.; Andrews, J.G. User Association for Load Balancing in Heterogeneous Cellular Networks. IEEE Trans. Wirel. Commun. 2013, 12, 2706–2716. [Google Scholar] [CrossRef] [Green Version]
  21. Wong, W.; Thakur, A.; Chan, S.H.G. An approximation algorithm for AP association under user migration cost constraint. In Proceedings of the IEEE INFOCOM 2016, San Francisco, CA, USA, 10–15 April 2016; pp. 1–9. [Google Scholar]
  22. Tang, H.; Yang, L.; Dong, J.; Ou, Z.; Cui, Y.; Wu, J. Throughput Optimization via Association Control in Wireless LANs. Mob. Netw. Appl. 2016, 21, 453–466. [Google Scholar] [CrossRef]
  23. Cui, Y.; Li, W.; Cheng, X. Partially overlapping channel assignment based on “node orthogonality” for 802.11 wireless networks. In Proceedings of the 2011 Proceedings IEEE INFOCOM, Shanghai, China, 10–15 April 2011; pp. 361–365. [Google Scholar]
  24. Adler, M.; Sitaraman, R.K.; Venkataramani, H. Algorithms for Optimizing the Bandwidth Cost of Content Delivery. Comput. Netw. 2011, 55, 4007–4020. [Google Scholar] [CrossRef]
  25. Shmoys, D.B.; Tardos, E. An Approximation Algorithm for the Generalized Assignment Problem. Math. Program. 1993, 62, 461–474. [Google Scholar] [CrossRef]
  26. Carr, R.D.; Fleischer, L.K.; Leung, V.J.; Phillips, C.A. Strengthening Integrality Gaps for Capacitated Network Design and Covering Problems. In Proceedings of the Eleventh Annual ACM-SIAM Symposium on Discrete Algorithms, San Francisco, CA, USA, 9–11 January 2000; pp. 106–115. [Google Scholar]
  27. Azar, Y.; Epstein, A. Convex Programming for Scheduling Unrelated Parallel Machines. In Proceedings of the Thirty-Seventh Annual ACM Symposium on Theory of Computing, Baltimore, MD, USA, 22–24 May 2005; ACM: New York, NY, USA, 2005; pp. 331–337. [Google Scholar]
  28. Nesterov, Y.; Nemirovskii, A. Interior-Point Polynomial Algorithms in Convex Programming; Society for Industrial and Applied Mathematics: Philadelphia, PA, USA, 1994. [Google Scholar]
  29. Boyd, S.; Vandenberghe, L. Convex Optimization; Cambridge University Press: New York, NY, USA, 2004. [Google Scholar]
  30. Cormen, T.H.; Leiserson, C.E.; Rivest, R.L.; Stein, C. Introduction to Algorithms, 3rd ed.; The MIT Press: Cambridge, MA, USA, 2009. [Google Scholar]
Figure 1. An instance of APs and user devices.
Figure 1. An instance of APs and user devices.
Sensors 18 04104 g001
Figure 2. MinCost comparison for 10 rounds.
Figure 2. MinCost comparison for 10 rounds.
Sensors 18 04104 g002
Figure 3. Throughput comparison for 10 rounds.
Figure 3. Throughput comparison for 10 rounds.
Sensors 18 04104 g003
Figure 4. User acceptance ratio comparison for 10 rounds.
Figure 4. User acceptance ratio comparison for 10 rounds.
Sensors 18 04104 g004
Figure 5. Mincost for varied numbers of users with 10 APs.
Figure 5. Mincost for varied numbers of users with 10 APs.
Sensors 18 04104 g005
Figure 6. User acceptance ratio for varied numbers of users with 10 APs.
Figure 6. User acceptance ratio for varied numbers of users with 10 APs.
Sensors 18 04104 g006
Figure 7. Throughput for varied numbers of users with 10 APs.
Figure 7. Throughput for varied numbers of users with 10 APs.
Sensors 18 04104 g007
Figure 8. Mincost for varied numbers of users with 20 APs.
Figure 8. Mincost for varied numbers of users with 20 APs.
Sensors 18 04104 g008
Figure 9. Throughput for varied numbers of users with 20 APs.
Figure 9. Throughput for varied numbers of users with 20 APs.
Sensors 18 04104 g009
Figure 10. User acceptance ratio for varied numbers of users with 20 APs.
Figure 10. User acceptance ratio for varied numbers of users with 20 APs.
Sensors 18 04104 g010
Figure 11. Mincost with non-uniform distribution.
Figure 11. Mincost with non-uniform distribution.
Sensors 18 04104 g011
Figure 12. Throughput with non-uniform distribution.
Figure 12. Throughput with non-uniform distribution.
Sensors 18 04104 g012
Figure 13. User acceptance ratio with non-uniform distribution.
Figure 13. User acceptance ratio with non-uniform distribution.
Sensors 18 04104 g013
Table 1. Notations Used.
Table 1. Notations Used.
NotationExplanation
Uthe set of APs in an E-WLAN
Vthe set of user devices
nthe number of APs in set U
mthe number of user devices in set V
ithe index of an AP, i U
jthe index of a user device j V
γ i j the experienced SINR of device j associated with AP i
t i the fixed transmission power of AP i
d i j the physical distance between device j and AP i
α the shadowing factor ranging from 2.0 to 5.0
N 0 the noise in the environment
b i j the effective transmission rate of device j which is associated with AP i
Bthe channel bandwidth
C i the bandwidth capacity of AP i
b j the specified minimal bandwidth demand of user device j to support its applications
x i j binary variable indicating that if device j is associated with AP i or not
p i j the effective transmission time between device j and AP i
wthe unit cost for the bandwidth

Share and Cite

MDPI and ACS Style

Wan, X.; Guan, X.; Zhao, W.; Bai, G.; Choi, B.-Y. Bandwidth Cost Minimization via User Association for Enterprise WLANs. Sensors 2018, 18, 4104. https://doi.org/10.3390/s18124104

AMA Style

Wan X, Guan X, Zhao W, Bai G, Choi B-Y. Bandwidth Cost Minimization via User Association for Enterprise WLANs. Sensors. 2018; 18(12):4104. https://doi.org/10.3390/s18124104

Chicago/Turabian Style

Wan, Xili, Xinjie Guan, Wentian Zhao, Guangwei Bai, and Baek-Young Choi. 2018. "Bandwidth Cost Minimization via User Association for Enterprise WLANs" Sensors 18, no. 12: 4104. https://doi.org/10.3390/s18124104

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop