Module 1 - Part 1
Module 1 - Part 1
2
Data Communication
Exchange of data between two devices via transmission
medium
The communicating devices must be part of a
communication system made up of a combination of
hardware and software
The effectiveness of a data communications system
depends on four fundamental characteristics:
Delivery
Accuracy
Timeliness
Jitter
3
Components of Data Communication
System
Message
Sender Receiver
Transmission medium
Protocol Protocol
4
Data Flow
Communication between two devices can be
Simplex
Communication is unidirectional
Only one of the two devices on a link can transmit; the other
can only receive
E.g., Keyboards and traditional monitors
5
Data Flow
Half-Duplex
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
E.g., Walkie-talkies
6
Data Flow contd…
Full-Duplex
Both stations can transmit and receive simultaneously
Signals sharing can occur in two ways:
Either the link must contain two physically separate
7
What is a Network ?
A network is a set of devices (nodes) connected by
communication links
A node can be a computer, printer, or any other device
capable of sending and/or receiving data generated by
other nodes on the network
Network Criteria
Performance
Reliability
Security
8
Type of Connections
Point-to-Point
Provides a dedicated link between two devices
9
Type of Connections
Multipoint
More than two specific devices share a single link
spatially or temporally
10
Categories of Network
11
LAN
Privately owned
Limited to a few
kilometers
13
WAN
14
MAN
Network with a size between a LAN and a WAN
15
Internet
Internet is a computer network that interconnects
hundreds of millions of computing devices throughout the
world
Computing devices – PCs, workstations, servers, laptops,
smart TVs, web cam, gaming consoles, automobiles, home
electrical and security system, and so on
End systems are connected together by a network of
communication links and packet switches
A packet switch takes a packet arriving on one of its
incoming communication links and forwards that packet on
one of its outgoing communication links
16
Internet contd…
Router and link layer Switches - most prominent packet
switches
The sequence of communication links and packet switches
traversed by a packet from source to the destination - route or
path
End systems access the Internet through Internet Service
Providers (ISPs),including residential ISPs such as local cable
or telephone companies; corporate ISPs; university ISPs; and
ISPs that provide WiFi access in airports, hotels, coffee shops,
and other public places
Each ISP is in itself a network of packet switches and
communication links 17
18
Requirements
Perspectives
Scalable Connectivity
Cost effective resource sharing
Support for common services
Manageability
19
Applications
World Wide Web
Email
Online social networking
Streaming audio and video
Instant messaging
File-sharing
20
Physical Topology
Physical topology refers to the way in which a network
is laid out physically
It is the geometric representation of the relationship of
all the links and linking devices (nodes) to one another
Four basic topology
Bus
Star
Ring
Mesh
21
Bus Topology
Multi-point connection
One long cable acts as a backbone to link all the
devices in a network
Nodes are connected to the bus cable by drop lines
and taps
Signal becomes weaker and weaker as it travels
farther and farther
22
Bus Topology
Advantages
Easy to install
Less cabling
Disadvantages
A fault or break in the bus cable stops all transmission
Applications
Ethernet LANs can use a bus topology
23
Star Topology
Each device has a dedicated point-
to-point link only to a central
controller, usually called a hub
Robust
Disadvantage
Single point of contact
Applications
High-speed LANs often use a star topology with a
central hub 25
Ring Topology
Each device has a dedicated point-to-point connection
with only the two devices on either side of it
A signal is passed along the ring in one direction, from
device to device, until it reaches its destination
Each device in the ring incorporates a repeater
The number of links requires with n nodes is n
26
Ring Topology
Advantage
Easy to install and reconfigure
Disadvantage
Unidirectional Traffic
Application
IBM’s Token ring network
27
Dual Ring Topology
28
Mesh Topology
Every device has a dedicated
point-to-point link to every
other device
Dedicated link carries traffic
only between the two devices it
connects
Every device on the network
must have n – 1 I/O ports
The number of links in a fully
connected mesh network with n
nodes is n(n-1) / 2
29
Mesh Topology
Advantages
Robust
Privacy
Disadvantages
No. of links and I/O ports required is high
Expensive
Applications
Used in the backbone network
30
Hybrid Topology
A star backbone with three bus networks
31
References
Data Communication and Networking, Behrouz A. Fourozan,
McGraw Hill Education, Fifth Edition, 2012
32
Thank You