Skip to main content

A theoretical approach to optimal association control in vehicular Wi-Fi networks

Abstract

The recent ubiquitous deployment of Wi-Fi access points (APs) has offered vehicles to use the high-speed and low-cost Internet service via the roadside APs. However, the high mobility of vehicles and the limited coverage of APs render some challenges. First, it results in frequent handoffs, thus leading to long delay and low service availability. Second, the available AP sets and their channel quality change dynamically, making the AP selection problem even harder. Therefore, there is a strong need to develop an efficient association control mechanism that provides efficient vehicular Wi-Fi access. In this paper, we present a theoretical framework to formulate the optimal association problem through non-linear integer programming, whose objective function is to maximize the throughput or to minimize the handoff overhead. We show that this problem holds the totally unimodular (TU) property and is thus solvable in polynomial time. Then, we study the optimality of association control by comparing existing online algorithms through real trace-based simulations. The results show that there exists a large performance gap between the performance of existing online algorithms and the optimal one. We also observe that the association control algorithm can be further improved if it has access to future knowledge. Particularly, the offline optimal with future AP information improves the performance of the local optimal by up to 10%.

1 Introduction

Recently, Wi-Fi access technology for moving vehicles has drawn considerable attention, since it has been shown that Wi-Fi connectivity is feasible even at vehicular speed [1–9]. Moreover, the wide deployment of numerous Wi-Fi access points (APs) in the urban areas [3] provides cost-effective and broadband Internet connectivity to the passengers. However, there are still several challenges remaining for vehicular Wi-Fi access. First, different from the traditional data access systems for stationary users, the connection time in vehicular Wi-Fi access is typically short, since the vehicles move fast and the coverage of roadside APs is limited. Furthermore, the available AP sets and their wireless channel change dynamically due to the high vehicle mobility. To sustain the connectivity and maintain high link quality, the vehicles have to continuously associate with different APs and thus conduct frequent handoffs. The frequent handoffs, however, involve very high overhead such as association, authentication, and DHCP latency [3, 6, 9, 10]. Therefore, deciding when to perform the handoff and determining the best AP among the candidate APs are a very important, yet challenging, problem.

Several studies have been proposed to address the association and handoff problem. Giannoulis et al. [4] have suggested a handoff protocol which supports a vehicle’s mobility in an urban mesh topology. Kim et al. [11] presented an association control solution that minimizes the frequency of handoffs of mobile devices. A recent study of Xie et al. [12] aims to improve the overall throughput and fairness for all users in an enterprise network. However, the association scheduling problem considering handoff overhead from the vehicle’s point of view has not yet been addressed well despite its importance, while these existing solutions improve the association performance and provide useful insights in the design of online association algorithms.

In this paper, we present a theoretical framework for analyzing the association problem in vehicular Wi-Fi access networks, with the aim of understanding and improving the performance of several association control schemes. We first formulate the association problem as a non-linear integer program in which we incorporate the influence of a vehicle’s mobility, available effective bit rate from APs, and handoff cost. Our key contribution is to show that the non-linear integer program can be cased into a linear programming problem thanks to the properties of the binary decision variable. Furthermore, we show that the linearized problem is solvable in polynomial time because the constraint matrix of the problem meets the totally unimodular (TU) property. The TU implies that all vertexes of the polyhedron representing the feasible set are integral; thus, the linear program obtained by relaxing the integrality constraints of the corresponding integer program can find an optimal integral solution. We prove that the optimal association problems satisfy the TU property, and we validate that these problems are solvable in polynomial time.

We conduct extensive simulations by using the metropolitan city of Seoul bus mobility trace gathered from the Seoul Transport Operation & Information Service (TOPIS) database [13]. For the simulations, we have collected the real movement traces for more than a month of approximately 7,000 buses. We compare three existing online algorithms - bandwidth-based association, duration-based association, and combined metric-based algorithms - with the optimal solution. We have observed that there exists a big performance gap between the performance of the three existing association algorithms and the optimal throughput; these algorithms achieve only 54%, 68%, and 81% throughput compared to the local optimal association control. The results also show that the association control algorithm can be further improved if it has access to future knowledge. Particularly, the offline optimal algorithm with future AP information improves the performance of the local optimal by up to 10%.

The rest of the paper is organized as follows. We present the related work in Section 2, and in Section 3, we describe the system model and problem statement. From the given information of APs, we present the optimal association control problems in Section 4. We evaluate the performance of the online algorithms using simulation in Section 5. We finally conclude our paper in Section 6.

2 Related work

Related work falls under two categories: (i) techniques for improving the reliability and performance of vehicular Wi-Fi Internet access, and (ii) studies addressing the association and handoff problems of mobile users.

Several recent studies have explored the Internet access via roadside access points for the moving vehicles. In [1], Ott and Kutscher identified the characteristics of the drive-thru network access. They show that vehicles experience three different connectivity phases while driving by an access point: the entry phase, production phase, and exit phase. During the entry phase and exit phase, the vehicles suffer from poor connectivity, while in the production phase, it maintains good connection quality. In [2], Hadaller et al. studied the impact of the above three phases on the TCP goodput through detailed experiments in several drive-thru network access scenarios. In [3], Bychkovsky et al. conducted experimental studies with numerous open Wi-Fi access points for vehicular Internet access in urban environments. The experiments observe that the mean connection duration is fairly short (12 to 13 s), and it requires high latency to complete the IP address acquisition. This highly affects the application layer performance. Our goal is to improve the application layer performance through the association control techniques.

