Abstract

IEEE 802.11 WLAN utilizes a distributed function at its MAC layer, namely, DCF to access the wireless medium. Due to its distributed nature, DCF is able to guarantee working stability in a wireless medium while maintaining the assembling and maintenance cost in a low level. However, DCF is inefficient in dealing with real-time traffics due to its incapability on providing QoS. IEEE 802.11e was introduced as a supplementary standard to cope with this problem. This standard introduces an Enhanced Distributed Coordination Function (EDCF) that works based on diff-Serve model and can serve multiple classes of traffics (by using different prioritizations schemes). With the emergence of new time-sensitive applications, EDCF has proved to be yet inefficient in dealing with these kinds of traffics because it could not provide network with well-differentiated QoS. In this study, we propose a novel prioritization scheme to improve QoS level in IEEE 802.11e network. In this scheme, we replace Uniform PDF with Gamma PDF, which has salient differentiating properties. We investigate the suitability and superiority of this scheme on furnishing network with well-differentiated QoS using probabilistic analysis. We strengthen our claims by extensive simulation runs.

1. Introduction

IEEE 802.11 [13] stations utilize two different functions at its MAC layers to access the radio channel; the first one is DCF, which is the mandatory part, and the second one is an optional function named Point Coordination Function (PCF). DCF works based on Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA), and as will be explained later it uses a binary exponential back-off mechanism for transmission. However, DCF has a very restricted potential in supporting multimedia traffic with different QoS requirements. On the other side, PCF can supply network with a minimum amount of QoS although it might not be implemented in most of network cards due to its complexity, inefficiency, and instability issues.

In DCF access mechanism, the station that is going to transmit should firstly sense the channel. This action should be continued until the channel becomes ideal and remains ideal for at least DIFS. After spending this time, station should wait for a random amount of time to be expired before it starts to transmit its frame. This time is known as back-off duration to which a back-off counter is dedicated. Back-off counters decrease their values during channel ideal bursts and stop counting down as soon as channel becomes busy. The countdown process activates again, upon channel becomes ideal, and remains ideal for at least DIFS duration. Finally, the station transmits unconditionally as soon as the counter value reaches zero.

These back-off durations are to be chosen uniformly from the interval [0, -1] in which is the current contention window’s length. At the first attempt to transmit, is always equal to initial contention window’s size ( ). After each unsuccessful transmission of a frame, gets larger (multiplied by a factor of 2). This process resumes until reaches limit and then it stays unchanged until back-off stages reaches to .

The station should reset its contention window’s length in only two situations: first, when a frame is sent successfully; second, when retransmission counter reaches and the frame drops subsequently.

After each successful reception of a frame, receiver should send a short control frame, named Ack, back to transmitter. In case the transmitter does not receive this controlling frame within a prespecified amount of time, namely, Ack-timeout, or hears different transmission from another station, it will reschedule its retransmission for a latter time. This retransmission has to be performed using back-off mechanism. This is named the Basic transmission mechanism.

In order to reduce the undesirable effects of hidden terminal problem, which is a common situation in many WLAN scenarios, another mechanism named RTS/CRS is applicable. RTS/CTS is a four-way handshake transmission mechanism.

So far, many researchers have focused on evaluating performance of IEEE 802.11 networks [415]. Bianchi in [4] introduced a simple and precise analytical model to compute network’s throughput (in saturation condition). Ziouva and Antonakopoulos (ZAs) in [5] proposed an improved analytical model from Bianchi’s one and extended this model to derive an expression for delivery-delay in 802.11 networks (in saturation condition). Wu et al. [6] improved Bianchi’s model considering retry limit, which is one of important parameters in DCF. Xiao and Rosdahl in [7] directed a deep investigation on maximum network throughput. However, no one of these models (see [47]) inspected prioritization issue in network.

