Next Article in Journal
Active Ground Optical Remote Sensing for Improved Monitoring of Seedling Stress in Nurseries
Next Article in Special Issue
Development of an Indoor Location Based Service Test Bed and Geographic Information System with a Wireless Sensor Network
Previous Article in Journal
Development of a Chemiresistor Sensor Based on Polymers-Dye Blend for Detection of Ethanol Vapor
Previous Article in Special Issue
DRDT: Distributed and Reliable Data Transmission with Cooperative Nodes for LossyWireless Sensor Networks
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Performance Analysis and Improvement of WPAN MAC for Home Networks

UWB Wireless Communication Research Center, Inha University, Nam-Gu, Incheon 402-751, Korea
*
Author to whom correspondence should be addressed.
Sensors 2010, 10(4), 2821-2842; https://doi.org/10.3390/s100402821
Submission received: 18 January 2010 / Revised: 3 February 2010 / Accepted: 18 March 2010 / Published: 29 March 2010

Abstract

: The wireless personal area network (WPAN) is an emerging wireless technology for future short range indoor and outdoor communication applications. The IEEE 802.15.3 medium access control (MAC) is proposed to coordinate the access to the wireless medium among the competing devices, especially for short range and high data rate applications in home networks. In this paper we use analytical modeling to study the performance analysis of WPAN (IEEE 802.15.3) MAC in terms of throughput, efficient bandwidth utilization, and delay with various ACK policies under error channel condition. This allows us to introduce a K-Dly-ACK-AGG policy, payload size adjustment mechanism, and Improved Backoff algorithm to improve the performance of the WPAN MAC. Performance evaluation results demonstrate the impact of our improvements on network capacity. Moreover, these results can be very useful to WPAN application designers and protocol architects to easily and correctly implement WPAN for home networking.

1. Introduction

Recently, there is an increased need for high data rate wireless multimedia services such as uncompressed high-definition television (HDTV), instantaneous music, data, and video file transmission for both personal and home networking purposes. For this purpose, the IEEE 802.15.3 task group has been working on a promising standard including both medium access control (MAC) and physical layer (PHY), to realize short range and high data rate (1 Gbps or above) applications in WPAN. In this paper we discuss mainly about MAC layer issues in WPAN. The IEEE standard 802.15.3 MAC layer [1] is based on a centralized, connection oriented topology which divides a large network into several smaller ones termed as “piconets”. As shown in Figure 1, a piconet consists of a Piconet Network Controller (PNC) and DEVs (Devices). The DEV, a sensor node, is made to be low power and low cost. In a given piconet one DEV is required to perform the role of PNC (Piconet Coordinator), which provides the basic timing for the piconet as well as other piconet management functions, such as power management, Quality of Service (QoS) scheduling, and security. Using the formation of child and neighboring piconets users can increase the range of network span. The WPAN starter piconet is called a “parent piconet” and child/neighbor piconets are called “dependent piconets”. These piconets differ in the way they associate themselves to the parent piconet.

The IEEE 802.15.3 standard supports different power saving modes as well as multiple acknowledgement (ACK) policies (NO ACK, Imm-ACK, and Dly-ACK). IEEE 802.15.3 is very robust, stable and fast, and may coexist with other wireless technologies such as IEEE 802.11. In the IEEE 802.15.3 MAC protocol, at the start, communications are connection based under the supervision of PNC, however, at later stage connections and data transfer can be made in peer-to-peer fashion. In IEEE 802.15.3 MAC protocol, the channel time is divided into superframes, where each superframe beginning with a beacon. The superframe is made of the three major parts: the beacon, the optional contention access period (CAP), and the channel time allocation period (CTAP), as shown in Figure 2.

  • Beacon: The beacon is broadcast at the start of super frame by the PNC. All the information about timing allocation and management information are included in the beacon.

  • Contention Access Period (CAP): During the CAP period, DEVs can send command or asynchronous data packets using the CSMA/CA as the multiple access method.

  • Channel Time Allocation Period (CTAP): The channel time allocation period (CTAP) is composed of channel time allocations (CTAs), including management CTAs (MCTAs) and regular CTAs. This period is the same as the TDMA method and used to transmit commands, isochronous streams, and asynchronous data packets.

A wireless channel is usually vulnerable to errors. Hence, an error control mechanism is an essential part of any MAC protocol design. A good error control mechanism provides a certain level of reliability in terms of communication robustness and dependability for higher network layers. In accordance with that, IEEE 802.15.3 standard defines three types of acknowledgment mechanisms for CTAs and CAPs as follows:

  • No-ACK: In No-ACK (No-Acknowledgement) mechanism, ACK is not sent after a reception of message. This mechanism is useful for only high data rate applications where guaranteed delivery is not required or acknowledgement is handled by higher layers or by some other mechanism.

  • Imm-ACK: In Imm-ACK (Immediate Acknowledgement), mechanism, each received data frame is individually acknowledged after the successful reception. This mechanism provides simpler and more stable operation compared to No-ACK, but at the cost of reduced data rate.

  • Dly-ACK: In the Dly-ACK (delay-acknowledgement) mechanism, a receiver sends an acknowledge frame for a group of data frames rather than an individual data frame. This mechanism is a tradeoff between No-ACK and Imm-ACK. Both Imm-ACK and Dly-ACK have adopted a retransmission method to recover the corrupted frames in unsuccessful transmissions [1].

