Skip to main content

On Adaptive Contention Resolution Schemes for IEEE 802.16 BWA Systems

Abstract

According to the latest version of the IEEE 802.16 standard, the mandatory contention resolution method is the truncated binary exponential backoff, with the initial window size and the maximum window size controlled by the base station. However, the problem of choosing the right set of backoff parameters for the current network level remains unsolved and left as an open issue since this strategy might incur a high collision probability and the channel utilization could be degraded in congested scenario. In this paper, we propose two pragmatic adaptive algorithms, namely semi-dynamic and quasi-dynamic contention resolution schemes, that allow the base station to adjust its backoff window size based on current channel status. By controlling the size of backoff window according to varying network conditions, both schemes are able to achieve higher performance in comparison with the legacy IEEE 802.16 standard.

1. Introduction

High-speed transmission, fast deployment, and cost saving have made Broadband Wireless Access (BWA) systems a rapidly emerging field of activity in computer networking, attracting significant interests in the communities of academia and industry. In the mean time, the IEEE standard for BWA systems, IEEE 802.16 [1–3], has gained global acceptance and popularity in wireless computer networking markets and is also anticipated to take place of broadband access solutions like digital subscriber line (DSL) and cable.

The IEEE 802.16 standard specifies two modes for sharing the wireless medium: point-to-multipoint (PMP) and mesh (optional) modes. In the PMP mode, the nodes are organized into a cellular-like structure, where a base station (BS) serves a set of subscriber stations (SSs) within the same antenna sector in a broadcast manner, as shown in Figure 1.

Figure 1
figure 1

Broadband wireless access system.

The communication path between SSs and BS has two directions: uplink channel (from SSs to BS) and downlink channel (from BS to SSs). The downlink channel is a broadcast channel, while the bandwidth of uplink channel is shared by the SSs. The subframe in uplink channel includes three periods: Initial Maintenance period, Request Connection Opportunities period, and Scheduled Data grants period. The BS announces these periods and associates burst classes in the preceding downlink subframe's uplink map (UL-MAP).

Initial ranging and bandwidth request are two primary parts of the Call Admission Control (CAC) procedure. The BS periodically reserves bandwidth in the uplink channel for SSs to register or send their bandwidth request. When a SS needs registration or bandwidth, it has to go through the contention resolution procedure to send its requests.

The IEEE 802.16 contention resolution mechanism is controlled by two sets of parameters: the number of the contention slots and the backoff initial/maximum window values. These parameters are set at the BS and transmitted to SSs in the UL-MAP. When an SS has information to send and wants to enter the contention resolution process, it sets its internal backoff window size equal to the request size of initial backoff window defined in the uplink channel descriptor (UCD) message. The SS randomly selects a number within its initial backoff window. This random value indicates the number of contention transmission opportunities that the SS defers before transmitting. However, collisions might still occur if two or more SSs select the same backoff value. When this happens, the SS increases its backoff window by a factor of two, as long as it is less than the maximum backoff window. The SS randomly selects a number within its new backoff window and repeats the deferring process described above. This retry process continues until the maximum number of retries has been reached.

According to the IEEE 802.16 standard, the backoff parameters of its collision resolution mechanism are far from optimal setting since it selects a small initial value of backoff window by a naive assumption of a low level of congestion in the system. Hence, the problem of choosing the right set of backoff parameters for the current network level remains unsolved and left as an open issue since this strategy might incur a high collision probability and the channel utilization could be degraded in congested scenario.

Although in literatures there have been excellent discussions on the issues on contention resolution mechanism and its performance analysis [4, 5]. However, these studies do not propose any mechanisms to force the SSs to adopt an adaptive backoff window size that maximizes the channel capacity for current channel status. In [6], Yao et al. analyzed the impact of contention slots allocation on system throughput and thus proposed an algorithm to optimize the utilization of uplink bandwidth by dynamically adjust the number of contention slots. In [7], Sayenko et al. presented analytical calculations to determine optimal values for the backoff initial/maximum values and an optimal number of the request transmission opportunities. In [8], Lin et al. proposed an efficient performance improvement method by using dynamic window adjustment for initial ranging. However, none of the above studies is satisfactory since they did not tell us how to run-time estimate the channel status. The algorithm proposed in [9] automatically adjusts the initial contention window to a near optimal point according to the traffic activity, thus avoiding bandwidth wastage due to improper contention window setting. However, this scheme was designed for WLANs, and we did not know whether the proposed algorithm can be applied to IEEE 802.16 standard.

