Advanced Wireless. Networks

Size: px
Start display at page:

Download "Advanced Wireless. Networks"

Transcription

1 TC IST Semester Networks - Part 2 - Advanced Wireless Networks Département Télécommunications Services & Usages

2 Advanced Wireless Networks Speakers Razvan Stanica Alexandre Mouradian Lab CITI [Centre of Innovation in Telecommunications and Integration of services] INRIA UrbaNet team Structure WiFi (6h), MANET (4h), WSN (8h) Paper review work in autonomy Evaluation: paper presentation and Q&A session 2

3 IEEE : The beginnings In 1985, the US Federal Communications Commission (FCC) created the Industrial, Scientific and Medical band (ISM) for non-licensed applications (2,4GHz) In 1990 the IEEE establishes the committee The IEEE standard was finalized in 1997 and became the de-facto standard for WLAN 3

4 IEEE : The beginnings Multiple competitors Busy tone medium access control (HiperLan) CSMA/CA (remember NET1) A standard is the result of negotiations and politics not necessarily the best technical result 4

5 IEEE : The beginnings A CSMA/CA solution has been chosen Several thousand pages of specifications Compliance with the standard difficult to assess The birth of the WiFi alliance (2002, existing as WECA in 1999) 5

6 IEEE : Evolutions Higher data rate: 11 Mbps (b), 54 Mbps (g), 100+ Mbps (n) 500+ Mbps (ac) Use of different frequencies (a 5GHz, ad 60GHz) Use of multiple antennas (n, ac) Integrating Quality of Service (e) Dedicated environments: mesh (s), vehicular (p) Security enhancements (i) 6

7 Basic Service Set (BSS) Architecture Formed by an Access Point (AP) and all the associated stations (STA) Similar to a cell in 2G/3G/4G The BSSID is the MAC address of the AP and is broadcast periodically 7

8 Independent Basic Service Set (IBSS) No real AP, only synchronized STAs One STA acts as AP Architecture The BSSID is the MAC address of the master STA. As close as it gets from ad hoc networking 8

9 Architecture Distribution system (DS) A backbone (usually, but not necessarily wired) connecting the APs The DS may use any communication technology (even WiFi), with Ethernet being the most deployed 9

10 Architecture 10

11 Architecture Extended service set (ESS) An ESS is the union of multiple BSSs connected through a DS The ESS is equivalent to a single IBSS for the logical link control layer The BSSs forming an ESS can use different frequency channels No physical restrictions: BSSs can be collocated, overlapping, or connected through a long range DS 11

12 IEEE : Frame Format The frame Preamble PLCP MAC Data CRC The MAC Data Frame Control Sequence Duration Address1 Address2 Address3 Control Address4 Frame Body CRC 12

13 IEEE : Frame Format Why do we need 4 addresses? The Frame Control field contains (among others) two bits named To DS and From DS The value of To DS and From DS gives the meaning of the 4 addresses 13

14 Mobility WiFi not designed for mobility The usual WiFi user experience - nomadic Mobility is possible in IEEE networks The obvious scenario: moving within the area covered by the same AP Handovers between APs are possible inside an ESS 14

15 Mobility How mobility works The DS must implement a location service (not specified by the IEEE standard) A STA can be associated with no more than one AP at a given time (hard handover) The STA continuously measures the channel quality for the neighbouring APs The handover is initiated by the STA 15

16 Mobility Network entry Scanning STA chooses an AP nearby Passive: Just wait for the periodic AP beacon Active: Probe a known AP Authentication STA proves it has legit access to the AP Open: Authentication phase is skipped Secure: Challenge by the AP, the STA needs to know a shared key to answer correctly 16

17 Mobility Network entry Authentication STA proves it has legit access to the AP Open: Authentication phase is skipped Secure: Challenge by the AP, the STA needs to know a shared key to answer correctly Association STA enters the BSS STA -> AP: association request AP -> STA: association reply 17

18 Mobility Handover AP scanning and selection of target AP (by the STAs) Authentication (if needed) with the target AP Re-association with the target AP 18

19 Mobility Handover AP scanning and selection of target AP (by the STAs) Authentication (if needed) with the target AP Re-association with the target AP Pair-wise master key (PMK) negotiation IEEE 802.1X Pair-wise transient key (PTK) negotiation IEEE i Quality of Service admission control 19

20 Mobility IEEE r amendment (2008) Originally, only 4 messages were needed for intra-ess handover: 2xAuthentication and 2xAssociation Security and QoS admission control highly increased the number of messages and the handover delay The PTK negotiation needs 4 messages IEEE 802.1X authentication requires a time consuming key negotiation with an authentication server at every handover 20

21 Mobility IEEE r amendment (2008) Specification of Fast Basic Service Set transitions between APs The PMK is cached in the DS and reused for handovers, avoiding the negotiation process PTK negotiation and QoS admission control are piggybacked with the Authentication and Reassociation messages 21

22 Mobility IEEE p amendment (2010) Designed in the context of wireless access in vehicular environments High relative speeds between STAs (~200 km/h), resulting in small contact time PTK negotiation and QoS admission control are piggybacked with the Authentication and Reassociation messages 22

23 CSMA/CA: The implementation The IEEE standard implements CSMA/CA in the Distributed Coordination Function (DCF) Two types of carrier sense Physical Carrier Sense Clear Channel Assessment Virtual Carrier Sense Network Allocation Vector 23

24 CSMA/CA: The implementation Physical Carrier Sense How the magic happens CCA - A function of the Physical Layer Convergence Protocol Logical Link Control Data Link Layer Physical Layer CCA Medium Access Control Physical Layer Convergence Protocol Carrier Sense Physical Medium Dependent 24

25 Clear Channel Assessment Case 1 Header detection PLCP Preamble PLCP Header MAC Header LLC Network Data FCS PLCP Preamble Depends on the physical layer In OFDM (most popular PHY today): 12 symbols Used as a training sequence 25

26 Clear Channel Assessment Case 1 Header detection PLCP Preamble PLCP Header MAC Header LLC Network Data FCS RATE 4 bits Reserved 1 bit LENGTH 12 bits Parity 1 bit Tail 6 bits SERVICE 16 bits Most robust modulation (3 Mb/s today) Transmitted at RATE 26

27 Clear Channel Assessment Case 1 Header detection RATE 4 bits Reserved 1 bit LENGTH 12 bits Parity 1 bit Tail 6 bits SERVICE 16 bits PLCP Header Stations are required to decode any header arriving with 6 db over the interference level Decoding the RATE and LENGTH field gives the transmission duration Transmission sensed even if reception fails 27

28 Clear Channel Assessment Case 2 Energy detection Headers can not always be detected WiFi signals arriving simultaneously Other devices emit in the same band (Bluetooth, microwave ovens, other WiFi devices) CCA measures the energy level If the perceived energy level is higher than -65 dbm, the channel is considered busy Continuous measuring when station not idle or channel not busy 28