Recently, there are also efforts to support IP connectivity in vehicular Internet access by utilizing Network Mobility (NEMO) [14–16]. They consider IP-layer handover for vehicular network, but we are dealing with the AP association problem. Ad hoc communication based on relay access has been explored to extend the infrastructure coverage in drive-thru network access [17]. Although we can utilize the ad hoc communication in this paper, for simplicity, we only consider the single-hop communication between vehicles and APs.

There are various approaches to improve the mobile user performance by association control. Association control is a decision process of (i) how to select an AP and (ii) when to conduct handoff to another AP. Typically, mobile users use the channel quality as the association metric for handoff initiation. In [4], Giannoulis et al. proposed a handoff technique that supports vehicular users in the urban mesh network deployed in the southeast part of Houston. They consider AP-quality scores as well as channel quality to associate with the APs. The AP-quality scores are determined by average load and backhaul connectivity. However, they do not consider the connection duration when controlling the handoff frequency. In [11], Kim et al. proposed an association control solution that minimizes the frequency of handoffs. The mobile devices always select the APs with the longest connection time due to the severe handoff overhead, such as association and DHCP latency. In [9], Deshpande et al. developed new handoff and data transfer strategies for moving vehicles in urban areas. They reduce the connection setup latency by using RF fingerprints of APs. The vehicles know the useful APs in the current location beforehand through the RF fingerprint, and thus, the vehicle conducts scripted handoff. In [12], Lei et al. designed an efficient association algorithm to achieve total throughput maximization and fairness of all users. Similar to our method, they also presented an optimization problem of association control for efficiency and fairness. However, they do not consider the handoff overhead. In this paper, we deal with the association scheduling problem considering handoff overhead from the vehicle’s point of view.

3 System model

This section describes the network model and assumptions and then summarizes the notations which are used throughout the paper.

3.1 System model and assumptions

We consider a vehicle-to-infrastructure communication system in which vehicles move along roads and opportunistically connect to the roadside Wi-Fi APs for wireless Internet access. Each vehicle adopts an association control mechanism to associate with the APs based on the predefined association criterion (e.g., the AP with the strongest signal strength or the least offered load). Due to the mobility of the vehicle and the limited coverage of APs, the number of available APs to a vehicle is finite and varies over time. The vehicle can associate with only one AP at a given time. A handoff is conducted if it is better to use a new AP compared to the current AP. This handoff may result in throughput gain but incur overhead in terms of delaysa.

We assume that vehicles have Global Positioning System (GPS)-equipped devices, so that they know their location, speed, and direction information. When the vehicles get their mobility information and the traffic information of roads on runtime, they can predict their location after some period of time by dead reckoning [18]. We also assume that we have the location information of the roadside APs. In fact, several open or commercial service providers have provided a list of APs and their attributes such as the geographical coordinates, channel numbers, and estimated backhaul capacity [19, 20]. From the vehicle’s mobility prediction and roadside AP’s information, they can compute the estimated handoff overhead and effective bit rate. We study an optimal association scheduling method that determines the optimal AP selection sequence by considering the trade-off between the throughput gain from conducting handoff and the resulting overhead.

Without loss of generality, we consider the association control of a target vehicle over the time interval [0,T]. Time is divided into discrete time slots that have variable durations [t i ,ti+1], represented by a set of slot index I=1,2,…,m, where 0≤t i <ti+1<…<t m ≤T for time index i∈I. At each time slot i, the vehicle is given a set of available roadside APs, J i , which will be fixed during the given time interval.

Let r ij be the effective bit rate (bit/s) of the link between the vehicle and AP j at time slot i. The bit rate r ij may vary over time as the vehicle moves. For simplicity of analysis without losing the key insights of the association scheduling problem, however, we assume that at a given time slot i, the effective bit rate r ij is fixed. We also assume that the scheduling algorithms know the effective bit rate r ij at that time. Nevertheless, note that our analytical framework can capture the change of the bit rate by dividing a time slot into several non-overlapping sub-intervals with different bit rates, at the cost of analytical complexity.

If the AP associated with the vehicle at slot i+1 is different from the AP of the duration of slot i, then the vehicle is said to have undergone a handoff at slot i+1. When the handoff takes place, the mobile users in the vehicle cannot access the Internet for some time duration. We assume that the handoff overhead is constant and c (second) denotes the overhead.

3.2 Notations

Prior to the problem formulation, we summarize the indices and notations which are used throughout the paper in the following:

  • i∈I index interval, where I = {1,2,…,m}

  • j∈J index APs, where J = {1,2,…,n} the set of all the APs

  • J i ⊆J represents available APs in interval i

  • s i is the length of interval i, i.e., s i = ti+1-t i

  • r ij is the effective bit rate of AP j in interval i

  • c is the handoff overhead (second)

For each interval i, we represent the association decision by the decision variable x ij which denotes whether the target vehicle associates with AP j at time slot i, i.e., x ij (for i = 1,2,…,m and j∈J i ) is 1 if the mobile user in the vehicle associates with AP j in interval i, and 0 otherwise.An example scenario with four APs is illustrated in Figure 1.

Figure 1
figure 1

Available APs and handoff decision time.

For instance, the available APs at time slot 3 are AP1, AP2, and AP3; thus, J3={AP1,AP2,AP3}.

4 The offline optimal scheduling problem

Based on the above network model and assumptions, our objective is to derive an optimal association scheduling method that maximizes the throughput of a target vehicle. In this section, we show that computing the offline optimal schedule can be casted into a linear programming problem, and thus, we have the optimal solution in polynomial time. In addition to the optimal solution that maximizes the throughput, our framework can be extended to obtain the optimality of association that minimizes the frequency of handoffs occurring in vehicles (see Appendix).

