Data Communication and Optical Fiber: Jestin James Asst. Professor Dept of Computer Science
Data Communication and Optical Fiber: Jestin James Asst. Professor Dept of Computer Science
Data Communication and Optical Fiber: Jestin James Asst. Professor Dept of Computer Science
Optical Fiber
Jestin James
Asst. Professor
Dept of Computer Science
Introduction- Components, Networks, Protocols and standards
Components of networks
Components of Network
1. Servers :Computers that hold the shared files program and network
operating system Ex: mail server, database server,fax servers and web
servers
2. Clients : Workstation or computers that access and use the network and
shared network resources
3. Transmission media : facilities used to interconnect computers in a network.it
is also called channels. Guided or unguided
4. Shared data : Data that servers provide
5. Shared printers and other peripherals : hardware devices provide by the
srvers
Components of network
9. NIC : Network Interface Card is a Computer hardware component that connects a
computer to a computer network
11. Network OS : Os in servers that allows the computers to comunicate over the
network
Components of network
12. Repeater : A communication device. It regenerates ,strengthens the signal
14.Hub : Splits a network connection into multiple computers.Hub transmits data into
entire network
15. Switch: It connects devices together on a computer network process and forward
data to the destination device.It transmit data into needed devices or device
19. Wireless Access Point : WAP are a transmitter and receiver device used for
wireless LAN radio signals. Separate network device with built in antenna
,transmitter, and adapter. It provides both wired and wireless connection
20. Transceivers : integrated in NIC. It detects incoming signals and place signals
onto the network media
Components of network
21. Protocols : Set of rules. Set of standards and policies comprised of rules,
procedures,and formats that define communication between two or more devices
over a network.
Timing : When the data should sent?. How fast they can send
Data communication standards
Defacto(meaning “by fact” or “by convention”: Standards adopted by widespread
use
Examples :
ISO
1. Simplex
2. Half duplex Mode
3. Full duplex
SIMPLEX
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.
The simplex mode can use the entire capacity of the channel to send data in one direction.
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.
The half-duplex mode is used in cases where there is no need for communication in both direction at the same time.
1. Full duplex
In full-duplex mode, both stations can transmit and receive simultaneously. In full_duplex mode, signals going in one
direction share the capacity of the link with signals going in other direction,
Line Configuration
A Network is nothing but a connection made through connection links between two or more devices. Devices can be a
computer, printer or any other device that is capable to send and receive data. There are two ways to connect the devices :
1. Point-to-Point connection
2. Multipoint connection
Point-to-Point
1. A point-to-point connection provides a dedicated link between two devices.
2. The entire capacity of the link is reserved for transmission between those two devices.
3. Most point-to-point connections use a actual length of wire or cable to connect the two end, but other options such as
microwave or satellite links are also possible.
4. Point to point network topology is considered to be one of the easiest and most conventional network
topologies.
5. It is also the simplest to establish and understand.
Multipoint
1. It is also called Multidrop configuration. In this connection two or more devices share a single link.
2. More than two devices share the link that is the capacity of the channel is shared now. With shared capacity, there
can be two possibilities in a Multipoint Line configuration:
Network Topologies
The way in which the computers are connected
1. Star network
2. Ring Network
3. Bus Network
4. Mesh network
5. Tree network
Consideration for choosing Topology
The availability and cost of physical communication lines between nodes and lines
bandwidth
In star topology, all the devices are connected to a single hub through a cable.
This hub is the central node and all others nodes are connected to the central node.
Star Topology-Advantages
● Minimal line cost
● Transmission delay does not increase by adding new nodes
● If any local computer fails the remaining portion of the network is unaffected
● Flexible
● Provides a centralised control and problem diagnosis
● Access protocols are simple
Star Topology-Disadvantages
● Depends on the central computer
● Each device require its own cable segment
● Installation and configuration is difficult
Ring Network
it forms a ring connecting devices with its exactly two neighboring devices.
Ring-Advantages
● Relatively easy to install and reconfigure
● Link failure can be easily found
● No one can monopolize the network
● More reliable than star network
Ring Disadvantages
● Communication delay is directly proportional to the number of nodes in the
network
● Maximum ring length and number of devices is limited
● Adding or removing nodes disrupts the network
BUS topology
Nodes are connected on a single communication channel
1. Line coding
2. Block coding
3. Scrambling
Line Coding
It assumes that data are stored as sequence of bits .
The process of converting these sequence of bits into digital signal is known as
line coding
1. Unipolar
2. Polar
3. Bipolar
4. Multilevel
5. Multi Transmission
Videos
1. https://www.youtube.com/watch?v=nkSebRJ0cG0
2. https://www.youtube.com/watch?v=t1zpzRB0wOs
3. https://www.youtube.com/watch?v=5V8p6EOjuF0
4. https://www.youtube.com/watch?v=fVvv9NUlMxA&t=3s
5. https://www.youtube.com/watch?v=CU0JQ7nLSjs&t=4s
1. Unipolar -NRZ-Non Return to Zero
Positive voltage defines bit 1
It does not return to zero at the middle of the bit ie it is called as NRZ
It is very costly
2.polar Scheme
The voltage are on both sides of the time axis.
0 positive
1 negative
b) return to zero
The solution is RZ
Negative
Zero
It require 3 volatges
Biphase
RZ and NRZ-L combine in Manchester Scheme
If 2^m=L^n then each data pattern is encoded into one signal pattern
mBnL
B-Binary data
L=T(3)
L=Q(4)
Example:2 B1Q
Multi Transmission
The multiline transmission, three level (MLT-3) scheme uses three levels (+v, 0,
and -V) and three transition rules to move between the levels.
2. If the next bit is 1 and the current level is not 0, the next level is 0.
3. If the next bit is 1 and the current level is 0, the next level is the opposite of the
last non zero level.
2.Block Coding
redundancy to ensure synchronization and to provide some kind of inherent error
detecting.
Block coding can give us this redundancy and improve the performance of line
coding
lock coding changes a block of m bits into a block of n bits, where n is larger than
m.
4B/5B
The four binary/five binary (4B/5B) coding scheme was designed to be used in
combination with NRZ-I.
So when different groups are combined to make a new sequence, there are never
more than three consecutive 0s.
3.Scrambling
Biphase schemes that are suitable for dedicated links between stations in a LAN
are not suitable for long-distance communication because of their wide bandwidth
requirement.
The combination of block coding and NRZ line coding is not suitable for long-
distance encoding either, because of the DC component
B8ZS
000VB0VB
The V in the sequence denotes violation; The B in the sequence denotes bipolar
Analog to Digital Transmission
1. PCM(Pulse Code Modulation)
2. Delta Modulation
1. PCM
3 step process
https://www.youtube.com/watch?v=HlGJ6xxbz8s
i) Sampling
The process of converting continuous time signals into equivalent discrete time signals, can be termed as Sampling. A
certain instant of data is continually sampled in the sampling process.
SAMPLING
1)Ideal
2)Natural
3)Flat-Top
2)natural sampling:High speed switch is turned on for only the small period of time
when the sampling occurs
These of amplitudes can be infinite with non integral values between the two
limits.