Abstract

This paper deals with the problem of performance degradation in wireless local area networks (WLANs) based on IEEE 802.11n. When a wireless channel is shared by heterogeneous stations that have different data rates and packet sizes, each station occupies a different amount of airtime because the basic channel access mechanism of WLAN was originally designed to provide fair chance of channel access, regardless of packet size and data rate. This leads to the degradation of overall network throughput and airtime fairness among stations, which is known as performance anomaly. To resolve this problem, we firstly formulate an optimization problem for a generalized two-level frame aggregation whose objective is to maximize the achievable throughput under the constraint of airtime fairness. Then, we propose a frame size adaptation scheme that controls the number of packets in an aggregated frame. The proposed scheme is fully compatible with the IEEE 802.11 standard and works in a distributed manner, which neither modifies the channel access mechanism nor resorts to a centralized scheduling algorithm. The extensive simulation results confirm that the proposed scheme tightly regulates the airtime usage of each station to be almost the same and significantly improves the overall network throughput compared to other existing schemes.

1. Introduction

The explosive growth of mobile devices such as smart phones and tablet PCs accelerates the demand for wireless Internet access, and the wireless local area networks (WLANs) are widely deployed to provide wireless connectivity for mobile devices. To satisfy the increasing demand for higher throughput of WLANs, the IEEE 802.11n standard [1] introduces new physical (PHY) layer and medium access control (MAC) layer specifications. By using advanced PHY layer technologies such as multiple-input multiple-output (MIMO) antenna, orthogonal frequency division multiplexing (OFDM), adaptive channel coding, and channel bonding, the data rate in the PHY layer reaches up to 600 Mb/s with a 40 MHz channel bandwidth and MIMO configuration. However, MAC-layer overheads such as the MAC header, contention time, and acknowledgement (ACK) limit the actual throughput. To reduce these overheads, the MAC layer in IEEE 802.11n introduces several enhancement mechanisms including frame aggregation, block ACK, and reverse direction.

In a typical and real WLAN environment, both the channel state and user application are quite different among stations. For example, a certain station may transmit small-size VoIP packets at a high data rate (e.g., 20-byte packets at 600 Mb/s), while another station may transmit large-size data packets at a low data rate (e.g., 1500-byte packets at 6.5 Mb/s) (hereafter, we refer to a packet as what MAC receives from the upper layer and a frame as what MAC transfers to the lower layer). In this extreme case, the channel occupation times to transmit a single packet differ by an order of magnitude even when considering the MAC/PHY headers. Therefore, when a wireless channel is shared among many heterogeneous stations of different data rates and packet sizes, it is imperative to share the channel in a fair and efficient manner. The basic channel access mechanism adopted in IEEE 802.11, that is, the distributed coordination function (DCF), was designed to provide long-term equal channel access opportunity for all contending stations. In a multirate environment, however, the DCF can significantly degrade the overall network throughput, which is well known as performance anomaly [2]. This problem neutralizes many possible advantages of employing higher data rates and it is exacerbated when the difference among the data rates increases (the data rate supported in IEEE 802.11n ranges from 6.5 Mb/s to 600 Mb/s). Similarly, a performance anomaly problem also arises among stations that transmit packets of different sizes.

The performance anomaly problem can be resolved by enforcing fairness in terms of the channel access time, referred to as airtime fairness, or temporal fairness [3, 4]. There are several proposals for airtime fairness in the literature, and most of them adjust the channel access probability according to the data rate and packet size [59]. In [5], a transmitter adjusts its contention window size to be inversely proportional to the data rate under the assumption that the packet size is similar for all stations. The studies in [69] extend the basic idea in [5]. The authors in [9] provide the optimal channel access probability for each station to achieve airtime fairness and to maximize the aggregate throughput. The transmission opportunity (TXOP) mechanism in IEEE 802.11e [10] can be used to achieve airtime fairness. The amount of airtime consumed by each station can be brought to a comparable level by transmitting multiple back-to-back data packets within the same TXOP duration.

On the other hand, the IEEE 802.11n standard [1] introduces two types of frame aggregation schemes, an aggregated MAC-level service data unit (A-MSDU) and an aggregated MAC-level protocol data unit (A-MPDU), to increase the throughput by decreasing the MAC-layer overheads. The standard only specifies the frame format and maximum size of the aggregated frame; however, the optimal frame size and operation mode are not standardized and are left undetermined. Recently, several analytical studies have investigated the effect of A-MPDU and/or A-MSDU frame sizes on the achievable throughput and their optimal sizes to improve throughput [1115]. We can consider a naive approach of combining frame aggregation with the TXOP mechanism to enforce airtime fairness. By allowing frame aggregation within the TXOP duration that is set to be the same for all stations, each station can share a fair amount of airtime, which is close to the TXOP duration as much as possible. This approach seems to be effective to enhance fairness; however, it still leaves several open problems. Firstly, the optimal value of TXOP duration has to be determined to maximize throughput under the constraint of fairness. Secondly, it is necessary to appropriately determine the type of aggregation schemes, that is, A-MSDU or A-MPDU, and to change it dynamically depending on the channel state and MAC overhead, for improving both fairness and throughput. Lastly, the limit on the number of subframes in a frame should be considered; otherwise some portion of TXOP duration would be unused and wasted, which leads to the degradation of fairness and throughput.