Based on above observations, we propose that a proper choice of the size of backoff window in accordance with current channel status, which has a great influence on overall network performance. Hence, in this paper, two pragmatic adaptive algorithms, namely semi-dynamic and quasi-dynamic contention resolution scheme, that allow the base station to adjust its backoff window size dynamically are proposed. Both schemes can be implemented in the present IEEE 802.16 standard with only relatively minor modifications and use very simple feedback signals. In addition to the analytical analysis, we have also carried out comprehensive simulations implemented by network simulator NS2 [10] to evaluate the performance of the proposed schemes. The results show that both schemes are able to achieve higher performance in comparison with the legacy IEEE 802.16 standard.

The remainder of this paper is organized as follows. Sections 2 and 3 introduce the proposed semi-dynamic and quasi-dynamic contention resolution schemes, respectively. Simulation and experimental results are given in Section 4, followed by Section 5 which concludes this paper.

2. Semi-Dynamic Contention Resolution Scheme

As an effort to improve on the previous schemes, we introduce our proposed schemes in detail in this and next section. Before we start to discuss the issues of interest, important notations and variables are defined in Table 1, and they will be used throughout this paper.

Table 1 Notations and variables used in analytical analysis.

In an IEEE 802.16 BWA system, a low transmission collision rate implies that the number of competing SSs is low, and the contention window should be set small. On the other hand, consecutive transmission collisions indicate that there are numerous competing SSs in the system. In such cases, the size of backoff window should be set considerably large to avoid collisions in the future transmission.

In the proposed semi-dynamic contention resolution scheme, an active SS uses the analytical model described in [11] to estimate the number of competitive SSs, and then a threshold of backoff window size is set to determine the number of competitive SSs. For more details, the reader is referred to our previous work [11].

In the beginning, corresponding to the period of connection start-up, the backoff window is exponentially increased so as to quickly adjust itself to the current channel status. After the backoff window size reaches the threshold, the size of backoff window linearly grows until a packet transmitted successfully. Algorithm 1 describes the proposed scheme.

Algorithm 1

Function Semi-Dynamic Backoff

repeat

if Response received from BS then

if backoff window size threshold then

if backoff window size == then

backoff window size =

else

backoff window size = backoff window size 2

else

backoff window size = backoff window size

else

if backoff window size threshold then

backoff window size = backoff window size 2

else

if backoff window size == then

backoff window size =

else

backoff window size = backoff window size +

until no more packet to transmit

end.

Figure 2 shows the state transition diagram of backoff window variation in the proposed semi-dynamic contention resolution scheme. In sum, when the current backoff window size is smaller than the threshold, K, we increase/decrease the size of backoff window exponentially in response to a light network load. On the other hand, we increase/decrease the size of contention window linearly in response to a heavy network load when the contention window size is larger than the threshold.

Figure 2
figure 2

State transition diagram of semi-dynamic contention resolution scheme.

3. Quasi-Dynamic Contention Resolution Scheme

In order to exploit the information about the actual channel status, we define the probability of contention failure, , to be the probability that a request slot transmitted by the SS of interest fails (collisions), and the utilization factor of contention period, , to be the average utilization rate of contention periods. Recall that the channel status of contention period (initial ranging or bandwidth request) can be generally divided as two states: busy and idle states as shown in Figure 3. It is noted that busy state includes collision and successful contention. Since the absence of an immediate response in the following UL-MAP will be regarded as a failed contention, can be obtained by counting the total number of responses observed in the following UL-MAP, divided by the total number of observed contention attempts on which the measurement is taken in the contention period.

Figure 3
figure 3

The channel status of IEEE 802. 16 contention resolution mechanism.

As for the utilization factor of contention period, , it can be obtained by counting the total number of contention attempts observed in the contention period, divided by the total number of observed contention opportunities on which the measurement is taken in the contention period.