In [2] and some other literature implied-acknowledgment (Imp-ACK) was proposed for bidirectional communication. Implied acknowledgement (Imp-ACK) permits a CTA to be used bi-directionally within a limited scope. During the CAP, Imp-ACK cannot avoid ambiguities between two frames; (a) the frame that is transmitted in response to a frame with an implied ACK request, and (b) the frame that is transmitted independently when the original frame is unsuccessfully received. In this paper we focused only on the three aforementioned acknowledgement schemes as Imp-ACK is currently neither widely accepted in the research literature nor in standard documents [1,2]. Figure 3 shows the different ACK policies in IEEE 802.15.3.

All these ACK policies have a large impact on the throughput, delay, and channel utilization of the network and require a detailed study to determine overall performance or channel capacity of the network. In this paper, we present a performance analysis of IEEE 802.15.3 from a protocol architecture’s point of view. Furthermore, we show the impact of our improvements in WPAN MAC. In a nutshell, the main contributions of this paper are as follows.

  • To present an analytical model and performance evaluation study to determine optimization of payload size and ACK policies under error channel conditions.

  • To introduce a Dly-ACK-AGG policy to improve the performance of WPANs.

  • To apply payload size adjustment mechanism to improve the WPAN MAC under error channel conditions.

  • To apply the Improved Backoff (IB) algorithm instead of the Binary Exponential Backoff (BEB) algorithm with CSMA/CA method during the CAP period.

2. Related Work

To the best of our knowledge, there is little published work on the performance or channel analysis of IEEE 802.15.3 MAC with respect to different ACK policies, under error channel conditions. However, a large amount of literature is available on IEEE 802.15.3 MAC scheduling, optimization of superframe size, and various traffic analyses. Some of the important related works are as follows.

In [3] the authors presented the implementation of IEEE 802.15.3 module in ns-2 and discussed various experimental scenario results, including various scheduling techniques, specifically, to investigate the performance of real-time and best-effort traffic with various super frame lengths and different ACK policies. In [4] the authors presented an adaptive Dly-ACK scheme for both TCP and UDP traffic with two main contributions. The first one is to request the Dly-ACK frame adaptively or change the burst size of Dly-ACK according to the transmitter queue status. The second is a retransmission counter to enable the destination DEV to deliver the MAC data frames to an upper layer in a timely and orderly fashion. In [5], its authors mainly focused on optimization of channel capacity. Both [4,5] lay a good foundation for simulation and analytical works on the IEEE 802.15.3 MAC protocol. Similarly, in [6] the authors formulated a throughput optimization problem under error channel conditions and derive a closed form solution for the optimal throughput. In [7] the authors presented a detailed study on performance analysis of Dly-ACK policy and proposed a dynamic Dly-ACK policy for WPAN MAC. Furthermore, they showed that the optimal burst size of Dly-ACK is heavily dependent on the input traffic load and is insensitive to the channel error rate within a normal error-rate change. The authors in [9] presented the throughput analysis of mm-wave WPAN and introduced a private channel release time mechanism to increase the throughput of mm-wave WPAN.

The work presented in [6] is close to our work, but their analysis scope is limited only in terms of throughput analysis, while our work span covers the delay, throughput, and channel utilization with different ACK policies under error channel conditions. Furthermore, we propose K-Dly-ACK-AGG policy, payload size adjustment mechanism, and Improved Backoff algorithm to improve the performance of the WPAN MAC.

The rest of the paper is organized as follows. In Section 3 we present the improvements in WPAN MAC and the design and analysis of the WPAN MAC in Section 4. Finally, conclusions are drawn in Section 5.

3. Improvements in WPAN MAC

In this section we introduce the following schemes to improve the performance of WPAN MAC for home networking.

3.1. K-Dly-ACK-AGG Policy

To reduce the overhead of the IEEE 802.15.3 MAC, we use the concept of frame aggregation. The idea of frame aggregation is to aggregate multiple MAC frames into a single (or approximately single) transmission [9], as shown in Figure 4(a).

In this paper we combine the frame aggregation concept and Dly-ACK mechanism with some modification and we define this new mechanism as K-Dly-ACK-AGG, as shown in Figure 4(b), where K is the burst size of data frames, [10]. Imm-ACK with aggregation method act same as K-Dly-ACK-AGG (where K = 1) so there is no point in considering Imm-ACK policy individually with aggregation. The main advantage of K-Dly-ACK-AGG policy is that it can make redundant inter-frame spaces and replace MAC headers with smaller size headers in Dly-ACK policy. This scheme is similar to the Blk-ACK policy in IEEE 802.15.3c. However, the Blk-ACK policy is only used with the aggregation whereby our K-Dly-ACK-AGG scheme does not have such a restriction. Furthermore, the K-Dly-ACK-AGG scheme offers much simpler ACK mechanism and frame format (it can easily switch between Dly-ACK, K-Dly-ACK-AGG, and Imm-ACK) [10].

3.2. Improved Backoff (IB) Algorithm

In contrast to the BEB scheme, the IB scheme uses a small and fixed CW. In an IB scheme, nodes choose non-uniform geometrically increasing probability distribution (P) for picking a transmission slot in the contention window. Nodes which are executing the IB scheme pick a slot in the range of (1, CW) with a probability distribution P. Here, CW is the contention window and its value is fixed. We will present more information on CW in the later sections of this paper. Figure 5 shows the probability distribution P. The higher slot numbers have higher probability to get selected by nodes compared to lower slot numbers. In physical meaning we can explain this as: at the start node select a higher slot number for its CW by estimating large population of active nodes (n) and keep sensing the channel status. If no nodes transmit in the first or starting slots then each node adjusts its estimation of competing nodes by multiplicatively increasing its transmission probability for the next slot selection cycle. Every node keeps repeating the process of estimation of active nodes in every slot selection cycle and allows the competition to happen at geometrically–decreasing values of n all within the fixed contention window (CW).