In this paper, we study the problem of sharing a wireless channel among heterogeneous stations that have different data rates and packet sizes. The objective of this paper is two-fold: (a) to strictly enforce airtime fairness regardless of the data rate and packet size and (b) to maximize the network throughput by considering the channel error rate, data rate, and MAC overhead. For this purpose, we propose a dynamic frame size control scheme by employing a generalized two-level frame aggregation scheme that combines the A-MSDU and A-MPDU schemes. Compared with other existing studies, this study makes the following contributions.(i)In contrast to the approaches for airtime fairness in [59], the proposed mechanism is novel and effective; (a) it utilizes the frame aggregation scheme without modifying the basic channel access mechanism to fully comply with the IEEE 802.11 standard and (b) it introduces the notion of target airtime and controls the actual airtime tightly close to the target value.(ii)Unlike the frame aggregation schemes to increase throughput in [1115], this work proposes a generalized solution; it (a) aims to improve both efficiency and fairness and (b) employs two-level aggregation to take advantage of both A-MSDU and A-MPDU.(iii)In determining the optimal size for frame aggregation, most current analytical models do not consider the effect of link adaptation and the optimal size cannot be represented in a closed form. In contrast, the analysis model in this study incorporates the link adaptation algorithm employed in 802.11n. In addition, it formulates the problem as an optimization problem and provides a closed-form solution for optimal frame aggregation.

Extensive simulation results confirm that the proposed scheme significantly outperforms other existing schemes in terms of the aggregate throughput and channel access delay while maintaining a high level of airtime fairness.

The rest of the paper is organized as follows. In Section 2, we describe the preliminaries of this paper. We formulate the problem as an optimization problem in Section 3 and provide an effective method to adjust frame size in Section 4. In Section 5, we validate the proposed scheme via simulations and compare its performance with other existing schemes. Finally, we conclude the paper in Section 6.

2. Preliminaries

In this section, we first present a motivating example that demonstrates the performance anomaly of the IEEE 802.11 DCF. We then introduce frame aggregation schemes in IEEE 802.11n, which will be used as basic tools for the proposed solution to resolve the performance anomaly problem.

2.1. Performance Anomaly in a Heterogeneous Network Environment

The IEEE 802.11 DCF was basically designed to provide a fair channel access opportunity for all contending stations, regardless of the data rate and packet size. Therefore, it results in a performance anomaly in a heterogeneous network environment where the stations have different packet sizes and data rates [2]. To illustrate this problem, we performed a preliminary simulation under a simple scenario where four stations (denoted as  STA1~STA4) transmit data packets of different sizes at different data rates as described in Table 1. Here, we assume an ideal error-free channel. The unit transmission time in Table 1 is calculated as the time required to transmit a single data frame according to the IEEE 802.11n specification. It does not take into account the backoff time but includes the time for the PHY/MAC headers, short interframe space (SIFS), and ACK transmission. Note that the ACK is transmitted at the lowest data rate (with the most robust modulation and coding scheme) to enhance the transmission reliability. Throughout the paper, the airtime ratio of a station is calculated by accumulating all unit transmission times of successful frame transmissions for the entire simulation time and then dividing it by the simulation time. It is noted that the sum of the airtime ratios is less than one because the airtime does not account for the backoff time and the time consumed for unsuccessful transmissions. The attempt probability is measured as the probability that a station makes an attempt for frame transmission in an idle slot. From the results listed in Table 1, we observe the following.(i)DCF assures almost an equal chance of channel access for all contending stations, regardless of their data rate and packet size; that is, the difference in the attempt probability among stations is negligible. This implies that the number of packets transmitted by each station is almost the same, leading to throughput fairness among stations that have the same packet size. For example, the throughput of  STA1  is comparable with that of  STA3, even though the data rate of  STA3  is five times higher than that of  STA1.(ii)Performance anomaly also occurs due to the difference in the packet size. When stations have the same data rate, the throughput of a station is almost proportional to its packet size; for example, the throughput of  STA2  is about four times higher than that of  STA1.(iii)The airtime is mostly consumed by the station transmitting large packets at the low data rate (STA2); only a small fraction of airtime is consumed by the station transmitting small packets at the high data rate (STA3). Despite the high data rate, its advantage cannot be fully utilized under the DCF.

Consequently, the performance anomaly not only causes unfairness in airtime but also degrades the overall network throughput. Providing airtime fairness among stations, which is shown to be equivalent to the proportional fairness [7, 16], can be an effective solution to this problem. It can be achieved by adjusting the attempt probability according to the packet size or data rate [59], as already addressed. This problem can also be mitigated by making use of the TXOP mechanism. In contrast to other existing approaches, we provide a novel approach to achieve airtime fairness based on the frame aggregation scheme introduced in IEEE 802.11n.

2.2. Frame Aggregation in IEEE 802.11n