4.1 Objective function

The objective of the association scheduling is to maximize the total transmitted bits during the time intervals I = {1,2,…,m} for the given available APs and effective bit rate information. Computing the optimal association scheduling is equivalent to finding the optimal values for x ij ,i∈I andj∈J i by optimizing the trade-off between the throughput gain from a handoff and the resulting re-association overhead c.

Therefore, we formulate the offline optimal association control scheduling as a combinatorial optimization problem that finds the optimal values for x ij (i∈I and j∈J i ) with the following objective function:

max ∑ i = 1 m s i · ∑ j ∈ J i r ij x ij - c · ∑ j ∈ J i ∩ J i - 1 r ij x ij · ( x ij - x i - 1 j ) + ∑ j ∈ J i - J i - 1 r ij x ij
(1)

subject to

∑ j ∈ J i x ij ≤ 1 , ∀ i ∈ I ,
(2)
x ij ∈ { 0 , 1 } .
(3)

The objective function given in Equation 1 consists of two terms. The first term denotes the total amount of transmitted bits. The re-association overhead is reflected by the second term. Note that the re-association overhead should be considered only when a handoff occurs. In other words, if the AP j used in interval i-1 is continuously used in interval i (i.e., xi-1j = x ij ), then there is no re-association overhead. On the contrary, if the mobile user selects a new AP j′ which was not used in interval i-1 (i.e., xi-1j = 1,x ij = 0, yielding xi-1j-x ij =1), the vehicle cannot transmit data during c seconds due to the handoff overhead. Thus, we express the re-association overhead as

c· ∑ j ∈ J i ∩ J i - 1 r ij · x ij · ( x ij - x i - 1 j ) + ∑ j ∈ J i - J i - 1 r ij · x ij .
(4)

Also, Equation 2 is provided since the vehicle can associate with at most one AP among the available APs according to the system model given above.

4.2 Computing the optimal scheduling problem

The objective function given in Equation 1 is a non-linear integer programming problem with binary integer decision variable x ij . Although the optimal solution of the problem is a subset of all combinatorial and thus is solvable by brute-force enumerative algorithms [21], its calculation complexity is too high to be practical.

To address this challenging issue, we transform the above non-linear function into a linear function by exploiting the properties of the binary decision variable.

Since the decision variable x ij is a binary value from which it is given x ij 2 = x ij , we rewrite the non-linear component in the objective function of Equation 1 as

x ij ·( x ij - x i - 1 j )⇒ x ij 2 - x ij · x i - 1 j ⇒ x ij - x ij · x i - 1 j .
(5)

Then, by setting z ij =x ij ·xi-1j, we view z ij as another binary variable. This yields two additional constraints in the objective function that reflect the same handoff costs:

z ij ≤ x ij , ∀ i ∈ I , j ∈ J i ∩ J i - 1 , z ij ≤ x i - 1 j , ∀ i ∈ I , j ∈ J i ∩ J i - 1 .
(6)

Thus, the optimization problem is rewritten as

max ∑ i = 1 m s i · ∑ j ∈ J i r ij x ij - c · ∑ j ∈ J i ∩ J i - 1 r ij ( x ij - z ij ) + ∑ j ∈ J i - J i - 1 r ij x ij
(7)

subject to

∑ j ∈ J i x ij ≤ 1 , ∀ i ∈ I , z ij ≤ x ij , ∀ i ∈ I , j ∈ J i ∩ J i - 1 , z ij ≤ x i - 1 j , ∀ i ∈ I , j ∈ J i ∩ J i - 1 , x ij and z ij ∈ { 0 , 1 } .

However, it is still non-trivial to solve the above integer program (IP) because of the integrality constraints. We will discuss the property of the objective function and show that its solution can be obtained in polynomial time.

Let us consider a IP max { c T x:Ax≤b,x∈ Z n } and its linear programming (LP) relaxation max { c T x:Ax≤b,x∈ R n }. A linear program in real variables is said to be integral if it has at least one optimal solution which is integral. Likewise, a polyhedron P={x:A x≤b} is said to be integral if the linear program has an optimum solution x∗ with integer coordinates. According to the LP theory [22], solving an IP over an integral polyhedron can be done in polynomial time through LP relaxation of integral constraints, and then the LP has an integral optimal solution.

One common way of proving that a polyhedron is integral is to show that its constraint matrix is TU [21], where a matrix is said to be totally unimodular if the determinant of each square submatrix is 0,+1,or -1. This leads to the following proposition.

Proposition 1

If a matrix A is totally unimodular and b is an integral vector, then the polyhedron P = {x:A x≤b} is integral.

Proof

See [21].

We now show that the constraint matrix of the objective function given in Equation 7 satisfies TU. At this point, however, it is not easy to recognize that the constraint matrix in Equation 7 is TU by directly using the definition of TU. Thus, we consider a general sufficient condition with the following theorem.

Theorem 1

A matrix A is totally unimodular if

  1. (i)

    a pq ∈{0,+1,-1} for all p, q, and

  2. (ii)

    for any subset M of the rows of A, there exists a partition (M 1, M 2) of M such that each column q satisfies

    ∑ p ∈ M 1 a pq - ∑ p ∈ M 2 a pq ≤ 1 .

Proof.

See [22].

With a more general condition in Theorem 1, we will show that the constraint matrix of the linear integer problem given in Equation 7 is totally unimodular. We first rewrite the constraints of the linear integer problem given in Equation 8 in the form of the standard formation as