29 Clear Channel Assessment To summarize CCA blocks a transmission if another station is already using the channel CCA does not solve the problem of transmissions that start at the same time (see the back-off mechanisms in the next class) Through the energy detection mechanism, CCA can discover cross-network and even cross-technology interference 29

30 Network Allocation Vector Great, this solves everything! Not exactly: hidden terminals and cannot hear each other Common scenarios sends DATA to wants to access the channel but hears the DATA from waits the end of DATA, then senses the channel idle and transmits collision between DATA and ACK sends DATA to wants to access the channel and senses it idle and transmits collision between DATA and DATA 30

31 Network Allocation Vector The RTS/CTS handshake The collision probability between hidden nodes increases with the size of the messages The idea: use two short control messages to reserve the medium: Request-to-Send (RTS) and Clear-to- Send (CTS) RTS and CTS contain information about the duration of the following transmission (DATA+ACK) 31

32 Network Allocation Vector The RTS/CTS handshake and cannot hear each other sends RTS to sends CTS to hears the CTS and considers the channel busy for the announced duration sends DATA to sends ACK to The RTS/CTS handshake is also known as virtual carrier sense. 32

33 Network Allocation Vector And when you think everything works... exposed terminal a tremendous reduction in throughput sends RTS to sends CTS to receives RTS from and refrain from transmitting to...but transmission from to would not cause a collision! 33

34 Back-off: A reminder Role When a station senses the channel as busy, it needs to wait for a certain time This time interval is randomly selected in order to avoid collisions The mechanism is tuned based on the properties of the medium Short back-off in CSMA/CD on wired media Long(er) back-off in CSMA/CA on wireless 34

35 IEEE Implementation Distributed Coordination Function (DCF) 4 types of Inter-Frame Spaces (IFS) Short Inter-Frame Space (SIFS) used to separate transmissions belonging to a same dialogue (before a CTS or an ACK) Point coordination Inter-Frame Space (PIFS) for data in the contention-free period (not discussed here), to preempt any contention-based traffic Distributed Inter-Frame Space (DIFS) standard IFS, used to separate transmissions of different dialogues Extended InterFrame Space (EIFS) used by a station that received an erroneous frame SIFS < PIFS < DIFS < EIFS 35

36 DIFS DIFS SIFS DIFS SIFS Scenarios Distributed Coordination Function A B DATA ACK ACK C b=4 Freeze DATA 36

37 DIFS EIFS DIFS DIFS DIFS SIFS DIFS DIFS SIFS Scenarios Distributed Coordination Function A B C b=2 b=4 DATA Freeze Freeze ACK DATA Freeze ACK DATA Error on ACK reception 37

38 EIFS DIFS DIFS Tout Tout SIFS DIFS DIFS Scenarios Distributed Coordination Function A B C b=4 DATA DATA Freeze b=7 b=8 Freeze Freeze DATA DIFS ACK DATA Freeze... Error on DATA reception 38

39 SIFS SIFS DIFS SIFS Scenarios Distributed Coordination Function A B C RTS CTS DATA NAV ACK NAV = Network Allocation Vector = Virtual Carrier Sense The RTS/CTS handshake is optional in IEEE

40 Distributed Coordination Function Binary Exponential Back-off The back-off interval is randomly selected between 0 and the contention window (CW) Initially, CW= CW min (= 31 in IEEE , 15 in IEEE a) For every missing ACK, CW doubles and the procedure restarts, until CW= CW max (= 1023) Following a received ACK, CW= CW min 40

41 Distributed Coordination Function Broadcast messages Broadcast= one transmitter, multiple receivers If all receivers transmit CTS or ACK after SIFS, collisions are unavoidable Broadcast messages are transmitted only once using the minimum CW, and their transmission is unreliable (no ACK) 41

42 IEEE e Enhanced Distributed Channel Access Multimedia communications with specific delay constraints Important properties: can tolerate packet loss, can not tolerate jitter Quality of Service enhancements in the IEEE e standard (2005) 42

43 IEEE e Enhanced Distributed Channel Access Introduction of 4 traffic classes: Background (AC_BK) Best Effort (AC_BE) Video (AC_VI) Voice (AC_VO) Introduction of a new inter-frame space: Arbitration Inter-Frame Space (AIFS) 43

44 IEEE e Enhanced Distributed Channel Access AIFS replaces DIFS and is defined per traffic class: SIFS < AIFS[AC_VO] < AIFS[AC_VI] < AIFS[AC_BE] < AIFS[AC_BK] CW min and CW max are also defined per traffic class: Class CW min CW max AC_BK acw min acw max AC_BE acw min acw max AC_VI (acw min +1)/2-1 acw min AC_VO (acw min +1)/4-1 (acw min +1)/2-1 44

45 IEEE e Enhanced Distributed Channel Access Functioning: 45

46 IEEE : PCF There is more than DCF in IEEE Point Coordination Function (PCF) Contention-Free frame transfer protocol Based on polling made by the access point Coexists with DCF Contention free period (CFP) - PCF Contention period (CP) - DCF Contention free period (CFP) - PCF Contention period (CP) - DCF CFP Repetition Interval CFP Repetition Interval 46

47 How does PCF work? IEEE : PCF A B C D PIFS Beacon SIFS DATA + Poll SIFS ACK SIFS Poll Channel busy SIFS DATA + ACK SIFS CF-End CFP 47

48 PHY layer basics The usual way of imagining information Carrier wave We are not very good at making square signals But we are great at making sine waves A (usually sinusoidal) waveform modified with an input signal for the purpose of conveying information 48

49 PHY layer basics Modulation A mapping of the information on changes in the carrier wave phase, frequency or amplitude (or a combination of these) Amplitude Frequency Phase 49

50 PHY layer basics Spread spectrum The first IEEE standards were based on spread spectrum modulation techniques (DSSS, FHSS) = a signal generated with a particular bandwidth is deliberately spread in the frequency domain. Use of pseudo-random sequences known by both the receiver and transmitter. Increased resistance to interference, noise and jamming. 50

51 PHY layer basics Multiplexing Method of sharing a given bandwidth between different independent data channels Sharing can happen in time, frequency, code, or a combination of these. Frequency division multiplexing 51

52 OFDM Orthogonal Frequency Division Multiplexing A special case of FDM A combination of modulation and multiplexing The multiplexing is applied to multiple independent signals (just like in normal FDM), but these signals are a subset of the same main signal Analogy by C.Langton (complextoreal.com) Regular FDM Same amount of water coming from a lot of small streams Orthogonal FDM 52

53 OFDM OFDM advantages The faucet hole can be much easily blocked than the shower If something (water, information) is transported in a single stream, losing the stream means losing everything. Regular FDM Same amount of water coming from a lot of small streams Orthogonal FDM 53