The IEEE 802.11n standard introduces two types of frame aggregation schemes, A-MSDU and A-MPDU, to enhance the MAC efficiency by reducing MAC-layer overheads. The A-MSDU scheme aggregates multiple MSDUs into a single MPDU, whereas the A-MPDU scheme allows multiple MPDUs to be aggregated into a single PHY-layer service data unit (PSDU). Compared with A-MPDU, A-MSDU has less header overhead because it can transmit multiple packets with a single PHY/MAC header, whereas A-MPDU transmits them with separate MAC headers under a common PHY header. If the channel is error-free, A-MSDU outperforms A-MPDU and the throughput in both cases increases as the number of aggregated packets increases. However, A-MPDU is more effective than A-MSDU when the channel is error-prone. If some of the transmitted MPDU subframes are corrupted due to channel error, A-MPDU can selectively retransmit only the corrupted subframes, which is possible thanks to block ACK and the frame check sequence (FCS) field in the individual MAC header for each subframe. In contrast, A-MSDU has to unnecessarily retransmit the whole subframes even though only a subframe is corrupted. Therefore, when the bit error rate (BER) of a channel is not negligible, A-MPDU outperforms A-MSDU. Recently, a hybrid frame aggregation scheme known as two-level aggregation, which combines A-MSDU and A-MPDU, has been introduced [17, 18], and its performance has been evaluated via simulations. However, the effect of this scheme on throughput or fairness is not analyzed in depth. Figure 1 shows the frame structure of the two-level aggregation scheme. Let us denote and as the numbers of MSDU and MPDU subframes, respectively, in the two-level aggregation scheme. We can take advantage of both the A-MSDU and A-MPDU schemes by optimally determining the values of and , which is the starting point of this work.

Now, we generalize several aggregation schemes in terms of and as follows.

(1) A-MSDU (, ). A PSDU consists of MSDU subframes each of which contains a packet.

(2) A-MPDU (, ). A PSDU consists of MPDU subframes.

(3) Two-Level Aggregation (, ). A PSDU consists of MPDU subframes, and each MPDU subframe consists of MSDU subframes.

The total numbers of packets transmitted in a single PSDU are , , and in the cases of A-MSDU, A-MPDU, and two-level aggregation, respectively. Let us focus on the header overhead incurred during the aggregation process. Table 2 lists several notations of the PHY/MAC headers and timing overheads considered in this study. We define as the overhead to construct a single PSDU, which can be represented as where , and . It needs to be noted that there exist several limits on and . According to the IEEE 802.11n standard, the maximum lengths of A-MSDU and A-MPDU are 3839 and 65536 bytes, respectively. In addition, because of the length of the block ACK information field, at most 64 subframes can be aggregated in an A-MPDU frame. It is a challenging problem to determine the optimal values of and for maximizing throughput and assuring fairness, because they depend on various factors such as the BER, data rate, packet size, and header overhead. In the subsequent sections, we present an objective function for the optimal operation of frame aggregation by considering airtime fairness and achievable throughput. We then provide a simple and effective method to find the optimal solution of the objective function.

3. Problem Statement

In this section, we first describe how the data rate is adjusted by the fast link adaptation (FLA) algorithm in IEEE 802.11n, which is closely related to how the optimal size of frame aggregation is determined. Then, we formulate an optimization problem to derive the optimal frame size.

3.1. Fast Link Adaptation in IEEE 802.11n

The FLA algorithm is usually employed in IEEE 802.11n [1]. A transmitter requests for an appropriate modulation and coding scheme (MCS) to a receiver via the MCS request subfield. At the request, the receiver determines an appropriate MCS by considering the throughput and/or target frame error rate and notifies it via the MCS feedback subfield. It is difficult to estimate the block error rate (BLER) of an -byte block in a MIMO-OFDM system because the signal to noise ratio (SNR) levels among the subcarriers and/or spatial streams may differ due to frequency selectivity [19]. Therefore, a simple but accurate mapping method is needed to estimate the BLER as a function of the SNR for each subcarrier and spatial stream. The exponential effective SNR mapping (EESM) method [20] was proposed for this purpose and can be used for FLA in IEEE 802.11n [21, 22]. It translates an instantaneous set of postprocessing SNRs into a scalar link quality metric known as the effective SNR. This mapping procedure should be calibrated according to each MCS to estimate the BLER of an -byte block by considering the relationship between the SNR and BLER for each MCS in an additive white Gaussian noise (AWGN) channel. Let us define as the effective SNR with an MCS index of , which can be calculated as in [21]. Then, the effective error rate of a PSDU consisting of several -byte packets, , can be expressed as where is Here, in (2) is obtained by the SNR-BLER curve of the -byte block in the AWGN channel. Hereafter, we assume that the receiver estimates for each MCS according to (2) and then selects the MCS that gives the highest data rate among the MCSs that have the value of below a target error rate . From (2) and (3), we note the following points, which agree with intuition and provide insights into determining the optimal values of and . (i)For A-MSDU, increases as increases; that is, A-MSDU becomes vulnerable to channel error as its size increases. There is a trade-off between the header overhead and the error rate. Although a large value of contributes to increased throughput by reducing the header overhead, a more robust MCS is required to maintain an acceptable error rate, which results in the decrease of throughput.(ii)For A-MPDU, is independent of ; that is, the error rate is independent of the number of aggregated MPDU subframes because of the selective repeat mechanism. This comes at the cost of a larger header overhead compared to A-MSDU (see (1)).

