Basic Elements of Communication
Basic Elements of Communication
Basic Elements of Communication
Types of Noise
• Thermal Noise (Johnson-Nyquist Noise): Cause: Due to the random
motion of electrons in a conductor at a non-zero temperature.
Characteristics: Present in all electronic components and circuits. It is
white noise, meaning its power spectral density is constant across different
frequencies. Impact: Limits the performance of electronic devices and
systems, especially in high-frequency applications.
• Shot Noise: Cause: Arises from the discrete nature of electric charge. It
occurs in electronic components such as diodes and transistors.
Characteristics: Related to the statistical fluctuations in the number of
charge carriers (electrons) crossing a junction. Impact: Affects devices like
photodetectors and semiconductor devices.
• Impulse Noise: Cause: Result of sudden and brief disturbances, such as
electrical spikes or lightning. Characteristics: Appears as sharp, high-
amplitude spikes in the signal. Impact: Can cause significant errors in
digital communication systems and may be difficult to filter out.
• Atmospheric Noise: Cause: Generated by natural phenomena such as
lightning, solar flares, and other atmospheric conditions. Characteristics:
Can vary in frequency and amplitude, often affecting radio and satellite
communications. Impact: Can introduce random noise into radio signals,
affecting signal quality.
• Man-Made Noise: Cause: Produced by human activities and devices, such
as motors, generators, and electronic equipment. Characteristics: Often
periodic and can be narrowband or broadband. Impact: Can interfere with
communication systems, especially in urban environments with many
electronic devices.
• Quantization Noise: Cause: Occurs in digital systems when continuous
signals are converted to discrete values. It is the error introduced by
rounding or truncating. Characteristics: A type of noise introduced during
analog-to-digital conversion. Impact: Affects the precision of digital
signal processing.
Electromagnetic Spectrum:
Types of electronic communication:
1. One-Way (Simplex) and Two-Way (Full or Half Duplex) Transmission
• One-Way (Simplex) Transmission: Communication where data flows in
only one direction from the transmitter to the receiver. The receiver cannot
send data back to the transmitter. Examples: Television broadcasting, radio
broadcasting, and public address systems. Characteristics: Simple and
cost-effective, but limited in interactivity.
• Two-Way Transmission:
▪ Full Duplex: Communication where data can flow in both directions
simultaneously. Both the transmitter and receiver can send and
receive data at the same time. Examples: Telephones, internet
communication, and modern walkie-talkies. Characteristics: Allows
for simultaneous two-way communication, providing a more
interactive and responsive system.
▪ Half Duplex: Communication where data can flow in both
directions, but not simultaneously. The communication channel is
shared, so only one party can send or receive data at a time.
Examples: Walkie-talkies, CB radios, and traditional two-way
radios. Characteristics: Communication alternates between sending
and receiving, which can lead to delays but is simpler than full
duplex.
2. Analog and Digital Communication
• Analog Communication: Communication where the signal varies
continuously and can represent a range of values. The information is
encoded in a continuous waveform. Examples: AM/FM radio, analog
television, and traditional landline telephones. Characteristics: More
susceptible to noise and distortion, but can represent complex signals like
sound and video in a continuous form.
• Digital Communication: Communication where the signal is discrete,
representing information in binary form (0s and 1s). The data is encoded
into a series of pulses or signals. Examples: Digital television, computer
networks, and mobile phones. Characteristics: More resistant to noise and
distortion, allows for higher data transmission rates, and supports error
detection and correction.
3. Baseband and Modulated Signal Communication
• Baseband Communication: Transmission of signals in their original form
without modulation. The signal is sent directly over the communication
medium. Examples: Ethernet networks, digital data transmission over
short distances, and some local area networks (LANs). Characteristics:
Suitable for short-distance communication and requires a large bandwidth
relative to the data rate. Limited to lower frequencies.
Data Transmission: It refers to the process of sending and receiving digital or
analog data between devices or systems over various types of communication
channels. It involves the transfer of information from a source to a destination
and is fundamental to all forms of digital communication.
A. Serial Transmission: Data is transmitted one bit at a time over a single
communication channel or line. Bits are sent sequentially, one after the other.
• Single Channel: Uses a single data line for transmission, which simplifies
the hardware requirements.
• Bit-by-Bit Transfer: Data bits are sent in a serial fashion, which means
one bit follows another.
• Speed: Generally, serial transmission can be slower compared to parallel
transmission for the same frequency, but advances in technology (such as
higher baud rates) have made serial transmission very fast.
• Distance: Suitable for long-distance communication as it minimizes issues
related to signal degradation and timing skew.
• Examples:
o USB (Universal Serial Bus): Transfers data in a serial manner,
making it versatile and widely used for various devices.
o RS-232: An older serial communication standard used for
connecting computers and peripherals.
o Serial Port Communication: Used in many data communication
applications.
Advantages of Serial Transmission
• Simplicity: Requires only one data line, reducing cable complexity and
connector size.
• Long-Distance: Better suited for long-distance communication due to
reduced signal degradation and interference.
• Cost-Effective: Lower cost for cables and connectors compared to parallel
transmission.
• Reduced Interference: Fewer lines mean less electromagnetic
interference and crosstalk.
• Scalability: Easier to scale for higher data rates with modern technologies,
such as USB and serial communication protocols.
Disadvantages of Serial Transmission :
• Slower Data Rates: Typically slower than parallel transmission for the
same frequency due to bit-by-bit transfer.
• Latency: Higher latency due to sequential transmission of bits.
• Complex Encoding: Requires sophisticated encoding and synchronization
techniques to manage data integrity.
• Limited Bandwidth: Can be constrained by the bandwidth of the single
channel used for transmission.
• Error Detection: More challenging to detect and correct errors due to the
sequential nature of data transmission.
B. Parallel Transmission: Data is transmitted multiple bits simultaneously over
multiple channels or lines. Each line carries a separate bit of the data.
• Multiple Channels: Uses multiple data lines, each carrying a different bit
of data, allowing for simultaneous transmission.
• Bit-by-Bit Transfer: All bits of the data are sent in parallel, which can
increase data transfer rates.
• Speed: Generally faster for short distances as multiple bits are transmitted
at the same time.
• Distance: Less suitable for long distances due to issues with timing skew
and signal degradation.
• Examples:
o Parallel ATA (PATA): An older interface used for connecting hard
drives and other peripherals.
o Computer Buses: Internal data buses in computers (like the PCI
bus) that transfer data in parallel.
o Printer Interfaces: Traditional printer interfaces often used parallel
communication.
Advantages of Parallel Transmission:
• Speed: Can achieve higher data transfer rates over short distances because
multiple bits are transmitted simultaneously.
• Bandwidth: Greater potential bandwidth due to parallel data lines.
• Higher Throughput: Simultaneous transmission of multiple bits allows
for faster data transfer over short distances.
• Increased Bandwidth: Utilizes multiple channels for higher effective
bandwidth.
• Simplicity in Encoding: Data is sent in parallel, simplifying encoding and
decoding.
Disadvantages of Parallel Transmission:
• Interference: More prone to electromagnetic interference and signal
degradation over longer distances.
• Timing Issues: Synchronization of multiple lines can be challenging,
leading to potential issues with timing skew.
• Signal Integrity Issues: Crosstalk and interference between lines can
degrade signal quality.
• Complex Cabling: Requires multiple wires and connectors, increasing
cost and size.
• Synchronization Problems: Timing skew between lines can lead to data
errors.
Difference between Parallel and Serial Communication:
Types of Serial Communication:
1. Asynchronous Serial Communication
• Data is transmitted without a clock signal. Instead, start and stop bits
are used to frame the data, allowing the receiver to recognize the
beginning and end of each byte.
• Examples: RS-232, RS-485 (in asynchronous mode), UART
(Universal Asynchronous Receiver-Transmitter).
• Characteristics: No clock synchronization is required between sender
and receiver, making it simpler but potentially less efficient for high-
speed communication.
2. Synchronous Serial Communication
• Data is transmitted with a clock signal, which synchronizes the sender and
receiver. Both parties use the same clock signal to time the data
transmission.
• Examples: SPI (Serial Peripheral Interface), I2C (Inter-Integrated Circuit),
and some variations of RS-485 (in synchronous mode).
• Characteristics: Requires a clock signal for synchronization, which can
increase data transfer rates and efficiency compared to asynchronous
communication.
Concept of Communication System:
1. Bandwidth The range of frequencies that a communication channel can
transmit effectively. It is typically measured in Hertz (Hz).
• Frequency Range: Represents the difference between the highest and
lowest frequencies in a signal or channel.
• Impact: Larger bandwidth allows more data to be transmitted
simultaneously, enhancing data transfer rates.
• Example: A network connection with a bandwidth of 100 MHz can handle
a wider range of frequencies compared to a 10 MHz connection.
2. Channel Capacity
The maximum amount of data that can be transmitted through a communication
channel in a given period, usually measured in bits per second (bps).
• Shannon-Hartley Theorem: Defines channel capacity as
C=Blog2(1+SNR), where C is the channel capacity, B is the bandwidth,
and SNR is the signal-to-noise ratio.
• Impact: Determines the upper limit of data transmission rates for a channel
considering its bandwidth and noise level.
• Example: A channel with a bandwidth of 10 MHz and an SNR of 30 dB
has a theoretical capacity of approximately 60 Mbps.
3. Channel Bandwidth: Often used interchangeably with bandwidth, but more
specifically refers to the range of frequencies allocated to a communication
channel for data transmission.
• Frequency Allocation: Indicates the portion of the electromagnetic
spectrum assigned for communication purposes.
• Impact: Affects the amount of data that can be transmitted; wider channel
bandwidth allows for higher data rates.
• Example: In cellular networks, different channels have specific
bandwidths like 5 MHz or 10 MHz, determining the amount of data that
can be handled.
4. Data Rate: The amount of data transmitted over a communication channel per
unit of time. It is typically measured in bits per second (bps), kilobits per second
(kbps), megabits per second (Mbps), or gigabits per second (Gbps).
• Units: Expressed as bits per second (bps), indicating the total number of
bits transmitted in one second.
• Impact: Determines how much data can be transferred over a network or
communication channel in a given time period.
• Example: A broadband connection with a data rate of 100 Mbps can
transmit 100 million bits of data every second.
5. Baud Rate: The number of signal changes or symbols transmitted per second
in a communication channel. It is measured in Baud (Bd).
• Units: Expressed as symbols per second. Each symbol can represent one
or more bits, depending on the modulation scheme.
• Impact: Indicates how frequently the signal changes state or how many
symbols are sent per second.
• Example: In a communication system using 16-QAM (Quadrature
Amplitude Modulation), each symbol represents 4 bits. A baud rate of
2,000 Baud would correspond to a data rate of 8,000 bps (2,000 Baud * 4
bits per symbol).
Relationship between Baud and Data Rate :
• Data Rate = Baud Rate × Number of bits per symbol. If each symbol
represents multiple bits, the data rate will be higher than the baud rate.
Features of guided media : High Speed, Secure, Used for comparatively shorter
distances
There are major types of Guided Media:
1. Pair Cable
(i) Twisted Pair Cable – It consists of 2 separately insulated conductor
wires wound about each other. Generally, several such pairs are bundled
together in a protective sheath. They are the most widely used
Transmission Media. Twisted Pair is of two types:
(ii) Unshielded Twisted Pair (UTP): UTP consists of two insulated copper
wires twisted around one another. This type of cable has the ability to
block interference and does not depend on a physical shield for this
purpose. It is used for telephonic applications.
Advantages: Least expensive, Easy to install, High-speed capacity
Disadvantages:
• ⇢ Susceptible to external interference
• ⇢ Lower capacity and performance in comparison to STP
• ⇢ Short distance transmission due to attenuation
Applications: Used in telephone connections and LAN networks
(iii) Shielded Twisted Pair
(STP): This type of cable
consists of a special jacket (a
copper braid covering or a
foil shield) to block external
interference. It is used in fast-data-rate Ethernet and in voice and data
channels of telephone lines.
Advantages:
• ⇢ Better performance at a higher data rate in comparison to UTP
• ⇢ Eliminates crosstalk ⇢ Comparatively faster
Disadvantages: ⇢ Comparatively difficult to install and manufacture ⇢ More
expensive ⇢ Bulky
Applications: The shielded twisted pair type of cable is most frequently used in
extremely cold climates, where the additional layer of outer covering makes it
perfect for withstanding such temperatures or for shielding the interior
components.
2. Coaxial Cable – It has an
outer plastic covering
containing an insulation
layer made of PVC or Teflon
and 2 parallel conductors
each having a separate
insulated protection cover.
The coaxial cable transmits information in two modes: Baseband mode(dedicated
cable bandwidth) and Broadband mode(cable bandwidth is split into separate
ranges). Cable TVs and analog television networks widely use Coaxial cables.
Advantages:
• High Bandwidth Better noise Immunity Easy to install and expand
• Inexpensive
Disadvantages: Single cable failure can disrupt the entire network
Applications: Radio frequency signals are sent over coaxial wire. It can be used
for cable television signal distribution, digital audio (S/PDIF), computer network
connections (like Ethernet), and feedlines that connect radio transmitters and
receivers to their antennas.
3. Optical Fiber Cable: It
uses the concept of refraction
of light through a core made
up of glass or plastic. The
core is surrounded by a less
dense glass or plastic
covering called the cladding.
It is used for the transmission
of large volumes of data.
The cable can be unidirectional or bidirectional. The WDM (Wavelength Division
Multiplexer) supports two modes, namely unidirectional and bidirectional mode.
Advantages:
• Increased capacity and bandwidth, Lightweight, Less signal attenuation
• Immunity to electromagnetic interference
• Resistance to corrosive materials
Disadvantages: Difficult to install and maintain---High cost--Fragile
Applications:
• Medical Purpose: Used in several types of medical instruments.
• Defence Purpose: Used in transmission of data in aerospace.
• For Communication: This is largely used in formation of internet cables.
• Industrial Purpose: Used for lighting purposes and safety measures in
designing the interior and exterior of automobiles.
4. Stripline Stripline is a transverse electromagnetic (TEM) transmission line
medium invented by Robert M. Barrett of the Air Force Cambridge Research
Centre in the 1950s. Stripline is the earliest form of the planar transmission line.
It uses a conducting material to transmit high-frequency waves it is also called a
waveguide. This conducting material is sandwiched between two layers of the
ground plane which are usually shorted to provide EMI immunity.
5. Microstripline In this, the conducting material is separated from the ground
plane by a layer of dielectric.
Unguided Media: It is also referred to as Wireless or Unbounded transmission
media. No physical medium is required for the transmission of electromagnetic
signals.
Features: The signal is broadcasted through air---Less Secure--Used for larger
distances
There are 3 types of Signals transmitted through unguided media:
(i) Radio waves
– These are easy
to generate and
can penetrate
through buildings.
The sending and
receiving
antennas need not
be aligned.
Frequency
Range:3KHz –
1GHz. AM and FM radios and cordless phones use Radio waves for
transmission.
Applications:
Effective Line-of-Sight (LOS) Range The effective LOS range, accounting for
curvature and height of antennas, is given by:
Where:
• d = Effective line-of-sight distance in kilometers (km)
• h1 = Height of the first antenna in meters (m)
• h2 = Height of the second antenna in meters (m)
• Optical line of Sight: d=3.57√ℎ
• Effective, or radio, line of sight, d=3.57√𝐾ℎ
• d = distance between antenna and horizon (km), h = antenna height (m)
• K = adjustment factor to account for refraction, rule of thumb K = 4/3
Tropospheric Propagation refers to the transmission of radio waves through the
troposphere, the lowest layer of Earth's atmosphere, where radio waves can be
refracted or bent due to changes in atmospheric conditions. This type of
propagation is used for communication over distances that extend beyond the
line-of-sight range, taking advantage of the refraction effects in the troposphere.
Characteristics of Tropospheric Propagation
1. Refraction and Bending:
• Refraction: Radio waves bend as they pass through regions of
varying atmospheric density in the troposphere. This bending allows
signals to travel beyond the horizon.
• Impact: Enables communication over distances greater than the
line-of-sight range and can facilitate long-range radio broadcasts.
2. Frequency Range:
• Typically Used: Frequencies from 3 MHz to 30 MHz (HF bands),
but tropospheric propagation can also affect higher frequencies such
as VHF (30 MHz to 300 MHz) under certain conditions.
• Applications: Used in shortwave radio broadcasting, amateur radio
(HF bands), and some types of long-distance communication.
3. Distance:
• Extended Range: Can extend communication distances significantly
beyond the line-of-sight range due to the bending of radio waves.
• Variation: The effective range varies depending on atmospheric
conditions, frequency, and time of day.
4. Applications:
• Shortwave Radio: Provides long-distance broadcasting, including
international news and entertainment.
• Amateur Radio: Allows amateur radio operators to communicate
over long distances.
• Emergency Communications: Used for long-range
communications in emergency situations when other forms of
communication are unavailable.
Polarization
It refers to the orientation of the electric field vector of a radio wave. It describes
the way the electric field oscillates in space as the wave propagates.
Understanding polarization is crucial for designing and optimizing
communication systems, as it affects signal reception and transmission.
Types of Polarization
A. Horizontal Polarization: In horizontal polarization, the electric field of the
radio wave oscillates parallel to the Earth's surface. This means that if you
imagine the radio wave traveling horizontally, the electric field vector is oriented
horizontally.
• Electric Field Orientation: The electric field oscillates in a plane that is
parallel to the ground.
• Antenna Design: Antennas designed for horizontal polarization have
elements oriented horizontally.
• Signal Reception: Receivers with horizontally polarized antennas will
effectively receive signals that are also horizontally polarized.
Applications of Horizontal Polarization:
• Broadcasting: Often used in AM and FM radio broadcasting.
• Television: Traditional terrestrial TV broadcasts use horizontal
polarization.
• Communication Systems: Used in various point-to-point communication
systems.
Horizontal Polarization Advantages:
• Broad Compatibility: Commonly used in traditional broadcasting
(AM/FM, TV).
• Simpler Antennas: Easier and cost-effective antenna design.
• Less Interference from Vertical Objects: Better in environments with
vertical obstacles.
• Consistent Coverage: Effective for wide-area broadcasts.
• Less Building Penetration Loss: Performs better through building walls.
Disadvantages Polarization Advantages:
• Multipath Interference: Susceptible to interference from vertical
reflections.
• Polarization Mismatch: Requires alignment; mismatches cause signal
loss.
• Limited Foliage Penetration: Attenuates more through natural obstacles.
• Horizontal Obstacle Interference: Affected by horizontal structures.
• Directional Coverage: Less effective in varying-height environments.
B. Vertical Polarization: In vertical polarization, the electric field of the radio
wave oscillates perpendicular to the Earth's surface. This means that if you
imagine the radio wave traveling vertically, the electric field vector is oriented
vertically.
• Electric Field Orientation: The electric field oscillates in a plane that is
perpendicular to the ground.
• Antenna Design: Antennas designed for vertical polarization have
elements oriented vertically.
• Signal Reception: Receivers with vertically polarized antennas will
effectively receive signals that are also vertically polarized.
Applications of Vertical Polarization:
• Broadcasting: Often used in FM radio broadcasting and some television
broadcasts.
• Communication Systems: Common in mobile communications, including
cellular networks.
• Aviation and Maritime: Used in aviation and maritime communication
systems for better signal propagation.
Advantages Vertical Polarization:
• Better Obstacle Penetration: More effective through buildings and
foliage.
• Reduced Multipath Interference: Less affected by horizontal reflections.
• Modern System Compatibility: Common in mobile and contemporary
systems.
• Urban Environment Performance: Effective in areas with vertical
structures.
• Versatile: Works well in dynamic environments with changing
orientations.
Disadvantages Vertical Polarization:
• Polarization Mismatch: Requires precise alignment; mismatches cause
signal loss.
• Horizontal Structure Interference: Susceptible to interference from
horizontal surfaces.
• Higher Antenna Costs: May require more complex systems.
• Potential Signal Degradation: Can degrade with reflections from surfaces
aligned with the electric field.
• Directional Limitations: Performance varies with antenna orientation and
height.
Attenuation
Attenuation is a problem caused by the medium. When the signal is propagating
for a longer distance through a medium, depending on the length of the medium,
the initial power decreases. The loss in initial power is directly proportional to the
length of the medium. Using amplifiers, the signal power is strengthened or
amplified so as to reduce attenuation. Also, digital signals are comparatively less
prone to attenuation than analogue signals.
Effect of attenuation