In DCF, stations should wait for a long time before starting to transmit. This fact causes many problems when we are to encounter with delay sensitive and time bounded traffics like voice and video [16]. An excellent solution to this problem is to use prioritization schemes instead of guaranteed methods of QoS provisioning (that is always an intricate solution to be implemented). By applying little changes on DCF, Priority schemes are simply implementable and could fall thoroughly effective to serve multiple traffic classes, concurrently [17]. Up to now, several researches have focused on applying differentiation over DCF. Deng and Cheng in [16] proposed a novel scheme by differentiating back-off window’s length; in this scheme, the higher priority class uses [0, ] interval and the lower priority class uses [ ] interval for transmission (j is the back-off stage in network). Veres et al. in [18] proposed a priority scheme in which differentiation applied on both initial back-off window’s length ( ) and maximum back-off window’s length ( ). Aad and Castelluccia in [19] presented another priority scheme that focused on Inter Frame Space prioritization. Pallot and Miller in [20] proposed a new prioritization scheme in which different traffic classes use different probability distribution functions (nonuniform) for their differentiation purpose. The above article briefly pointed out to making use of exponential distribution instead of Uniform one, in a network consisting of only two priority classes, and the authors refrained to give more details. In addition, authors did not point out to the probabilistic and mathematical analysis of their suggested scheme. Henceforth, in this article we thoroughly investigate this subject and strengthen our claims with probabilistic analysis and extensive simulations. Xiao in [17] has recently developed Bianchi’s analytical model to evaluate the effect of all back-off priority schemes in one article. He evaluated differentiation resulting from , Persistent Factor (PF) and maximum back-off stage. IEEE 802.11 committee has recently approved another standard, namely, IEEE 802.11e [1] in order to support the QoS issue in MAC layer. The MAC layer in this standard uses a different access function named Hybrid Coordination Function (HCF). HCF includes two different access functions, the first one is EDCF, and the second one is a contention free centrally controlled function. EDCF makes use of priority schemes mentioned above to support QoS. Mangold et al. in [21] directed a performance study on EDCF and established extensive simulations. Xiao in [5] provided a comprehensive review of 802.11e networks.

This article organized as follows: following this section, we introduce common prioritization schemes implemented in EDCF so far. In Section 2, IEEE 802.11e existing analytical models will be discussed, and some of the network metrics will be introduced. In Section 3, our novel priority scheme based on PDF differentiation will be presented and in Section 4, performance of this scheme will be evaluated using extensive simulation runs. In Section 5, we will set up a comparison between scenarios using different well-known PDFs at their MAC layer. Finally, in Section 6, we conclude and summarize our study.

1.1. Prioritization Schemes in EDCF

In general, all priority schemes are put under one of these three categories: Back-off priority schemes [1618], IFS priority schemes [19, 20], and Hybrid prioritization schemes [2124].

Back-off priority schemes include(1)differentiation on [17, 18], (2)differentiation on PF [17],(3)differentiation on [18], (4)differentiation on Probability Distribution [16, 20],(5)differentiation on maximum back-off stages [17], (6)combinations of above schemes [17, 18].

It should be noted that scheme ( ) is directly derivable from ( ), ( ), and ( ) in combination and should not be regarded as an independent scheme. In recent years, different aspects of IFS schemes have been studied and all back-off priority schemes except ( ) have been under deep investigation. Therefore, in this article we direct a thorough analysis on ( ). The interested readers are referred to [25, 26] to study more about IFS priority schemes.

Let us suppose that N different traffic classes exist ( ). Following, we briefly introduce two of the most common priority schemes that are applied to EDCF, thus far.

(i) Back-off priority schemes: suppose that , , and respectively represent contention window’s length, persistent factor, and retry limit in class i. If class i enjoys higher priority than class j, then at least one of these equalities should be strictly satisfied: , , .

To gain a better differentiation, we may combine more than one of the above parameters. Suppose that represents contention window’s length at jth stage and represents maximum contention window’s length. Then the following equations are true between introduced parameters and we will use them in the following analysis:

(ii) IFS priority schemes: here, instead of using same IFS in all classes, an Arbitration Interframe Space (AIFS ) is utilized for each class. To that end, if i has higher priority than j, then .

2. IEEE 802.11e Network Analytic Model and Modified Markov Chain

Now, it is time to take a look at one of the existing analytical models of IEEE 802.11e networks.

2.1. Analytic Model
(i)Suppose that, for a station belonging to class i ( ), stochastic processes b( ) and s( ), represent, respectively, the back-off counter’s value and the back-off stage at time . Assume that pi symbolizes the collision probability of a transmitted frame from a station (belonging to class i) in a given timeslot. Also, symbolizes the channel busyness probability in a given timeslot from a viewer station’s viewpoint (belonging to class i).

The transition state diagram for a class i transmission entity is depicted in Figure 1.