3.2. Optimization Problem for Two-Level Frame Aggregation

From the viewpoint of airtime fairness, the basic concept of the proposed frame size adaptation scheme is to adjust the values of and such that the per-station airtime is regulated around the target reference value, . One of the most important issues is how to set properly. We discuss this later in Section 4.3.

Another objective of the proposed scheme is to maximize throughput. Now, let us derive the throughput that can be obtained with the two-level aggregation scheme under the constraint of airtime fairness. We only focus on the generalized two-level aggregation scheme because the single-level A-MSDU and A-MPDU schemes can be approximately considered as special cases of two-level aggregation. We emphasize that our objective is to find the optimal values of and , and not to derive an accurate analysis model of aggregate throughput. For this purpose, we only focus on the case where a station gets a chance to access the channel after competing with other stations and tries to maximize its own throughput by adjusting the values of and . In the proposed scheme, the optimal values of and are determined for each station in a distributed manner, depending on its data rate and packet size. According to the result in [11], it is shown that the optimal size of an A-MSDU maximizing the aggregate throughput is mainly affected by the BER but hardly affected by the number of contending stations. It is noteworthy that the proposed scheme is completely decoupled from the contention window control that deals with collisions among stations and that the standard binary exponential backoff mechanism is used to resolve collisions. We define as the time required to transmit a single aggregate PHY-layer protocol data unit (PPDU) consisting of MPDU subframes and MSDU subframes per MPDU subframe. Then, is represented as where is the time required to transmit the PHY header including the preamble and is the data rate with MCS index , which is selected by the FLA algorithm. Under the condition that there is no transmission failure due to channel error or collision, the maximum throughput is expressed as where . Here, and are the average backoff time and block ACK transmission time, respectively. The average backoff time is approximated as , where is the minimum contention window size. The maximum throughput depends mainly on the collision probability, but little on the values of and .

To find the appropriate values for and , we formulate the optimization problem as follows: Here, is introduced to allow some tolerance between and because it is difficult to make exactly equal to with integer values of and . Also, in (6), (=3839 bytes) and (=65536 bytes) are the maximum sizes of A-MSDU and A-MPDU frames, respectively, and (=64) is the maximum number of MPDU subframes. These three constraints are imposed by the IEEE 802.11n standard, whereas the first one stems from airtime fairness. The problem in (6) is an integer programming problem, which is more difficult to solve than the case when the variables are real numbers. Each transmitter has to solve this optimization problem every time before constructing an aggregated frame, which may be too time-consuming to solve the problem in real-time. In addition, the transmitter cannot accurately estimate the frame error rate for the currently transmitting frame. These difficulties demand a more efficient and effective method of finding the optimal solution, , which will be provided in the subsequent section.

4. Adaptive Frame Aggregation for Fairness and Efficiency

In this section, we provide a simple and effective method to determine and . We first transform the optimization problem into an unconstrained, single-variable optimization problem and then provide a heuristic solution, which will be used to adjust the frame size.

4.1. Unconstrained Single-Variable Optimization Problem

To simplify the optimization problem, we replace and with and , respectively, which are positive real values without upper bounds so that can be made exactly equal to . Then, we can release all the constraints and replace the objective function in (6) with where constant is because . We further simplify (7) by expressing in terms of . By solving the equation with respect to and , becomes where , , and . It is noted that is mapped to a unique , as shown in (9).

Next, we consider the frame error rate. As the transmitter is only informed of the appropriate MCS index for the previously transmitted frame, it cannot readily predict the frame error rate for the current frame. Let us define as the numbers of A-MSDU and A-MPDU subframes used in the aggregation for the previously transmitted frame and define as its frame error rate. To simplify the problem, we make the following assumptions: (a) the frame transmission time is sufficiently shorter than the channel coherence time so that the channel condition does not change significantly between two consecutive frames; (b) the FLA algorithm works properly so that the error rate is slightly lower than the target error rate (1). A station may suffer from deep fading, and thus the frame error rate may exceed the target value even though the station uses the most robust MCS. This situation is out of control because any combination of () cannot guarantee the success of transmission. With these assumptions, we approximate and relate with as follows: because 1. Then, is represented as where and .

Through the above procedure, we can convert the original problem in (6) to the following unconstrained single-variable optimization problem: where It is readily shown that is a strictly decreasing function of ; that is, is concave. This confirms that a unique exists. We can find from the derivative of and from (9) as follows:

4.2. Heuristic Solution for Frame Size Adaptation

Based on the results of and given in (14), we find the feasible set of that are positive integer values. We assume that a station has a sufficient number of packets to aggregate. We first determine as the integer closest to and then determine such that becomes as close as possible to ; that is, where is the integer closest to . In (15), is determined by using (9) instead of to minimize the difference between and , which is due to the rounding error. However, the set of obtained in this way cannot completely be free of rounding errors.

