Lecture 27 WLAN Part II Dr. Ghalib A. Shah

Slides:



Advertisements
Similar presentations
Networks: Wireless LANs1 Wireless Local Area Networks.
Advertisements

Contents IEEE MAC layer operation Basic CSMA/CA operation
Lecture 5: IEEE Wireless LANs (Cont.). Mobile Communication Technology according to IEEE (examples) Local wireless networks WLAN a.
Wireless LAN (not assessed) Dr Sandra I. Woolley.
– Wireless PHY and MAC Stallings Types of Infrared FHSS (frequency hopping spread spectrum) DSSS (direct sequence.
© Kemal AkkayaWireless & Network Security 1 Department of Computer Science Southern Illinois University Carbondale CS591 – Wireless & Network Security.
Studying st lecture ~Overview of IEEE ~ Tadashi YASUMOTO.
14.1 Chapter 14 Wireless LANs Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
P. Bhagwat Specification overview. P. Bhagwat Specifications PLCP Sublayer PHY layer Management PMD Sublayer MAC sublayer MAC Layer Management.
1 CSE401n:Computer Networks Lecture 16 Wireless Link & LANs WS: ch-14 KR: 5.7.
Wireless Networking So we talked about wired networks. What about wireless?
Networks: Wireless LANs1 Wireless Local Area Networks.
Networks: Wireless LANs1 Wireless Local Area Networks.
110/15/2003CS211 IEEE Standard Why we study this standard: overall architecture physical layer spec. –direct sequence –frequency hopping MAC layer.
WLAN b a Johan Montelius
IEEE Wireless LAN Standard Chapter 14. IEEE 802 Protocol Layers.
Network Security Wireless LAN. Network Security About WLAN  IEEE standard  Use wireless transmission medium such as radio, microwave, infrared.
Lecture #2 Chapter 14 Wireless LANs.
Overview of Wireless LANs Use wireless transmission medium Issues of high prices, low data rates, occupational safety concerns, & licensing requirements.
1 Kyung Hee University Chapter 15 Wireless LANs. 2 Kyung Hee University IEEE 802 Standards Working Groups WiMAX, an acronym that stands for Worldwide.
IEEE Project started by IEEE for setting standard for LAN. This project started in (1980, February), Name given to project is year and month.
CWNA Guide to Wireless LANs, Second Edition
14.1 Chapter 14 Wireless LANs Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
IEEE Wireless LAN Standard
IEEE Wireless LAN Standard. Medium Access Control-CSMA/CA IEEE defines two MAC sublayers Distributed coordination function (DCF) Point coordination.
CSC 581 Communication Networks II Chapter 6c: Local Area Network (Wireless LAN – ) Dr. Cheer-Sun Yang.
IEEE WLAN.
Chapter 6 Medium Access Control Protocols and Local Area Networks Wireless LAN.
IEEE Wireless LAN Standard
WLAN. Networks: Wireless LANs2 Distribute Coordination Function (DCF) Distributed access protocol Contention-Based Uses CSMA/ CA – Uses both physical.
Chapter 14 Wireless LANs.
MAC Sublayer MAC layer tasks: – Control medium access – Roaming, authentication, power conservation Traffic services – DCF (Distributed Coordination.
Wireless Protocols. 2 Outline MACA 3 ISM: Industry, Science, Medicine unlicensed frequency spectrum: 900Mhz, 2.4Ghz, 5.1Ghz, 5.7Ghz.
MAC Layer Protocols for Wireless Networks. What is MAC? MAC stands for Media Access Control. A MAC layer protocol is the protocol that controls access.
MAC for WLAN Doug Young Suh Last update : Aug 1, 2009 WLAN DCF PCF.
ECEN 489, Prof. Xi Zhang Medium Access Control Protocols, Local Area Networks, and Wireless Local Area Networks Lecture Note 11.
DSSS PHY packet format Synchronization SFD (Start Frame Delimiter)
IEEE Wireless LAN. Wireless LANs: Characteristics Types –Infrastructure based –Ad-hoc Advantages –Flexible deployment –Minimal wiring difficulties.
CS440 Computer Networks 1 Wireless LAN (IEEE ) Neil Tang 10/01/2008.
March 22, 2004 Prof. Paul Lin 1 CPET The Medium Access Control Sublayer – Wireless LAN Paul I-Hai Lin, Professor Electrical and Computer Engineering.
CS 414 Indian Institute of Technology, Bombay CS
Chapter 15 Wireless LANs.
IEEE Wireless Local Area Network (WLAN)
Wireless MAC.
Wireless MAC.
EA C451 (Internetworking Technologies)
Medium Access Control MAC protocols: design goals, challenges,
Wireless LANs Wireless proliferating rapidly.
Computer Communication Networks
Wireless NETWORKS NET 434 Topic No 6 Wireless LANS
Wireless NETWORKS NET 434 Topic No 6 Wireless LANS
Chapter 2 Wireless LANS and PANS
Wireless Local Area Networks (LANs)
Wireless NETWORKS NET 434 Topic No 6 Wireless LANS
IEEE Wireless LAN wireless LANs: untethered (often mobile) networking
Chapter 2 Wireless LAN Technology and the IEEE 802
Specification overview
Chapter 6 Medium Access Control Protocols and Local Area Networks
Specification overview
basics Richard Dunn CSE July 2, 2003.
Protocol Details John Bellardo UCSD.
Specification overview
Specification overview
Performance Evaluation of an Integrated-service IEEE Network
Wireless LAN Simulation IEEE MAC Protocol
Wireless LAN (WLAN) Wireless Ethernet Bluetooth.
Specification overview
Specification overview
MITP 413: Wireless Technologies Week 8
Specification overview
Presentation transcript:

Lecture 27 WLAN Part II Dr. Ghalib A. Shah Wireless Networks Lecture 27 WLAN Part II Dr. Ghalib A. Shah

Outlines Last Lecture Review Problems with DCF Virtual Carrier Sensing RTC/CTS Protocol Interframe Spacing PCF Fragmentation / Reassembly MAC Frame Format Frame Types Physical Media in Original IEEE 802.11

Last Lecture Overview of IEEE 802.11 IEEE 802.11 Protocols Architecture Services MAC Protocols DCF PCF

Problems with DCF Hidden Node B C A

Exposed Node problem A B C D

RTS/CTS Protocol Virtual Carrier Sense technique. Source sends Request-to-Send beacon Destination, if free, sends Clear-to-Send beacon. Source transmits data packet. Destination ACKs if receives successfully RTS CTS MDU ACK Source Destination

RTS includes source, destination ID and duration of following transaction. The duration info allows to protect the transmission from collision on the transmitter side. The destination response in CTS also includes the same duration amount. This helps in overcoming hidden terminal problem. All the stations hearing RTS/CTS set their Network Allocation Vector (NAV) to the given duration. Since RTS/CTS are shorter frames than MSDU, collision is detected fast. If MSDU is smaller than RTSThreshold, Standard allows to skip RTS/CTS.

Interframe Spacing Short interframe space (SIFS) The SIFS is used for the highest-priority transmissions, such as RTS/CTS frames and positive acknowledgments. PCF interframe space (PIFS) The PIFS is used by the PCF during contention-free operation. Stations with data to transmit in the contention-free period can transmit after the PIFS has elapsed and pre-empt any contention-based traffic DCF interframe space (DIFS) The DIFS is the minimum medium idle time for contention-based services. Stations may have immediate access to the medium if it has been free for a period longer than the DIFS. Extended interframe space (EIFS) The EIFS is not a fixed interval. It is used only when there is an error in frame transmission.

RTS MPDU CTS SIFS ACK Next MPDU CW Defer Access Backoff after defer DIFS SIFS MPDU ACK Next MPDU CW Defer Access Backoff after defer NAV(RTS) NAV(CTS) Sender Receiver Other

Point Coordination Function Centralized access to medium. Implemented on top of DCF. AP issues polls to the MS on round robin fashion. PIFS is used between polling.

Fragmentation and Reassembly In Ethernet, MAC frame can be upto 1518 bytes long. Not possible to support such larger size of frame because of: Higher bit error rate If it is corrupted, large size would incur high overheads. On FH, medium is interrupted periodically (20ms), smaller packet would result in smaller chance of postponing transmission.

In IEEE 802.11 segmentation/reassembly is added to support Ethernet frames. Each MSDU is divided into several frames/segments. All the segments are transmitted after SIFS of ACK reception. Segments are reassembled to MSDU in the order as transmitted.

MAC Frame Format

MAC Frame Fields Frame Control – frame type, control information Duration/connection ID – channel allocation time Addresses – context dependant, types include source and destination Sequence control – numbering and reassembly Frame body – MSDU or fragment of MSDU Frame check sequence – 32-bit CRC

Addresses Destination address Source address Receiver address As in Ethernet, the destination address is the 48-bit IEEE MAC identifier that corresponds to the final recipient: the station that will hand the frame to higher protocol layers for processing. Source address This is the 48-bit IEEE MAC identifier that identifies the source of the transmission. Only one station can be the source of a frame, so the Individual/Group bit is always 0 to indicate an individual station. Receiver address This is a 48-bit IEEE MAC identifier that indicates which wireless station should process the frame. If it is a wireless station, the receiver address is the destination address. Transmitter address This is a 48-bit IEEE MAC address to identify the wireless interface that transmitted the frame onto the wireless medium.

Frame Control Fields Protocol version – 802.11 version Type – control, management, or data Subtype – identifies function of frame To DS – 1 if destined for DS From DS – 1 if leaving DS More fragments – 1 if fragments follow Retry – 1 if retransmission of previous frame Power management – 1 if transmitting station is in sleep mode More data – Indicates that station has more data to send WEP – 1 if wired equivalent protocol is implemented Order – 1 if any data frame is sent using the Strictly Ordered service

Control Frame Subtypes (Type 01) Power save – poll (PS-Poll) Request to send (RTS) Clear to send (CTS) Acknowledgment Contention-free (CF)-end CF-end + CF-ack

Data Frame Subtypes (Type 10) Data-carrying frames Data Data + CF-Ack Data + CF-Poll Data + CF-Ack + CF-Poll Other subtypes (don’t carry user data) Null Function CF-Ack CF-Poll CF-Ack + CF-Poll

Management Frame Subtypes (Type 00) Association request Association response Reassociation request Reassociation response Probe request Probe response Beacon Announcement traffic indication message Dissociation Authentication Deauthentication

Physical Media Defined by Original 802.11 Standard Direct-sequence spread spectrum Operating in 2.4 GHz ISM band Data rates of 1 and 2 Mbps Frequency-hopping spread spectrum Infrared 1 and 2 Mbps Wavelength between 850 and 950 nm

IEEE 802.11a and IEEE 802.11b IEEE 802.11a IEEE 802.11b Makes use of 5-GHz band Provides rates of 6, 9 , 12, 18, 24, 36, 48, 54 Mbps Uses orthogonal frequency division multiplexing (OFDM) Subcarrier modulated using BPSK, QPSK, 16-QAM or 64-QAM IEEE 802.11b Provides data rates of 5.5 and 11 Mbps Complementary code keying (CCK) modulation scheme

Summary Problems with DCF Virtual Carrier Sensing RTC/CTS Protocol Interframe Spacing PCF Fragmentation / Reassembly MAC Frame Format Frame Types Physical Media in Original IEEE 802.11