Skip to main content

A dynamic adjustable contention period mechanism and adaptive backoff process to improve the performance for multichannel mesh deterministic access in wireless mesh LAN

Abstract

IEEE802.11s draft proposes a new medium access control function-mesh deterministic access (MDA), which is mainly used for single-channel wireless mesh local area network (LAN). In single-channel environment, collisions between control packets and data packets may occur very often. To completely avoid the collision between control packets and data packets, the mesh delivery traffic indication message (DTIM) interval is first divided into contention period and data transmission period. To reduce the hardware requirements in design, we require a mesh point (MP) only equips a single transceiver to support multichannel environment. To provide higher performance and network capacity than the original MDA for wireless mesh LAN, we proposed a multichannel MDA (MMDA) algorithm. However, the MMDA algorithm may suffer from the resource waste problem when wireless mesh LAN is at heavy-loading situation, so this paper proposes a dynamic adjustable contention period (DACP) mechanism to solve this problem. In addition, we use an adaptive backoff process (ABP) to improve the fairness of the MMDA algorithm. The theoretical analysis gives the upper limit of the throughput for the DACP mechanism. The simulation experiments clearly show the results in multichannel wireless mesh LAN environment that the proposed scheme performs better than the MMDA algorithm and the enhanced distributed channel access (EDCA) in throughput, average waiting time, and packet drop ratio.

1 Introduction

With the popularity of wireless local area network (LAN), increasing the network coverage is the necessary development. IEEE802.11s draft [1] divides nodes into two categories, including mesh node and non-mesh node. A mesh node can support mesh services, but non-mesh node cannot, e.g., the original IEEE802.11 station (STA) is a non-mesh node [2]. Mesh nodes are divided into two categories: mesh point (MP), which only supports mesh services such as route selection and packet forwarding; mesh access point (MAP), which provides access point (AP) functions for STAs and mesh services. For compatibility with the IEEE802.11 LAN, wireless mesh LAN must be able to link with other networks; therefore, a mesh point portal (MPP) provides the functions of layer 2 bridge and layer 3 interworking [3]. Wireless mesh LAN topology can be mainly divided into 802.11 connected mesh and 802.11 mesh ad hoc[4]. In IEEE802.11s draft, the medium access control (MAC) layer protocol has great influence for wireless mesh LAN performance [5, 6] and it follows the original IEEE802.11e enhanced distributed channel access (EDCA) [7], including congestion control [8, 9], power saving [10], synchronization [11] and beacon collision avoidance [12], and quality of service (QoS) [13–15].

IEEE802.11s draft proposes the mesh deterministic access (MDA) in the MAC enhanced region [16]. MDA mainly works in the single-channel network, and the related works of MDA also focuses on the improvement of single-channel network performance. The authors of [17] propose a semi-random backoff (SRB) method that enables resource reservation. Cheng et al. propose the DPSO-CA algorithm to assign channel with topology preservation in multiradio wireless mesh networks [18]. Xiao et al. investigate the fundamental performance limits of MAC protocols for particular multihop sensor networks [19]. Vishnevsky et al. make the beacons responsible for supporting MDA designed for delay-sensitive multimedia applications [20]. The authors of [21] develop a scheduled mesh access (SMA) mechanism based on MDA, while SMA has better anti-interference ability than EDCA. The authors of [22] define the MDA interframe space (MIFS) to make MP get higher priority to access its own MDA opportunity (MDAOP). However, single-channel network environment has higher collision probability and cannot avoid collisions between control packets and data packets. In particular, network performance is strictly limited in the single-channel wireless mesh LAN when it is in the heavy-loading situation and hidden node environment. According to [23, 24], using multichannel architecture is more effective than single-channel architecture to enhance performance and reduce collision probability in IEEE802.11 network. [25] shows some channel assignment (CA) to improve wireless mesh network performance by limiting the negative interference effects. The authors of [26] give the embedded version FreeBSD for multichannel wireless mesh networks. [27] proposes a traffic-aware switching scheme (TRASS) for wireless mesh network. In order to further enhance wireless mesh LAN performance and capacity, we have proposed multichannel MDA (MMDA) algorithm to make MDA works on multichannel wireless mesh LAN [28, 29]. The MMDA algorithm adopts four-way handshaking mechanism to reduce hidden node problems, and mesh delivery traffic indication message (DTIM) interval is divided into contention period (CP) and data transmission period (DTP) to completely avoid the collision between control packets and data packets. The MMDA algorithm is designed with only single transceiver, so it can reduce the hardware requirements and design complexity.

The goals of this paper are to improve the MMDA algorithm and to enhance the performance of the multichannel wireless mesh LAN. The MMDA algorithm uses a fixed contention period mechanism, so it causes the network resource waste problem when wireless mesh LAN is in high-loading situation. This paper proposes a dynamic adjust contention period (DACP) mechanism to solve the abovementioned problem. Besides, the MMDA algorithm uses contention to reserve MDAOPs; hence, some MPs may reserve more MDAOPs than the other MPs, which cause unfairness. Therefore, this paper further adopts an adaptive backoff process (ABP) to improve fairness. The organization of this paper is as follows: the next section is background description; Section 3 is to describe the proposed schemes; Section 4 analyzes the throughput of the DACP mechanism; Section 5 shows the simulation results; and finally, Section 6 concludes the paper.

2 Background description