Assume that there are K connections working in asymptotic conditions in the system, meaning that the transmission queue of each connection is assumed to be always nonempty. Instead of the legacy binary exponential backoff algorithm used in the 802.16 standard, the backoff interval of the proposed analytical model is sampled from a geometric distribution with the parameter p and defers the transmission with probability, and then repeats the procedure at the next empty slot. Based on geometric densities, the probability that there are failures of Bernoulli trials before the first success is

(1)

Hence, the average contention window size is determined by the expected value of random variable X, and thus we have

(2)

Now let us try to estimate the average backoff window size at a saturation condition. Since the backoff time is uniformly distributed over for the first attempt, the average backoff window size is

(3)

Substituting expressed in (2) into (3), we obtain:

(4)

Since the probability of a contention failure is defined as the probability that a transmitted request encounters a collision, this yields

(5)

From (5), we obtain

(6)

Substituting as expressed in (4) into (6), we obtain

(7)

Since indicated that a slot in the contention period remains empty, we have

(8)

Substituting and K as expressed in (2) and (7), respectively, we can obtain the approximated optimal contention window size which is defined as follows

(9)

4. Simulations and Performance Evaluation

4.1. Simulation Environment

Our simulation model is built using the network simulator NS2. The transmitting power used for each SS is assumed to be high enough to cover transmission range. Figure 4 shows an overview of the simulated system topology. To focus on the contention resolution issue and to reduce the complexity of the simulation, what follows are the basic assumptions in our simulation environment. First, no stations operate in the "power-saving" mode. Second, transmission errors are generated according to the Gaussian channel assumption. The evaluation is made with respect to the collision rate, average access delay, achievable throughput, and fairness index under different offered traffic load.

Figure 4
figure 4

Simulation topology.

The default values used in the simulation are listed in Table 2. The values for the simulation parameters are chosen carefully in order to closely reflect the realistic scenarios as well as to make the simulation feasible and reasonable. All the simulations are conducted on FreeBSD 6.0 on a Xeon 3.4 GHz Server with 2 GB memory. The version of NS2 is ns-2.29, and each simulation run lasts for 20 simulation seconds.

Table 2 Default attribute values used in the simulation.

4.2. Simulation Results

Simulation results are shown below in the form of plots. The variation of collision rate as a function of traffic load is then plotted as shown in Figure 5. It is an intuition that the maximum throughput is obtained by setting the transmission probability of each station equal to , that is, . However, based on our simulation results, the collision rate could be larger than 0.4 as the number of the connections reaches 30 if the backoff window size is fixed to the number of requested connections in the network. Under such circumstances, the performance of the network will be severely degraded as significant transmission loss occurs due to collisions caused by simultaneous transmission of requests. Besides, as shown in Figure 5, different size of for different traffic load is plotted. It can be seen that, as long as the requested connections increase beyond 30, the collision rate raises sharply and reaches close to 0.4. Similar plots are obtained by setting size to 32, 64, and 128. Observations that can be drawn from these results are as follows: () the initial backoff window size should be at least equal to the number of competing connections (SSs) in the network, and () the size of initial backoff window should better generally be maintained large to reduce the collision rate.

Figure 5
figure 5

Collision rate as a function of start contention window size and traffic load.

Figure 6 compares the collision rate from the proposed scheme with the legacy IEEE 802.16 protocol and the aforementioned scheme (the size of and is fixed to the number of connections in the network). We can see that although there is not much difference in the values of the performance measures when traffic load is light, however, the proposed schemes both provide significantly better performance at heavy load. Besides, as we expected, the quasi-dynamic scheme can get the best performance since it can dynamically adjust its backoff window based on run-time measurements of current channel status.

Figure 6
figure 6

Collision rate versus number of connections.

Figure 7 depicts the average access delay as the number of connections increases. As illustrated in Figure 7, we can see that there is not much difference in the values of the performance measures when traffic load is low. However, the proposed schemes provides a better performance than the legacy IEEE 802.16 protocol as the number of connections increased, especially when the number of connections reaches approximately to 40. It should be noted that the quasi-dynamic scheme will get longer access delay than semi-dynamic scheme in congested scenario since it tends to select a large backoff window size to alleviate the probability of collisions.

Figure 7
figure 7

Average access delay versus number of connections.

Figure 8 depicts the achievable throughput as the number of connections increases. As shown in the figures, the throughput improvement can be as much as about 20% in congested environments. It reveals that both of our proposed schemes could reduce the collision probability without sacrificing the overall system performance.