To compensate for the deviation of from , we alternatingly use two sets of , denoted as and , each of which makes the actual value of comparable to but slightly larger and smaller than , respectively. We obtain these two sets as follows. If the set of obtained from (15) results in , then we set . To find , we increase by one from while recalculating as Recall that the header overhead is smaller for the MSDU subframe than for the MPDU subframe. These changes in and (i.e., the increase in and the decrease in ) reduce the total header overhead and decrease . If remains larger than even with the set in (16), we keep increasing by one at a time until becomes less than . Conversely, if the set of obtained from (15) makes smaller than , we set . In a similar way, we obtain by decreasing by one from and recalculating as

Once a transmitter selects and , it performs frame aggregation with either or . Here, we introduce a weighting factor to alternate between these two sets. When a transmitter gets a chance to access the channel (i.e., the backoff counter reaches zero), it generates a random number uniformly distributed between zero and one. If is less than , the transmitter performs frame aggregation with = . Otherwise, it performs frame aggregation with = . To make the average value of as close as possible to , we set the value of such that that is,

To validate the effectiveness of this method, we compared the results obtained by the proposed and total enumeration methods via simulations. In the total enumeration method, and were obtained by solving the original optimization problem in (6) under the assumption that the transmitter knows the actual value of . Note that and are the optimal values of obtained by solving (6) with the first constraint and , respectively. We first obtained the candidate sets of that satisfy the four constraints in (6). Here, was initially set to 0.1 ms. If there was no candidate set, we relaxed the constraint on by doubling its value until at least one set of satisfied the constraints. We then calculated the objective function for all candidate sets of and determined the optimal set that maximizes the objective function. This method gives an ideal solution that can be used to evaluate the effectiveness of the proposed method.

Table 3 lists the sets of and obtained by these two methods, along with and throughput (indicated as thput). We set the packet size as 500 bytes and as 3 ms. The guideline to set will be given in Section 4.3 and its effect on throughput and fairness will be investigated in Section 5.4. The results in Table 3 show that particularly when the data rate is low, and obtained by the proposed method somewhat differ from those obtained by the total enumeration method, and the difference between and is greater with the proposed method than with the total enumeration method. The reason for this difference is that when the data rate is low, the number of candidate sets of is small, and thus the rounding error and approximation error become relatively large. In some low data rate cases, however, the throughput is larger for the proposed method than for the total enumeration method, at the expense of a larger deviation of from . Recall that such a deviation can be compensated for by alternatingly adopting and when constructing aggregated frames; this will be confirmed via simulations in the next section. Despite these differences between the proposed and total enumeration methods, the throughput difference between the two methods is negligible for most cases. Therefore, we conclude that the proposed method is suitable for adjusting frame size, as it yields performance comparable to that of the total enumeration method with the reduced complexity.

4.3. Comments on Several Issues

We discuss the following issues related to the proposed frame size adaptation scheme.

4.3.1. Guidelines to Set

When assuring airtime fairness, is used as the target reference value. If this value is too small, only a few packets can be aggregated. This decreases the possibility of reducing the header and timing overheads, which results in the loss of opportunity to enhance the throughput. However, a large value of may have several drawbacks. We need to carefully consider the following points in setting .

(i) Link Adaptation and Channel Coherence Time. Let us consider the MCS feedback delay, , which is defined as the time interval between the start of two consecutive data frames for a station. As the number of stations in the network increases, necessarily increases because the DCF gives fair chance to access the channel for all stations. When exceeds the channel coherence time, the link adaptation algorithm may work poorly because the currently estimated channel condition cannot reflect the channel condition for the next transmission. Consequently, the increase of results in the increase of , leading to the degradation of the throughput. In the proposed scheme, not only the number of stations but also the value of affects . Therefore, it is necessary to appropriately set by considering the channel coherence time (it is possible that a receiver may estimate the channel coherence time and report it to a transmitter periodically [23]; however, this is beyond the scope of our study; we consider that the coherence time of a typical WLAN channel is on the order of a few tens of milliseconds [24]), so that the channel condition is kept nearly constant during .

(ii) Delay and Short-Term Fairness. The value of affects short-term fairness, as well as delays in channel access, queuing, and retransmission. As increases, a station occupies the shared channel for a longer time, during which other stations have to defer channel access. Thus, the increase of increases the channel access delay between two consecutive aggregated frames as well as the queuing delay and jitter, which are undesirable for real-time service or streaming service. Moreover, the increase of also increases the retransmission delay for corrupted subframes because they cannot be retransmitted until the station occupies the channel again. All of these effects contribute to the degradation of short-term fairness among stations.

(iii) Feasibility of Frame Aggregation. The value of is related with the feasibility of and . If is large, many packets need to be aggregated to assure airtime fairness. However, because of limits on and , excessively large values of make and fail to comply with this constraint.

Taking all of these points into consideration, we consider that the appropriate range of is on the order of several milliseconds, which agrees well with the default value of TXOP in IEEE 802.11e.

4.3.2. Compliance with the IEEE 802.11 Standard

The values of and obtained from (15) should satisfy the constraints of , , and imposed by the IEEE 802.11n standard. Let us define the maximum numbers of and that comply with these limits as and , respectively. We need to deal with the case where and/or .