In the original MDA, a mesh DTIM interval is defined between two consecutive beacon frames. According to IEEE802.11s draft, the slot size of mesh DTIM interval is set to 32 Î¼s, in which an MP can reserve MDAOP to transmit data. An MDAOP can be reused in every mesh DTIM interval until an MP finishes transmission and releases it. MDA is established by using two control packets: MDA setup request and MDA setup reply. Figure 1 shows the operation of MDA mechanism. Before a source MP (MPA) transmits data, it sends MDA setup request packet to its destination MP for requesting MDAOP setup. If the destination MP (MPB) successfully received MDA setup request packet and can satisfy the request of MDAOP setup, it will reply MDA setup reply packet to the source MP. Then, MDA mechanism is completed, so the source MP can build a MDAOP on selected location of mesh DTIM interval with the destination MP and periodically use this MDAOP to transmit data. However, MDA mechanism in IEEE802.11s draft is optional, and it means that not every MP in wireless mesh LAN should support MDA mechanism.

Figure 1
figure 1

The operation of mesh deterministic access mechanism.

MMDA splits the mesh DTIM interval into CP and DTP as shown in Figure 2. In CP, MPs use contention mechanism to reserve MDAOP, and the successful MP establishes MDAOP at the selected channel to transmit data in DTP. It is to make sure that control packets and data packets can be transmitted in different intervals and avoid the collisions between them. Because MMDA algorithm allows an MP only equips a single transceiver in wireless mesh LAN, only a channel (i.e., CH1) is listened by all MPs in CP; then, all MPs know the channel information in DTP, but CH1 can also be used to transmit data in DTP. The maximum size of an MDAOP to be reserved in DTP is 4,096 Î¼s (or 128 slots), which can be used by MP periodically at the same location of each DTP.

Figure 2
figure 2

Mesh DTIM interval architecture of MMDA algorithm.

In order to make MPs achieve timing synchronization in wireless mesh LAN, we use the IEEE802.11 ad hoc timing synchronization mechanism [30] because the MMDA algorithm uses the new defined mesh DTIM interval architecture. An MP sends a beacon in accordance with the principles of the distributed coordination function (DCF) at the beginning of each beacon interval; the other MPs will cease sending beacons and take the timestamp values in the beacons if any MP sends beacon successfully. To use the MMDA algorithm, we require that each MP must build a neighbor MP status table (NMST) to make sure that each MP knows its neighbor MPs' status and channel state information, including the MP's identification (ID), channel ID currently used by the MP, offset from MDAOP's starting position to the beginning of subinterval, duration of MDAOP, periodicity (i.e., the number of MDAOPs in DTP), and MP supported for MDA mechanism or not. For example, if periodicity is four, it means that DTP is divided into four subintervals, while the four MDAOPs are located in the same distance from the beginning of these four subintervals.

Similarly as the original IEEE802.11 ad hoc networks, wireless mesh LAN also has hidden node problem [31]. In order to effectively solve this problem, the MMDA algorithm uses four-way handshaking mechanism instead of two-way handshaking mechanism in the original MDA. In other words, the MMDA algorithm uses four control packets, including MDA setup request, MDA setup reply, MDA ACK (acknowledge), and MDA ADV (advertisement), to reserve MDAOP. By the additional MDA ACK and MDA ADV, the MMDA algorithm can alleviate hidden node problem in wireless mesh LAN. The procedure of the MMDA four-way handshaking mechanism is shown in Figure 3. The proposed scheme in this paper also follows four-way handshaking mechanism of the MMDA algorithm.

Figure 3
figure 3

The MMDA four-way handshaking mechanism.