∑ j ∈ J i x ij ≤ 1 ,
(8a)
- x ij + z ij ≤ 0 ,
(8b)
- x i - 1 j + z ij ≤ 0 .
(8c)

Then, one can easily express the above constraint as the form of A x≤b, where A denotes the constraint matric, defined as A≜[ a pq ], x≜ ( x , z ) T andb≜( b q ) such that b q ≥0. Then, we have the following theorem.

Theorem 2.

Let A be the constraint matrix of the linear integer problem given in Equation 7 (i.e., in the form of A x≤b), then matrix A is totally unimodular.

Proof.

We first introduce a partitioning method that obtains a partition (M1,M2) for an arbitrary subset M of the rows of A. Let B i be a subset of A such that B i includes all the rows corresponding to the coefficients of x ij in the constraints given in Equation 8. Let Q i 1 , Q i 2 , and Q i 3 denote the submatrices of A containing all the rows corresponding to each constraint in Equations 8a, 8b, and 8c for interval i, respectively. Then, B i is given as B i = Q i 1 ∪ Q i 2 ∪ Q i + 1 3 . For an arbitrary subset M, Algorithm 1 generates a partition (M1,M2) by iteratively testing every row in B i ∩M and assigning the row into M1 or M2 for i∈I. It is straightforward to show that this portioning rule obtains a partition (M1,M2) of M correctly.

The basic principle of how to assign each testing row is as follows. For two different rows p and p′ which are both correspondent to interval i, we perform the partition according to two elements a pq and a p ′ q in the same column q. For the case that both a pq and a p ′ q are 1 (or -1), we assign such rows p, and p′ to different partitions M1 and M2, respectively. If both a pq and a p ′ q are non-zero but their signs are different, i.e., (a pq , a p ′ q ) = {1,-1} or {-1,1}, then we assign such rows to the same partition M1 or M2. Since B i ∩M and Bi-1∩M can have non-zero values in the same column due to the third constraint (8.c), we consider the rows in M1 and M2 already assigned for interval i-1 when assigning the rows of B i ∩M for interval i. Thus, we assign the rows of B i ∩M into M1 or M2 depending on whether any non-zero value in the same column was already assigned in both M1(or M2) and B i ∩M or not. The partitioning rule is described in Algorithm 1.

For a given arbitrary subset M of rows of A=[a pq ], we can have its partition (M1,M2) based on Algorithm 1. Since condition (i) of Theorem 1 is already satisfied in Equation 8, we only need to show that the partition (M1,M2) will satisfy condition (ii) of Theorem 1.

We can easily see that the number of non-zero entries a pq on column q for all p∈M is at most three from Equation 8. Therefore, the number of non-zero entries on the same column in M1 and M2 is at most three. Let N q denote the number of non-zero entries either in M1 or in M2 for column q.

  1. (i)

    N q =0,1: nothing to prove.

  2. (ii)

    N q = 2: There are three subcases for ( a pq , a p ′ q ) where p≠p ′:

    1. (ii-1)

      ( a pq , a p ′ q )={-1,-1}: In this case, p∈ Q i 2 and p ′ ∈ Q i + 1 3 (or p ′ ∈ Q i 2 and p∈ Q i + 1 3 ) for ∃i. This happens only if B i ∩M≠∅ by the definition of B i . Thus, it is belonging to the case 1-2 in Algorithm 1; the two rows p and p′ were partitioned to different partitions. Thus, | ∑ p ∈ M 1 a pq - ∑ p ∈ M 2 a pq |≤1 holds.

    2. (ii-2)

      (ii-2) {1,-1} (or {-1,1}): Since p∈ Q i 1 for ∃i, and this is belonging to case 1-1 in Algorithm 1, the two rows p and p′ in B i ∩M should be assigned to the same partition M1 or M2. Thus, | ∑ p ∈ M 1 a pq - ∑ p ∈ M 2 a pq |≤1 holds.

    3. (ii-3)

      {1,1}: This can only happen for a column with respect to z ij for ∃i(Bi-1and B i ). Then, the columns of M1(or M2) and B i ∩M are belonging to the case 1-2 in Algorithm 1; thus, the two rows p and p′ are assigned to different partitions. Thus, | ∑ p ∈ M 1 a pq - ∑ p ∈ M 2 a pq |≤1 holds.

  3. (iii)

    N q = 3: In this case, among three non-zero a pq , two of them should be -1 and the other one is +1 where p∈M. The partition (M 1, M 2) is performed according to case 1-1 in Algorithm 1, and the summation of 1,-1,-1 is -1. Thus, | ∑ p ∈ M 1 a pq - ∑ p ∈ M 2 a pq |≤1 holds.

In all cases, non-zeros in a column for the partition (M1,M2) obtained from Algorithm 1 satisfy condition (ii) of Theorem 1. Therefore, the constraint matrix A is totally unimodular.

Solving an IP over an integral polyhedron P can be done in polynomial time. Therefore, from the results of Theorems 1 and 2, we can obtain the solution of the integer program given in Equation 8 in polynomial time.

Remark

In addition to the optimal scheduling problem that maximizes throughput, our framework can be extended to obtain the optimality of association that minimizes the frequency of handoffs occurring in vehicles. In the Appendix, we formulate the optimal handoff minimization scheduling problem as a non-linear integer programming and show that this problem also holds the TU property, and thus is solvable in polynomial time.

5 Performance comparison of online algorithms with perfect link information

The optimal association scheduling solution renders practical challenges since it requires perfect future knowledge, such as the set of available roadside APs, the available link duration (connection time), and the effective bit rate between the vehicle and the roadside APs. Nevertheless, the optimal scheduling solution still provides an important insight. Further, it can also be used as a baseline to compare the performance of various online association control algorithms.

