Data Communication Notes: What Is Communication Media?
Data Communication Notes: What Is Communication Media?
Data Communication Notes: What Is Communication Media?
Each transmission media has its own advantages and disadvantages in terms of
bandwidth, speed, delay, cost per bit, ease of installation and maintenance, etc.
Let’s discuss some of the most commonly used media in detail.
Copper wires are the most common wires used for transmitting signals because
of good performance at low costs. They are most commonly used in telephone
lines. However, if two or more wires are lying together, they can interfere with
each other’s signals. To reduce this electromagnetic interference, pair of copper
wires are twisted together in helical shape like a DNA molecule. Such twisted
copper wires are called twisted pair. To reduce interference between nearby
twisted pairs, the twist rates are different for each pair.
Up to 25 twisted pair are put together in a protective covering to form twisted
pair cables that are the backbone of telephone systems and Ethernet networks.
Twisted pair cable are the oldest and most popular cables all over the world.
This is due to the many advantages that they offer −
With its many advantages, twisted pair cables offer some disadvantages too −
To counter the tendency of twisted pair cables to pick up noise signals, wires
are shielded in the following three ways −
Such twisted pairs are called shielded twisted pair (STP) cables. The wires
that are not shielded but simply bundled together in a protective sheath are
called unshielded twisted pair (UTP) cables. These cables can have maximum
length of 100 metres.
Shielding makes the cable bulky, so UTP are more popular than STP. UTP
cables are used as the last mile network connection in homes and offices.
Coaxial Cable
Coaxial cables are copper cables with better shielding than twisted pair cables,
so that transmitted signals may travel longer distances at higher speeds. A
coaxial cable consists of these layers, starting from the innermost −
Optical Fibre
Thin glass or plastic threads used to transmit data using light waves are called
optical fibre. Light Emitting Diodes (LEDs) or Laser Diodes (LDs) emit light
waves at the source, which is read by a detector at the other end. Optical fibre
cable has a bundle of such threads or fibres bundled together in a protective
covering. Each fibre is made up of these three layers, starting with the
innermost layer −
Note that both core and cladding are made of similar material. However, as
refractive index of the cladding is lower, any stray light wave trying to escape
the core is reflected back due to total internal reflection.
Optical fibre is rapidly replacing copper wires in telephone lines, internet
communication and even cable TV connections because transmitted data can
travel very long distances without weakening. Single node fibre optic cable can
have maximum segment length of 2 kms and bandwidth of up to 100 Mbps.
Multi-node fibre optic cable can have maximum segment length of 100 kms
and bandwidth up to 2 Gbps.
Optical fibre is fast replacing copper wires because of these advantages that it
offers −
High bandwidth
Immune to electromagnetic interference
Suitable for industrial and noisy areas
Signals carrying data can travel long distances without weakening
Infrared
Low frequency infrared waves are used for very short distance communication
like TV remote, wireless speakers, automatic doors, hand held devices etc.
Infrared signals can propagate within a room but cannot penetrate walls.
However, due to such short range, it is considered to be one of the most secure
transmission modes.
Radio Wave
What is Multiplexing?
In FDM, we can observe a lot of inter-channel cross talk, due to the fact that in
this type of multiplexing the bandwidth is divided into frequency channels. In
order to prevent the inter-channel cross talk, unused strips of bandwidth must be
placed between each channel. These unused strips between each channel are
known as guard bands.
Synchronous TDM :
Synchronous TDM is not efficient because if the input frame has no data to
send, a slot remains empty in the output frame.
Statistical TDM is a type of Time Division Multiplexing where the output frame
collects data from the input frame till it is full, not leaving an empty slot like in
Synchronous TDM.
In statistical TDM, we need to include the address of each particular data in the
slot that is being sent to the output frame.
Switching
Switching is process to forward packets coming in from one port to a port
leading towards the destination. When data comes on a port it is called ingress,
and when data leaves a port or goes out it is called egress. A communication
system may include number of switches and nodes. At broad level, switching
can be divided into two major categories:
Circuit Switching
When two nodes communicate with each other over a dedicated communication
path, it is called circuit switching.There 'is a need of pre-specified route from
which data will travels and no other data is permitted.In circuit switching, to
transfer the data, circuit must be established so that the data transfer can take
place.
Establish a circuit
Transfer the 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
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.
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 the following drawbacks:
Packet Switching
It is easier for intermediate networking devices to store small size packets and
they do not take much resources either on carrier path or in the internal memory
of switches.
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 forwarded according to their priority to
provide quality of service.