2 RELATED WORK
The variation of the number of active stations in
IEEE 802.11 DCF protocol has been investigated in
several studies by both simulation tools and
mathematical models. An analytical model was
proposed to analyse DCF operation and compute the
saturated throughput performance through
employing Markov chain models (Bianchi, 2000).
This proposed model considered a finite number of
stations with ideal channel conditions. The results
obtained in this paper showed that the performance
of the basic access mechanism depends on the MAC
parameters mainly contention window minimum and
number of wireless stations in the wireless networks.
On the other hand, the results showed that the
RTS/CTS access mechanism is marginally
dependent on the system parameters. In another
study the capacity of the medium was investigated
by developing a mathematical model that calculates
the DCF throughput and the packet virtual
transmission time (Cali, 2000).
IEEE 802.11 CSMA/CA protocol over wireless
channel was investigated in (Kleinrock, 1975). They
provide an analysis for the channel performance
during the up-time of unstable channel. They
showed that CSMA theoretically exhibits behaviour
similar to ALOHA. In (Haitao, 2002) a scheme
named DCF+, which is compatible with DCF; to
enhance the performance of reliable transport
protocol over WLAN was proposed. Moreover, the
impact of increasing the number of stations on the
saturated throughput and delay in DCF and in the
proposed scheme DCF+ was investigated. Their
results revealed that increasing number of stations
has an obvious impact on the network performance.
In (Sweet, 1999), throughput performance
measures for varying number of stations in
CSMA/CA were presented. They showed that the
RTS/CTS access mechanism achieved higher
throughput for CBR traffic when the number of
stations increased above 10 stations. Their results
also showed that higher transmission speeds yielded
lower average throughput results.
Changing the number of active stations has an
obvious impact on achieving QoS over wireless ad-
hoc networks. This is due to the increase of collision
probability over the medium. Also varying the data
rate has a considerable impact on the average end-
to-end delay and jitter. These parameters have
critical impact on the transmission of multimedia
applications.
An aim of this study is to investigate the impact
of increasing the number of active stations and data
rate on the network parameters. In particular, on the
QoS parameters, throughput, end-to-end delay, jitter,
and data packets drop. The performance of MAC
protocol access mechanisms for CBR and VBR
traffics was analysed.
This paper is organised into five sections. In the
next section, the basics of the IEEE 802.11 MAC
protocol are introduced. The experimental procedure
is introduced in section 4. The findings and
discussions are presented in section 5. The
conclusion and future work is presented in section 6.
3 IEEE 802.11 MAC PROTOCOL
The IEEE 802.11 standard (IEEE, 1997) specifies a
CSMA/CA protocol. In CSMA/CA, when a station
has a packet to send, it first listens to the medium to
ensure no other transmission is currently taking
place. If the channel is idle, it then transmits the
packet. Otherwise, it picks a random "backoff
interval" which determines the period of time the
station has to wait until it is allowed to transmit its
packet. The selection of the random number of the
backoff time is based on a binary exponential
backoff algorithm. The competing stations select a
random number between 0 and CW-1 with equal
probability. If the data packet is successfully
transmitted, the backoff counter of the transmitted
station will reset and then the station starts to
compete with the other stations for accessing the
medium. During the idle period of the channel, the
transmitting station decrements its backoff counter.
When the backoff counter reaches zero, the station
transmits the packet as shown in Figure 1. During
the busy period the station suspends its backoff
counter. After successful receiving a packet, the
receiving station replies with a positive
acknowledgement (ACK) after waiting for a Short
Inter Frame Space (SIFS) period. If an ACK is not
detected within a SIFS period after the packet
transmission, the transmission is assumed to be
unsuccessful, and a retransmission is scheduled
according to the specified backoff rules. The
unsuccessful transmission is due to collision over the
link. If a collision occurs CW will be doubled until
reaching the maximum value CW
max
= 2
m
(CW
min
+
1) – 1, where m is the number of retransmission
attempts.
The RTS/CTS access mechanism is mainly used
to minimize the amount of time spent when a
collision occurs since collision occurs in these short
messages.
A COMPARATIVE STUDY OF IEEE 802.11 MAC ACCESS MECHANISMS FOR DIFFERENT TRAFFIC TYPES
29