Chapter One Data Communication and Networkfinal
Chapter One Data Communication and Networkfinal
Introduction to
Data communication and
Computer Networks
Compiled by Yilu 1
Outline
Data Communication
definition of data communication
Data representation techniques
Digital data transmission format
Transmission impairment
Mode of data transmission
Element of data communication
Computer Networks
Network definition
network application
Network type
Network component
Network model
Transmission medias
Guided
Unguided
Compiled by Yilu 2
Brain Storming Questions?
1. What is Computer?
2. What is Data?
3. What is Communication?
4. What is a network?
Computer networks?
Compiled by Yilu 3
Introduction to data communication
Compiled by Yilu 6
Contd...
Block Diagram for Communication Model
1) Delivery: The System must deliver the data to the correct Destination.
Compiled by Yilu 8
Contd...
data communication.
Compiled by Yilu 9
Mode of transmission
devices
It can be
transmit
Compiled by Yilkal B. 12
Cntd…
Frequency : The number of periods in one second
Period : the amount of time, in seconds, a signal needs to
complete one cycle and have inverse relationship with fre-
quency
Compiled by Yilkal B. 13
Cntd…
A digital signal is a sequence of voltage pulses that may be
transmitted over a wire medium
Bit Interval: the time required to send a single bit
Bit rate: the number of bit intervals per second usually
expressed in bits per second (bps)
Signaling is the physical propagation of the signal along a
suitable medium.
Transmission
Communication of data by propagation and processing of
signals
The way signals are treated is a function of the transmission
Compiled by Yilkal B. 14
system
Cntd…
Which one is the preferred method of transmission?
Digital transmission is preferable
The reasons are
Digital technology are:
Continuing to drop in cost and size
Analog equipment has not shown a similar drop
Data integrity
With the use of repeaters the effect of noise and
other signal impairments are not cumulative
(increasing)
Capacity utilization
High degree of multiplexing
Security and privacy
Encryption techniques can be readily applied to
digital data and to Compiled
analog data that have been
by Yilkal B. 15
digitized
Transmission Impairments
Signal received may differ from signal transmitted
Analog - degradation of signal quality
Digital - bit errors
A binary 1 is transformed into a binary 0 and vice
versa
Caused by
Attenuation and attenuation distortion
Delay distortion
Noise
Solution
Amplifiers – analog signal
Repeaters – digital signal
Compiled by Yilkal B. 16
Cntd…
Attenuation: it is a phenomenon which occurs when signal
strength falls off with distance
It depends on medium, such as fiber optic cables carries
signal without attenuation up to 2km.
In communicating entities, received signal strength:
Must be enough to be detected
Must be sufficiently higher than noise to be received
without error
media
Compiled by Yilkal B. 17
Cntd…
conductor
another
Four combinations
voltage pulses
signal elements
must know the timing of each bit. That is, the receiver
Compiled by Yilkal B. 20
Cntd…
Success factors:
the signal-to-noise ratio
the data rate
the bandwidth
The encoding scheme that can be used can also improve
performance
Encoding schemes
1) Non-return to Zero /NRZ
NRZ-L
NRZ-I
2) Bi-phase
Manchester
Differential Manchester
Compiled by Yilkal B. 21
Non Return to Zero (NRZ)
It uses two different voltage levels (one positive and one
negative) as the signal elements for the two binary digits.
E.g. Absence of voltage for zero, constant positive voltage
for one
More often, negative voltage for one value and positive for the
other
Two Variants
NRZ-L
NRZ-I
Compiled by Yilkal B. 23
Cntd….
NRZ Pros and Cons
Pros
Easy to engineer
Make good use of bandwidth
Cons
dc component
Lack of synchronization capability
Used for magnetic recording
Not often used for signal transmission
Compiled by Yilkal B. 24
Biphase
Manchester
Transition in middle of each bit period
Transition serves as clocking
Low to high represents one
High to low represents zero
Differential Manchester
Mid bit transition is clocking only
Transition at start of a bit period represents zero
No transition at start of a bit period represents one.
Compiled by Yilkal B. 25
2. Digital Data, Analog Signals
The most familiar use of this transformation is for
transmitting digital data through the public telephone
network using modem
Basis for analog signaling is a continuous, constant-
frequency signal known as the carrier frequency.
Digital data is encoded by modulating one of the three
characteristics of the carrier: amplitude, frequency, or
phase or some combination of these.
there are three basic encoding or modulation techniques
Amplitude-shift keying (ASK)
Frequency-shift keyingCompiled
(FSK) by Yilkal B. 26
Cntd…
Amplitude-shift keying (ASK): the two binary values
are represented by two different amplitudes of the carrier
frequency .
– one of the amplitudes is zero the other with value one
Compiled by Yilkal B. 27
3. Analog Data, Digital Signals
To send continuous data such as voice information over a
digital transmission medium.
Example: To transfer analog voice signals off a local loop to
digital end office within the phone system, one uses a
codec.
The most common technique for using digital signals to
encode analog data is Pulse Code Modulation(PCM)
transmission
Modulation permits frequency-division
multiplexing
The principal techniques for modulation using analog data
are:
Amplitude modulation (AM)
Frequency modulation (FM)
in order to communicate ,
exchange files, and share
resources.
Compiled by Yilu 30
Elements of Network
Elements of Network
1. Hardware equipment: The hardware consists of
the physical equipment that carries signals from
one point of the network to another.
2. Network OS/ software: The software consists of
instruction sets that make possible the services
that we expect from a network.
3. Communication channel / Transmission media.
4. Information / data / resource.
5. Protocol.: set rules that governs the
Compiled by Yilu 31
Why Networking?
Resource Sharing
Hardware (computing resources, disks, printers)
Software (application software)
Centralize
Distributed
Remote computing administration and
processing
support.
Compiled by Yilu 32
Network Classification
We can classify networks in different ways:
Wired
LAN Peer-to-peer Bus
network
Wireless
MAN Client/Server Star
network
WAN Ring
Mesh
Compiled by Yilu 33
Contd…
I. Local Area Network (LAN): A network that connects a relatively small number
of machines in a relatively close geographical area.
Metropolitan area Network (MAN): it covers a larger area than that covered by
a LAN and a smaller area as compared to WAN.
MAN has a range of 5-50km.
It covers a large geographical area and may serve as an ISP (Internet Service
Provider).
Compiled by Yilu 40
The OSI Model
In the world of networking, two models play a vital role in describing the
communication and data transfer processes between hosts:
The OSI/ISO model and the TCP/IP model
Developed by ISO –
Stands for Open Systems
‘International Organization of
Interconnection
Standardization‘, 1974
OSI Model
Compiled by Yilu 43
Contd…
The interaction between layers in the OSI model
Compiled by Yilu 44
Contd…
7. The Application Layer
The application layer enable the user to access the
network.
the network.
This layer also serves as window for the application services to access
the network and for displaying the received information to the user.
Compiled by Yilu 45
Contd…
6. The Presentation Layer
Compiled by Yilu 46
Contd…
5. The Session Layer
Compiled by Yilu 47
Contd…
4. The Transport Layer
Compiled by Yilu 48
Contd…
smaller units .
it.
Compiled by Yilu 50
Contd…
2. The Data Link Layer
level.
Compiled by Yilu 55
Shortcomings of OSI
➢ Bad Technology
➢ Session and presentation almost empty
➢ addressing, flow control, and error control, reappear again and
again in each layer
➢ Bad implementation
➢ Bad timing
➢ Bad politic
Compiled by Yilu 56
TCP/IP Reference Model
TCP/IP Reference Model is a four-layered suite of communication protocols. It
was developed by the DoD (Department of Defence) in the 1960s.
It is named after the two main protocols that are used in the model, namely, TCP
and IP. TCP stands for "Transmission Control Protocol" and IP stands for "Internet
Protocol".
Condensed version of OSI model – contains four layers instead of seven.
Compiled by Yilu 57
Contd...
Shortcomings of TCP/IP
➢ Does not distinguish (or even mention) the physical and data link layers
Compiled by Yilu 58
Transmission Medias
The physical path between transmitter and receiver.
• Repeaters or amplifiers may be used to extend
the length of the medium.
• Communication of electro magnetic waves is
guided or unguided
Compiled by Yilu 59
Cntd...
This type of media uses cables to transmit signals across the network.
medium.
1. Coaxial Cable
2. Twisted-Pair Cable
3. Fiber-optic Cable
Compiled by Yilu 60
Contd...
1. Coaxial Cable
The core is made up of copper conductors. Its purpose is the
signal transmission.
To prevent the copper conductor from overheating, an insulator
is utilized
The setup is entirely covered in a protective plastic layer.
Its Features –
Protection from crosstalk
Expensive
Usually used in broadcast medium e.g. TV cable
Segment length of 200m to 500m
Compiled by Yilu 61
Cntd...
It is easier to install.
2. Twisted Pair
This cable has eight insulated wires. These are paired in groups of 2 and are
twisted together based on a color code.
The twisting is done to decrease interference caused by the adjacent wires.
One wire in the pair may send signals to the receiver, while the other serves as a
ground reference.
The twisted pair is further divided into two parts, i.e., shielded and unshielded.
A. Shielded twisted pair: These twisted pair cables are covered in a braided shield
which acts as a shield from outside interference.
Protection from crosstalk
More expensive than UTP
Difficult to install
Compiled by Yilu 63
Segment length of up to 100m
Contd...
Compiled by Yilu 64
Contd...
Advantages of Unshielded Twisted Pair
Less expensive.
It is easy to install.
Disadvantages of Unshielded Twisted Pair
Lower capacity.
Not suitable for long distance transmission
Compiled by Yilu 65
Contd...
Straight through cable: When the same color codes are used at both ends. For ex, 568A
on both ends. Alternatively, 568B on both ends.
Used when connecting different types of devices, for e.g. connecting a PC to a switch, or a
switch to a router
Crossover cable: When different color codes are used at both ends. For ex, one end is
568A, and the other end is 568B
Used when connecting similar types of devices. For ex, A PC to a PC or a switch to a
Compiled by Yilu 66
switch, etc.
Contd...
3. Fiber Optics Cable: it has become the standard for long-distance communications.
Optical fibers are transparent, flexible wires composed of glass (silica) or plastic.
It acts as a waveguide, allowing light to travel between the fiber’s two ends
Advantages of Fiber Optics Cable
Here are some advantages of fiber optics:
Extremely High-speed data transmission.
It is capable of long distance transmission without signal disruption.
It is immune to electromagnetic intervention.
Disadvantages of Fiber Optics Cable
Here are some disadvantages:
It is very expensive to install and maintain.
It is very fragile (breakable) in nature and need special handling.
Compiled by Yilu 67
Contd...
Radio Waves
Microwave
Infrared
Compiled by Yilu 68
Contd...
Compiled by Yilu 71
Contd...
Application
Wireless local area networks (WLANs)
Satellite communications
Wireless broadband internet
Point-to-point communication links
Disadvantages of Microwave Transmission
Military communications
Interrupted by physical obstacles
Weather radar system
Obstructions in the line of sight can
Advantages of Microwave Transmission
affect signal quality
High-speed data transfer Security risks
Easy to install and set up Limited range
Cost-effective solutions Atmospheric conditions can impact
Reliable communication
microwave signal quality
Compiled by Yilu 72
Fast deployment
Contd...
3. Infrared Wave: infrared waves are a type of energy that can travel through the air.
Frequency Range – The frequency range is between 300GHz and 400 THz.
Compiled by Yilu 75
End of Chapter One
Any Question !!!
Compiled by Yilu 76