54 OFDM OFDM in a nutshell The signal is divided into independent channels The independent carriers are modulated by data The results are recombined (multiplexed) to obtain the OFDM carrier 54

55 OFDM The importance of being orthogonal The area under a sine/cosine wave over a period is 0 55

56 OFDM The importance of being orthogonal Harmonic of a wave = a component of the main signal that is an integer multiple of the fundamental frequency (i.e. 2f, 3f, 4f ) The area under a sine wave multiplied by one of its harmonics is 0 56

57 OFDM The importance of being orthogonal Orthogonality allows simultaneous transmissions on multiple sub-carriers in a tight frequency space without interference from each other. 57

58 OFDM An example (simple but not exactly real) Bit stream to be transmitted: 1, 1, -1, -1, 1, 1, 1, -1, 1, - 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, 1, -1, -1, -1, 1, 1 4 carriers: c1, c2, c3, c4 Serial to parallel conversion: c1: 1, 1, 1, -1, -1, -1 c2: 1, 1, -1, 1, 1, -1 c3: -1, 1, -1, -1, 1, 1 c4: -1, -1, -1, -1, -1, 1 58

59 OFDM An example (simple but not exactly real) Taking the example of a PSK modulation c1: 1, 1, 1, -1, -1, -1 59

60 OFDM An example (simple but not exactly real) c2: 1, 1, -1, 1, 1, -1 c3: -1, 1, -1, -1, 1, 1 60

61 OFDM An example (simple but not exactly real) c4: -1, -1, -1, -1, -1, 1 61

62 OFDM An example (simple but not exactly real) 62

63 OFDM An example (simple but not exactly real) Resulting OFDM signal Constant amplitude sub-carriers, but amplitude varying OFDM signal. 63

64 OFDM Problems Frequency shift of the transmitted signal (because of Doppler effect): inter-carrier interference. Large delay spread (because of multipath): intersymbol interference OFDM solutions Guard time inserted between consecutive OFDM symbols. Cyclic prefix a part of the signal is copied at the beginning of the symbol (maintains orthogonality). Pilot carriers used to detect phase shift and intercarrier interference. 64

65 OFDM IEEE pilot sub-carriers, 48 data sub-carriers 65

66 OFDM IEEE a values 66

67 Back to PHY basics Multipath channel Wireless signal propagates on different paths because of scattering on different obstacles 67

68 MIMO Multiple Input Multiple Output Exploiting multipath rather than mitigating it Taking advantage of independent propagation on the different paths Use multiple antennas to send multiple parallel signals Multiple receiver radios collect multipath signals and process them to recover the transmitted data 2 x 3 MIMO 68

69 MIMO Types of MIMO Transmission diversity same data is encoded and transmitted through different antennas. This improves Signal-to-Noise ratio, especially for stations situated at the cell s edge. Spatial multiplexing parallel stream of data by exploiting independent multiple paths. It results in a theoretically linear increase (with the number of antenna elements) of channel capacity. 69

04/11/2011. Wireless LANs. CSE 3213 Fall November Overview

04/11/2011. Wireless LANs. CSE 3213 Fall November Overview Wireless LANs CSE 3213 Fall 2011 4 November 2011 Overview 2 1 Infrastructure Wireless LAN 3 Applications of Wireless LANs Key application areas: LAN extension cross-building interconnect nomadic access

More information

Local Area Networks NETW 901

Local Area Networks NETW 901 Local Area Networks NETW 901 Lecture 4 Wireless LAN Course Instructor: Dr.-Ing. Maggie Mashaly maggie.ezzat@guc.edu.eg C3.220 1 Contents What is a Wireless LAN? Applications and Requirements Transmission

More information

Data and Computer Communications. Chapter 13 Wireless LANs

Data and Computer Communications. Chapter 13 Wireless LANs Data and Computer Communications Chapter 13 Wireless LANs Wireless LAN Topology Infrastructure LAN Connect to stations on wired LAN and in other cells May do automatic handoff Ad hoc LAN No hub Peer-to-peer

More information

Wireless LAN -Architecture

Wireless LAN -Architecture Wireless LAN -Architecture IEEE has defined the specifications for a wireless LAN, called IEEE 802.11, which covers the physical and data link layers. Basic Service Set (BSS) Access Point (AP) Distribution

More information

Chapter 6 Wireless and Mobile Networks. Csci 4211 David H.C. Du

Chapter 6 Wireless and Mobile Networks. Csci 4211 David H.C. Du Chapter 6 Wireless and Mobile Networks Csci 4211 David H.C. Du Wireless LAN IEEE 802.11 a, b, g IEEE 802.15 Buletooth Hidden Terminal Effect Hidden Terminal Problem Hidden terminals A, C cannot hear each

More information

Mobile & Wireless Networking. Lecture 7: Wireless LAN

Mobile & Wireless Networking. Lecture 7: Wireless LAN 192620010 Mobile & Wireless Networking Lecture 7: Wireless LAN [Schiller, Section 7.3] [Reader, Part 6] [Optional: "IEEE 802.11n Development: History, Process, and Technology", Perahia, IEEE Communications

More information

Overview : Computer Networking. Spectrum Use Comments. Spectrum Allocation in US Link layer challenges and WiFi WiFi

Overview : Computer Networking. Spectrum Use Comments. Spectrum Allocation in US Link layer challenges and WiFi WiFi Overview 15-441 15-441: Computer Networking 15-641 Lecture 21: Wireless Justine Sherry Peter Steenkiste Fall 2017 www.cs.cmu.edu/~prs/15-441-f17 Link layer challenges and WiFi WiFi Basic WiFi design Some

More information

Wireless Communication and Networking CMPT 371

Wireless Communication and Networking CMPT 371 Wireless Communication and Networking CMPT 371 Wireless Systems: AM, FM Radio TV Broadcast Satellite Broadcast 2-way Radios Cordless Phones Satellite Links Mobile Telephony Systems Wireless Local Loop

More information

Topics for Today. More on Ethernet. Wireless LANs Readings. Topology and Wiring Switched Ethernet Fast Ethernet Gigabit Ethernet. 4.3 to 4.

Topics for Today. More on Ethernet. Wireless LANs Readings. Topology and Wiring Switched Ethernet Fast Ethernet Gigabit Ethernet. 4.3 to 4. Topics for Today More on Ethernet Topology and Wiring Switched Ethernet Fast Ethernet Gigabit Ethernet Wireless LANs Readings 4.3 to 4.4 1 Original Ethernet Wiring Heavy coaxial cable, called thicknet,

More information

Wireless Local Area Networks. Networks: Wireless LANs 1

Wireless Local Area Networks. Networks: Wireless LANs 1 Wireless Local Area Networks Networks: Wireless LANs 1 Wireless Local Area Networks The proliferation of laptop computers and other mobile devices (PDAs and cell phones) created an obvious application

More information

original standard a transmission at 5 GHz bit rate 54 Mbit/s b support for 5.5 and 11 Mbit/s e QoS

original standard a transmission at 5 GHz bit rate 54 Mbit/s b support for 5.5 and 11 Mbit/s e QoS IEEE 802.11 The standard defines a wireless physical interface and the MAC layer while LLC layer is defined in 802.2. The standardization process, started in 1990, is still going on; some versions are:

More information

IEEE MAC Sublayer (Based on IEEE )

IEEE MAC Sublayer (Based on IEEE ) IEEE 802.11 MAC Sublayer (Based on IEEE 802.11-1999) Wireless Networking Sunghyun Choi, Associate Professor Multimedia & Wireless Networking Lab. (MWNL) School of Electrical Engineering Seoul National

More information

Mohamed Khedr.

Mohamed Khedr. Mohamed Khedr http://webmail.aast.edu/~khedr Tentatively Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week 10 Week 11 Week 12 Week 13 Week 14 Week 15 Overview Packet Switching IP addressing

More information

Wireless Local Area Networks (WLANs)) and Wireless Sensor Networks (WSNs) Computer Networks: Wireless Networks 1