Case 1 ( and ). In this case, we set This configuration may incur more header overhead due to the decrease in and increase in . On the other hand, the decrease in contributes to reduce the frame error rate.

Case 2 ( and ). As in the first case, we set In this case, is decreased from while is increased from . Contrary to the first case, the header overhead decreases whereas the error rate increases.

Case 3 ( and ). In this case, there is no choice but to set and .

These three cases mainly occur when either is very large or the packet size is small but the data rate is high. As long as we carefully determine according to the guidelines above, we can avoid such cases.

4.3.3. Dealing with Unsaturated Cases

Thus far, we have assumed that each station has a sufficient number of packets in the transmission queue so that it can arbitrarily control the number of packets to be aggregated. However, we need to consider the case of unsaturated traffic condition where the number of backlogged packets for frame aggregation (denoted as ) is insufficient. The proposed scheme can easily cope with this case. If , the station performs frame aggregation with and such that where is the largest integer that does not exceed . This can avoid unnecessary delay resulting from the waiting time of packet arrivals for optimal frame aggregation, but it makes less than . The unused portion of airtime by unsaturated stations can be well used by other saturated stations. Therefore, this policy does not debase the overall network efficiency and maintains airtime fairness among the saturated stations.

5. Performance Evaluation

In this section, we evaluate the performance of the proposed frame size adaptation scheme via simulations and compare its performance with several existing schemes.

5.1. Simulation Configuration

We implemented MAC/PHY layers with MATLAB according to the system model of IEEE 802.11n operating at the 5 GHz frequency band. The system parameters related to IEEE 802.11n can be found in Table 2 and [1]. TGn channel models were implemented by MATLAB [25] and used to generate MIMO channel matrices for the models defined in [24]. Simulations were conducted for channel model B, which considers residential homes or small offices. The velocity of the moving environment was assumed to be 1.2 km/h, which corresponds to a coherence time of 15 ms approximately. The transmit and the background noise powers were set to 15 dBm and −87 dBm, respectively. FLA was employed as a link adaptation algorithm, and the target error rate was set to 0.01. The data rate was in the range of 6.5 to 130 Mb/s with a MIMO configuration for a channel bandwidth of 20 MHz and a guard interval of 800 ns. User datagram protocol (UDP) packets were generated by constant bit rate (CBR) sources so that the transmitter always had a sufficient number of packets for frame aggregation. We measured the performance in the aspects of per-station throughput, total throughput, and fairness index. The fairness index (FI) was calculated as where is the number of stations and is the airtime consumed by the th station for successful frame transmission. Note that FI in (23) is the modified version of Jain’s fairness index [26] and it has the ideal value of one when all stations consume the same airtime.

5.2. Validation of Proposed Frame Size Adaptation Scheme

First, we observe how the proposed scheme resolves the unfairness problem that occurred under the same condition described in Section 2.1. We consider two versions of two-level frame size adaptation schemes based on the proposed and total enumeration methods (see Section 4.2), which are denoted as  FA2-H  and  FA2-T, respectively. The  FA2-T  scheme can be considered as the ideal and optimal scheme that maximizes the aggregate throughput while assuring airtime fairness, while  FA2-H  scheme is the practical and feasible version of  FA2-T  with the reduced complexity. The scheme denoted as  DCF  is a baseline scheme that only employs DCF without any mechanism to enhance fairness or efficiency.

Table 4 compares the airtime ratio and throughput for  DCF,  FA2-H,  and  FA2-T  schemes. Both  FA2-H  and  FA2-T  schemes provide the acceptable level of airtime fairness; all the stations have the comparable airtime ratio, for example, 0.210~0.221 for  FA2-H and 0.210~0.219 for  FA2-T, and the values of FI are not smaller than 0.999 for both schemes and their difference is negligible. However, in the case of  DCF, the difference in the airtime ratio among stations is quite large; for example, it ranges between 0.080 (STA3) and 0.397 (STA2), and the value of FI is dropped below 0.714. Also, it is important to note that the sum of airtime ratio is about 0.77 in the case of  DCF  but it is increased to about 0.86 in the cases of  FA2-H  and  FA2-T. This is because the frame aggregation effectively reduces the overhead time for backoff and ACK transmission and contributes to the increase of efficiency.

Next, we observe the per-station throughput and aggregate throughput from Table 4. In the case of  DCF, stations with the same packet size (e.g.,  STA1  and  STA3) have similar throughput, although they have different data rates. However, in the cases of  FA2-H  and  FA2-T, the packet size hardly affects the throughput and it is differentiated mostly depending on the data rate; for example,  STA1  and  STA2  have the same data rate but different packet size, and they have similar throughput. From the viewpoint of aggregate throughput,  FA2-H  and  FA2-T  remarkably outperform  DCF. Compared to  DCF, the aggregate throughput is increased by 2.75 and 2.80 times when  FA2-H  and  FA2-T  are employed, respectively. These results are mainly due to the overhead reduction by the frame aggregation. There is no notable difference in the aggregate throughput between  FA2-H  and  FA2-T.

5.3. Validation of Frame Transmission Time by the Two-Level Frame Aggregation