We applied several modifications on this model that were not considered in ZAs [5] and Bianchi’s [4] models; for instance, we have the following.(i)Our model is suitable for differentiation analysis on 802.11 networks.(ii)Our model considers a limited whereas in [4, 5] = .(iii)Our model takes into account the counter freezing mechanism in EDCF that was not considered in [4].(iv)Our model considers frame-dropping probability whereas no other model did.

Imagine then in Figure 1, state probabilities are directly derivable from the above chain.

Transmission probability ( ): represents the transmission probability in a given timeslot by a station belonging to class i. Each station starts to transmit, whenever its back-off counter value reaches zero, meaning that being in one of states in Figure 1. Therefore, it is equal to (i)Collision Probability ( ): let ) represent total number of stations in ith class. Then a transmitted frame would collide if more than one station starts to transmit in the same timeslot. Hence, the collision probability in class i would be equal to In “(3),” indicates the total channel’s effects like noise, interference, and fading.(ii)Successful Transmission Probability ( and ): a transmission from a station belonging to class i would be successful if just one station transmits at any instance of time and other stations from all classes refrain from transmission at that instance. Hence, Figure 2 shows all above probabilities’ trend concurrently for a network of five stations.

2.2. Important Network Metrics

Before further proceed, we need to introduce two of the most important network’s quantities in networks that we will extensively utilize in the next section treatments, that is, throughput and delay.

(i)Throughput ( [ ]): here, we mean from [ ] ( ) the normalized throughput for priority i class. Also, suppose that , , , and represent, respectively, slot’s length, time needed to successfully transmit the average payload’s length, successful transmission duration, and finally the collision’s length in class i. Then throughput is defined as (ii)Delivery delay or Service delay ( ): this metric is equal to the time duration between two successive successful transmission from a station (in class i). This metric includes propagation delay, IFS, access delay, (including collisions and back-off), and Ack’s length. By applying widespread Little rule, the mean delivery delay for class i is obtainable as:

3. Novel Priority Scheme Based on PDF Differentiation

In this section, we are going to introduce a new prioritization scheme. This scheme works based on substituting Gamma distribution with legacy Uniform one that has been used in Back-off mechanism. Due to its distinctive differentiating properties, Gamma PDF seems a suitable and useful choice for being used in access granting part of network.

Although the legacy Uniform PDF, which is utilized in back-off procedure of 802.11 networks, reduces collision probability to some extent, however, the uniformity property of this PDF deeply endangers QoS issue in WLANs. This is not a complicated task to prove this claim. Actually, the key purpose of using Uniform PDF in DCF back-off mechanism was to furnish stations with strict access fairness and because there should have been no priority between stations in a 802.11 network. Nevertheless, upon emergence of 802.11e networks, this target (Fairness) was gradually vanished and replaced with prioritization. Our familiarity with mathematical analysis and higher-order statistical moments (Like Kurtosis) further confirms this fact that Uniform PDF’s dispersion is too high to be suitable for differentiation purposes. This property makes it an inappropriate option especially for voice and video servicing at the same time with Best-effort services. To gain the required tools, in next subsection, we first go over few probabilistic means that are required for further proceed.

3.1. Prioritization Based on Gamma PDF

In current section’s analysis, we do vastly use a probabilistic moment named Kurtosis. Hence, it is necessary to introduce it, in advance. Actually, Kurtosis is a measure of the concentration of a distribution about its mean and larger value of this metric is equivalent to a narrower distribution and more concentration about its mean: where and are, respectively, second and forth central moments of a distribution (normal distribution has for all its parameters’ values).

In order to improve strict QoS level in network and especially to better support delay sensitive traffics like voice and video, we apply Gamma PDF instead of Uniform one. Gamma PDF is a continuous two-parameter distribution from which the Chi-Square and Exponential PDFs are derivable. This PDF varies widely as its two parameters change and takes different shapes with distinctive characteristics. The scalability of this PDF makes it suitable for our purpose, which is setting up a wide interclass differentiation. Figure 3 shows Gamma’s trend for different and values:

The mean, Variance, and Kurtosis of Gamma PDF are

As it is evident, the Kurtosis of Gamma PDF only depends on shape parameter ( ).

This PDF has the property to furnish higher-priority classes with PDF of higher kurtosis and lower-priority classes with lower kurtosis. Therefore, the higher-priority class encounters with lower collision probability and hence enjoys higher successful transmission probability. At the same time, the lower-priority class would have a PDF with lower Kurtosis value and so it gains higher freedom to choose diverse back-off values. Therefore, both classes observe improvements in their performance.

