WiFi Flashcards
What are two categories WiFi standards fall under?
- Spread spectrum based: 802.11b
- OFDM based: 802.11 a/g/n/ac/ax/ad
What is multi path?
Signal from transmitter arrives at receiver through many paths
Why OFDM?
- Inter Symbol Interference -> time-domain effect of multi path
- Frequency selectivity -> frequency-domain effect of multi path
What is OFDM based wifi?
- Parallel data transmission on several orthogonal subcarriers with lower rate
- Maximum of one subcarrier frequency appears exactly at a frequency where all other subcarriers equal zero
What is Inter Carrier Interference (ICI)?
Zero ICI achieved if OFDM symbol is sampled exactly at its center frequency.
Why does WiFi consume so much power?
The chip constantly keeps checking for on-air signal
What are the channel selection?
- 20 MHz bandwidth per channel
- 3 non-overlapping channels
What is UNII?
Unlicensed National Information Infrastructure
5 GHz channels
What is Medium Access Control (MAC)?
- Infrastructure network contain wired network and access points
- There are access points outside of the infrastructure network
- Ad hoc networks are outside of that as well
What are MAC requirements?
- Avoid interference among simultaneous transmissions but enable as many non-interfering transmission as possible and maintain fairness among transmission
- Asynchronous - common clock not used
What is Hidden Terminal Problem?
- Interference: If ‘X’ transmits while A and B are in session
What is the Exposed Terminal Problem?
Even though Y is outside the communication zone of A and B, X is, so Y cannot receive anything from X
What is CSMA/CA?
- WiFi uses Carrier-sense multiple access with collision avoidance protocol which listens before talking
- Solves Hidden and Exposed terminal problems
What is RTS/CTS?
- Any node hearing RTS and CTS will defer medium access
- RTS sent from sender, CTS sent from receiver
Who sends Data and who sends ACK?
- Sender sends Data and receiver sends ACK, happens after RTS and CTS