In this section, we evaluate the performance of three existing online algorithms by comparing them with the optimal association algorithm given in Section 4 in a mobile wireless network via real bus trace-driven simulations. We first describe the evaluation methodology for the performance study, then discuss the evaluation results that compare the performance of the optimal association with conventional association algorithms using various handoff metrics.

5.1 Methodology

5.1.1 Association control algorithms under consideration

We compare three association control schemes with the optimal solution: (i) bandwidth-based association, (ii) duration-based association, and (iii) combined metric-based association. We give some explanations for these schemes as follows:

  • Bandwidth-based association (Ba): The most widely used association control method is to use some measurable metrics (e.g., signal strength or collision probability) that infer the achievable throughput. We study the online association control algorithm proposed in [23], in which the mobile nodes select the AP with the largest effective bit rate whenever it meets a new AP or the current associated AP is disconnected. This greedy decision-based algorithm does not consider the handoff overhead, thus suffering from frequent handoffs.

  • Duration-based association (Du): There have been some research efforts to alleviate the handoff latency problem. We study the online greedy algorithm proposed in [11] in which the mobile nodes select the AP with the longest duration whenever the current AP becomes unavailable. In [11], this greedy online algorithm is optimal with an offline setting where the perfect future knowledge is given.

  • Combined metric-based association (BaDu): The association control scheme proposed in [24] exploits the trade-off between the bandwidth-based association and duration-based association algorithms. The mobile node selects the AP with the highest bandwidth duration whenever the mobile node meets new APs or the current associated AP becomes unavailable.

Note that the performance of these online association control algorithms significantly hinges on how they can accurately estimate the required metrics, such as available bandwidth and connection duration. However, our focus in this section is not to study the accuracy of the link information measurement, but to compare various online scheduling algorithms with the optimal association control algorithm and extract the relative merits of these algorithms. Therefore, we assume that these online algorithms have perfect knowledge of the link between the vehicle and available APs, e.g., the effective bit rate and connection time informationb, so that we focus on characterizing their difference induced from their different handoff criteria.

5.1.2 Online optimum and offline optimum

We use the solution presented in Section 4 as the optimal association control algorithm. We categorize the solution into two algorithms - (i) offline optimal and (ii) local optimal - depending on the availability of future knowledge.

  • Local online optimal association (LO): The local optimal (LO) is an online algorithm where only J i is given at slot i without any knowledge of future sets Ji+1,Ji+2,⋯,J m . Therefore, with the local online optimal algorithm, a mobile user schedules the optimal association sequence only with a set of current available APs according to the presented method in Section 4. The mobile user reschedules the association sequence whenever the mobile node meets new APs or the current associated AP becomes unavailable.

  • Offline optimal association (Optimal): The offline optimal algorithm is given J i information for ∀i∈I, i.e., all sets of available J i are given in advance.

5.1.3 Simulation setup

We generate realistic mobility scenarios by employing the measurements of real bus traces. We gathered the trace information for over a month period by using the Seoul TOPIS system[13] in which the real-time locations of Seoul Metro buses are publicly available. We compiled the trajectory information of about 7,000 buses. We refine the coordinates of the buses so that the coordinates are mapped into the 10 k m×10 k m road map shown in Figure 2. The update period of each bus’ location is 1 min, so we complement the hidden intermediate trajectories of buses based on their average velocities. In Figure 2, the black lines indicate the bus routes, and red points represent the commercial Wi-Fi AP locations. We obtained the locations of roadside APs from an open Wi-Fi database named Olleh WiFi zone [25]. We sampled hundreds of AP locations around the simulation area.

Figure 2
figure 2

10 k m ×10 k m area in Seoul.

5.2 Comparison results and discussion

To solve the optimization problem, we use the General Algebraic Modeling System (GAMS) [26], a numerical tool specially designed for modeling large and complex optimization problems. First, we measure the execution time required to solve the optimal association problem using GAMS. We use a desktop equipped with Intel(R) Core 2 Quad CPU 2.4 GHz and 4G RAM. Table 1 shows the execution time for the optimal association for various problem sizes. We observe that despite the large number of variables, the computations for the integer problems are completed no later than 1 s. This is because the TU condition of the optimal association problem provides LP relaxation which is equivalent to the original IP problem.

Table 1 Execution time for solving optimal association

To evaluate the throughput maximization problem, we selected a road segment as shown in Figure 2 and utilized the 1-h movement traces of 434 buses passing this area. Then, based on the association metric of each association control algorithm, we scheduled the association of 434 buses. We set the effective bit rate r according to the geographical distance between the buses and the Wi-Fi APs, i.e., for the short link distance, we use high bit rate and vice versa. In the network model explained in Section 3, the bit rate is known to each bus and fixed for a given time slot. The re-association overhead is set to 2 s (c = 2).