In contrast to the probability distribution P, in uniform distribution, as shown in Figure 5, all the contending nodes have the same probability of transmitting in a randomly chosen time slot. From Figure 5 we can conclude that when the population of competing nodes (n) is large, most of the nodes will choose medium to high slot numbers as their CW and a very few nodes will choose low slot numbers, hence, a collision-free transmission will take place in a low slot number. When n is medium, most nodes will choose higher slot numbers and a collision-free transmission will take place in a medium slot number. Similarly, when n is small, a collision free transmission will take place in a high slot number. Thus for any value of n, and for any fast change in n, a collision free transmission can take place. If only one node gets the chance to select the contention slot within the fixed CW, it will transmit in that slot. Other nodes will select new random contention slots for the next competition to access channel medium, regardless of the success or failure of transmission of the winner node. Here, it is noteworthy that the IB scheme does not use timer suspension like in IEEE 802.11 to save energy and reduce latency in case of a collision. Also, we do not need to consider the fairness issue of IB here as every node does not have to request a packet for PNC every time during CAP. For more details readers are referred to [11].

3.3. Payload Adjustment Mechanism (PAM)

In this paper the channel bit error rate (BER), denoted as pe, (0 < pe< 1) can be calculated via previous frames or some other mechanism. How to obtain pe is beyond the scope of this paper. At higher values of BER the throughput performance of WPAN MAC decreases to a very low value. One way to counteract this problem is to reduce the size of payload with increasing BER value. So we apply a simple payload adjustment mechanism technique to WPAN MAC. This mechanism can control the size of the MAC protocol data unit (MPDU) based on the calculated value of BER. PAM is very simple to implement on the top of WPAN MAC without many changes to the existing protocol. From the results (see Figure 18) we can see the improvement in throughput performance with PAM over existing protocol.

4. WPAN MAC: Designing and Analysis

In this section, we present the design and analysis of IEEE 802.15.3 MAC to answer several questions like optimization of payload, optimization of ACK policies, and effect of aggregation, under various parameter conditions.

4.1. Approach and Assumptions

As we mentioned earlier most of the studies on WPAN MAC are focused on MAC scheduling, superframe optimization, etc., rather then performance analysis of WPAN MAC from a protocol architecture point of view. In this paper our main focus is to analyze and optimize the performance WPAN MAC with different ACK policies and proposed improvements to WPAN MAC under error channel conditions. Here, the optimization problem is defined as how to find the maximum throughput and channel utilization for a given channel bit error rate (BER) during the CTA/CAP period with various ACK policies under varying payload size. In this paper, we assume a Gaussian wireless channel model. Although the Gaussian channel model cannot capture the multi-path fading characteristics of a wireless channel, it is widely used because of its simplicity. The capture effect is also not considered. The Back off algorithm (During CAP period) performed in a time-slotted fashion. A node attempts to attain the access the channel only at the beginning of a slot. Furthermore, all nodes are well synchronized in time slots and propagation delay is negligible compared to the length of an idle slot. In the WPAN MAC, the channel time request command should be successfully transmitted between a node (in the remainder of the paper we use the terms ‘DEV’ and ‘node’ interchangeably) and the PNC to realize the communication during CTA. Usually, data transmission is performed during the CTAs and command transmission during the CAP. Here, for the simplicity we assume that a data frame is successfully transmitted if both data and ACK frames (except for No-ACK) are successfully received by receiver and transmitter, respectively. The analytical model presented in this paper does not depend on the technology adopted at the physical layer. However, the physical layer technology determines some network parameter values, e,g., SIFS, DIFS. Whenever necessary, we choose the values of these physical layer technology dependent parameters by referring to [16]. According to [16] we consider two different transmission rates for data signal and control signal, respectively.

4.2. Analytical Model

As we have shown in Figure 2. WPAN MAC is a hybrid MAC protocol based on the CSMA/CA method and TDMA scheme. There are number of papers on analytical models for CSMA/CA and TDMA. However these models cannot be directly adopted for the performance analysis of WPAN MAC because these models do not address the overall performance of both CSMA/CA and TDMA schemes, Thus, to study the performance analysis of WPAN MAC, we present an analytical model of WPAN MAC in two parts: CSMA/CA method during CAP and TDMA scheme (in this paper, we use the words ‘algorithm’, ‘scheme’, and ‘method’ interchangeably) during CTA period. We use the ground work of [6,12] and [13] to present our analytical model of CTA. Table 1 shows the notations used for our analytical model. Readers are advised to have a look at Table 1 when referring to equations for parameter notation.

The theoretical throughput is given by:

Th = Transmitted Data Transmission Cycle Duration

From [12], a frame with a length L in bits, the probability that the frame is successfully transmitted can be calculated as:

p s = ( 1 p e ) L

Similarly, we can define ps for different ACK mechanisms as follows (it is noteworthy that header—all kind of headers, trailers, beacons, etc. or control signals – and data frames are transmitted with different rates; generally, data rate is quite high compared to control signal, so we also considered two different signal rates for data and control signals, respectively, as listed in Table 2):

p s Imm-ACK = ( 1 p e ) ( L Data + L MAC H + L ACK I mm ) * 8 p s No-ACK = ( 1 p e ) ( L Data + L MAC H ) * 8 p s Dly-ACK = ( 1 p e ) ( L Data + L MAC H + L ACK Dly ) K * 8 p s K Dly-ACK-AGG = ( 1 p e ) ( L Data + L MAC H + L MAC Hs + L ACK DLy ) K * 8

Here, we use Imm-ACK, No-ACK, Dly-ACK, and K-Dly-AGG-ACK to denote the immediate acknowledgement, No acknowledgement, delay acknowledgement, and delay acknowledgement with aggregation, respectively. A successful transmission time during CTA is given by:

T S CTA = { ( T MFS + T Data + T MAC H + T pre + T PHY ) for No ACK ( 2 * T SIFS + T Data + T MAC H + 2 * T pre + T PHY + T MAC ACK + T PHY ACK + T Imm ACK ) for Imm ACK ( K ( T MFS + T Data + T MAC H + T pre + T PHY ) + T SIFS + T MAC ACK + T PHY ACK + T Dly ACK + T pre ) for Dly ACK ( K * T Data + T MAC H + T MAC HS + 2 * T pre + T PHY + T SIFS + T MAC ACK + T PHY ACK + T K Dly ACK AGG ) for K Dly ACK AGG

In Equation (4)TMAC-H and TData are calculated as TMAC-H = LMAC-H/Crate, and TData = LData/Drate, respectively. Crate and Drate are the control signal rate and data signal rate (Drate >> Crate), respectively. Similarly, Tpre and TPHY are calculated from [16]:

From Equations (1), (3) and (4) the throughput during CTA is given by:

Th CTA = { p s No ACK L Data * 8 T s CTA for No ACK p s Imm ACK L Data * 8 T s CTA for Imm ACK p s Dly ACK K * L Data * 8 T s CTA for Dly ACK p s K Dly ACK AGG K * L Data * 8 T s CTA for K Dly ACK AGG

Based on the analytical model presented in [14], the upper theoretical throughput limit during CTA is given by:

Th UL CTA = { K * L Data * 8 2 * T PHY + 2 * T pre + T MIFS + T DIFS for K ACK AGG L Data * 8 T PHY + T pre + T MIFS + T DIFS for No ACK K * L Data * 8 T PHY + T pre + T MIFS + T DIFS for K No ACK AGG

To demonstrate the effect of K-Dly-ACK and K-Dly-ACK-AGG on bandwidth utilization, we define a metric named maximum effective bandwidth (MEB), based on [7], which is a fraction of time the channel is used to successfully transmit data frames versus the total channel time. The maximum effective bandwidth utilization during a CTA/CAP slot is given by:

MEB CTA = { K . L Data p s Dly ACK T s CTA for Dly ACK K . L Data p s K Dly ACK AGG T s CTA for K Dly ACK AGG MEB CAP = { K . L Data n ψ ( 1 ψ ) n 1 p s Dly ACK T s CAP for Dly ACK K . L Data n ψ ( 1 ψ ) n 1 p s K Dly ACK AGG T s CAP for K Dly ACK AGG

During the CAP, the MAC protocol performs a back off procedure before transmitting any kind of data or request packets. This backoff mechanism is similar to the CSMA/CA mechanism of IEEE 802.11 with some different parameters. In WPAN MAC, the retry count is limited to a maximum of 3 counts (0 to 3) with maximum contention window (CW) size of 64 slots (8, 16, 32, and 64). After selecting CW node decrement, its value by 1 as long as the channel is sensed as idle and it freeze its value when the channel is sensed as busy. During CAP, if the Imm-ACK mechanism is used, every node acquires CSMA/CA with binary exponential backoff. During NO-ACK mechanism every node starts with some fixed backoff window value without any knowledge of success/failure of transmitted data frames. When the Dly-ACK mechanism is used, a node will randomly select some CW value and send a number (K) of data frames each separated by an MIFS with Dly-ACK request information in MAC header once its backoff timer reaches zero, and will wait for an ACK, as shown in Figure 3. If a burst transmission of K data frames is assumed to be successful, then the sender will reset the backoff window to the initial value; otherwise, the backoff window will be doubled. K-Dly-ACK-AGG follows the same backoff procedure as Dly-ACK. We model the operation of BEB at an individual node using the state diagram shown in Figure 6. This diagram is based on the model presented in [11,13] including the freezing and retry limit parameters.

As shown in the Figure 6 let j denote the backoff stage, where j = 0, 1, 2, 3. So, we have CW0 = 8, CW1 = 16, CW2 = 32, and CW3 = 64. Let b(t) be defined as a random process representing the backoff counter of a node and s(t) is representing random process of the back stage j. The term b(t) is decreased at the start of every idle backoff slot. It is important to note that the time scale for b(t) doesn’t represent real time but it observes only backoff slots and its suspended for the duration of all transmissions and interframe spaces (i.e., SIFS). Whenever b(t) reaches zero the station transmits and regardless of the outcome of the transmission, uniformly chooses a new value for b(t) from (0,1,…,CWj − 1) (i.e., a new backoff counter value). Here, we define pc as the conditional collision probability and we also assume that it is independent and constant, regardless the number of retransmissions attempted. Pc also represents the probability of detecting the channel busy. Thus, the two dimension process, {s(t),b(t)}, is a discrete-time Markov Chain. Therefore, the state of each node is described by {j,k}, where j stands for the backoff stage, and k stands for the backoff timer value. The state transition diagram of the Markov chain model shown in Figure 6 has the following transition probabilities:

{ P { j , k | j , k + 1 } = ( 1 p c ) k ( 0 , CW j 2 ) j ( 0 , 3 ) P { j , k | j , k } = p c k ( 1 , CW j 1 ) j ( 0 , 3 ) P { j , k | j 1 , 0 } = p c / CW j k ( 1 , CW j 1 ) j ( 1 , 3 ) P { m , k | m , 0 } = p c / CW j k ( 1 , CW j 1 )

The first equation in (8) indicates that at the beginning of each slot time, the backoff counter is decreased if the channel is sensed as idle. The second equation shows that the backoff counter is frozen if channel is sensed as busy. The third and fourth equations, respectively, indicate that following an unsuccessful transmission, the node back off stage (j − 1) selects a backoff interval uniformly in the range of (0,CWj − 1) and when the backoff stage reaches m, CWm stays constant. From the given backoff algorithm framework we can calculate the failure probability, the success probability, and the busy probability of a transmission during CAP. Here we derive throughput, efficient bandwidth utilization, and delay with these three basic probabilities. From [11,13], the failure probability of a transmission during CAP is given by:

p c = { 1 ( 1 p ) p s Imm ACK for Imm ACK 1 ( 1 p ) p s Dly ACK for Dly ACK 1 ( 1 p ) p s K Dly ACK AGG for K Dly ACK AGG
where p, the probability of a transmitted frame collision for n number of station is given by:
p = 1 ( 1 ψ ) n 1
where ψ, probability of a station to transmit during a generic (i.e., randomly chosen) ‘slot time’ is also depends on number of retry limit. This ‘slot time’ is contention window slot and it is different from the data transmission slot. Usually, data transmission slot is quite long compared to contention window slot. Then, the probability of the busy channel is given by:
p b = 1 ( 1 ψ ) n

From Equations (10) and (11), the probability of a successful transmission occurs in a slot time is given by:

p s = { n ψ ( 1 ψ ) n 1 p s No ACK for No ACK n ψ ( 1 ψ ) n 1 p s Imm ACK for Imm ACK n ψ ( 1 ψ ) n 1 p s Dly ACK for Dly ACK n ψ ( 1 ψ ) n 1 p s K Dly ACK AGG for K Dly ACK AGG

A successful transmission time during CAP is given by:

T s CAP = { ( CW ¯ + T MFS + T Data + T MAC H + T pre + T PHY ) for No ACK ( CW ¯ + 2 * T SIFS + T Data + T MAC H + 2 * T pre + T PHY + T MAC ACK + T PHY ACK + T Imm ACK ) for Imm ACK ( CW ¯ + K ( T MFS + T Data + T MAC H + T pre + T PHY ) + T SIFS + T MAC ACK + T PHY ACK + T Dly ACK + T pre ) for Dly ACK ( CW ¯ + K * T Data + T MAC H + T MAC HS + 2 * T pre + T PHY + T SIFS + T MAC ACK + T PHY ACK + T K Dly ACK AGG ) for K Dly ACK AGG

Here, CW represents the average back-off time. The average back-off defines the back-off duration for “light loaded networks”, i.e., when each station has access to the channel after the first back-off attempt and is given by:

CW ¯ = CW min . T slot 2

A failure transmission time during CTA is given by:

T f CTA = { ( T MFS + T Data + T MAC H + T pre + T PHY ) for No ACK ( T SIFS + T Data + T MAC H + T pre + T PHY + T ACK To ) for Imm ACK ( K ( T MIFS + T Data + T MAC H + T pre + T PHY ) + T ACK To + T SIFS ) for Dly ACK ( K * T Data + T MAC H + T MAC HS + T pre + T PHY + T ACK To + T SIFS ) for K Dly ACK AGG

From Equations (12), (13), and (15), the throughput during CAP is given by:

Th CAP = { P S L Data * 8 ( 1 p b ) δ + P S T s CAP + ( p b P S ) T f CAP for No ACK P S L Data * 8 ( 1 p b ) δ + P S T s CAP + ( p b P S ) T f CAP for Imm ACK P S K * L Data * 8 ( 1 p b ) δ + P S T s CAP + ( p b P S ) T f CAP for Dly ACK P S K * L Data * 8 ( 1 p b ) δ + P S T s CAP + ( p b P S ) T f CAP for K Dly ACK AGG

From [14], the upper theoretical throughput limit during CAP is given by:

Th UL CAP = { K * L Data * 8 CW ¯ + 2 * T PHY + 2 * T pre + T MIFS + T DIFS for K ACK AGG L Data * 8 CW ¯ + T PHY + T pre + T MIFS + T DIFS for No ACK K * L Data * 8 CW ¯ + T PHY + T pre + T MIFS + T DIFS for K No ACK AGG

From (1), we can also calculate the average upper limit on access delay during CTA/CAP.

4.3. Performance Evaluation

In this subsection we present the performance evaluation of WPAN MAC in terms of throughput, efficient bandwidth utilization, and delay with different ACK policies under error channel conditions. For the performance evaluation we carried out a simulation in Matlab [15]. The main parameters for our simulation are based on [16] and listed in Table 2. For the simulation results we do not consider the technology adopted at the physical layer, however the physical layer determines some network parameter values like inter-frame spaces, etc. Whenever necessary we choose the values of the physical layer dependent parameters by referring to [16]. Also, we do not consider any specific scheduling algorithm to allocate the channel time slots as it is outside the scope of this paper. The design of a simple but effective scheduling algorithm is still an open issue. The results obtained here are the average values of our collected data.

Figure 7 shows the throughput for different payload size with different ACK polices without aggregation, for CTA and CAP, respectively. We assume an ideal channel condition for these results. Here, we can observe that No-ACK gives the best results as most of the CTA and CAP time is utilized for data transfer. However, the No-ACK policy is not suitable for every application due to its limited communication reliability, compared to other ACK policies. For a WPAN designer the design of a system system with higher data rate or higher throughput is always a key demand. One way to achieve this requirement is to increase the data rate; however, that also has some limitations.

Figure 8 shows the theoretical upper limit that exists on throughput. Even if we increase the data rate to infinite without reducing the overhead, we can only get achieve the bounded throughput, as shown in Figure 8. To reduce the overhead and to increase the throughput, with maximum available practical data rate [16], we adopt the frame aggregation method for WPAN. Now, Figure 9 shows the similar results but with aggregation method applied to different ACK policies in CTA and CAP, respectively. Here, No-ACK with aggregation (No-ACK-AGG) is nothing but the simple frame aggregation technique with maximum K burst size (K = 16) [10].

The K-Dly-ACK-AGG policy (in the remainder of the paper we use the terms “K-Dly-ACK-AGG” and “DLY-ACK with aggregation” interchangeably) can achieve somewhat close results to the No-ACK policy, as it reduces the unnecessary inter-frame time as well as the header size. For Figures 7(b) and 9(b) we assume a light load network, as our main focus is to get maximum throughput for each payload size. We also set contention window at its minimum value.

From the aforementioned results it is easy to conclude that the aggregation method gives higher throughput at high data size but we found it to be the other way around. Figure 10 shows the percentage gain in throughput using an aggregation method for different payload sizes for CTA and CAP, respectively. We can observe that as payload size increases, percentage gain in throughput reduces, the reason for is being that at lower payload size we can send more data packets in given a CTA/CAP duration but this also increases overhead. With aggregation methods we can reduce overhead to a large extent but can’t get the same benefit at higher payload size. Thus there is an open issue for a designer to choose an appropriate data packet size for the needed gain in throughput.

From Figures 7 and 9 we can observe the value of throughput at different payload sizes but still these results are not sufficient to find the optimum payload size with given ACK policies. So, we obtained the same results under Gaussian wireless channel model with different BER rates. However, only a part of the results are presented here to reduce the number of graphs in order to maintain the lucidity of the paper. Figures 11 and 12 show the throughput for different payload sizes under a given BER value during CTA and CAP, with and without aggregation, respectively.

It can be seen that an optimal payload size exists for a given BER value, and the optimal payload size increases as BER values decreases. As shown in the mentioned figures the throughput first increases, and then decreases with increasing payload size (even with the aggregation) in error prone channels. This is because without the protection of FCS in an individual payload frame, a single bit error may corrupt the whole frame which will waste lots of medium time usage and counteract the efficiency produced by an increased payload size. So, the initial increase of the curves in figures show the effect of increased transmission efficiency over the effect of increased frame error probability, while decreses in the curves show the opposite results. From the above mentioned figures we can determine the optimum payload size value for a given BER value. As shown in the results K-Dly-ACK with aggregation policy give the best results after No-ACK policy. For all our throughput results during CAP time we selected a light-load network scenario. However, it is very interesting to note that for the duration of CAP duration [Figures 11(b) and 12(b)]; throughput performance depends on the number of active stations and backoff window size.

Figure 13 further investigates this observation. As shown in this figure the throughput under a given BER value, with and without aggregation, respectively, decreases as the number of active nodes increases due to corresponding increases in collision probability and channel access time. To counteract increasing in collision probability and channel access time we apply IB algorithm as backoff during the CAP, as explained in Section 3.

As shown in Figure 14, IB can improve the performance to a large extent because of its unique feature of avoiding collision among the competing nodes. Here we did not apply IB for No-ACK policy as it has to use with fixed CW size, so the results for No-ACK policy are same as shown in Figure 13. From the aforementioned results we only get the optimal payload size for a fixed BER value, which might not be a sufficient result for a WPAN designer, so to check the performance of a given network under the range of BER values with different payload sizes, we obtained the subsequent results as shown in Figure 15. As we mentioned earlier, for the sake of clarity in the paper, we omitted here several results with different payload sizes.

Figure 15 shows the normalized throughput for a given BER value with different ACK policies when payload size is set to 3 KB in CTA and CAP, respectively. As the BER value increases the optimal payload size and the optimal throughput decreases. From the figure we can observe that the No-ACK policy with aggregation has larger throughput over large range of BER values than other ACK policies, because a No-ACK policy with aggregation gives maximum usage of CTA and CAP duration. Also, we can notice that at higher value of BER throughput reaches to zero, at this value payload size is too big for the given system. To control the decrement in throughput we apply a payload size adjusting mechanism or payload adjusting mechanism (PAM) to WPAN MAC, as explained in Section 3.2. Along with an optimum payload size it is also important for a WPAN designer to find an optimum K burst size for frame aggregation policy, so to find the effect of K-Dly-ACK on bandwidth utilization as well as to find the optimal value of burst size for K-Dly-ACK and K-Dly-ACK-AGG policies, we define the MEB metric in (7). Here, Imm-ACK is a special case of K-Dly-ACK (where K = 1) so we do not need to define it separately.

Figures 16 and 17 shows the MEB for different burst values for a given BER value in CTA and CAP, respectively. From the figures we see that when the burst size increases, bandwidth utilization can be increased initially, but the BER probability also increases and so the bandwidth utilization. From the figures we can find the optimum value for K for different payload sizes under a given BER value, From these figures we can observe that burst size K = 4 gives good results in fairly all payload values. So we select K = 4 and obtain the results for a range of BER values versus MEB as shown in Figure 18. As shown in Figure 18, we compare two sets of results: one with PAM and second without PAM. As we mentioned earlier, payload adjustment mechanism (PAM) can adjust the payload size according to the observed value of BER. After a certain threshold BER value PAM can set the payload size to a smaller value. In our simulations we set several threshold BER values for PAM to adjust the payload size which might not be optimized values. However, our results show that the PAM can have noticeable impact on MEB. In the future version of this paper we want to consider dynamic payload adjustment mechanism.

Here, the aggregation method clearly shows its advantage over the non aggregation method even at higher values of BER. Again it is an open tradeoff between MEB and payload size that a WPAN designer will have to decide according to his application requirements. This result also supports the need for PAM in WPAN MAC design.

Figure 19 shows the access delay performance for different burst sizes with aggregation method in CTA and CAP, respectively. Here, we define the access delay as the time from the moment a packet is ready to be transmitted to the moment the packet starts its successful transmission. For a WPAN designer it is very important to know the maximum possible delay limit for a given network. K-Dly-ACK-AGG policy gives the maximum delay limit compared to other ACK policies as it transmit large payload size with aggregation. Figure 19(a) shows access delay during CTA period where we do not need to consider any backoff and channel access delay, however, during CAP period, the obtained results [Figure 19(b)] are largely depends on fixed back off window size of the IB. As the number of burst size increases, access delay also increases linearly with it.

5. Conclusions

In this paper, we have studied the performance of WPAN MAC in terms of throughput, efficient bandwidth utilization, and delay with various ACK policies under error channel conditions. From the performance analysis we can determine the optimal payload size, burst size, and ACK policy for a given set of parameters. In order to improve the performance of WPAN we introduced the K-Dly-ACK-AGG policy, payload size adjustment mechanism, and Improved Backoff algorithm. Numerical results show that the proposed methods significantly improve the performance of the WPAN MAC. Finally, we hope that the results of this paper will help WPAN application designers and protocol architects to easily and correctly implement the WPAN networks based on IEEE 802.15.3 MAC technology.

Acknowledgments

This research was supported by the MKE (The Ministry of Knowledge Economy), Korea, under the ITRC(Information Technology Research Center) support program supervised by the NIPA(National IT Industry Promotion Agency) (NIPA-2010-C1090-1011-0007)

Reference

  1. IEEE 802.15 WPAN Millimeter Wave Alternative PHY Task Group 3c(TG3c). Available online: http://www.ieee802.org/15/pub/TG3c.html (accessed on 1 March 2010).
  2. Part 15.3: Wireless Medium Access Control (MAC) and Physical Layer (PHY) Specifications for High Rate Wireless Personal Area Networks. Amendment 1:MAC Sub layer, IEEE Std 802.15.3b, February 2005.
  3. Chin, K.W.; Lowe, D. Simulation Study of the IEEE 802.15.3 MAC. Proceeding of Australian Telecommunications and Network Applications Conference (ATNAC), Sydney, Australia, December 8–10, 2004.
  4. Chen, H.; Guo, Z.; Yao, R.Y.; Li, Y. Improved Performance with Adaptive Dly-ACK for IEEE 802.15.3 WPAN over UWB PHY. IEICE Trans. Fund 2005, E88-A, 2364–2372. [Google Scholar]
  5. Tseng, H.; Wu, E.H.; Chen, G.H. Maximum Traffic Scheduling and Capacity Analysis for IEEE 802.15.3 High Data Rate MAC Protocol. Proceeding of IEEE VTC, Orlando, FL, USA, October 6–9, 2003; 3, pp. 1678–1682.
  6. Xiao, Y.; Shen, X.; Jiang, H. Optimal ACK Mechanisums of the IEEE 802.15.3 MAC for Ultra-Wideband Systems. IEEE J. Select. Areas Commun 2006, 24, 836–842. [Google Scholar]
  7. Chen, H.; Guo, Z.; Yao, R.Y.; Li, Y. Performance Analysis of delayed Acknowledgement Scheme in UWB-Based High-Rate WPAN. IEEE Trans. Vehicul. Technol 2006, 55, 606–621. [Google Scholar]
  8. Pyo, C.W.; Harada, H. Throughput Analysis and Improvement of Hybrid Multiple Access in IEEE 802.15.3c mm-Wave WPAN. IEEE J. Select. Areas Commun 2009, 27, 1414–1424. [Google Scholar]
  9. Yang, X. IEEE 802.11n: Enhancements for Higher Throughput in Wireless LANs. IEEE Wireless Commun 2005, 12, 82–91. [Google Scholar]
  10. Mehta, S.; Xizhi, A.; Kim, S.; Kwak, K.S.; Lee, W.; Kim, J.; Hong, S.E. Performance Issue in Terms of ACK Policies with/without Aggregation. Proceedings of IEEE P802.15 Working Group for Wireless Personal Area Networks (WPANs), Orlando, FL, USA, March 17–21, 2008.
  11. Mehta, S.; Kwak, K.S. A GCSMA Based Contention Scheme for IEEE 802.15.3 Networks. Technical Report-5; UWB Research Center: Incheon, Korea; March/April; 2009. [Google Scholar]
  12. Bianchi, G. Performance Analysis of IEEE 802.11 Distributed Coordination Function. IEEE J. Select. Areas Commun 2000, 18, 535–547. [Google Scholar]
  13. Mehta, S.; Kwak, K.S. Capacity Analysis of IEEE 802.15.3 MAC Protocol; Technical Report-4; UWB Research Center: Incheon, Korea; May/June; 2008. [Google Scholar]
  14. Yang, X.; Rosdahl, J. Throughput and Delay Limits of IEEE 802.11. IEEE Commun. Lett 2002, 6, 355–357. [Google Scholar]
  15. The Mathsworks-Matlab. Available online: http://www.mathworks.com/products/matlab/ (accessed on 1 March 2010).
  16. Harada, H.; Funada, R.; Shoji, Y.; Kimura, R.; Nishiguchi, Y.; Lei, M.; Choi, C. IEEE P802.15 Working Group for Wireless Personal Area Networks (WPANs). Proceedings of IEEE P802.15 Working Group for Wireless Personal Area Networks (WPANs), San Francisco, CA, USA, July 16–20, 2007. Doc: IEEE 802.15-07-0761-05-003c..
Figure 1. Piconet Structure in IEEE 802.15.3.
Figure 1. Piconet Structure in IEEE 802.15.3.
Sensors 10 02821f1 1024
Figure 2. Superframe Structure of IEEE 802.15.3.
Figure 2. Superframe Structure of IEEE 802.15.3.
Sensors 10 02821f2 1024
Figure 3. No-ACK, Imm-ACK and Dly-ACK (Burst Size = 3) : Different ACK Policies in IEEE 802.15.3.
Figure 3. No-ACK, Imm-ACK and Dly-ACK (Burst Size = 3) : Different ACK Policies in IEEE 802.15.3.
Sensors 10 02821f3 1024
Figure 4. Aggregation Method and K-Dly-ACK-AGG Policy. (a) Aggregation Method; (b) K-Dly-ACK-AGG Policy (K = 3).
Figure 4. Aggregation Method and K-Dly-ACK-AGG Policy. (a) Aggregation Method; (b) K-Dly-ACK-AGG Policy (K = 3).
Sensors 10 02821f4 1024
Figure 5. Difference between uniform and truncated geometric distributions.
Figure 5. Difference between uniform and truncated geometric distributions.
Sensors 10 02821f5 1024
Figure 6. Markov Chain Model for IEEE 802.15.3.
Figure 6. Markov Chain Model for IEEE 802.15.3.
Sensors 10 02821f6 1024
Figure 7. Throughput versus payload size with different ACK policies without aggregation during CTA and CAP.
Figure 7. Throughput versus payload size with different ACK policies without aggregation during CTA and CAP.
Sensors 10 02821f7 1024
Figure 8. Throughput upper limit versus payload size during CTA and CAP.
Figure 8. Throughput upper limit versus payload size during CTA and CAP.
Sensors 10 02821f8 1024
Figure 9. Throughput versus payload size with different ACK policies with aggregation during CTA and CAP.
Figure 9. Throughput versus payload size with different ACK policies with aggregation during CTA and CAP.
Sensors 10 02821f9 1024
Figure 10. Increment in throughput.
Figure 10. Increment in throughput.
Sensors 10 02821f10 1024
Figure 11. Throughput versus payload size with different ACK policies without aggregation during CTA and CAP.
Figure 11. Throughput versus payload size with different ACK policies without aggregation during CTA and CAP.
Sensors 10 02821f11 1024
Figure 12. Throughput versus payload size with different ACK policies with aggregation during CTA and CAP.
Figure 12. Throughput versus payload size with different ACK policies with aggregation during CTA and CAP.
Sensors 10 02821f12 1024
Figure 13. Throughput versus number of active nodes.
Figure 13. Throughput versus number of active nodes.
Sensors 10 02821f13 1024
Figure 14. Throughput versus number of active nodes with IB as a backoff algorithm.
Figure 14. Throughput versus number of active nodes with IB as a backoff algorithm.
Sensors 10 02821f14 1024
Figure 15. Throughput versus BER value with different ACK policies.
Figure 15. Throughput versus BER value with different ACK policies.
Sensors 10 02821f15 1024
Figure 16. MEB versus burst size without aggregation.
Figure 16. MEB versus burst size without aggregation.
Sensors 10 02821f16 1024
Figure 17. MEB versus burst size with aggregation.
Figure 17. MEB versus burst size with aggregation.
Sensors 10 02821f17 1024
Figure 18. MEB versus BER value.
Figure 18. MEB versus BER value.
Sensors 10 02821f18 1024
Figure 19. Access delay versus burst size.
Figure 19. Access delay versus burst size.
Sensors 10 02821f19 1024
Table 1. Parameter Notations.
Table 1. Parameter Notations.
TSIFSShort Inter Frame Space (SIFS) time
TDIFSDistributed Coordinate Function Inter Frame Space (DIFS)
TMIFSMinimum Inter Frame Space (MIFS) time, Usually MIFS ≤
CWminMinimum back-off window size
Tpre.Transmission time of the physical preamble
TPHYTransmission time of the PHY header
LMAC–HMAC overhead in bytes
LACKACK size in bytes
LDataPayload size in bytes
TMAC–HTransmission time of MAC overhead
TACKACK transmission time
TDataTransmission time for the payload
Tf–CAPThe time for a transmission considered failed during CAP
Ts–CAPThe time for a transmission considered successful during CAP
Tf–CTAThe time for a transmission considered failed during CAT
Ts–CTAThe time for a transmission considered successful during CAT
TACK–TOThe time-out value waiting for an ACK
Table 2. Parameters for Performance Evaluation.
Table 2. Parameters for Performance Evaluation.
ParametersValues
SIFS2.5 usec
MIFS1 usec
Preamble and PLCP Header9 usec
CWmin8
Payload Size1 ∼ 5 KB
ACK Policy3 basic + K-Dly-ACK-AGG
Data Rate1 ∼ 2 Gbps
Control Signal Rate48 Mbps
Nodes1 ∼ 30

Share and Cite

MDPI and ACS Style

Mehta, S.; Kwak, K.S. Performance Analysis and Improvement of WPAN MAC for Home Networks. Sensors 2010, 10, 2821-2842. https://doi.org/10.3390/s100402821

AMA Style

Mehta S, Kwak KS. Performance Analysis and Improvement of WPAN MAC for Home Networks. Sensors. 2010; 10(4):2821-2842. https://doi.org/10.3390/s100402821

Chicago/Turabian Style

Mehta, Saurabh, and Kyung Sup Kwak. 2010. "Performance Analysis and Improvement of WPAN MAC for Home Networks" Sensors 10, no. 4: 2821-2842. https://doi.org/10.3390/s100402821

Article Metrics

Back to TopTop