The superior performance of  FA2-H  shown in Section 5.2 results from the adaptive two-level frame aggregation so that the data transmission time () of each station is regulated close to the target value (). The simulation in this subsection is performed to observe how  FA2-H  adjusts close to , regardless of data rate and packet size. For this purpose, we consider two representative stations  STA_H  and  STA_L  that have different data rate and packet size;   STA_H  and  STA_L  were, respectively, located away from the AP by 30 m and 60 m so that  STA_H  is allowed to have a higher data rate than  STA_L, and their packet sizes were set to 250 bytes and 1000 bytes, respectively. In this configuration,   STA_H  can aggregate more number of packets than  STA_L, due to smaller packet size and higher data rate. Note that, unlike the configuration in Section 5.2 where the data rate was fixed, the data rate of station in this configuration was adjusted by the FLA algorithm depending on the time-varying channel quality. The channel was modeled by considering the log-distance path-loss model with the path-loss exponent of 3.5 and Rayleigh fading model as described in [24, 25].

Figure 2 shows how  FA2-H  adjusts for  STA_H  and  STA_L. The instantaneous values indicate the actual at each transmission instant, whereas the average values are obtained by an exponentially weighted moving average. In the case of  STA_H, the instantaneous value of is more tightly regulated around than in the case of  STA_L, because  FA2-H  provides better granularity of control for  STA_H  thanks to the smaller packet size and higher data rate. However, the average value of can be made very close to for both stations due to the compensation mechanism with two sets of and (see (18)). This simulation result confirms that the proposed scheme can maintain the average airtime of each station close to , regardless of the data rate and packet size, even when the data rate is changed by the FLA algorithm.

5.4. Effect of Target Airtime on the Performance of Two-Level Frame Aggregation

The objective of this simulation is to evaluate the effect of target airtime () on the performance of the proposed scheme. The value of is one of key factors affecting the performance. In setting the value of , there exists a trade-off between the decrease of channel access overhead and the increase of frame error rate. The simulations were carried out under a realistic heterogeneous network configuration where (=10, 20, and 30) stations were randomly located within a circle area of 60 m radius and transmitted data frames to the AP located in the center of circle. The FLA algorithm was implemented to adjust the data rate. The packet size of each station was randomly selected between 200 and 1000 bytes. We investigate the performances of  FA2-H  and  FA2-T  in terms of throughput and fairness.

Figure 3(a) shows the aggregate throughput of  FA2-H  and  FA2-T  for various values of ranging between 0.5 ms and 5 ms. When 2 ms, the throughput increases as increases. However, the throughput decreases when exceeds 3 ms. If the channel is free from transmission error, the throughput may increase with respect to the increase of due to the decrease of transmission overheads. However, in the case of error-prone channel, the throughput is not proportional to as shown in Figure 3(a). The reason is that a larger value of increases the channel feedback delay of the link adaptation, which results in the increase of frame error rate and the decrease of throughput accordingly. In addition, we can see that also affects the throughput of  FA2. For the entire range of , the throughput with a small value of is always higher than that with a large value of , and their difference is almost constant. The decrease of throughput with respect to the increase of results from the increase of collision probability. Another interesting result is that the optimal value of that maximizes the throughput decreases as increases. This result also stems from the increase of delay in the channel access and/or channel feedback according to the increase of .

Figure 3(b) shows the fairness index for various values of . Unlike the aggregate throughput, FI is nearly immune to the change of . Although FI is slightly decreased as increases, its value is almost close to the ideal value of one for most cases. Both  FA2-H  and  FA2-T  provide a high level of airtime fairness, regardless of and . By considering both throughput and fairness shown in Figures 3(a) and 3(b), we can conclude that the appropriate value of is about 3 ms in our simulation environment and we set to 3 ms in the following simulations. Moreover, all of the performance indices of  FA2-H  are nearly equal to those of  FA2-T  for all the cases, meaning that the proposed heuristic method is highly effective.

5.5. Two-Level Aggregation versus Single-Level Aggregation

In this simulation, we compare the performance of two-level aggregation scheme with that of single-level aggregation scheme. For this purpose, we consider two additional comparative mechanisms that employ the single-level aggregation,  FA1-S  and  FA1-P, each of which aggregates MSDU and MPDU subframes up to the given target airtime ( = 3 ms) as much as possible. We remove the restriction on the maximum size of A-MSDU in  FA1-S  for fair comparison. Compared to  FA1-S,   FA1-P  is more robust to the channel error due to the individual ACK of each subframe and selective retransmission, but it has more header overheads. Conversely,   FA1-S  is vulnerable to channel error but has less header overhead. We fixed the packet size to 500 bytes for all the stations and (=10) stations were randomly distributed and their data rates were adjusted by the FLA algorithm, as described in the previous subsections.

