Wireless communications networks

From Open Source Ecology
Revision as of 03:36, 21 June 2011 by Jason (talk | contribs) (→‎OSE)
Jump to navigation Jump to search

A wireless communications network is any system which uses electromagnetic waves to communicate wirelessly over some distance. Common applications are cellular phones, CBs, Ham radios, wireless local area networks, point to point links, sensor networks, and personal area networks. Distances range from several feet to tens of miles.

Here we give an overview of different technologies, critical applications, and the OSE projects to address them.

Tools, projects, and components

OSE

Other

Physical details

This section deals with details applicable to all wireless systems, constrained by physics, economics, and ubiquitous use.

Frequencies

Effect on antenna

In order to get information from a circuit board into the air, it must pass through an antenna. Antennas only work at certain frequencies - the higher the frequency, the smaller the antenna can be. Microwave frequencies allow antennas to be small enough to mount onto an access point, small satellite dish, or on a tower. Frequencies lower than microwave frequencies can be used, but the antennas must be larger.

There is a trade off between antenna size and gain. The larger the antenna, the higher the gain, if frequency is held constant. If the antenna size is held constant, the higher the frequency, the higher the gain. If both frequency and gain are specified, the antenna size is then dictated. Antenna size and frequency really are proportional. Antennas can be either smaller than an inch, or miles, depending on the corresponding frequency.

Effect on propagation

Besides determining details of the size of the antenna, different frequencies propagate differently. In general, lower frequencies penetrate buildings, foliage, and other obstacles more easily. Very low frequencies, such as used by some ham radios, even bounce off the ionosphere, and can reach around the globe. High frequencies can be absorbed more easily by obstacles. Because higher frequencies can be more easily directed because they need smaller antennas, they are usually more directional too.

Legal regulations

Frequency use is extremely regulated. Because of this, only certain frequencies can be used for certain purposes. One important thing to remember is that even though low frequencies can penetrate well, there is less bandwidth available (there is only 500 MHz available from 0 - 500 MHz, however from 5 - 10 GHz there is 5 GHz available). For all intensive purposes, we are interested in the ISM and UNII bands - 900 MHz, 2.4 - 2.5 GHz, and 5 - 5.8 GHz.

Range

Generally, in a line of sight situation, higher frequencies can create longer links, due to increased gains in the antennas. For a ubiquitous signal that reaches everywhere, a low frequency signal will have farther range because it goes through buildings and foliage more easily.

Antennas

There are various types of antennas for various applications. At microwave frequencies, there are two main types: directional and omni directional. Directional is either used in point-to-point links, or in point-to-multipoint links (on the client side). Omni directional antennas are used in general devices such as laptops and cell phones, and specifically for access points trying to cover a broad area, for example in a living room or on a tower serving a valley.

Common directional antennas are yagis, parabolic grids, and parabolic dishes. Common omni directional antennas are dipoles and sectorized antennas.

Generally linear polarization is used except in satellite systems.

High-level transceiver architecture

A transceiver is a transmitter + a receiver.

A transmitter takes a modulated baseband signal and mixes it with an RF carrier (continuous sine wave or CW), using a mixer. The baseband can either be an analog signal or a digital signal. In the case of a digital signal, generally bits encoded with forward error correction are transformed into the frequency domain via an FFT operation carried out in dedicated ASIC hardware (or in the case of a soft radio, just dsp). Then DACs convert to a signal which is mixed.

Receivers work the same way but in reverse. First the tiny received signal is run through a filter to get rid of adjacent channel noise. The received signal is down-converted with a local RF carrier (the frequency of this carrier is the "tuning"). Then ADCs get the digital bits, and it is decoded.

Generally, the same baseband signal can be unconverted or down converted to any frequency.

Link budget

To determine how far two radios can communicate with each other, whats done is called a link budget calculation. This calculation takes all losses and gains, in dB, and subtracts and adds them to get the net result. There are plenty of link budget calculators that can be used, including the Ligowave calculator which downloads terrain data to find obstacles.

Hardware cost

RF hardware is expensive. It must be geometrically very accurate, and the materials used must be pristine. Luckily, highly refined silicon manufacturing techniques has dramatically reduced the cost, and made wireless a reality in the home. This applies only to commoditized wireless hardware, such as 802.11, Bluetooth, and cell phones, that implement mass produced RFICs. Specialized RF hardware, such as highly sensitive, high-power, or using uncommon licensed frequencies is still very expensive. Lower frequency hardware is generally cheaper though, such as ham radios or CBs.

Wireless communications technologies

Modulations

Media Access Control (MAC) and protocols

MIMO

MIMO (multiple input, multiple output) is a mathematical technology which codes signals in a more complex way inside of the dsp, and feeds the digital outputs to multiple baseband tx chains. These baseband signals are transmitted simultaneously and received on multiple rx chains on the other side. The digital hardware then takes these multiple received bits and combines them. Using this special coding, it is possible to multiply the bandwidth by the number of spacial paths taken by the signal. In a building, there may be many paths, and therefore the bandwidth can be multiplied by 2 or 3 times (alternatively, if the bandwidth is the same then the entire message takes less air time, and a denser network can be used. alternately, if the first two are held constant, a more reliable network can be used).

For point to point links, dual polarized, high-gain antennas are used to attempt to get two separate data streams in both available polarizations.

MIMO is strictly a digital technology because of the math involved on bits.

It should be noted that generally regulations specify that each separate tx chain has an output power such that the entire device does not exceed regulations as a whole - for example, a single transmitter may be able to transmit 100 mW, but a 2x2 mimo unit can transmit a maximum of 50 mW on each transmitter.

Another thing to note is that MIMO can still be beneficial when the other side (transmitter or receiver) is a legacy device or has a single antenna. The benefit is beamforming on the tx side, and maximal ratio combining on the rx side. Note not all radios implement all aspects of mimo.

Network topologies and technologies

Point to point links

Point to multi-point links

Mesh networks

Security