Chapter 3
Chapter 3
Chapter 3
Wireless LANs
Wireless LANs
Each mobile device in the wireless LAN has a wireless
LAN adapter
Connectivity to wired networks is provided through an
“access point,” also known as a local bridge.
The mobile devices (e.g., laptops, wireless printers,
headsets) connect to the AP when they are in the range
of the AP – a cell that may span 10 to100 meters.
Once connected to the AP, the mobile devices can
communicate with other devices in the cell or other
resources through the AP.
IEEE 802.11 standard
Important niche and enterprise applications (e.g.
hospitals)
Wireless LANs
Wired LAN
Access Point
Wireless LAN
(Cell size 10 Meters to 100 Meters)
Benefits of WLAN
1. Flexibility: Wireless technology allows the users to
roam around a building (without restriction) with their
laptops.
2. Improvements in Productivity: Wireless LANs can
provide LAN users with access to real-time
information anywhere in their organization. This
improves productivity.
3. Installation Speed and Simplicity: Wireless LANs
can be installed quickly because they eliminate the
need to pull cable through walls and ceilings.
Cont…
802.15.1 Up to 2 Mbps
2.4 GHz band 30 feet Not interoperable with
Bluetooth or 5 GHz band (10 meters) any other 802.11
MAC layer functional areas:
Reliable Data Delivery
MAC must handle interference, noise, fading, etc
More efficient to deal with errors at the MAC level than
higher layer (such as TCP)
802.11 includes frame exchange protocol:
o The Source station transmits data
o Destination responds with acknowledgment (ACK)
o If source doesn’t receive ACK, it retransmits frame
Four-frame exchange may be used enhance reliability:
o Source issues request to send (RTS)
o Destination responds with clear to send (CTS)
o Source transmits data
o Destination responds with ACK
Access Control
Approaches proposed and accepted to support
centralized and ad hoc LAN:
Distributed Coordination Function (required)
o Uses Ethernet type CSMA
o Useful in ad hoc networks
Point Coordination Function (optional)
o Implemented on top of DCF
o Uses polling, typically done by an access point
o Suitable for a centralized LAN
Medium access control (MAC) must deal with the
situation when more than one station wants to access the
medium.
The 802.11 MAC does not implement CSMA/CD, because
it is very difficult to detect collisions in a wireless
environment due to different types of scattering and fading.
Instead a delay, known as Inter frame Space (IFS), is used
to avoid conflicts and prioritize handling of requests.
Basically, MAC waits for a delay period of IFS before
transmitting.
In reality, DCF includes a set of delays (IFSs) values:
o Short IFS (SIFS)-
o Point coordination function IFS (PIFS).
o Distributed coordination function IFS (DIFS).