Wireless Local Area Networks (WLANs)) and Wireless Sensor Networks (WSNs) Computer Networks: Wireless Networks 1 Wireless Local Area Networks (WLANs)) and Wireless Sensor Networks (WSNs) Computer Networks: Wireless Networks 1 Wireless Local Area Networks The proliferation of laptop computers and other mobile devices

More information

Wireless LANs. ITS 413 Internet Technologies and Applications

Wireless LANs. ITS 413 Internet Technologies and Applications Wireless LANs ITS 413 Internet Technologies and Applications Aim: Aim and Contents Understand how IEEE 802.11 wireless LANs work Understand what influences the performance of wireless LANs Contents: IEEE

More information

Wireless Communication and Networking CMPT 371

Wireless Communication and Networking CMPT 371 Wireless Communication and Networking CMPT 371 Wireless Systems: AM, FM Radio TV Broadcast Satellite Broadcast 2-way Radios Cordless Phones Satellite Links Mobile Telephony Systems Wireless Local Loop

More information

MSIT 413: Wireless Technologies Week 8

MSIT 413: Wireless Technologies Week 8 MSIT 413: Wireless Technologies Week 8 Michael L. Honig Department of EECS Northwestern University November 2017 The Multiple Access Problem How can multiple mobiles access (communicate with) the same

More information

IEEE Wireless LANs

IEEE Wireless LANs Unit 11 IEEE 802.11 Wireless LANs Shyam Parekh IEEE 802.11 Wireless LANs References Standards Basics Physical Layer 802.11b 802.11a MAC Framing Details Management PCF QoS (802.11e) Security Take Away Points

More information

ECE442 Communications Lecture 3. Wireless Local Area Networks

ECE442 Communications Lecture 3. Wireless Local Area Networks ECE442 Communications Lecture 3. Wireless Local Area Networks Husheng Li Dept. of Electrical Engineering and Computer Science Spring, 2014 Wireless Local Networks 1 A WLAN links two or more devices using

More information

4.3 IEEE Physical Layer IEEE IEEE b IEEE a IEEE g IEEE n IEEE 802.

4.3 IEEE Physical Layer IEEE IEEE b IEEE a IEEE g IEEE n IEEE 802. 4.3 IEEE 802.11 Physical Layer 4.3.1 IEEE 802.11 4.3.2 IEEE 802.11b 4.3.3 IEEE 802.11a 4.3.4 IEEE 802.11g 4.3.5 IEEE 802.11n 4.3.6 IEEE 802.11ac,ad Andreas Könsgen Summer Term 2012 4.3.3 IEEE 802.11a Data

More information

Wireless Communications

Wireless Communications 4. Medium Access Control Sublayer DIN/CTC/UEM 2018 Why do we need MAC for? Medium Access Control (MAC) Shared medium instead of point-to-point link MAC sublayer controls access to shared medium Examples:

More information

Lecture 16: QoS and "

Lecture 16: QoS and Lecture 16: QoS and 802.11" CSE 123: Computer Networks Alex C. Snoeren HW 4 due now! Lecture 16 Overview" Network-wide QoS IntServ DifServ 802.11 Wireless CSMA/CA Hidden Terminals RTS/CTS CSE 123 Lecture

More information

Chapter 6 Medium Access Control Protocols and Local Area Networks

Chapter 6 Medium Access Control Protocols and Local Area Networks Chapter 6 Medium Access Control Protocols and Local Area Networks 802.11 Wireless LAN CSE 3213, Winter 2010 Instructor: Foroohar Foroozan Wireless Data Communications Wireless communications compelling

More information

Advanced Computer Networks WLAN

Advanced Computer Networks WLAN Advanced Computer Networks 263 3501 00 WLAN Patrick Stuedi Spring Semester 2014 1 Oriana Riva, Department of Computer Science ETH Zürich Last week Outlook Medium Access COPE Short Range Wireless Networks:

More information

Wireless Local Area Networks (WLANs) and Wireless Sensor Networks (WSNs) Primer. Computer Networks: Wireless LANs

Wireless Local Area Networks (WLANs) and Wireless Sensor Networks (WSNs) Primer. Computer Networks: Wireless LANs Wireless Local Area Networks (WLANs) and Wireless Sensor Networks (WSNs) Primer 1 Wireless Local Area Networks (WLANs) The proliferation of laptop computers and other mobile devices (PDAs and cell phones)

More information

Wireless Local Area Networks (WLANs) Part I

Wireless Local Area Networks (WLANs) Part I Wireless Local Area Networks (WLANs) Part I Raj Jain Professor of CSE Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu These slides are available on-line at: http://www.cse.wustl.edu/~jain/cse574-08/

More information

Hands-On Exercises: IEEE Standard

Hands-On Exercises: IEEE Standard Hands-On Exercises: IEEE 802.11 Standard Mohammad Hossein Manshaei and Jean-Pierre Hubaux {hossein.manshaei,jean-pierre.hubaux}@epfl.ch Laboratory for Computer Communications and Applications (LCA) March

More information

Introduction to IEEE

Introduction to IEEE Introduction to IEEE 802.11 Characteristics of wireless LANs Advantages very flexible within the reception area Ad hoc networks without previous planning possible (almost) no wiring difficulties more robust

More information

Announcements : Wireless Networks Lecture 11: * Outline. Power Management. Page 1

Announcements : Wireless Networks Lecture 11: * Outline. Power Management. Page 1 Announcements 18-759: Wireless Networks Lecture 11: 802.11* Please mail survey team information» Can include topic preferences now if you have them Submit project designs through blackboard Homework 2

