Wireless Transmission
Wireless Transmission
[Image:
Electromagnetic Spectrum]
Radio Transmission
Radio frequency is easier to generate and because of its large wavelength it can penetrate
through walls and alike structures. Radio waves can have wavelength from 1 mm 100,000 km
and have frequency ranging from 3 Hz (Extremely Low Frequency) to 300 GHz (Extremely
High Frequency). Radio frequencies are sub-divided into six bands.
Radio waves at lower frequencies can travel through walls whereas higher RF travel in straight
line and bounces back. The power of low frequency waves decreases sharply as it covers longer
distance. High frequency radio waves have more power.
Lower frequencies like (VLF, LF, MF bands) can travel on the ground up to 1000 kilometers,
over the earths surface.
Radio waves on high frequencies are prone to be absorbed by rain and other obstacles. They use
Ionosphere of earth atmosphere. High frequency radio waves such as HF and VHF bands are
spread upwards. When it reaches Ionosphere it is refracted back to the earth.
Microwave Transmission
Electromagnetic waves above 100 MHz tend to travel in a straight line and signals over them can
be sent by beaming those waves towards one particular station. Because Microwaves travels in
straight lines, both sender and receiver must be aligned to be strictly in line-of-sight.
Microwaves can have wavelength ranging from 1 mm 1 meter and frequency ranging from 300
MHz to 300 GHz.
Microwaves transmission depends highly upon the weather conditions and the frequency it is
using.
Infrared Transmission
Infrared waves lies in between visible light spectrum and microwaves. It has wavelength of 700
nm to 1 mm and frequency ranges from 300 GHz to 430 THz.
Infrared waves are used for very short range communication purposes such as television and its
remote. Infrared travels in a straight line so they are directional by nature. Because of high
frequency range, Infrared do not cross wall like obstacles.
Light Transmission
Highest most electromagnetic spectrum which can be used for data transmission is light or
optical signaling. This is achieved by means of LASER.
Because of frequency light uses, it tends to travel strictly in straight line. So the sender and
receiver must be in the line-of-sight. Because laser transmission is unidirectional, at both ends of
communication laser and photo-detectors needs to be installed. Laser beam is generally 1mm
wide so it is a work of precision to align two far receptors each pointing to lasers source.
[Image:
Light Transmission]
[Image:
Frequency Division Multiplexing]
TDM is applied primarily on digital signals but can be applied on analog signals as well. In TDM
the shared channel is divided among its user by means of time slot. Each user can transmit data
within the provided time slot only. Digital signals are divided in frames, equivalent to time slot
i.e. frame of an optimal size which can be transmitted in given time slot.
TDM works in synchronized mode. Both ends, i.e. Multiplexer and De-multiplexer are timely
synchronized and both switch to next channel simultaneously.
[Image: Time
Division Multiplexing]
When at one side channel A is transmitting its frame, on the other end De-multiplexer providing
media to channel A. As soon as its channel As time slot expires this side switches to channel B.
On the other end De-multiplexer behaves in a synchronized manner and provides media to
channel B. Signals from different channels travels the path in interleaved manner.
[Image:
Wavelength Division Multiplexing]
Circuit Switching
When two nodes communicates with each other over a dedicated communication path, it is
called circuit switching. Theres a need of pre-specified route from which data will travel and no
other data will permitted. In simple words, in circuit switching, to transfer data circuit must
established so that the data transfer can take place.
Circuits can be permanent or temporary. Applications which use circuit switching may have to
go through three phases:
Establish a circuit
Transfer of data
Disconnect the circuit
Circuit switching was designed for voice applications. Telephone is the best suitable example of
circuit switching. Before a user can make a call, a virtual path between caller and callee is
established over the network.
Message Switching
This technique was somewhere in middle of circuit switching and packet switching. In message
switching, the whole message is treated as a data unit and is switching / transferred in its entirety.
A switch working on message switching, first receives the whole message and buffers it until
there are resources available to transfer it to the next hop. If the next hop is not having enough
resource to accommodate large size message, the message is stored and switch waits.
[Image:
Message Switching]
This technique was considered substitute to circuit switching. As in circuit switching the whole
path is blocked for two entities only. Message switching is replaced by packet switching.
Message switching has some drawbacks:
Every switch in transit path needs enough storage to accommodate entire message.
Because of store-and-forward technique and waits included until resources available,
message switching is very slow.
Message switching was not a solution for streaming media and real-time applications.
Packet Switching
Shortcomings of message switching gave birth to an idea of packet switching. The entire
message is broken down into smaller chunks called packets. The switching information is added
in the header of each packet and transmitted independently.
It is easier for intermediate networking devices to store smaller size packets and they do not take
much resources either on carrier path or in the switches internal memory.
Packet switching enhances line efficiency as packets from multiple applications can be
multiplexed over the carrier. The internet uses packet switching technique. Packet switching
enables the user to differentiate data streams based on priorities. Packets are stored and forward
according to their priority to provide Quality of Service.