According to (9), As the scale parameter in Gamma increases from 0 to , the kurtosis varies reversely from to 3. The more value results in less ; so at the Gamma distribution becomes a Normal one with . By establishing a suitable relationship between and one of the differentiation parameters in network (like ) in a way that higher-priority class enjoys lower and vice versa, the enjoyable results will be achieved.

The interesting fact about the use of Uniform (a, b) PDF in 802.11e networks is that it always enjoys Kurtosis = 1.8 regardless of its and a border’s values. As a result of this fact, not only Kurtosis <2 is a low value for making strict differentiation between different traffic classes, but also being constant for all values of RV and all and values is a great cause of poor performance of Uniform PDF (when used in Back-off mechanism).

The Gamma distribution will gain better performance for lower values of ; for instance, for the Gamma PDF becomes an Exponential one with better QoS support than . This fact will be shown in simulation results of next section.

Furthermore, Gamma distribution has another interactive attribute in comparison with Uniform’s one: existence of two degrees of freedom in Gamma ( ) instead of one degree of freedom in Uniform (b-a) helps in furnishing network with two different kinds of differentiation: ( ) interclass differentiation and ( ) intraclass differentiation. In interclass differentiation, diverse traffic classes are to be served with different PDFs while in Intra-class differentiation, one frame in different transmission stages (after unsuccessful transmissions) is to be served with different PDFs. Uniform PDF with one degree of freedom (b-a) treats these two distinct differentiations as one and hence QoS provisioning is endangered.

To better illustrate above explanations, we talk a little probability mass transfer in Gamma ( ) PDF that happens when and change. Below we introduce two important probabilistic parameters in Gamma PDF that take important role in our analysis.(i)Cumulative probability up to Mean: (ii)Cumulative probability around mean:

The interesting fact is that, like kurtosis, this two metrics are also independent from scale parameter (b) and depend only on shape parameter (c).

Consider two integrals and . Obvious from above equations, these two integrals’ values only depend on parameter and are independent of whatsoever. As value increases from 0 to , monotonically reduces from 1 to 0.5. This fact is illustrated at Figure 4(a). This means that, in a network that utilizes Gamma PDF in Back-off procedure instead of Uniform one, the higher-priority class chooses its back-off counter’s value from (Mean of Gamma (b, c)) interval with higher probability than the lower-priority class. Correspondingly, reduces from 1 to 0.38 (again this proves the increasing similarity of Gamma and Normal as tends to and (Normal (μ, σ2)) = 0.38292). This fact is illustrated at Figure 4(b).

These explanations emphasize on one important fact: as increases, not only the dispersion of Gamma PDF increases (the concentration about its mean decreases) but also the mass probability transfer takes place and moves from left to right as shown in Figure 5. Again, this is evidently an advantage along QoS provisioning.

4. Performance Evaluation

In order to set up a correct comparison between scenarios using Uniform PDF in their back-off procedure and the ones using Gamma(b, c) PDF, it is initially mandatory to make working conditions in both scenarios similar. This means that we should identically parameterize these PDFs to get valid results. For instance, we should not set up a comparison while mean values of these two PDFs are different.

Apparently, the discrete Uniform has Mean = /2 and Variance = * /12. To accomplish the above-mentioned task, let us equate first two moments of Gamma PDF with those of Uniform PDF. These two equations result in corresponding and . Hence,

Evidently, depends only on one parameter, which is the back-off window’s length at jth stage ( ). Due to monotonically increasing trend of Mean and variance (with ), the desirable behavior is achieved. We study three different scenarios on this basis. The distinguishing parameter in these scenarios will be the number of stations ( ). The EDCF and common parameters that are to be applied to this set of scenarios are listed in Tables 1 and 2.

We go over three different simulation scenarios with , 24, 48, in each scenario four traffic classes contend for channel access (hence , 6, 12, resp.). At each scenario, two simulations are established, one with Uniform PDF and another with Gamma PDF. Several parameters are evaluated and compared in each scenario, for example, average total delay, average voice and video class service delays, throughput, and finally the transmission probability.

Figures 6, 7, and 8 better illustrate the situation. As we see, the more priority class (Voice) enjoys higher QoS than lower priority class (Video) when using Gamma PDF instead of Uniform one. Especially, total delay improves (Reduces) with Gamma PDF and the distinction becomes larger as the number of stations increases.