More information

Computer Communication III

Computer Communication III Computer Communication III Wireless Media Access IEEE 802.11 Wireless LAN Advantages of Wireless LANs Using the license free ISM band at 2.4 GHz no complicated or expensive licenses necessary very cost

More information

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology CSC344 Wireless and Mobile Computing Department of Computer Science COMSATS Institute of Information Technology Wireless Local Area Networks (WLANs) Part I Almost all wireless LANs now are IEEE 802.11

More information

Investigation of WLAN

Investigation of WLAN Investigation of WLAN Table of Contents Table of Contents...1 ABBREVIATIONS...II 1 Introduction...3 2 IEEE 802.11...3 2.1 Architecture...3 2.2 MAC layer...4 2.3 PHY layer...9 2.4 Mobility in IEEE 802.11...12

More information

Computer Networks. Wireless LANs

Computer Networks. Wireless LANs Computer Networks Wireless LANs Mobile Communication Technology according to IEEE (examples) Local wireless networks WLAN 802.11 Personal wireless nw WPAN 802.15 WiFi 802.11a 802.11b 802.11h 802.11i/e/

More information

Vehicle Networks. Wireless Local Area Network (WLAN) Univ.-Prof. Dr. Thomas Strang, Dipl.-Inform. Matthias Röckl

Vehicle Networks. Wireless Local Area Network (WLAN) Univ.-Prof. Dr. Thomas Strang, Dipl.-Inform. Matthias Röckl Vehicle Networks Wireless Local Area Network (WLAN) Univ.-Prof. Dr. Thomas Strang, Dipl.-Inform. Matthias Röckl Outline Wireless LAN Overview History IEEE 802.11-1997 MAC implementations PHY implementations

More information

Introduction to Wireless Networking CS 490WN/ECE 401WN Winter Lecture 4: Wireless LANs and IEEE Part II

Introduction to Wireless Networking CS 490WN/ECE 401WN Winter Lecture 4: Wireless LANs and IEEE Part II Introduction to Wireless Networking CS 490WN/ECE 401WN Winter 2007 Lecture 4: Wireless LANs and IEEE 802.11 Part II This lecture continues the study of wireless LANs by looking at IEEE 802.11. I. 802.11

More information

WiFi Networks: IEEE b Wireless LANs. Carey Williamson Department of Computer Science University of Calgary Winter 2018

WiFi Networks: IEEE b Wireless LANs. Carey Williamson Department of Computer Science University of Calgary Winter 2018 WiFi Networks: IEEE 802.11b Wireless LANs Carey Williamson Department of Computer Science University of Calgary Winter 2018 Background (1 of 2) In many respects, the IEEE 802.11b wireless LAN (WLAN) standard

More information

3.1. Introduction to WLAN IEEE

3.1. Introduction to WLAN IEEE 3.1. Introduction to WLAN IEEE 802.11 WCOM, WLAN, 1 References [1] J. Schiller, Mobile Communications, 2nd Ed., Pearson, 2003. [2] Martin Sauter, "From GSM to LTE", chapter 6, Wiley, 2011. [3] wiki to

More information

Guide to Wireless Communications, Third Edition. Objectives

Guide to Wireless Communications, Third Edition. Objectives Guide to Wireless Communications, Third Edition Chapter 7 Low-Speed Wireless Local Area Networks Objectives Describe how WLANs are used List the components and modes of a WLAN Describe how an RF WLAN works

More information

Certified Wireless Network Administrator (CWNA) PW Chapter Medium Access. Chapter 8 Overview

Certified Wireless Network Administrator (CWNA) PW Chapter Medium Access. Chapter 8 Overview Certified Wireless Network Administrator (CWNA) PW0-105 Chapter 8 802.11 Medium Access Chapter 8 Overview CSMA/CA vs. CSMA/CD Distributed Coordination Function (DCF) Point Coordination Function (PCF) Hybrid

More information

Data Communications. Data Link Layer Protocols Wireless LANs

Data Communications. Data Link Layer Protocols Wireless LANs Data Communications Data Link Layer Protocols Wireless LANs Wireless Networks Several different types of communications networks are using unguided media. These networks are generally referred to as wireless

More information

Medium Access Control. MAC protocols: design goals, challenges, contention-based and contention-free protocols

Medium Access Control. MAC protocols: design goals, challenges, contention-based and contention-free protocols Medium Access Control MAC protocols: design goals, challenges, contention-based and contention-free protocols 1 Why do we need MAC protocols? Wireless medium is shared Many nodes may need to access the

More information

IEEE Technical Tutorial. Introduction. IEEE Architecture

IEEE Technical Tutorial. Introduction. IEEE Architecture IEEE 802.11 Technical Tutorial Introduction The purpose of this document is to give technical readers a basic overview of the new 802.11 Standard, enabling them to understand the basic concepts, principle

More information

Wireless Protocols. Training materials for wireless trainers

Wireless Protocols. Training materials for wireless trainers Wireless Protocols Training materials for wireless trainers Goals The goal of this lecture is to introduce: IEEE wireless protocols coverage 802.11 radio protocols terminology WiFi modes of operation details

More information

Nomadic Communications WLAN MAC Fundamentals

Nomadic Communications WLAN MAC Fundamentals Nomadic Communications WLAN 802.11 MAC Fundamentals Renato Lo Cigno ANS Group locigno@disi.unitn.it http://disi.unitn.it/locigno/index.php/teaching-duties/nomadic-communications Copyright Quest opera è

More information

Getting Connected (Chapter 2 Part 4) Networking CS 3470, Section 1 Sarah Diesburg

Getting Connected (Chapter 2 Part 4) Networking CS 3470, Section 1 Sarah Diesburg Getting Connected (Chapter 2 Part 4) Networking CS 3470, Section 1 Sarah Diesburg Five Problems Encoding/decoding Framing Error Detection Error Correction Media Access Five Problems Encoding/decoding Framing

More information

IEEE Wireless LANs Part I: Basics

IEEE Wireless LANs Part I: Basics IEEE 802.11 Wireless LANs Part I: Basics Raj Jain Professor of Computer Science and Engineering Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu Audio/Video recordings of this

More information

Mobile Communications Chapter 7: Wireless LANs

Mobile Communications Chapter 7: Wireless LANs Characteristics IEEE 802.11 PHY MAC Roaming IEEE 802.11a, b, g, e HIPERLAN Bluetooth Comparisons Prof. Dr.-Ing. Jochen Schiller, http://www.jochenschiller.de/ MC SS02 7.1 Comparison: infrastructure vs.

More information

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology CSC344 Wireless and Mobile Computing Department of Computer Science COMSATS Institute of Information Technology Wireless Local Area Networks (WLANs) Part II WiFi vs 802.11 IEEE 802.11 Features Hidden Node