Figure 8
figure 8

Achievable throughput versus number of connections.

Finally, we investigate and analyze the performance discrimination of the proposed schemes. We use the fairness index defined by Jain et al. [12] to evaluate how fair it is. The fairness index is defined as

(10)

where n is the number of connections, and is the throughput of connection i. From Cauchy-Schwartz inequality, we obtain Fairness Index 1, and the equality holds if and only if all are equal.

As shown in the Table 3, as the number of connections for each scheme increases, the difference of throughput also increases. Hence, performance discrimination appears as the number of stations increases.

Table 3 Fairness index versus number of connections.

5. Conclusions

Different from the legacy exponential binary backoff algorithm used in the IEEE 802.16 standard, in this paper, we propose two pragmatic adaptive algorithms, namely, semi-dynamic and quasi-dynamic contention resolution scheme, that allow the base station to adjust its backoff window size based on current channel status. Through extensive simulations, we have demonstrated quantitatively the effectiveness of both proposed schemes. Furthermore, the given results show that the quasi-dynamic scheme can achieve better performance than the semi-dynamic scheme in most cases. However, in order to acquire sufficient knowledge of the current channel status, the quasi-dynamic scheme tends to be more computationally complex compared to the semi-dynamic scheme.

References

  1. IEEE 802.16 Standard-Local and Metropolitan Area Networks-Part 16: Air Interface for Fixed Broadband Wireless Access Systems, IEEE Std 802.16-2004

  2. Zhang Y, Chen HH: Mobile WiMAX—Toward Broadband Wireless Metropolitan Area Networks. Auerbach Publishing, Boston, Mass, USA; 2008.

    Google Scholar 

  3. Nuaymi L: WiMAX—Technology for Broadband Wireless Access. John Wiley & Sons, New York, NY, USA; 2007.

    Google Scholar 

  4. He J, Guild K, Yang K, Chen H-H: Modeling contention based bandwidth request scheme for IEEE 802.16 networks. IEEE Communications Letters 2007, 11(8):698-700.

    Article  Google Scholar 

  5. Cheng HT, Jiang H, Zhuang W: Distributed medium access control for wireless mesh networks. Wireless Communications and Mobile Computing 2006, 6(6):845-864. 10.1002/wcm.445

    Article  Google Scholar 

  6. Yao Y, Zhu H, Sun J: Dynamic contention slot allocation for 802.16 broadband wireless access systems. Proceedings of the International Symposium on Consumer Electronics (ISCE '07), 2007 1-5.

    Google Scholar 

  7. Sayenko A, Alanen O, Hamalainen T: On contention resolution parameters for the IEEE 802.16 base station. Proceedings of IEEE Global Telecommunications Conference (GLOBECOM '07), November 2007, Washington, DC, USA 4957-4962.

    Google Scholar 

  8. Lin L, Jia W, Han B, Zhang L: Performance improvement using dynamic contention window adjustment for initial ranging in IEEE 802.16 P2MP networks. Proceedings of IEEE Wireless Communications and Networking Conference (WCNC '07), March 2007, Kowloon, Hong Kong 1877-1882.

    Google Scholar 

  9. Pang Q, Liew SC, Lee JYB, Leung VCM: Performance evaluation of an adaptive backoff scheme for WLAN. Wireless Communications and Mobile Computing 2004, 4(8):867-879. 10.1002/wcm.260

    Article  Google Scholar 

  10. The Network Simulator ns-2, http://hpds.ee.ncku.edu.tw/~smallko/ns2/ns2.htm

  11. Deng D-J, Ke C-H, Chen H-H, Huang Y-M: Contention window optimization for IEEE 802.11 DCF access control. IEEE Transactions on Wireless Communications 2008, 7(12):5129-5135.

    Article  Google Scholar 

  12. Jain R, Durresi A, Babic G: Throughput fairness index: an explanation. ATM Forum 2009., (99-0045):

    Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Der-Jiunn Deng.

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

Cite this article

Ke, CH., Deng, DJ. On Adaptive Contention Resolution Schemes for IEEE 802.16 BWA Systems. J Wireless Com Network 2009, 205057 (2009). https://doi.org/10.1155/2009/205057

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1155/2009/205057

Keywords