To better illustrate tradeoff procedure between classes (as PDF’s variance increases), we plot throughput and transmission probability separately for voice, video, and best effort classes in Figures 11 and 12. As far as background class showed the same trend as best effort class, we avoid mentioning it here.

This fact that larger numbers of stations shift benefits toward using Gamma PDF stems from its lowered collision probability. As Background and Best effort traffic classes exhibited the same trends as voice class (improved in Gamma scenarios), we intentionally avoid plotting them at this place.

Thus far, we have verified superiorities of using Gamma PDF compared with Uniform one, in scenarios that mean and variance are forced to be the same. Thereafter, we focus on scenarios in which means are the same (as it is mandatory for valid comparisons) but we change variance and observe the results. The observations reveal that, as variance increases, the total delay decreases, and the total throughput increases up to a limit. After this limit, both trends are reversed with more variance increments. Interestingly, trade-off takes place between classes so that higher-priority class seizes bandwidth from lower-priority class when variance increases more and more. Therefore, collision probability decreases. The underneath reason for the lowered delay is also in exact relationship with collision probability; the less collisions happen, the less retransmission attempts take place, and consequently the lower delay would be obtained.

Fundamentally, Increasing the PDF’s variance intensifies Intra-class contention and decreases Inter-class contention. Intra-class contentions are those that happen between stations in the same class, but Inter-class contention happen between stations belonging to different classes. By increasing PDF’s variance more and more, after a while, the Intra-class contention becomes dominant colliding factor; hence, after passing a limit the trends are reversed and total delay increases while total throughput decreases. These explanations illustrated at Figures 9 and 10. In these sets of scenarios .

To better illustrate tradeoff procedure between classes (as PDF’s variance increases), we plot throughput and transmission probability separately for voice, video, and best effort classes in Figures 11 and 12. As far as, Background class showed the same trend as best effort class we avoid mentioning it here.

As throughput is directly engaged with transmission probability, we expect a correspondence between these two parameters. As an example, let us take a look at voice and video classes transmission probabilities.

As it is obvious, the transmission probabilities of these two classes vary in opposite directions although throughputs in both classes (Figure 12) vary in the same directions. This should not seem confusing since Figure 13 can best explain the reason.

Figure 13 shows that both throughput and successful transmission probability have maximum in . The descending/ascending behavior of these two metrics as a function of has divided them into two distinct regions and the separation point is this maximum. Taking a deeper look on this plot will solve the confusion. In EDCF, the higher-priority class (voice) always survives in descending part of curves (region 1) while other classes survive in its ascending part (region 2). As PDF’s variance increases, voice class’s decreases, and other classes’ increase. This leads to higher throughput in voice class because in Region1 the trend is monotonically descending. At the other side, ascending behavior of plot in region 2 leads to higher throughput in other classes when increases. Due to the same fact, transmission probability in voice class is always higher than other classes.

5. Comparison between Different PDFs

At last, we summarize this article by making a comparison between service delays when different well-known probability density functions are applied on DCF. Here, we compare six scenarios with each other. The applied PDFs are Uniform, Geometric, Pareto, Exponential, Poisson, and Gamma. It is to be noted that variance and mean are the same in all these scenarios to have a valid comparison. Figure 14 illustrates this situation. It should be emphasized that, as these curves were plotted in time average mode filter of OPNET simulator, we should only consider values at simulation ending time (2 m = 60 s) of Figure 14. Due to the nature of this filtering in OPNET, it only shows the real mean value of each curve at simulation ending time. Therefore, Gamma outperforms others and Uniform shows the worst behavior.

6. Conclusion

In this study, we proposed a new prioritization scheme that is based on PDF differentiation. In this scheme, we applied Gamma PDF in place of Uniform one. The rationale behind this idea is directly related to especial characteristics of Gamma PDF that it inherently possesses and makes it suitable for well-differentiating purposes. We proved this claim with the aid of comprehensive probabilistic explanations and analysis. Then we established extensive simulation runs to confirm the suitability of this scheme. Sufficient set of metrics were put under investigation like delay, throughput, retransmission attempt, and transmission probability. All results decisively confirmed that our scheme outperforms legacy EDCF.

In [27], we proposed a different QoS improving method named -ATM. To better support QoS, instead of using differentiation, we adaptively tune after each transmission based on getting instantaneous feedback from channel’s load. We showed that it is possible to combine our proposed differentiation scheme with -ATM in order to achieve better QoS in 802.11e networks.