More information

Wireless# Guide to Wireless Communications. Objectives

Wireless# Guide to Wireless Communications. Objectives Wireless# Guide to Wireless Communications Chapter 7 Low-Speed Wireless Local Area Networks Objectives Describe how WLANs are used List the components and modes of a WLAN Describe how an RF WLAN works

More information

Wireless LAN. Access Point. Provides network connectivity over wireless media

Wireless LAN. Access Point. Provides network connectivity over wireless media LAN Technologies 802.11 Wireless LAN Network connectivity to the legacy wired LAN Access Point Desktop with PCI 802.11 LAN card Laptop with PCMCIA 802.11 LAN card Provides network connectivity over wireless

More information

ICE 1332/0715 Mobile Computing (Summer, 2008)

ICE 1332/0715 Mobile Computing (Summer, 2008) ICE 1332/0715 Mobile Computing (Summer, 2008) IEEE 802.11 Prof. Chansu Yu http://academic.csuohio.edu/yuc/ Contents Overview of IEEE 802.11 Frame formats MAC frame PHY frame IEEE 802.11 IEEE 802.11b IEEE

More information

Mobile Communications Chapter 7: Wireless LANs

Mobile Communications Chapter 7: Wireless LANs Mobile Communications Chapter 7: Wireless LANs Characteristics IEEE 802.11 (PHY, MAC, Roaming,.11a, b, g, h, i, n z) Bluetooth / IEEE 802.15.x IEEE 802.16/.20/.21/.22 RFID Comparison Prof. Jó Ueyama courtesy

More information

Wireless and Mobile Networks

Wireless and Mobile Networks Wireless and Mobile Networks Raj Jain Washington University in Saint Louis Saint Louis, MO 63130 Jain@wustl.edu Audio/Video recordings of this lecture are available on-line at: http://www.cse.wustl.edu/~jain/cse473-11/

More information

Institute of Electrical and Electronics Engineers (IEEE) IEEE standards

Institute of Electrical and Electronics Engineers (IEEE) IEEE standards HW Institute of Electrical and Electronics Engineers (IEEE) IEEE 802.11 standards WLAN Standard (IEEE 802.11) The IEEE 802.11 is a family of standards that governs the operations and functions of WLANs.

More information

02/21/08 TDC Branch Offices. Headquarters SOHO. Hot Spots. Home. Wireless LAN. Customer Sites. Convention Centers. Hotel

02/21/08 TDC Branch Offices. Headquarters SOHO. Hot Spots. Home. Wireless LAN. Customer Sites. Convention Centers. Hotel TDC 363 Introductions to LANs Lecture 7 Wireless LAN 1 Outline WLAN Markets and Business Cases WLAN Standards WLAN Physical Layer WLAN MAC Layer WLAN Security WLAN Design and Deployment 2 The Mobile Environment

More information

CSE 461: Wireless Networks

CSE 461: Wireless Networks CSE 461: Wireless Networks Wireless IEEE 802.11 A physical and multiple access layer standard for wireless local area networks (WLAN) Ad Hoc Network: no servers or access points Infrastructure Network

More information

Analysis of IEEE e for QoS Support in Wireless LANs

Analysis of IEEE e for QoS Support in Wireless LANs Analysis of IEEE 802.11e for QoS Support in Wireless LANs Stefan Mangold, Sunghyun Choi, Guido R. Hiertz, Ole Klein IEEE Wireless Communications, December 2003 Presented by Daeseon Park, Student No.2005-30231

More information

Multiple Access Links and Protocols

Multiple Access Links and Protocols Multiple Access Links and Protocols Two types of links : point-to-point PPP for dial-up access point-to-point link between Ethernet switch and host broadcast (shared wire or medium) old-fashioned Ethernet

More information

Overview. Wireless networks basics IEEE (Wi-Fi) a/b/g/n ad Hoc MAC protocols ad Hoc routing DSR AODV

Overview. Wireless networks basics IEEE (Wi-Fi) a/b/g/n ad Hoc MAC protocols ad Hoc routing DSR AODV Wireless networks 1 Overview Wireless networks basics IEEE 802.11 (Wi-Fi) a/b/g/n ad Hoc MAC protocols ad Hoc routing DSR AODV 2 Wireless Networks Autonomous systems of mobile hosts connected by wireless

More information

MAC. Fall Data Communications II 1

MAC. Fall Data Communications II 1 802.11 MAC Fall 2005 91.564 Data Communications II 1 RF Quality (ACK) Fall 2005 91.564 Data Communications II 2 Hidden Terminal (RTS/CTS) Fall 2005 91.564 Data Communications II 3 MAC Coordination Functions

More information

On exploiting spatial reuse in wireless ad hoc networks

On exploiting spatial reuse in wireless ad hoc networks University of Wollongong Research Online University of Wollongong Thesis Collection 1954-2016 University of Wollongong Thesis Collections 2008 On exploiting spatial reuse in wireless ad hoc networks Ziguang

More information

Transmission Control Protocol over Wireless LAN

Transmission Control Protocol over Wireless LAN Global Journal of Computer Science and Technology Network, Web & Security Volume 12 Issue 17 Version 1.0 Year 2012 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

WLAN (802.11) Nomadic Communications. Renato Lo Cigno - Tel: Dipartimento di Ingegneria e Scienza dell Informazione

WLAN (802.11) Nomadic Communications. Renato Lo Cigno - Tel: Dipartimento di Ingegneria e Scienza dell Informazione Nomadic Communications WLAN (802.11) Renato Lo Cigno LoCigno@disi.unitn.it - Tel: 2026 Dipartimento di Ingegneria e Scienza dell Informazione Home Page: http://isi.unitn.it/locigno/index.php/teaching-duties/nomadic-communications

More information

Announcements / Wireless Networks and Applications Lecture 9: Wireless LANs Wireless. Regular Ethernet CSMA/CD.

Announcements / Wireless Networks and Applications Lecture 9: Wireless LANs Wireless. Regular Ethernet CSMA/CD. Announcements 18-452/18-750 Wireless Networks and Applications Lecture 9: Wireless LANs 802.11 Wireless Peter Steenkiste Homework 1 should be out by tomorrow Project 1 by Friday Schedule:» Thursday lecture

More information

EE 597: Wireless Networks (Spring 12)

EE 597: Wireless Networks (Spring 12) EE 597: Wireless Networks (Spring 12) Intro to Cellular and WiFi Networks Bhaskar Krishnamachari= Acknowledgement These slides were prepared by Dr. Kyuho Son, kyuhoson@usc.edu, visiting scholar at USC.

More information

standard. Acknowledgement: Slides borrowed from Richard Y. Yale

