Chapter 3b Wireless Communication Marks
Chapter 3b Wireless Communication Marks
Wireless communication
Marks(12)
Wireless Network: BLUETOOTH
• When BSSs are connected, the stations within reach of one another can
communicate without the use of an AP.
• Note that a mobile station can belong to more than one BSS at the same time
Station Types
IEEE 802.11 defines three types of stations based on their
mobility in a wireless LAN:
• no-transition
A station is either stationary (not moving) or moving
only inside a BSS
• BSS-transition
station can move from one BSS to another, but the
movement is confined inside one ESS.
• ESS-transition mobility.
A station can move from one ESS to another
MAC sublayer
• MAC layer covers three functional areas:
• Reliable data delivery
• Access control
• Security
IEEE 802.11 defines two MAC sublayers:
• Distributed coordination function (DCF).
• Point coordination function (PCF).
Distributed Coordination Function (DCF)
• Distributed Coordination Function (DCF)
• Distributed access protocol
• Contention-Based
• Makes use of CSMA/CA rather than CSMA/CD for the
following reasons:
• Wireless LANs cannot implement CSMA/CD for three reasons:
1. For collision detection a station must be able to send data
and receive collision signals at the same time( costly stations
and increased bandwidth requirements).
2. Collision may not be detected because of the hidden station
problem.
3. The distance between stations may result in Signal fading
which prevent a station at one end from hearing a collision at
the other end.
• Suited for ad hoc network and ordinary asynchronous traffic
CSMA/CA in wireless LAN
1. station senses the medium
(checking the energy level at carrier frequency):
a. uses a persistence strategy with back-off
until the channel is idle.
b. if idle channel , waits for of time called
distributed interframe space (DIFS);
then sends a request to send (RTS) Control frame .
2. the destination station receive RTS and waite
for short interframe space (SIFS), than send
clear to send (CTS) control frame,
(ready to receive data)
3. The source station sends data after waiting an
amount of time equal to SIFS.
4. The destination station, after waiting for time
equal to SIFS, sends an acknowledgment
Point Coordination Function (PCF)
• an optional access method on top of DCF
• Implemented in an infrastructure network (not in an ad hoc
network).
• Contention-Free
• mostly for time-sensitive transmission services like voice or
multimedia.
• The AP performs polling stations one after another, sending
any data they have to the AP.
Hidden station Problem
• Station c sends data to A at the same time B is sending
data to A (C is out of B’s range) this results collision at
A .which occur due to B & C are hidden from each
other
Exposed station problem
• A is sending data to B G has some data to send to
D,which can be sent without interfering A-B
transmission. But C is exposed to transmission from A so
it does not transmit so it leads to waste of channel
capacity
Physical Layer
• IEEE 802.11 FHSS: In Frequency Hopping Spread Spectrum
(FHSS) the sender sends on one carrier frequency for a short
amount of time, then hops to another carrier frequency for the
same amount of time, and so on. After N hop-pings, the cycle is
repeated.
• IEEE 802.11 DSSS : In Direct Sequence Spread Spectrum
(DSSS) each bit sent by the sender is replaced by a sequence of
bits called a chip code.
• IEEE 802.11a OFDM : IEEE 802.11a describes the orthogonal
frequency-division multiplexing (OFDM) method for signal
generation in the 5GHz ISM band
• IEEE 802.11 Infrared
• Lowest cost
• Lowest range compared to spread spectrum
Frame format 802.11
1. Frame Control (FC). (2 byte) defines the type of frame and some
control information. This field contains several different subfields
2. D. (2 bytes )It stands for duration . This field defines the duration for
which the frame and its acknowledgement will occupy the channel.
3. Addresses.(6 bytes) There are 4 address fields . These four
addresses represent source, destination, source base station and
destination base station.
4. Sequence Control (SC). (2 byte) defines the sequence number of
frame to be used in flow control.
5. Frame body. (between 0 and 2312 bytes). It contains the info.
6. 14.27
FCS. (4 bytes ) contains 'cRC-32 error detection sequence.
Table 14.1 Subfields in FC field
Figure 14.9 Addressing mechanisms