Figure 3 shows the normalized transmitted bits of five association control algorithms: bandwidth-based association (Ba), duration-based association (Du), combined metric-based association (BaDu), local optimum association (LO), and offline optimal association (Optimal) algorithms. We observe that the duration-based association (Du) shows the worst performance compared to the other online algorithms. The main reason is that the duration-based algorithm connects to the APs with longer available link durations for less frequent re-association, without considering the effective bit rate. As a result, the duration-based algorithm suffers from low throughput once the users associate with an AP with low bandwidth. The bandwidth-based association is shown to achieve a relatively high bit rate compared to the duration-based association. However, we clearly observe that it experiences frequent handoffs, because the connection duration is not considered, and thus, it cannot achieve the best performance. The combined metric-based association control algorithm (BaDu), is shown to achieve the highest performance among the three online association control algorithms. This is mainly because it considers the link bandwidth as well as the available link duration and exploits their trade-off. However, we observe that it sometimes selects the AP that has low bit rates but with a very long connection duration, and suffers from low throughput. From Figure 4, we can see that these three algorithms achieve reasonable performance, but there is a large performance gap between them and the optimal association control. The bandwidth-based association (Ba), duration-based association (Du), and combined metric-based association (BaDu) achieve only 54%, 68%, and 81% throughput compared to the local optimal association control (LO). We also observe that the association control algorithm can be further improved if it has access to future knowledge. Particularly, the offline optimal (Optimal) improves the performance of local optimal (LO) by up to 10%.

Next, we study the impact of the degree of future information on the performance. We compare the optimal solutions with different degrees of future information to the offline optimal algorithm. In Figure 4, we compare three optimal solutions having 5, 10, and 15 s of future knowledge, denoted by LOe(5), LOe(10), and LOe(15), respectively. For example, in the simulation, buses with LOe(5) algorithm are given 5 s of future AP information, and they schedule the association according to the optimal solution presented in Section 4 using the future information together as its input parameters. One interesting observation is that if we predict the AP information 15 s ahead in the future, we achieve 97% compared to the offline optimal performance.

Figure 3
figure 3

Performance of association control algorithms.

Figure 4
figure 4

Performance of optimal solutions with variable future knowledge.

Next, we evaluate the effect of handoff overhead. Figure 5 shows the normalized transmitted bits of the online algorithms as a function of various handoff overhead. With lower handoff overhead, the performance of the online algorithms becomes close to that of the optimum algorithm, whereas with higher handoff overhead, there is a large performance gap. If the handoff overhead is low, it is likely beneficial to switch to the AP with higher bit rate whenever vehicles meet new APs. This straightforward intuition can be explained naturally by the result shown in Figure 5. We further observe that the available bandwidth of APs becomes the critical factor for the association decision with lower handoff overhead, whereas the link duration with APs becomes more important for higher handoff overhead. Thus, Ba achieves high throughput with lower handoff overhead, while Du performs better with higher handoff overhead.

Figure 5
figure 5

The effect of handoff overheads.

In addition to the throughput maximization problem, we evaluate the handoff minimization problem, where its detailed solution is given in the Appendix. Figure 6 shows the normalized number of handoffs of the algorithms. For this study, we consider an algorithm, Ba (until), extending the bandwidth-based algorithm Ba. It associates with APs having the highest effective bit rate and keeps the association until the AP becomes unavailable. As shown in the figure, association by not considering connection duration causes frequent handoffs. From the result shown in Figure 6, we see that an online algorithm Du presented in [11] achieves the optimal throughput equal to the optimal solution in terms of the number of handoffs. This is because Du selects new APs only when the current association is broken, and then it chooses the AP with the longest duration. Therefore, if we obtain the duration information between APs and mobile nodes, we can perform the optimal scheduling with low computation complexity.

Figure 6
figure 6

Performance results with handoff minimization problem.

6 Conclusions

In this paper, we studied the optimal association control techniques for the vehicular Wi-Fi networks. The trade-off between using the effective bit rate and available link duration of APs as an association metric motivates the need for an efficient association control scheme. We have introduced a theoretical framework for optimal association control and prove that the optimization problem is solved in polynomial time. We performed extensive simulation studies to compare the existing online association control schemes with the obtained optimal control. We observed that there exists a large performance gap between the performance of the three existing association algorithms and the optimal throughput. We have shown that the association control algorithm can be further improved if it has access to future knowledge. Particularly, the offline optimal with future AP information improves the performance of local optimal by up to 10%.

Endnotes

a The handoff overhead usually consists of association delay, IP acquisition delay (DHCP delay), and ARP lookup delay [9].

b Note that several advanced estimation mechanisms have been proposed [24], so that the above online algorithms can acquire the link information in practice. For example, the IEEE 802.11 beacon message of roadside APs can be used to help moving vehicles obtain the link information. The beacon message has reserved fields which may include vendor-specific information. Thus, the APs can deliver information, such as the current location and backhaul capacity, through the reserved fields in the beacon message. The client vehicle that receives the beacon message estimates the duration through the above equations.

Appendix

Handoff minimization

In this section, we tackle the problem of minimizing handoffs. As vehicles move along their route, they continuously keep associating with different APs to maintain the connectivity to the Internet. However, such frequent handoffs may cause unacceptable service interruption. Therefore, it is desirable to take an approach to derive the optimal association scheduling that minimizes the handoff frequency. The definitions of the notations used in this section can be found in the previous sections.

Problem formulation: For the given available AP information, we formulate the association control scheduling problem as a integer problem with the following objective function:

min ∑ i = 1 m ∑ j ∈ J i ∩ J i - 1 ( x ij - z ij ) + ∑ j ∈ J i - J i - 1 x ij
(9)

subject to

∑ j ∈ J i x ij = 1 , ∀ i ∈ I z ij ≤ x ij , ∀ i ∈ I , j ∈ J i ∩ J i - 1 z ij ≤ x i - 1 j , ∀ i ∈ I , j ∈ J i ∩ J i - 1 x ij and z ij ∈ { 0 , 1 }

where z ij =x ij ·xi-1j which is equivalent to the settings in the throughput maximization problem given in Equation 7.

Problem computation: The objective here is to show that the constraint matrix of the linear program in Eq. 9 is totally unimodular; thus, we can obtain its optimal solution in polynomial time. Therefore, we rewrite the above constraints into standard formation, i.e., A x≤b, as follows:

∑ j ∈ J i x ij ≤ 1 ,
(10a)
∑ j ∈ J i - x ij ≤ - 1 ,
(10b)
- x ij + z ij ≤ 0 ,
(10c)
- x i - 1 j + z ij ≤ 0 .
(10d)

Let Q i 1 - 1 , Q i 1 - 2 , Q ij 2 , and Q ij 3 be the submatrices of A containing all the rows corresponding to each constraint in Equations 10a, 10b, 10c, and 10d for interval i, respectively (for brevity, we reuse the notations in the previous theorem but they represent different constraints). Then, we introduce Algorithm 2 which is a partitioning algorithm for the constraints similar to Algorithm 1.

Then, we have the following theorem.

Theorem 3.

Let A be the constraint matrix given in Equation 10, then A is totally unimodular.

Proof.

For a given arbitrary subset M of rows of A≡(a pq ), we have a partition (M1,M2) of M by using the portioning Algorithm 2. Since condition (i) of Theorem 1 is already satisfied in Equation 10, we only need to show that the partition (M1,M2) will satisfy condition (ii) of Theorem 1. We will consider the cases for a column q according to the number of non-zero entries among a pq where p∈M, denoted by N q . Here, we have at most four non-zero entries for any column q, i.e., N q ≤4.

  1. (i)

    N q = 0,1: nothing to prove.

  2. (ii)

    N q = 2: There are three cases for ( a pq , a p ′ q ) where p≠p ′

    1. (ii-1)

      ( a pq , a p ′ q ) = {-1,-1}: There are two possible subcases: (1) p∈ Q i 2 and p ′ ∈ Q i + 1 3 for ∃i, (2) p∈ Q i 1 - 2 and p ′ ∈ Q i + 1 3 (or Q i 2 ) for ∃i. By the definition of B i , this is treated in M∩B i ≠∅, and by case 2-2 and case 2-3 of Algorithm 2, the two rows p and p′ are partitioned to different partitions. Thus, | ∑ p ∈ M 1 a pq - ∑ p ∈ M 2 a pq |≤1 holds.

    2. (ii-2)

      {1,-1}: In this case, it is given that p∈ Q i 1 - 1 and p ′ ∈ Q i 1 - 2 , Q i 2 , or Q i + 1 3 . Since p∈ Q i 1 - 1 for ∃i, and this is dealt with case 2-1 and case 2-2, all rows in M∩B i are assigned to the same partition. Thus, | ∑ p ∈ M 1 a pq - ∑ p ∈ M 2 a pq |≤1 holds.

    3. (ii-3)

      {1,1}: This can happen for a column with respect to z ij for Bi-1 and B i . By checking the columns of M1(or M2) and M∩B i in each case of Algorithm 1, they are assigned to a different partition M1 or M2. Thus, | ∑ p ∈ M 1 a pq - ∑ p ∈ M 2 a pq |≤1 holds.

  3. (iii)

    N q = 3: In this case, we have two possible cases of a pq , a p ′ q , a p ′′ q for three rows p, p ′, and p ′′.

    1. (iii-1)

      {1,-1,-1}: There are two subcases: (1) p∈ Q i 1 - 1 , p ′ ∈ Q i 1 - 2 and p ′′ ∈ Q i + 1 3 (or Q i 2 ) or (2) p∈ Q i 1 - 1 , p ′ ∈ Q i 2 and p ′′ ∈ Q i + 1 3 . In the case of (1), case 2-2 of Algorithm 2 assigns rows {p,p′,p′′} into {p,p′}∈M1(or M2) and {p′′}∈M1(or M2) or {p,p′,p′′}∈M1(or M2). On the other hand, in case of the (2), all rows are assigned to the same partition M1 or M2 by case 2-1 of Algorithm 2. Since the difference of their summations in the above cases cannot exceed 1, | ∑ p ∈ M 1 a pq - ∑ p ∈ M 2 a pq |≤1 holds.

    2. (iii-2)

      {-1,-1,-1}: By case 2-3 of Algorithm 2, all rows are partitioned to different partitions {p,p′(or p″)} and {p″(or p′)}. Thus, | ∑ p ∈ M 1 a pq - ∑ p ∈ M 2 a pq |≤1 holds.

  4. (iv)

    N q =4: Note that we have only one +1 and three -1 among a pq for p∈M. By case 2-2, {1,-1} is first assigned to the same partition, then {-1,-1} is divided into M 1 or M 2. Since its summation is zero, | ∑ p ∈ M 1 a pq - ∑ p ∈ M 2 a pq |≤1 holds.

For all possible cases, we prove that the partition satisfies condition (ii) of Theorem 1. Thus, the constraint matrix A is totally unimodular.

Therefore, we have the solution of the original integer problem given in Equation 9 in polynomial time.