standard. Acknowledgement: Slides borrowed from Richard Y. Yale 802.11 standard Acknowledgement: Slides borrowed from Richard Y. Yang @ Yale IEEE 802.11 Requirements Design for small coverage (e.g. office, home) Low/no mobility High data rate applications Ability to

More information

SEN366 (SEN374) (Introduction to) Computer Networks

SEN366 (SEN374) (Introduction to) Computer Networks SEN366 (SEN374) (Introduction to) Computer Networks Prof. Dr. Hasan Hüseyin BALIK (11 th Week) Wireless LANs 11.Outline Overview IEEE 802.11 Architecture and Services IEEE 802.11 Medium Access Control

More information

Outline / Wireless Networks and Applications Lecture 9: Wireless LANs Aloha and 802 Wireless. Regular Ethernet CSMA/CD

Outline / Wireless Networks and Applications Lecture 9: Wireless LANs Aloha and 802 Wireless. Regular Ethernet CSMA/CD Page 1 Outline 18-452/18-750 Wireless Networks and Applications Lecture 9: Wireless LANs Aloha and 802 Wireless Peter Steenkiste Data link fundamentals» And what changes in wireless Aloha Ethernet Wireless-specific

More information

CSMC 417. Computer Networks Prof. Ashok K Agrawala Ashok Agrawala. Fall 2018 CMSC417 Set 1 1

CSMC 417. Computer Networks Prof. Ashok K Agrawala Ashok Agrawala. Fall 2018 CMSC417 Set 1 1 CSMC 417 Computer Networks Prof. Ashok K Agrawala 2018 Ashok Agrawala Fall 2018 CMSC417 Set 1 1 The Medium Access Control Sublayer November 18 Nov 6, 2018 2 Wireless Networking Technologies November 18

More information

Page 1. Wireless LANs: Design Requirements. Evolution. EEC173B/ECS152C, Winter Wireless LANs

Page 1. Wireless LANs: Design Requirements. Evolution. EEC173B/ECS152C, Winter Wireless LANs EEC173B/ECS152C, Winter 2006 Wireless LANs Evolution of Technology & Standards IEEE 802.11 Design Choices Architecture & Protocols PHY layer MAC layer design Acknowledgment: Selected slides from Prof.

More information

Wireless Networks. CSE 3461: Introduction to Computer Networking Reading: , Kurose and Ross

Wireless Networks. CSE 3461: Introduction to Computer Networking Reading: , Kurose and Ross Wireless Networks CSE 3461: Introduction to Computer Networking Reading: 6.1 6.3, Kurose and Ross 1 Wireless Networks Background: Number of wireless (mobile) phone subscribers now exceeds number of wired

More information

PW0-270_formatted. Number: Passing Score: 800 Time Limit: 120 min File Version: 1.

PW0-270_formatted.  Number: Passing Score: 800 Time Limit: 120 min File Version: 1. PW0-270_formatted Number: 000-000 Passing Score: 800 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ CWNA PW0-270 Certified Wireless Analysis Professional (CWAP) Version: 5.0 CWNA PW0-270

More information

Wireless Communication Session 4 Wi-Fi IEEE standard

Wireless Communication Session 4 Wi-Fi IEEE standard Wireless Communication Session 4 Wi-Fi IEEE802.11 standard M. Daneshvar Farzanegan Soourosh.blogfa.com smdanesh@yahoo.com 1 Reminder on frequencies and wavelenghts twisted pair coax cable optical transmission

More information

Mohammad Hossein Manshaei 1393

Mohammad Hossein Manshaei 1393 Mohammad Hossein Manshaei manshaei@gmail.com 1393 1 802.11 History and Standardization 802.11 Architectures and Layers 802.11 Frame Format and Addressing 802.11 Mac Layer (CSMA/CA) 2 Wifi 3 twisted pair

More information

IEEE WLAN (802.11) Copyright. Nomadic Communications

IEEE WLAN (802.11) Copyright. Nomadic Communications Nomadic Communications WLAN (802.11) Renato Lo Cigno LoCigno@disi.unitn.it - Tel: 2026 Dipartimento di Ingegneria e Scienza dell Informazione Home Page: http://isi.unitn.it/locigno/index.php/teaching-duties/nomadic-communications

More information

Mohammad Hossein Manshaei 1393

Mohammad Hossein Manshaei 1393 Mohammad Hossein Manshaei manshaei@gmail.com 1393 1 An Analytical Approach: Bianchi Model 2 Real Experimentations HoE on IEEE 802.11b Analytical Models Bianchi s Model Simulations ns-2 3 N links with the

More information

WiFi / IEEE WLAN

WiFi / IEEE WLAN WiFi / IEEE 802.11 - WLAN Lecturer: Carlos Rey-Moreno carlos.reymoreno@gmail.com Networking Course Honors on Computer Science University of the Western Cape 04 Feb - 2013 Why Wireless? A lot of pros...

More information

Page 1. Outline : Wireless Networks Lecture 11: MAC. Standardization of Wireless Networks. History. Frequency Bands

Page 1. Outline : Wireless Networks Lecture 11: MAC. Standardization of Wireless Networks. History. Frequency Bands Outline 18-759 : Wireless s Lecture 11: 80.11 Peter Steenkiste Dina Papagiannaki Spring Semester 009 http://www.cs.cmu.edu/~prs/wireless09/ Peter A. Steenkiste, CMU 1 80 protocol overview Wireless LANs

More information

Chapter 3.1 Acknowledgment:

Chapter 3.1 Acknowledgment: Chapter 3.1 Acknowledgment: This material is based on the slides formatted by Dr Sunilkumar S. manvi and Dr Mahabaleshwar S. Kakkasageri, the authors of the textbook: Wireless and Mobile Networks, concepts

More information

Wireless Local Area Network (IEEE )

Wireless Local Area Network (IEEE ) Wireless Local Area Network (IEEE 802.11) -IEEE 802.11 Specifies a single Medium Access Control (MAC) sublayer and 3 Physical Layer Specifications. Stations can operate in two configurations : Ad-hoc mode

More information

MAC. OSI Layer 2 (Data Link) OSI Layer 1 (Physical)

MAC. OSI Layer 2 (Data Link) OSI Layer 1 (Physical) 教育部資通訊科技人才培育先導型計畫 無線區域網路媒體存取控 制層協定 任課老師 : 陳懷恩 助理教授兼任資訊工程研究所所長電算中心資訊網路組組長 國立宜蘭大學 Email: wechen@niu.edu.tw 1 Outline Introduction ti to IEEE 802.11 Frame Format Medium Access Control Protocol MAC Access

More information

Logical Link Control (LLC) Medium Access Control (MAC)

Logical Link Control (LLC) Medium Access Control (MAC) Overview of IEEE 802.11 Data Link layer Application Presentation Session Transport LLC: On transmission, assemble data into a frame with address and CRC fields. On reception, disassemble frame, perform

