Brendan Ang

Search

Search IconIcon to open search

Wireless Networks

Last updated Dec 3, 2022 Edit Source

# Wireless Networks

# Network characteristics and its effects

# Bandwidth

Wireless communications run based on electromagnetic waves, and the bandwidth is the frequency range over which this communication can occur. e.g. the 802.11b and 802.11g standards use the 2.4-2.5GHz band across all WiFi devices.

Higher frequencies can transfer more information (see equation above), but come at the cost of lower range as signals cannot travel as far.

# Signal Power to Noise Power Ratio

The larger the amount of background noise, the stronger the signal has to be to carry the information. Increasing SNR can be done in 2 ways, increasing the transmission power, or reducing the distance between receiver and transmitter

# Problems

# Bit Error Rate

Bit error rate varies according to the bit transmission rate and SNR. This means that as SNR changes, it would be good to support dynamic selection of the modulation technique (bit transmission rate) to adapt to the channel conditions. 400

# Hidden terminal problem and fading

Signals are not strong enough to be detected at each individual source, but end up interfering at each other at the destination (B).

# Wireless LANs: WiFi 802.11

Infrastructure (use of access points) wireless LAN architecture, connecting basic service sets: 500 Each AP is given a unique MAC address for its interface, similar to Ethernet.

# Channels and Association

# CSMA/CA Multiple Access Control Protocol

Similar to Ethernet’s Carrier Sense Multiple Access Collision Detection (CSMA/CD) but using collision avoidance instead.

  1. If idle, transmits frame after a short period of time known as the Distributed Inter-frame Space
  2. Else, choose a random value using Binary Exponential Backoff and count down this value after DIFS while the channel is sensed idle. While it is busy, the counter is frozen. In 2 competing senders, they will hopefully choose a different backoff value, causing the “winning” sender to transmit first. The “loser” will hear the winner’s signal, freeze its counter and refrain from transmitting until the winner has completed.
  3. When counter = 0, transmit entirely and wait for ACK
  4. If ACK not received, retransmit from step 2 with increased value

# Clear to Send (CTS) / Request To Send (RTS):

If 2 senders are out of range of each other, they would not be able to freeze their counter value.

  1. Sender sends a RTS frame to the AP with the total time required to transmit the data and acknowledgement frame
  2. AP responds by broadcasting a CTS, allowing sender permission to transmit while instructing others not to.

# 802.11 Frame

Note 4 address fields compared to just source/receiver:

# Wireless Personal Area Networks (WPANs)

Low power, short range low rate technology

# Bluetooth

A network established without network infrastructure in a master-slave configuration. Channel is partitioned using TDM and the channel is changed in a pseudo random manner from time slot to slot, known as frequency hopping spread spectrum (FHSS)

# Zigbee

For even lower powered, lower data rate applications than Bluetooth such as home temperature and light sensors.

# Cellular Internet Access

WiFi 802.11 access points have a small coverage area. To combat this, cellular networks extended beyond voice communication to allow wireless internet connection.

# 2G: providing voice communication

Service area is partitioned into cells: BSC: allocates BTS radio channels to subscribers, finds the cell which a mobile user is in and perform handoffs. MSC: performs user authorisation and accounting, call establishment, teardown and handoff.

# 3G: extending to support data

New cellular network operates in parallel with the voice network.

# 4G: all-IP core network

Both voice and data are carried in IP datagrams rather than on separate networks