CLASS1 UNIT1.ppt
CLASS1 UNIT1.ppt
1.5
Effective data communication has following
characteristics:
Delivery To the correct destination
Accuracy To deliver data accurately
Timeliness To deliver data at the appropriate time
Data transmission Modes or Data Flow
What is a frequency?
It is the rate at which a current alternates (measured in Hz, KHz,
MHz, etc)
Bandwidth:
It is the data handling capacity of a communication system.
It is the range of frequencies available for the transmission of
data.
i.e. It is the difference between highest and lowest frequencies.
Example: The bandwidth of human voice is 20Hz to 14,000 Hz or
13,380 Hz.
Highest frequency - Lowest frequency=Band Width
Baud:
It is the unit used to measure communication data transfer rate.
Transfer rate means bits per second transmitted.
Bits per second=Baud
A rate of 300 baud is 300 bits per second.
In communication system, I baud means 10bits per second.
So, the 30 characters per second is said to operate 300 baud.
Depending on the transmission speeds,
communication channels are grouped into three
categories —>
Narrowband
Voice band
Broadband
Narrowband:
Its speed ranges from 45 to 300 baud.
It is used to handle low data volumes.
It is used for telegraph lines and low speed terminals.
Voice band:
Broadband:
1. Star topology
2. Tree topology
Star Topology
Each device has a dedicated point-to-point
link only to a central controller, called a
hub.
Looks like the spokes of a wheel.
Each device needs its own cable to the Hub.
Easy to maintain and expand.
If one device wants to send data to another, it
sends the data to the hub which then relays
the data to the other connected device.
Advantages:
Termina tap
tor Shared
medium
Advantages of Bus Topology
Inexpensive to install
Easy to add stations
Use less cable than other topologies
Works well for small networks
Disadvantages of Bus Topology
• No longer recommended
• Backbone breaks, whole network down
• Limited no of devices can be attached
• Difficult to isolate problems
• Sharing same cable slows response rates
Ring topology
In ring Network, every computer or devices
has two adjacent neighbors for
communication.
In a ring network, all the communication
messages travel in the same direction
whether clockwise or anti clockwise.
Any damage of the cable of any cable or
device can result in the breakdown of the
whole network.
Ring topology now has become almost
obsolete.
No beginning or end (a ring in fact !!)
All devices of equality of access to media
Single ring – data travels in one direction only
Each device has to wait its turn to transmit
Most common type is Token Ring (IEEE 802.5)
A token contains the data, reaches the
destination, data extracted, acknowledgement
of receipt sent back to transmitting device,
removed, empty token passed on for another
device to use
Advantages
Data packets travel at great speed
No collisions
Easier to fault find
No terminators required
Disadvantages
• Requires more cable than a bus
• A break in the ring will bring it down
• Not as common as the bus – less devices
available
Network Protocols
Network protocol: It is a common set of rules
that allows two computers on a network to
communicate with one another successfully.
i.e.
How to interpret signals, how to identify a
computer on a network, how to initiate and
end networked communications, and how to
manage information exchange across the
network medium
Examples:
TCP/IP
NetBEUI
IPX/SPX
The key elements of a protocol are
1. Syntax
2. Semantics &
3. Timing.
Syntax:
It refers to the structure or format of the data, meaning
the order in which they are presented.
For example, a simple protocol might expect the first 8
bits of data to be the address of the sender, the
second 8 bits to be the address of the receiver and
the rest of the stream to be the message itself.
Semantics:
Timing:
Connectionless service -
Like the post office. Each message has the entire
address on it. Each message may follow a different
route to its destination. Ordering not maintained.
Organizations For Communication
Standards
Standards are developed by cooperation among
standards creation committees, forums, and
government regulatory agencies.
Classification:
1. Circuit-switched network
2. Packet-switched network
Circuit-switched Network
A dedicated physical circuit is first
established between the source and the
destination nodes before any data
transmission takes place.
Once established, the circuit is dedicated
exclusively to the current transmission.
After the transmission is over, the
dedicated circuit is then released and made
available for other communication
transmission.
Circuit Switching
Circuit switching was
designed in 1878 in order to
send telephone calls down
a dedicated channel.
This channel remained
open and in use throughout
the whole call and could not
be used by any other data
or phone calls.
Circuit Switching
With the expanded use of the Internet for
voice and video, analysts predict a gradual
shift away from circuit-switched networks.
A circuit-switched network is excellent for
data that needs a constant link from end-to-
end. For example real-time video.
Circuit Switching
Advantages:
Circuit is dedicated to the call – no
interference, no sharing
Guaranteed the full bandwidth for
the duration of the call
Guaranteed Quality of Service
Circuit Switching
Disadvantages:
Inefficient – the equipment may be
unused for a lot of the call, if no data
is being sent, the dedicated line still
remains open
Takes a relatively long time to set up
the circuit
During a crisis or disaster, the
network may become unstable or
unavailable.
It was primarily developed for voice
traffic rather than data traffic.
Packet Switching
In packet-based networks, the
message gets broken into small
data packets. These packets
are sent out from the computer
and they travel around the
network seeking out the most
efficient route to travel as
circuits become available. This
does not necessarily mean that
they seek out the shortest
route.
Each packet may go a different
Packet Switching
Each packet is sent with a ‘header address’.
This tells it where its final destination is, so it
knows where to go.
The header address also describes the sequence
for reassembly at the destination computer so
that the packets are put back into the correct
order.
One packet also contains details of how many
packets should be arriving so that the recipient
computer knows if one packet has failed to turn
up.
If a packet fails to arrive, the recipient computer
sends a message back to the computer which
originally sent the data, asking for the missing
Packet Switching
Disadvantages
Under heavy use there can be a
delay
Data packets can get lost or
become corrupted
Protocols are needed for a
reliable transfer
Not so good for some types data
streams e.g real-time video
streams can lose frames due to
the way packets arrive out of
Packet Vs Circuit Switching