More information

Mobile Communications Chapter 7: Wireless LANs

Mobile Communications Chapter 7: Wireless LANs Mobile Communications Chapter 7: Wireless LANs Characteristics IEEE 802.11 PHY MAC Roaming IEEE 802.11a, b, g, e HIPERLAN Bluetooth Comparisons Prof. Dr.-Ing. Jochen Schiller, http://www.jochenschiller.de/

More information

Wireless Communication

Wireless Communication Wireless Communication Systems @CS.NCTU Lecture 9: MAC Protocols for WLANs Instructor: Kate Ching-Ju Lin ( 林靖茹 ) 1 Reference 1. A Technical Tutorial on the IEEE 802.11 Protocol By Pablo Brenner online:

More information

Day 1: Wi-Fi Technology Overview

Day 1: Wi-Fi Technology Overview Duration: 5days Hands on: Wireshark based real-life Wi-Fi packet trace analysis Demos : Alethea Wicheck multi-sta emulator for understanding performance of Wi-Fi APs and to study impact of multiple clients

More information

Wireless Networking based on Chapter 15 of CompTIA Network+ Exam Guide, 4th ed., Mike Meyers

Wireless Networking based on Chapter 15 of CompTIA Network+ Exam Guide, 4th ed., Mike Meyers Wireless Networking 802.11 based on Chapter 15 of CompTIA Network+ Exam Guide, 4th ed., Mike Meyers topics Standards Technical Concepts Implementation Troubleshooting 802.11 timeline source: Anandtech

More information

Wireless Networks (MAC)

Wireless Networks (MAC) 802.11 Wireless Networks (MAC) Kate Ching-Ju Lin ( 林靖茹 ) Academia Sinica 2016.03.18 CSIE, NTU Reference 1. A Technical Tutorial on the IEEE 802.11 Protocol By Pablo Brenner online: http://www.sss-mag.com/pdf/802_11tut.pdf

More information

CS 348: Computer Networks. - WiFi (contd.); 16 th Aug Instructor: Sridhar Iyer IIT Bombay

CS 348: Computer Networks. - WiFi (contd.); 16 th Aug Instructor: Sridhar Iyer IIT Bombay CS 348: Computer Networks - WiFi (contd.); 16 th Aug 2012 Instructor: Sridhar Iyer IIT Bombay Clicker-1: Wireless v/s wired Which of the following differences between Wireless and Wired affect a CSMA-based

More information

Rahman 1. Application

Rahman 1. Application Data Link layer Overview of IEEE 802.11 Application Presentation Session Transport LLC: On transmission, assemble data into a frame with address and CRC fields. On reception, disassemble frame, perform

More information

CMPE 257: Wireless and Mobile Networking

CMPE 257: Wireless and Mobile Networking CMPE 257: Wireless and Mobile Networking Katia Obraczka Computer Engineering UCSC Baskin Engineering Lecture 3 CMPE 257 Winter'11 1 Announcements Accessing secure part of the class Web page: User id: cmpe257.

More information

Data and Computer Communications

Data and Computer Communications Data and Computer Communications Chapter 17 Wireless LANs Eighth Edition by William Stallings Overview of Wireless LANs use wireless transmission medium Wireless LAN were little used issues of high prices,

More information

Local Area Networks. Lecture 17 Fall Token Ring and FDDI

Local Area Networks. Lecture 17 Fall Token Ring and FDDI Local Area Networks Lecture 17 Fall 2010 Token Ring and FDDI IEEE 802.5 Ring LAN Unidirectional ring network 4 Mbps and 16 Mbps on twisted pair Differential Manchester line coding Token passing protocol

More information

Functions of physical layer:

Functions of physical layer: Chapter 14 Functions of physical layer: Encoding/decoding of signals Preamble generation/removal (for synchronization) Bit transmission/reception Includes specification of the transmission medium Functions

More information

Laboratory of Nomadic Communication. Quick introduction to IEEE

Laboratory of Nomadic Communication. Quick introduction to IEEE Laboratory of Nomadic Communication Quick introduction to IEEE 802.11 Let s play 802.11 game Wireless LAN Standard A quick introduction to the IEEE 802.11 standard IEEE 802.11 standard! Definition of wireless

More information

CSCD 433 Network Programming Fall Lecture 7 Ethernet and Wireless

CSCD 433 Network Programming Fall Lecture 7 Ethernet and Wireless CSCD 433 Network Programming Fall 2016 Lecture 7 Ethernet and Wireless 802.11 1 Topics 802 Standard MAC and LLC Sublayers Review of MAC in Ethernet MAC in 802.11 Wireless 2 IEEE Standards In 1985, Computer

More information

Figure.2. Hidden & Exposed node problem

Figure.2. Hidden & Exposed node problem Efficient Throughput MAC Protocol in Ad-hoc Network s Rahul Mukherjee, HOD and Assistant Professor, Electronics & Communication Department, St. Aloysius Institute of Technology (SAIT), Jabalpur, Rajiv

More information

Outline. CS5984 Mobile Computing. IEEE 802 Architecture 1/7. IEEE 802 Architecture 2/7. IEEE 802 Architecture 3/7. Dr. Ayman Abdel-Hamid, CS5984

Outline. CS5984 Mobile Computing. IEEE 802 Architecture 1/7. IEEE 802 Architecture 2/7. IEEE 802 Architecture 3/7. Dr. Ayman Abdel-Hamid, CS5984 CS5984 Mobile Computing Dr. Ayman Abdel-Hamid Computer Science Department Virginia Tech Outline IEEE 82 Architecture IEEE 82. Wireless LANs Based on Chapter 4 in Wireless Communications and Networks, William

More information

Technical Introduction

Technical Introduction 802.11 Technical Introduction Tomas Krag t@wire.less.dk Unlicensed Spectrum There was a need for spectrum with fewer regulations The ISM band at 2.4 Ghz & 5.2 GHz The UNII band at 5.8 GHz No need for a

More information

I N D E X Numerics 100 Mbps WLANs, WLANs, 88

I N D E X Numerics 100 Mbps WLANs, WLANs, 88 I N D E X Numerics 100 Mbps WLANs, 233 234 802.11 WLANs, 88 control frames, 54 ACK frames, 57 CF-End frames, 57 58 CTS frames, 56 PS-Poll frames, 54 55 RTS frames, 55 56 DSSS, 93-95 data frames, 76-78

More information

Chapter 7: Wireless LANs

Chapter 7: Wireless LANs Mobile Communications Chapter 7: Wireless LANs Characteristics IEEE 802.11 (PHY, MAC, Roaming,.11a, b, g, h, i, n z) Bluetooth / IEEE 802.15.x IEEE 802.16/.20/.21/.22 RFID Comparison Prof. Jó Ueyama courtesy

More information