Chapter6 1
Chapter6 1
Chapter6 1
DATA COMMUNICATION
COMMUNICATION PROCESS
The communication system is a system model that
describes a communication exchange between two stations,
transmitter, and receiver.
Signals or information passes from source to destination
through a channel.
It represents a way in which the signal uses it to move from
a source toward its destination.
To transmit signals in a communication system, it should
first be processed by beginning from signal representation,
to signal shaping until encoding and modulation.
After the transmitted signal is prepared, it is passed to the
transmission line of the channel.
Due to signal crossing this media, it is faced with much
impairment like noise, attenuation, and distortion. Some
terms related to communication system
The communication process involves—sender of
information, receiver of information, language
used for communication, and medium used to
establish the communication.
Communication between computers also follows a
similar process.
IMPORTANCE OF NETWORKING
Resource Sharing
Sharing of information
As a communication medium
Simplex,
Half-duplex or
Full-duplex
1. SIMPLEX MODE
In simplex mode, the communication is
unidirectional, as on a one-way street.
Only one of the two devices on a link can transmit;
the other can only receive. Keyboards and
traditional monitors are examples of simplex
devices. The keyboard can only introduce input; the
monitor can only accept output.
The simplex mode can use the entire capacity of the
channel to send data in one direction.
HALF DUPLEX
The half-duplex mode is like a one-lane road with
traffic allowed in both directions.
When cars are traveling in one direction, cars
going the other way must wait. In a half-duplex
transmission, the entire capacity of a channel is
taken over by whichever of the two devices is
transmitting at the time.
Walkie-talkies and CB (citizens band) radios are
both half-duplex systems.
The half-duplex mode is used in cases where there
is no need for communication in both directions at
the same time; the entire capacity of the channel
can be utilized for each direction.
2. HALF-DUPLEX:
In half-duplex mode, each station can both
transmit and receive, but not at the same time.
When one device is sending, the other can only
receive, and vice versa which will represent in the
following figure.
3. FULL-DUPLEX:
In full-duplex mode (also called duplex), both
stations can transmit and receive simultaneously
as shown in the following figure.
The full-duplex mode is like a two-way street
with traffic flowing in both directions at the same
time.
One common example of full-duplex
communication is the telephone network.
When two people are communicating by a
telephone line, both can talk and listen at the
same time.
The full-duplex mode is used when
communication in both directions is required all
the time.
The capacity of the channel, however, must be
divided between the two directions.
DATA TRANSMISSION MEDIA
A transmission media is defined as the means of
communication between two networking devices that helps to
transfer data from sender to receiver and vice versa.
Transmission media is a pathway that carries
the information from sender to receiver.
We use different types of cables or waves to transmit data.
Data is transmitted normally through electrical or
electromagnetic signals.
An electrical signal is in the form of current. An
electromagnetic signal is series of electromagnetic energy
pulses at various frequencies.
These signals can be transmitted through copper wires,
optical fibers, atmosphere, water and vacuum.
Different Medias have different properties like bandwidth,
delay, cost and ease of installation and maintenance.
Transmission media is also
called Communication channel.
TYPES OF TRANSMISSION MEDIA
Guided media
➢ Twisted Pair Cable
➢ Coaxial Cable
➢ Optical Fibers
o Unguided Media
➢ Radio Transmission
➢ Microware Transmission
➢ Satellite Transmission
TWISTED PAIR CABLE
A twisted pair cable consists of four pairs of copper
wires coated with an insulating material like plastic or
Teflon, twisted together.
The twisting of wires reduces electromagnetic
interference from external sources.
Twisted pair cabling is often used in data networks for
short and medium length connections because of its
relatively lower costs compared to optical fiber and
coaxial cable.
Twisted pair is of two kinds—Shielded Twisted Pair
(STP), and Unshielded Twisted Pair (UTP).
STP cable has an extra layer of metal foil between the
twisted pair of copper wires and the outer covering.
The metal foil covering provides additional protection
from external disturbances.
However, the covering increases the resistance to
the signal and thus decreases the length of the
cable.
STP is costly and is generally used in networks
where cables pass closer to devices that cause
external disturbances.
UTP is the most commonly used medium for
transmission over short distances up to 100m.
Out of the four pairs of wires in a UTP cable, only
two pairs are used for communication.
UTP cables are defined in different categories.
Inexpensive
Disadvantages:
Single cable failure can disrupt the entire
network
3. OPTICAL FIBER CABLE
Lightweight
Disadvantages:
Difficult to install and maintain
High cost
Fragile
RADIO TRANSMISSION
The electromagnetic radio waves that operate at
the radio frequency are also used to transmit
computer data. This transmission is also known
as Radio Frequency RF) transmission.
The computers using RF transmission do not
require a direct physical connection like wires or
cable.
Each computer attaches to an antenna hat can
both send and receive radio transmission.
Frequency Range: 3KHz – 1GHz.
Disadvantages:
• Heavy network traffic can slow a bus considerably.
• It is difficult to troubleshoot.
• If problem occurs on the backbone, the entire
network will go down.
B) STAR TOPOLOGY
Disadvantages:
• If the central device fails, the whole network stops.
• It costs more to cable a star topology because all
network cable must be pulled to central point (hub).
C) RING TOPOLOGY
Disadvantages:
• Failure of one computer on the ring can affect the
entire network.
• Adding or removing computers disturbs the
networks.
• It is difficult to troubleshoot in a ring topology.
D) MESH TOPOLOGY
Disadvantages:
• Difficult to installation and reconfigure
• It is costlier.
E) HYBRID TOPOLOGY
A hybrid topology is a type of network topology
that uses two or more differing network topologies.
These topologies can include a mix of bus
topology, mesh topology, ring topology, star
topology, and tree topology.
The choice to use a hybrid topology over a standard
topology depends on the needs of a business, school,
or the users.
The number of computers, their location, and
desired network performance are all factors in the
decision.
Advantages:
Hybrid network combines the benefits of
different types of topologies
Can be modified as per requirement
It is extremely flexible.
It is very reliable.
It is easily scalable
Disadvantages:
Itis expensive
The design of a hybrid network is complex.
Hardware changes are required in order to
connect topology to another topology.
COMMUNICATION PROTOCOL
Data networks are a combination of software and
hardware components.
The hardware includes transmission media,
devices, and transmission equipment.
The software allows the hardware to interact
with one another and provide access to the
network.
The application programs that use the network
do not interact with the hardware directly.
The application programs interact with the
protocol software, which follows the rules of the
protocol while communicating.
Protocol is a network term used to indicate the
set of rules used by a network for communication.
OSI REFERENCE MODEL
OSI stands for Open Systems Interconnection.
It has been developed by ISO – ‘International
Organization of Standardization‘, in 1984.
It is a 7 layer architecture with each layer having
specific functionality to perform.
All these 7 layers work collaboratively to transmit
the data from one person to another across the
globe.
A. Physical Layer (Layer 1) :
lowest layer of the OSI reference model