Figure 4(a) shows the aggregate throughput of several frame aggregation schemes where the target error rate ranges from 0.001 to 0.05. When = 0.001,   FA1-S  outperforms  FA1-P  because  FA1-S  has less header overhead than  FA1-P  and the probability of retransmission is negligible. As the value of increases, there exist both positive and negative effects on the throughput. The gain of large is that the aggressive MCS can be used so that stations can transmit frames at the higher data rate, while its loss is that the frame error rate increases so that the corrupted frame should be retransmitted. In the case of  FA1-S, as shown in Figure 4(a), the loss of large overwhelms its gain; the throughput of  FA1-S  notably decreases as increases, because the transmission failure of only an MSDU subframe causes the retransmission of the whole subframes. However, in the case of  FA1-P, the throughput slightly increases as increases;   FA1-P  is quite less sensitive to the increase of compared to  FA1-S  because  FA1-P  can selectively retransmit only corrupted subframes. In the cases of  FA2-T  and  FA2-H, the advantage of large is mostly balanced with its disadvantage so that the throughput does not change largely depending on the value of . The throughput of  FA2-H  is almost equal to that of  FA2-T, and it is larger than that of  DCF  by about 3.5 times and larger than those of  FA1-S  and  FA1-P  up to about 54% and 22%, respectively.

Figure 4(b) shows the effect of on the fairness. Except for  FA1-S, the FI is little affected by the change in the ; the FI of  DCF  is about 0.85~0.86 and the FI of  FA1-P,   FA2-T, and  FA2-H  is at least 0.99 for the entire range of . In the case of  FA1-S, the FI is slightly decreased from 0.990 to 0.971 as increases from 0.001 to 0.05, which results from the increase of transmission failure due to the aggressive MCS. Recall that the unsuccessful transmission time is excluded in calculating FI, as shown in (23). The results in Figure 4 confirm the outstanding performance of the proposed two-level aggregation scheme over the single-level aggregation scheme in terms of efficiency and fairness.

5.6. Performance Comparison with respect to the Number of Stations

Lastly, we compare the performance of the proposed scheme with several existing schemes in terms of throughput, fairness, and delay when changes. Here, we consider another existing scheme, denoted as  STFM  [9], for the comparative study. This scheme adjusts the channel access probability of the legacy WLAN system to achieve airtime fairness and to maximize the aggregate throughput. It has the same objective but different approach as the proposed scheme. We consider only  FA1-P  as the single-level aggregation scheme. Also, we introduce another performance index, MAC-to-MAC delay, which is defined as the time interval between the instant when a packet is delivered to the MAC layer in the sender and the instant when it is successfully received and delivered to the upper layer from the MAC layer in the receiver.

Figures 5(a), 5(b), and 5(c) represent the aggregate throughput, fairness index, and the average MAC-to-MAC delay, respectively, for various values of ranging from 1 to 30. The value of was set to 0.01 and the other configurations were the same with those in Section 5.4. First, we can see from Figure 5(a) that the throughput gain of  STFM  over  DCF  is marginal even though it greatly improves airtime fairness (see Figure 5(b)). This is because  STFM  controls the channel access probability to assure fairness, but it cannot take advantage of frame aggregation. However, the throughput enhancement achieved by  FA2-H  over  STFM  and  FA1-P  reaches up to 240% and 22%, respectively. As increases, the aggregate throughput decreases for all schemes, due to the increase of collision probability. However, it is worthwhile noting that the relative throughput gain of  FA2-H  over other schemes is maintained nearly constant. In terms of airtime fairness, with the exception of  DCF, the FI values are nearly close to one regardless of , as shown in Figure 5(b). However, the fairness of  DCF  remarkably deteriorates as increases; that is, the FI decreased from 0.92 to 0.82 as increases from 5 to 30. Next, we compare the MAC-to-MAC delay of several schemes in Figure 5(c). Similar to the results of throughput, the delay of  FA1-P,   FA2-T, and  FA2-H  is significantly smaller than those of  DCF  and  STFM. For the entire range of , the average delay of  FA2-H  is smaller than that of  STFM  and  FA1-P  by approximately 6065% and 1223%, respectively. Compared to  FA1-P  where the single-level aggregation is used,   FA2-H  further decreases the delay, because the two-level aggregation controls the frame size to maintain minimal overheads depending on the channel state. The delay is nearly proportional to the value of for all schemes due to the contention among stations. However, the relative gain of  FA2-H  over the others still maintains. In terms of all the performance indices, the performance of  FA2-H  is almost equal to that of  FA2-T.

6. Conclusion

In this paper, we proposed a novel frame size adaptation scheme by employing the generalized two-level frame aggregation scheme in IEEE 802.11n WLANs, to achieve airtime fairness and enhance overall network throughput. By dynamically controlling the size of aggregated frame, the proposed scheme tightly regulates the airtime of each station around the target value and thus effectively resolves the performance anomaly problem that arises due to the difference in data rates and packet sizes among stations. At the same time, the proposed scheme adjusts the frame size so that the throughput can be maximized by considering the channel error rate, data rate, and MAC overhead. We formulated the problem of frame aggregation as an optimization problem and proposed the simple and effective method to reduce the computational complexity. The simulation results under various configurations confirm that the proposed scheme significantly outperforms other existing schemes in terms of the aggregate throughput and channel access delay while maintaining a high level of airtime fairness.

Conflict of Interests

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

Acknowledgment

This work was supported by Basic Science Research Program through the National Research Foundation of Korea (NRF), funded by the Ministry of Education, Science, and Technology under Grants NRF-2012-0002019 and NRF-2013R1A2A2A01009883.