Module 1PYQ
Module 1PYQ
Important Notes
1) Data Communication
Telecommunication term telecommunication, which includes telephony,
telegraphy, and television, means communication at a distance (tele is Greek
for "far").
The word data refers to information presented in whatever form is agreed upon
by the parties creating and using the data.
Data communications are the exchange of data between two devices via some
form of transmission medium such as a wire cable.
The effectiveness of a data communications system depends on four
fundamental characteristics: delivery, accuracy, timeliness, and jitter.
Delivery. The system must deliver data to the correct destination.
Accuracy. The system must deliver the data accurately.
Timeliness. The system must deliver data on time. Data delivered late are
useless.
Jitter. Jitter refers to the variation in the packet arrival time. It is the uneven
delay in the delivery of audio or video packets.
Five components of data communication
Star
Mesh
Mesh technology is an arrangement of the network in which
computers are interconnected with each other through various
redundant connections.
There are multiple paths from one computer to another
computer.
It does not contain the switch, hub or any central computer
which acts as a central point of communication.
The Internet is an example of the mesh topology.
Mesh topology is mainly used for WAN implementations
where communication failures are a critical concern.
Mesh topology is mainly used for wireless networks.
Mesh topology can be formed by using the formula:
Number of cables = (n*(n-1))/2; Where n is the number of
nodes that represents the network.
3 main steps
1. The analog signal is sampled.
2. The sampled signal is quantized.
3. The quantized values are encoded as streams of bits.
Step-1 -Sampling
Also called Pulse Amplitude Modulation (PAM).
The analog signal is sampled every Ts second, where Ts
is the sample interval or period.
By sampling we are converting an analog signal into
a discrete signal in terms of time. That is -Sampling
is time discretization
Sampling Rate/Sampling Frequency -The rate at
which we sample our analog signal or we can no: of
samples in per unit of time
The result of sampling is a series of pulses with
amplitude values between the maximum and minimum
amplitudes of the signal.
Step-2 -Quantization
Result from sampling is then passed for quantization
Quantization is amplitude discretization- We discrete our signals
based on amplitude.
It is done by rounding off to a predetermined level
Quantization levels -n = number of bits used to represent the sample,
Then, q = number of quantization levels , which can be found using q=
2n
Step Size/Level Size/Delta Value in Quantization-we divide each level
with a height of step size Formula to find Step size or delta is
S= VMAX - VMIN /L ie S= VMAX - VMIN / 2n
where,
Phase Moduiation
In PM transmission, the phase of the carrier signal is modulated to follow the
changing voltage level (amplitude) of the modulating signal.
The peak amplitude and frequency of the carrier signal remain constant, but as
the amplitude of the information signal changes, the phase of the carrier
changes correspondingly.
Protocols
A protocol is a set of rules that govern data communications. It defines what is
communicated, how it is communicated, and when it is communicated. The key
elements of a protocol are syntax, semantics, and timing
Syntax refers to the structure or format of the data, meaning the order in which
they are presented.
Semantics refers to the meaning of each section of bits. How is a particular
pattern to be interpreted
Timing refers to two characteristics: when data should be sent and how fast
they can be sent.
Transmission Impairments
Signals travel through transmission media, which are not perfect. The
imperfection causes signal impairment. This means that the signal at the
beginning of the medium is not the same as the signal at the end of the
medium.
3 Causes of transmission impairments are -Attenuation, Distortion, Noise
Attenuation means a loss of energy. When a signal, travels through a medium,
it loses some of its energy in overcoming the resistance of the medium. To
compensate for this loss, amplifiers are used to amplify the signal. Attenuation
is measured in decibels(dB). It measures the relative strengths of two signals or
one signal at two different point
Distortion means that the signal changes its form or shape. Distortion can
occur in a composite signal made of different frequencies and frequency
components that have their propagation speed traveling through a medium.
Every component arrives at a different time which leads to distortion.
The random or unwanted signal that mixes up with the original signal is called
Noise
Thermal noise is the random motion of electrons in a wire which creates an
extra signal not originally sent by the transmitter
Induced noise comes from sources such as motors and appliances.
Crosstalk is the effect of one wire on the other
Impulse noise is a spike (a signal with high energy in a very short time) that
comes from power lines, lightning, and so on
Network Models
Network models refer to the structured representation of how different devices
communicate and interact with each other within a network. These models help
in organizing and streamlining the flow of data, ensuring efficient
communication and resource sharing.There are two computer network models
i.e. OSI Model and TCP/IP Model on which the whole data communication
process relies.
Organization of Layers
1) The Open Systems Interconnection (OSI) model is a conceptual framework
that organizes computer networks into seven layers
• Layers 1, 2, and 3 physical, data link, and network-are the network support
layers; - deal with the physical aspects of moving data from one device to
another
• Layers 5, 6, and 7-session, presentation, and application can be thought of as
the user support layers- interoperability among unrelated software systems
• Layer 4, the transport layer, links the two subgroups
Physical Layer: Responsible for the transmission of raw binary data over physical
media (cables, radio waves, etc.). It deals with the hardware components like cables,
switches, and electrical signals.
Data Link Layer: Ensures reliable data transfer across a single physical link by
handling error detection, frame synchronization, and flow control. It includes
protocols like Ethernet and defines MAC (Media Access Control) addresses.
Network Layer: Manages data routing, forwarding, and addressing across multiple
networks. It’s responsible for determining the best path for data to travel, using IP
addresses.
Session Layer: Manages sessions between two devices, handling setup, coordination,
and termination of communication sessions.
Presentation Layer: Translates data between the application layer and the network,
ensuring data is in a usable format. It handles data encryption, compression, and
encoding.
2) The TCP/IP model, also known as the Internet Protocol Suite, has a more simplified
structure compared to the OSI model. It consists of 4 layers, organized as follows:
Application layer
The top layer, which provides standardized data exchange for applications. Protocols
in this layer include HTTP, FTP, and DNS.
Transport layer
Responsible for maintaining reliable data connections between devices. TCP handles
communications between hosts and provides flow control, multiplexing, and
reliability.
Internet layer
Also known as the network layer, this layer controls the flow and routing of traffic to
ensure data is sent speedily and accurately. Protocols in this layer include IP and
Internet Control Message Protocol.
Also known as the network link layer or data link layer, this layer consists of
protocols that operate only on a link. Protocols in this layer include Ethernet for local
area networks and Address Resolution Protocol