The MMDA algorithm allows an MP to reserve different MDAOPs to transmit data on the same channel or different channels in DTP, if MP needs more than one MDAOP to meet the transmission request. Figure 4 shows an example of the multiple MDAOPs (included MDAOPs' offsets and durations) used by MPA on different channels (CH4 and CH5) in DTP, and Table 1 shows that the NMST records the corresponding information of MDAOPs for this example.

Figure 4
figure 4

The example of the multiple MDAOPs used by MP A on different channels in DTP.

Table 1 The NMST record of the corresponding information of MDAOPs in Figure 4

The MMDA algorithm has two MDAOP selection mechanisms: the channel load first random fit (CLFRF) and the multichannel best fit (MCBF) mechanisms. The CLFRF mechanism is to randomly select duration from the lightest loading channel for MDAOP reservation, which has the advantage of simple and no more complex operation. The MCBF mechanism is to find the best fit location from all channels to build the requested MDAOP, i.e., the MCBF mechanism is to select the minimum duration from these durations; hence, the advantage of the MCBF mechanism is that the remaining space can be minimized after building MDAOP to avoid causing a large fragmentation.

3 Dynamic adjustable contention period mechanism and adaptive backoff process

The MMDA algorithm uses the fixed ratio of CP and DTP in the mesh DTIM interval, which enables MP to efficiently reserve enough MDAOPs in CP to transmit data. The available duration to establish MDAOPs in DTP will be almost reserved, if a wireless mesh LAN becomes heavily loaded. In addition, the holding time of the reserved MDAOP will increase, if the MDAOP owner needs to send a large amount of data by its reserved MDAOP periodically; therefore, the teardown ratio of MDAOPs in the wireless mesh LAN becomes seriously small, where teardown means MP must release the occupied MDAOP when it completes the transmitting data. An MP cannot find the available duration in DTP to establish MDAOP because each channel in DTP may be almost unable to provide the available duration. In this situation, MP will not send MDA setup request in CP, and the times by using four-way handshaking mechanism to reserve MDAOP will be significantly reduced in CP. The wasting resource problem may occur and cause the performance unable to further increase for wireless mesh LAN. In Figure 5, the shaded region in CP shows the wasted network resource of the MMDA algorithm. Therefore, the DACP mechanism and ABP are to solve for it and described as follows:

Figure 5
figure 5

Network resource waste problem of MMDA Algorithm.

3.1 Dynamic adjustable contention period mechanism

The advantage of DACP mechanism is that it can further improve the capacity and performance of wireless mesh LAN in a heavy-loading situation. DACP mechanism allows MP to adjust CP ratio and increase DTP ratio in the mesh DTIM interval for sending more data when DTP is at the saturated condition. First, we define that MP may have three different MP types: normal contention period (NCP), enable contention period shorten (ECPS), and demarcation point (DP). NCP means that an MP maintains the original CP and DTP ratios in the mesh DTIM interval, while ECPS means that an MP shortens CP to increase the available duration in DTP because DTP has been saturated. The NCP MPs and ECPS MPs may cause the collisions between control packets and data packets when they communicate with each other because of different CP ratios. A DP is defined for the intermediate between NCP and ECPS, which means that the neighbor MPs of an ECPS MP should be the ECPS or DP type, and the neighbor MPs of an NCP MP should be the NCP or DP type. The duration in DP includes the shortened CP, the original DTP, and the additional period. Therefore, the DP MP has the following restrictions: (1) the DP MP in additional period can only receive control messages issued by its neighboring MPs to update NMST, and (2) the NCP or ECPS MP cannot reserve MDAOPs with a DP MP in additional period. The architectures of the mesh DTIM interval for these three types are different as shown in Figure 6, while Table 2 shows the three MP types' ratios of CP and DTP, where we assume that X and Y represent the original CP ratio of MMDA algorithm and the shortened CP ratio in the mesh DTIM interval. DACP mechanism allows MP to transfer among these three types according to its own situation and adjust the CP ratio of the mesh DTIM interval. The available duration which DTP gets from the shortened CP is called additional period. For example, the ECPS MP's DTP is the sum of the original DTP and the additional period.In general, an MP uses the four-way handshaking mechanism of MMDA algorithm to reserve MDAOPs. An MP may determine to start the DACP mechanism as the network becomes heavy loading, i.e., if the utilization of DTP reaches almost saturated, and this situation remains over a certain duration (e.g., ten mesh DTIM intervals). Then, the MP sends a contention period change (CPC) request packet to its neighbor MPs and waits for the neighbor MPs' CPC reply packets to do the state transition. The related state transition diagram for these three different types is shown in Figure 7 with the actions marked from A to K, where pre-NCP, pre-DP, and pre-ECPS represent the three transient states before MP entering the NCP, DP, and ECPS states, respectively. The functions of the actions are summarized as the following:

Figure 6
figure 6

Mesh DTIM interval artictecture of the three different MP types.

Table 2 The ratios of CP and DTP in the different MP types
Figure 7
figure 7

The related state transition diagram for the three different MP types.

  1. A.

    The NCP MP records the information and replies the CPC reply packet when it receives the CPC request packet of NCP or DP type.

  2. B.

    The NCP MP enters pre-ECPS state when the saturated situation occurs. It continues to send the CPC request packet of ECPS type until receiving all neighbor MPs' CPC reply packets.

  3. C.

    The pre-ECPS MP enters the ECPS state in the next mesh DTIM interval, when it receives all neighbor MPs' CPC reply packets.

  4. D.

    The NCP MP replies the CPC reply packet and enters the pre-DP state, when it receives the CPC request packet of ECPS. The pre-DP MP continues to send CPC request packet of DP type until receiving all neighbor MPs' CPC reply packets.

  5. E.

    The pre-DP MP enters the DP state in the next mesh DTIM interval, when it receives all neighbor MPs' CPC reply packets.

  6. F.

    The ECPS MP records the information and replies the CPC reply packet, when it receives the CPC request packet of ECPS or DP type.

  7. G.

    The ECPS MP enters the pre-DP state, when the utilization of DTP is less than the high-loading situation for more than the limit number of mesh DTIM intervals, and there is no MDAOP in the additional period. It continues to send the CPC request packet of DP type until receiving all neighbor MPs' CPC reply packets.

  8. H.

    The DP MP enters the pre-ECPS state, when the saturated situation occurs. It continues to send the CPC request packet of ECPS type until receiving all neighbor MPs' CPC reply packets.

  9. I.

    The DP MP enters the pre-NCP state, when all DP MP's neighbor MPs are not ECPS type and the utilization of DTP is less than the high-loading situation for more than the limit number of mesh DTIM intervals. It continues to send the CPC request packet of NCP type until receiving all neighbor MPs' CPC reply packets.

  10. J.

    The pre-NCP MP enters the NCP state in the next mesh DTIM interval, when it receives all neighbor MPs' CPC reply packets.

  11. K.

    The DP MP records the information and replies the CPC reply packet, when it receives any type of CPC request packet.To further explain the operations of the DACP mechanism, we describe the state transition diagrams as shown in Figure 7 for the MP at the states of NCP, ECPS, and DP, respectively. First, we assume that the MP starts at the NCP state, it may stay at the NCP state by action A; it may go to the pre-ECPS state by action B and then arrive at the ECPS state by action C; or it may go to the pre-DP state by action D and then arrive at the DP state by action E. Then, we assume that the MP starts at the ECPS state, it may stay at the ECPS state by action F; or it may go to the pre-DP state by action G and then arrive at the DP state by action E. Similarly, we assume that the MP starts at the DP state, it may stay at the DP state by action K; it may go to the pre-ECPS state by action H and then arrive at the ECPS state by action C; or it may go to the pre-NCP state by action I and then arrive at the NCP state by action J.

3.2 Adaptive backoff process

Before an MP starts contention to reserve MDAOP in CP, it first enters backoff procedure according to CSMA/CA in IEEE802.11 standard. After waiting for a random time, the source MP sends MDA setup request packet to the target MP. Because the MMDA algorithm uses the contention mechanism to reserve MDAOPs, an MP may reserve more MDAOPs than the other MPs and result in unfairness problem. The contention window (CW) size may play an essential role in improving fairness [32]; therefore, ABP is to adjust the backoff time parameters according to the number of MDAOPs owned by an MP, which allows the MP having less MDAOPs may have higher probability to reserve MDAOPs.

According to NMST, an MP knows the neighbor MPs' MDAOPs and decides to change the backoff time or not by comparing its own MDAOPs' duration and the average durations of the neighbor MPs' MDAOPs. In other words, ABP uses the evaluation parameter r to decide if the MP needs to adjust the backoff time parameters or not as shown in (1), where MDAOPown and MDAOPavg represent the durations of MDAOPs reserved by the MP itself and the neighbor MPs, respectively. According to the value r, ABP defines four access categories (AC), AC0 ~ AC3, with different arbitration interframe space number (AIFSN), CWmin, and CWmax as shown in Table 3. Then, the MP can get the corresponding backoff time parameters to derive the new backoff time by (2). The advantage of ABP is that it can enhance fairness between MPs in wireless mesh LAN.

r= MDAOP own MDAOP avg
(1)
Backoff_Time AC =Random 0 , CW AC ×aSlotTime
(2)
Table 3 The backoff time parameters of ABP

4 Analysis of DACP mechanism in throughput

In this section, we analyze the MMDA algorithm with the DACP mechanism based on the saturated contention in CP. We assume that there are n MPs operated in CP with the saturation mode; we only consider the two-hop wireless mesh LAN environment to simplify the analysis. We assume that there are totally n MPs operated in CP with the saturation mode binary exponential backoff (BEB). Let us denote W0 be the initial contention window, while p t and p c are the probabilities of the MP transmission and the collisions caused by at least one of n − 1 MP transmissions, respectively, which can be obtained by (3) [33], where MPs contend with each other until successful transmission in CP without limiting the maximum backoff stage. p t can also be obtained by (4).

p t = 2 1 − 2 p c W 0 1 − p c + 1 − 2 p c
(3)
p t =1− 1 − p c 1 / n − 1
(4)

We can easily obtain the unique solutions of p t and p c , respectively, by solving (3) and (4), if n and W0 are given. In addition, p t (n) and p c (n) can be considered as the functions of n for p t and p c , respectively, by assuming W0 is a fixed system parameter. Therefore, the probabilities of successful transmission and idle channel can also be considered as a function of n and expressed by (5) and (6), respectively. Let pcoll represent the collision probability caused by two or more MP transmissions at the same time, and pcoll(n) is the function of n for pcoll as shown in (7). Similarly, we consider the other parameters as the functions of n later in this paper.

p succ n =n p t n 1 − p t n n − 1
(5)
p i n = 1 − p t n n
(6)
p coll n =1− p i n − p succ n
(7)

According to the content of NMST, MP knows the durations will be used in DTP and avoids selecting these durations; then, MP can reserve MDAOP by completing the MMDA four-way handshaking mechanism. Let us denote Tcp to be the duration of CP, which obviously affects the number of successful contentions in CP. Let us also denote Tcp _ c to be the critical duration of CP, which is the minimum duration of CP for MPs to successfully reserve all available MDAOPs. Let us assume that an MP will experience i times of collision and j empty slot times before successfully reserving an MDAOP in CP with n MPs to contend, whose joint probability mass function, Pss(i, j, n), can be obtained by (8), where I and J are the random variables that an MP will experience i times of collision and j empty slots before successfully reserving an MDAOP in CP, respectively. Furthermore, the means of I and J can be expressed as the functions of n and obtained by (9) and (10), respectively.

p ss i , j , n = p I = i , J = j = i + j j p coll i n p i j n p succ n , for i = 0 , 1 , 2 … and j = 0 , 1 , 2 …
(8)
I ¯ n = ∑ i = 0 ∞ i × ∑ j = 0 ∞ p ss i , j , n
(9)
J ¯ n = ∑ j = 0 ∞ j × ∑ i = 0 ∞ p ss i , j , n
(10)

Let us denote T s and T c to be the durations of each successful MMDA four-way handshaking contention and collision as shown in (11) and (12), respectively, where TMDASRQ, TMDASRP, TMDAACK, TMDAADV, TDIFS, and TSIFS are the durations of MDA setup request, MDA setup reply, MDA acknowledge, MDA advertisement, DIFS, and SIFS, respectively. Let us define T r (n) as the average time to reserve an MDAOP for an MP in CP, which can be obtained by (13), where T i is a slot time that should be long enough to access the channel state information. Let us denote TDTIM and TDTP to be the durations of the mesh DTIM interval and data transmission period, respectively, where TDTP can be obtained by (14).

T s = T MDASRQ + T MDASRP + T MDAACK + T MDAADV + T DIFS + 3 T SIFS
(11)
T c = T MDASRQ + T DIFS
(12)
T r n = I ¯ n × T c + J ¯ n × T i + T s
(13)
T DTP = T DTIM − T cp
(14)

Let us denote N a to be the available MDAOPs provided for MPs to reserve in DTP as shown in (15), where N c , B, D, and L are the number of channels in wireless mesh LAN, each channel's bandwidth, MDAOP duration, and the average interval between two MDAOPs in DTP, respectively. Let us define Nmin as the minimum value of n and N a ; then, the critical duration of CP Tcp _ c(n) can be obtained by (16). Hence, the available MDAOPs will be completely reserved by MPs within CP, if Tcp is longer than Tcp _ c. Let us define T m as the m th subcritical duration of CP that m MPs can successfully reserve MDAOPs, which can be obtained by (17). We define G(n) as the number of MPs that can successfully reserve MDAOPs in a CP, which can be obtained by (18). Finally, the average throughput of the NCP MP, SNCP(n), can be obtained by (19).

N a = T DTP × B D + L × N c
(15)
T cp _ c n = ∑ x = 0 N min T r n − x
(16)
T m n = ∑ x = 0 m − 1 T r n − x ,for1≤m≤ N min
(17)
G n = min n , m T cp ∈ [ T m , T m + 1 ) , for m = 0 , 1 , … , N min − 1
(18)
S NCP n = G n × D T DTIM
(19)

Next we analyze the throughput for the ECPS MP. An MP will enter the ECPS state and shorten the CP of the mesh DTIM interval if DTP becomes saturated. Let us define Tcp _ s and Tap to be the shortened CP and the duration of the additional period, respectively. Let us also define Nap to be the available MDAOPs provided for MPs to reserve in the additional period, which can be obtained by (20). The shortened CP ratio Tcp _ s(n) can be obtained by (21). Let denote G s (n) be the number of MPs that can successfully reserve MDAOPs in an additional period, if Tcp _ s is long enough for MPs to reserve the available MDAOPs in additional period, which can be obtained by (22). Finally, the throughput of the ECPS MPs, SECPS(n), can be obtained by (23).

N ap = T ap × B D + L × N c
(20)
T cp _ s n = ∑ x = 0 N ap T r n − x
(21)
G s n =G n + N ap
(22)
S ECPS n = G s n × D T DTIM
(23)

5 Simulation experiments

In this section, simulation has been executed by using C# program. We consider the wireless mesh LAN topology in a random style, which consists of 32 MPs placed in 250 × 250 m region. We assume that all MPs are fixed with the traffic type of constant bit rate (CBR), regardless of background noise and propagation delay. We also assume that the original CP ratio (X) and the shortened CP ratio (Y) are 30% and 5%, respectively. The other simulation parameters are listed in Table 4.

Table 4 The simulation parameters

The simulation experiments show for the performance in average throughput, average waiting time, packet drop ratio, fairness, and collision ratio, which are defined in (24) to (28), respectively. In (24), Pkt i , s, T, and M represent the total number of the transmitted packets by MP i , packet size, total simulation time, and total number of MPs, respectively. In (25), Tx_Pkt, Tl i , and Ta i represent the total success transmitted packets, the times that the i th packet leaves and enters the queue, respectively. In (26), Pkt g and Pkt d represent the total numbers of generated and dropped packets, respectively. In (27), S i represents the throughput of MP i . In (28), Ncoll,i and Ncont,i represent the total numbers of collisions and contentions occurred at MP i , respectively.

Average_throughput= ∑ i = 1 n Pkt i × s n × T
(24)
Avg_waiting_time= ∑ i = 1 Tx _ Pkt Tl i − Ta i Tx _ Pkt
(25)
Packet_drop_ratio= Pkt d Pkt g
(26)
Fairness_index= ∑ i = 1 n S i 2 n × ∑ i = 1 n S i 2
(27)
Collision_ratio= ∑ i = 1 n N coll , i ∑ i = 1 n N cont , i
(28)

Because the MAC layer protocol of IEEE802.11s draft follows EDCA, the performance of the proposed scheme is compared with EDCA and the MMDA algorithm in average throughput, average waiting time, packet drop ratio, fairness, and collision ratio in the simulation. There are three sets of results to be compared: the MMDA algorithm with DACP mechanism and ABP (called MMDA-DACP + ABP), EDCA using 5% and 30% CP ratio (called EDCA-5% and EDCA-30%), and the MMDA algorithm using 5% and 30% CP ratio of the mesh DTIM interval (called MMDA-5% and MMDA-30%), respectively, where the traffic load is varied from 0.1 to 1.0 (i.e., fully loaded at 375 kbps for each MP).From Figures 8, 9, 10, we find EDCA has the worst performance than the other three schemes, because the source MP and the destination MP have to coordinate a channel to be used, and the source MP must contend with the other MPs in CP. In addition, the source MP needs to reserve transmission opportunity (TXOP) by contention mechanism in DTP, which increases network overhead and more collisions. Furthermore, the TXOP cannot periodically be used in every mesh DTIM interval, so it increases the numbers of contentions and causes EDCA having worst performance. We also find that MMDA-DACP + ABP performs better than MMDA-5% and MMDA-30% in average throughput, average waiting time, and packet drop ratio when traffic load increases because MMDA-DACP + ABP allows for dynamically adjusting CP ratio and increasing DTP ratio in the mesh DTIM interval to improve wireless mesh LAN performance. Because the CP ratio of MMDA-30% is always fixed at 30%, this results in the network resources wasted and leads to the poor performance than MMDA-DACP + ABP and MMDA-5% when wireless mesh LAN is at heavy-loading situation. MMDA-5% has better performance than MMDA-30% in heavy loading, but the shortened CP of MMDA-5% is not enough for MPs to efficiently reserve MDAOPs at light loading. Therefore, in Figures 9 and 10, the average waiting time and the packet drop ratio of MMDA-5% are greater than MMDA-DACP + ABP and MMDA-30% at light loading.

Figure 8
figure 8

Average throughput versus traffic load for the three schemes.

Figure 9
figure 9

Average waiting time versus traffic load for the three schemes.

Figure 10
figure 10

Packet drop ratio versus traffic load for the three schemes.

Figure 11 shows the fairness comparison for these three schemes. We find that MMDA-DACP + ABP has better fairness than the MMDA algorithm because it uses adaptive backoff process and helps the MPs having less MDAOPs have higher probability to reserve MDAOPs. The adaptive backoff process also helps MMDA-DACP + ABP to reduce collision ratio as shown in Figure 12 because the adaptive backoff process divides MPs into four categories with different backoff time parameters, respectively. EDCA has the worst collision ratio because it has to contend both in CP and DTP.Figure 13 shows the average throughput changed by the three different MP types in MMDA-DACP + ABP. It is obvious that all MPs in wireless mesh LAN are NCP at low traffic load, and their throughput increases when traffic load increases. However, most of the NCP MPs will start DACP to change their states to ECPS because of DTP saturated when traffic load becomes heavier than 50%. As traffic load becomes heavier, the NCP MP gradually transits to ECPS, i.e., the ECPS MPs' throughput increases and the NCP MPs' throughput decreases.In order to observe how the MPs change for the three different types using the MMDA algorithm with DACP and ABP, we set the network traffic to be fully loaded (i.e., 375 kbps for each MP) before 50 s of the simulated time and lightly loaded (i.e., 37.5 kbps for each MP) after 50 s. Figure 14 shows that the MPs start DACP to change type at the fourth second and completely transit from NCP to ECPS after 0.4 s at the fully loaded traffic, while the MPs completely transit to NCP at the 53.5 s of the simulated time at the lightly loaded traffic.

Figure 11
figure 11

Fairness comparisons versus traffic load for the three schemes.

Figure 12
figure 12

Collision ratios versus traffic load for the three schemes.

Figure 13
figure 13

The average throughput versus traffic load for the three different MP types using the MMDA algorithm with DACP and ABP.

Figure 14
figure 14

Number of nodes to change types versus simulation time for the three different MP types using the MMDA algorithm with DACP and ABP.

6 Conclusions

Multichannel MDA (MMDA) algorithm can make full use of multichannel environment to improve the overall performance and capacity of wireless mesh LAN, but the MMDA algorithm uses fixed contention period mechanism which causes the waste problem of network resources when wireless mesh LAN is at heavy-loading situation. Besides, the MMDA algorithm using the contention mechanism to reserve MDAOPs will cause the unfairness problem between MPs.

The proposed scheme uses the DACP mechanism and ABP, so it can further improve the network performance when wireless mesh LAN is at heavy-loading situation and alleviate the unfairness problem. The simulation results clearly show that in heavy-loading wireless mesh LAN environment, the MMDA algorithm using DACP mechanism and ABP outperforms the MMDA algorithm in average throughput, average waiting time, packet drop ratio, collision ratio, and fairness. The proposed scheme can truly improve the performance of the MMDA algorithm.

List of symbols

r The evaluation parameter for ABP

MDAOPown The durations of MDAOPs reserved by the MP itself

MDAOPavg The durations of MDAOPs reserved by neighbor MPs

n Total numbers of MPs in wireless mesh LAN

W0 The initial contention window

p c Collision probability caused by at least one of n − 1 MP transmissions

p t Transmission probability of each MP

psucc Probability of successful transmission

p i Probability of the idle channel

pcoll Collision probability caused by two above MP transmissions

Tcp The durations of contention period

Tcp_c The critical duration of CP

I A random variable; an MP will experience i times of collision before successfully reserving a MDAOP in CP

J A random variable; an MP will experience j empty slot times before successfully reserving a MDAOP in CP

Pss(i, j, n) The joint probability mass function of the random variables I and J with n MPs

I ¯ The mean of I

J ¯ The mean of J

T s The duration of each successful MMDA four-way handshaking contention

T c The duration of each collision

TMDASRQ The duration of MDA setup request

TMDASRP The duration of MDA setup reply

TMDAACK The duration of MDA acknowledge

TMDAADV The duration of MDA advertisement

TDIFS The duration of DIFS

TSIFS The duration of SIFS

T r The average time to reserve an MDAOP for an MP in CP

TDTIM The duration of mesh DTIM interval

TDTP The duration of data transmission period

T i A slot time that should be long enough to access the channel state information

N a The available MDAOPs provided for MPs to reserve in DTP

N c The number of channels in DTP

B The bandwidth of each channel

D MDAOP duration

L The average interval between two MDAOPs

Nmin The minimum value of n and N a

T m The m th subcritical duration of CP that m MPs can successfully reserve MDAOPs

X The original CP ratio

Y The shortened CP ratio

G The number of MPs that can successfully reserve MDAOPs

SNCP The average throughput of the NCP MP

Tcp_s The duration of shortened CP

Tap The duration of the additional period

G s The number of MPs that can successfully reserve MDAOPs in an additional period

SECPS The average throughput of the ECPS MP

Pkt i The total transmitted packets of MP i

s Packet size

T The total simulation time

Tx_Pkt The total successful transmitted packets

Tl i The time that the i th packet leaves the queue

Ta i The time that the i th packet enters the queue

Pkt g The numbers of generated packets

Pkt d The numbers of dropped packets

S i The throughput of MP i

Ncoll,i The total collision numbers of MP i

Ncont,i The total contention numbers of MP i

Abbreviations

ABP:

adaptive backoff process

AC:

access category

ACK:

acknowledge

ADV:

advertisement

AIFSN:

arbitration interframe space number

AP:

access point

BEB:

binary exponential backoff

CA:

channel assignment

CBR:

constant bit rate

CLFRF:

channel load first random fit

CP:

contention period

CPC:

contention period change

CSMA/CA:

carrier sense multiple access with collision avoidance

CW:

contention window

DACP:

dynamic adjustable contention period

DCF:

distributed coordination function

DIFS:

DCF interframe space

DP:

demarcation point

DTIM:

delivery traffic indication message

DTP:

data transmission period

ECPS:

enable contention period shorten

EDCA:

enhanced distributed channel access

ID:

identification

LAN:

local area network

MAC:

medium access control

MAP:

mesh access point

MCBF:

multichannel best fit

MDA:

mesh deterministic access

MDAOP:

MDA opportunity

MIFS:

MDA interframe space

MMDA:

multichannel MDA

MP:

mesh point

MPP:

mesh point portal

NCP:

normal contention period

NMST:

neighbor MP status table

QoS:

quality of service

SIFS:

short interframe space

SMA:

scheduled mesh access

SRB:

semi-random backoff

STA:

station

TRASS:

traffic-aware switching scheme

TXOP:

transmission opportunity.

References

  1. IEEE: Part 11, Wireless LAN medium access control (MAC) and physical layer (PHY) specifications amendment 10: mesh networking. IEEE Std. IEEE Std 802, 11s. Draft 2.02 2008.

    Google Scholar 

  2. IEEE 802.11 Working Group: Wireless LAN medium access contro1 (MAC) and physical layer (PHY) specifications. 1997.

    Google Scholar 

  3. Lin YD, Tsao SL, Chang SL, Cheng SY, Ku CY: Design issues and experimental studies of wireless LAN mesh. IEEE Wireless Communications, Apr; 2010. pp. 32–40

    Google Scholar 

  4. Faccin SM, Wijting C, Kenckt J, Damle A: Mesh WLAN networks: concept and system design. IEEE Wireless Communications, Apr; 2006. pp. 10–17

    Google Scholar 

  5. Hiertz GR, Max S, Zang Y, Junge T, Denteneer D: IEEE 802.11s MAC fundamentals. Proc. of Mobile Ad-hoc and Sensor Systems, Pisa 2007, 1-8.

    Google Scholar 

  6. Carrano RC, Magalhães LCS, Saade DCM, Albuquerque CVN: IEEE802.11s multihop MAC: a tutorial. IEEE Commun Surveys Tutorials 2011, 13(1):52-67.

    Article  Google Scholar 

  7. IEEE std. 802.11e − 2005: Wireless LAN medium access control (MAC) and physical layer (PHY) specifications amendment 8: medium access control (MAC) quality of service enhancements. 2005.

    Google Scholar 

  8. Aoki H, Takeda S, Yagyu K, Yamada A: IEEE802.11s wireless LAN mesh network technology. NTT DoCoMo Technical J 2006, 8(2):13-21.

    Google Scholar 

  9. Houda M, Faouzi Z: Congestion control in wireless heterogeneous networks. In Proc. of 8th International Conference on Informatics and Systems (INFOS). Cairo; 2012:81-85.

    Google Scholar 

  10. Hiertz GR, Max S, Rui Z, Denteneer D, Berlemann L: Principles of IEEE 802.11s. Proc. of 16th International Conference on Computer Communications and Networks, ICCCN 2007, Honolulu 2007, 1002-1007.

    Chapter  Google Scholar 

  11. Camp J, Knightly E: The IEEE802.11s extended service set mesh networking standard. IEEE Commun Mag 2008, 46(8):120-126.

    Article  Google Scholar 

  12. Lee MJ, Zheng J, Ko Y-B, Shrestha DM: Emerging standards for wireless mesh technology, IEEE Wireless Communications. 2006, 56-63.

    Google Scholar 

  13. MacKenzie R, O'Farrell T: Achieving service differentiation in IEEE 802.11e enhanced distributed channel access systems. IET Commun 2012, 6(7):740-750. 10.1049/iet-com.2011.0537

    Article  MathSciNet  Google Scholar 

  14. Ahn YW, Baek J, Cheng AMK, Fisher PS, Jo M: A fair transmission opportunity by detecting and punishing the malicious wireless stations in IEEE 802.11e EDCA network. IEEE Syst J 2011, 5(4):486-494.

    Article  Google Scholar 

  15. Koutsakis P: Token and self-policing-based scheduling for multimedia traffic transmission over WLANs. IEEE Trans Veh Technol 2011, 60(9):4520-4527.

    Article  Google Scholar 

  16. Hiertz GR, Max S, Junge T, Denteneert D, Berlemann L: IEEE 802.11s - Mesh deterministic access. Proc. of 14th European Wireless Conference, EW 2008, Prague 2008, 1-8.

    Chapter  Google Scholar 

  17. He Y, Sun J, Ma X, Vasilakos AV, Yuan R, Gong W: Semi-random backoff: towards resource reservation for channel access in wireless LANs. IEEE/ACM Trans Networking 2013, 21(1):204-217.

    Article  Google Scholar 

  18. Cheng H, Xiong N, Vasilakos AV, Yang LT, Chen G, Zhuang X: Nodes organization for channel assignment with topology preservation in multi-radio wireless mesh networks. Ad Hoc Netw 2012, 10(5):760-773. 10.1016/j.adhoc.2011.02.004

    Article  Google Scholar 

  19. Xiao Y, Peng M, Gibson J, Xie GG, Du D-Z, Vasilakos AV: Tight performance bounds of multihop fair access for MAC protocols in wireless sensor networks and underwater sensor networks. IEEE Trans Mob Comput 2012, 11(10):1538-1554.

    Article  Google Scholar 

  20. Vishnevsky V, Lyakhov A, Safonov A, Shpilev S: Beaconing for MDA support in IEEE 802.11s mesh networks. Proc. of IEEE 18th International Symposium on Indoor and Mobile Radio Communications (PIMRC 2007), Athens 2007, 1-5.

    Google Scholar 

  21. Chen Y, Emeott S: Impact of scheduled mesh access on the capacity of wireless mesh links. Proc. of Radio and Wireless Symposium, RWS’09, San Diego 2009, 107-110.

    Chapter  Google Scholar 

  22. Islam MDS, Alam MM, Hong CS, Sung JS: Enhanced channel access mechanism for IEEE 802.11s mesh deterministic access. Proc. of Wireless Communications and Networking Conference (WCNC), Sydney 2010, 1-6.

    Google Scholar 

  23. Baiocchi A, Todini A, Valletta A: Why a multichannel protocol can boost IEEE 802.11 performance. Proc. of the 7th ACM International Symposium on Modeling, Analysis and Simulation of Wireless and Mobile Systems, Venice 2004, 143-148.

    Google Scholar 

  24. Marsan MA, Roffinella D: Multichannel local area network protocols. IEEE J Selected Areas in Commun 1983, 1(5):885-897.

    Article  Google Scholar 

  25. Nezhad MA, Bellalta B, Guerrero Zapata M, Cerda Alabern L: Should next generation wireless mesh networks consider dynamic channel access? Proc. of 2nd Baltic Congress on Future Internet Communications (BCFIC), Vilnius 2012, 32-39.

    Google Scholar 

  26. Lam JH, Lee SG, Tan WK: Multi-channel wireless mesh networks test-bed with embedded systems. Proc. of 26th International Conference on Advanced Information Networking and Applications Workshops (WAINA), Fukuoka 2012, 533-537.

    Chapter  Google Scholar 

  27. Ku C-Y, Lin Y-D, Tsao S-L, Lai Y-C: Utilizing multiple channels with fewer radios in wireless mesh networks. IEEE Trans Veh Technol 2011, 60(1):263-275.

    Article  Google Scholar 

  28. Lee BH, Chien HC, Wu HK: Study on multi-channel deterministic access for wireless mesh LAN. Proc. of the 2012 International Conference on Cyber Technology in Automation, Control, and Intelligent Systems (IEEE-CYBER 2012), Bangkok 2012, 27-31.

    Google Scholar 

  29. Lee BH, Chien HC, Chen JM: Study on multi-channel mesh deterministic access for wireless mesh LAN, EURASIP J Wirel Commun Netw. 2012.

    Google Scholar 

  30. Chiang JH, Chiueh T: Accurate clock synchronization for IEEE 802.11-based multi-hop wireless networks. Proc. of 17th IEEE International Conference on Network Protocols (ICNP 2009), Princeton 2009, 11-20.

    Chapter  Google Scholar 

  31. Jasani H, Alaraje N: Evaluating the performance of IEEE 802.11 network using RTS/CTS mechanism. Proc. of IEE International Conference on Electro/Information Technology (EIT 2007), Chicago 2007, 616-621.

    Chapter  Google Scholar 

  32. Hoblos J: Fairness Enhancement in IEEE 802.11s Multi-hop wireless mesh networks. Proc. of IEEE 13th International Conference on Communication Technology (ICCT), Jinan 2011, 647-651.

    Google Scholar 

  33. Kwak BJ, Song NO, Miller LE: Performance analysis of exponential backoff. IEEE/ACM Trans Networking 2005, 13(2):343-355.

    Article  Google Scholar 

Download references

Acknowledgements

This study was supported in part by the Ministry of Science and Technology (MOST) of Taiwan under Grant No. NSC 99-2221-E-011-119.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Bih-Hwang Lee.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ original submitted files for images

Rights and permissions

Open Access  This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made.

The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder.

To view a copy of this licence, visit https://creativecommons.org/licenses/by/4.0/.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Chien, HC., Lee, BH., Wu, HK. et al. A dynamic adjustable contention period mechanism and adaptive backoff process to improve the performance for multichannel mesh deterministic access in wireless mesh LAN. J Wireless Com Network 2014, 149 (2014). https://doi.org/10.1186/1687-1499-2014-149

Download citation

  • Received:

  • Accepted:

  • Published:

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

Keywords