References

  1. Ott J, Kutscher D: Drive-thru Internet: IEEE 802.11b for 'automobile’ user. Proceedings of The 23rd Annual Joint Conference of the IEEE Computer and Communications Societies (INFOCOM’04) 7–11 March 2004.

  2. Hadaller D, Keshav S, Brecht T, Agarwal S: Vehicular opportunistic communication under the microscope. In Proceedings of The 5th International Conference on Mobile Systems, Applications, and Services (MobiSys’07). San Juan, Puerto, Rico; 11–14 June 2007.

  3. Bychkovsky V, Hull B, Miu AK, Balakrishnan H, Madden S: A measurement study of vehicular internet access using in situ Wi-Fi networks. In Proceeding of The 12th Annual International Conference on Mobile Computing and Networking (MobiCom’06). Los Angeles, CA; 24–29 September 2006.

  4. Giannoulis A, Fiore M, Knightly E W: Supporting vehicular mobility in urban multi-hop wireless networks. In Proceedings of The Sixth International Conference on Mobile Systems, Applications, and Services (MobiSys’08). Breckenridge, Colorado; 17–20 June 2008.

  5. Balasubramanian A, Mahajan R, Venkataramani A, Levine B, Zahorjan J: ViFi: interactive WiFi connectivity for moving vehicles. In Proceeding of ACM SIGCOMM. Seattle, WA; 17–22 August 2008.

  6. Eriksson J, Balakrishnan H, Madden S: Cabernet: vehicular content delivery using WiFi. In Proceeding of The 14th Annual International Conference on Mobile Computing and Networking (MobiCom’08). San Francisco, CA; 14–19 September 2008.

  7. Banerjee N, Corner MD, Towsley D, Levine BN: Relays, base stations, and meshes: enhancing mobile networks with infrastructure. In Proceeding of The 14th Annual International Conference on Mobile Computing and Networking (MobiCom’08). San Francisco, CA; 14–9 September 2008.

  8. Kim K, Kim Y, Pack S, Choi N: A SNR-based admission control scheme in WiFi-based vehicular networks. EURASIP J. Wireless Commun. Netw 2011., 2011(204):

  9. Deshpande P, Kashyap A, Sung C, Das SR: Predictive methods for improved vehicular Wi-Fi access. In Proceeding of ACM MobiSys’09. Krakao, Poland; 22–25 June 2009.

  10. Lee BG, Choi S: Broadband Wireless, Access & Local Networks: Mobile WiMAX and Wi-Fi. Artech House, Norwood; 2008.

    Google Scholar 

  11. Kim M, Liu Z, Parthasarathy S, Pendarakis D, Yang H: Association control in mobile wireless networks. In Proceeding of The 27th IEEE Conference on Computer Communications (INFOCOM’08). Phoenix, AZ; 13–18 April 2008.

  12. Xie L, Li Q, Mao W, Wu J, Chen D: Achieving efficiency and fairness for association control in vehicular networks. In Proceeding of The 17th IEEE International Conference on Network Protocols (ICNP’09). Princeton, New Jersey; 13–16 October 2009.

  13. TOPIS . Accessed 10 Feb 2011 http://topis.seoul.go.kr/

  14. Kim Y, Kim K, Pack S, Lee W: Analysis of session handover probability in NEMO-based vehicular networks. Springer Wireless Personal Commun 2011, 61(4):697-710. 10.1007/s11277-011-0427-z

    Article  Google Scholar 

  15. Lee J-H, Ernst T: Lightweight network mobility within PMIPv6 for transportation systems. IEEE Syst. J 2011, 5(3):352-361.

    Article  Google Scholar 

  16. Lee J-H, Ernst T, Chilamkurti N: Performance analysis of PMIPv6 based Network Mobility for intelligent transportation systems. IEEE Trans. Vehicular Technol 2012, 61(1):74-85.

    Article  Google Scholar 

  17. Yoo J, Choi B, Gerla M: An opportunistic relay protocol for vehicular road-side access with fading channels. In Proceedings of IEEE International Conference on Network Protocols (ICNP’10). Kyoto, Japan; 5–8 October 2010.

  18. Kim K, Min AW, Gupta D, Mohapatra P, Singh J: Improving energy efficiency of Wi-Fi sensing on smartphones. In Proceeding of The 30th IEEE International Conference on Computer Communications (INFOCOM’11). Shanghai, China; 10–15 April 2011.

  19. Wigle . Accessed 10 Feb 2011 http://wigle.net

  20. Pang J, Greenstein B, McCoy D, Kaminsky M, Seshan S: Wifi-Reports: improving wireless network selection with collaboration. In Proceedings of The 7th International Conference on Mobile Systems, Applications, and Services (MobiSys’09). Krakao, Poland; 22–25 June 2009.

  21. Nemhauser GL, Wolsey LA: Integer and Combinatorial Optimization. Wiley, New York; 1988.

    Book  MATH  Google Scholar 

  22. Wolsey LA: Integer Programming. Wiley, New York; 1998.

    MATH  Google Scholar 

  23. Lee H, Kim S, Lee O, Choi S, Lee S: Available bandwidth-based association in IEEE 802.11 wireless LANs. In Proceeding of The 11-th ACM International Conference on Modeling, Analysis and Simulation of Wireless and Mobile Systems (MSWiM’08). Vancouver, Canada; 27–31 October 2008.

  24. Hwang J, Lee H, Choi J, Yoo J, Kim C: An efficient association control method in vehicular network with mobile hotspots. KSII Trans. Internet Inf. Syst. (TIIS) 2011, 5(5):888-908.

    Article  Google Scholar 

  25. Olleh WiFi: http://zone.wifi.olleh.com/. Accessed 10 Feb 2011.

  26. GAMS . Accessed 10 Feb 2011 http://www.gams.com/

Download references

Acknowledgements

This work was supported by the National Research Foundation of Korea (NRF) Grant funded by the Korean Government (MSIP) (No. 2012R1A1A1014755, NRF-2013R1A1A1006823) and Korea Naval Institute for Ocean Research.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Chong-kwon Kim.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Hwang, J., Choi, J., Yoo, J. et al. A theoretical approach to optimal association control in vehicular Wi-Fi networks. J Wireless Com Network 2014, 192 (2014). https://doi.org/10.1186/1687-1499-2014-192

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-1499-2014-192

Keywords