Data Communication and Netwoks PPT 1
Data Communication and Netwoks PPT 1
COMMUNICATION
AND NETWOKS
UNIT 1 - DATA COMMUNICATION
Part 2
Likhitha M M
Assistant Professor
DoS in Computer Science
Mahajana PG Wing, Mysore
Contents
Networks –
• Network Criteria
Physical Structures
Types of connection
Physical Topology
NETWORKS
A network is defined as a set of devices interconnected by
communication-links.
This interconnection among computers facilitates information
sharing among them.
Computers may connect to each other by either wired or wireless
media.
Often, devices are referred to as nodes.
A node can be any device capable of sending/receiving data in
the network.
For example: Computer & Printer
The best-known computer network is the Internet.
NETWORKS
Distributed Processing
Most networks use distributed processing, in which a task is divided
among multiple computers. Instead of one single large machine
being responsible for all aspects of a process, separate computers
(usually a personal computer or workstation) handle a subset.
Network Criteria
A network is two or more devices connected through links.
A link is a communications pathway that transfers data from
one device to another.
For visualization purposes, it is simplest to imagine any link as
a line drawn between two points.
For communication to occur, two devices must be connected in
some way to the same link at the same time.
There are two possible types of connections: point-to-point and
multipoint.
Type of Connection
Point-to-Point
Only two devices are connected by a dedicated-link.
Entire-capacity of the link is reserved for transmission
between those two devices.
For example: Point-to-Point connection b/w remote-
control & TV for changing the channels.
Multipoint (Multi-Drop)
The term physical topology refers to the way in which a
network is laid out physically.
Two or more devices connect to a link; two or more links form
a topology.
The topology of a network is the geometric representation of
the relationship of all the links and linking devices (usually
called nodes) to one another.
Physical Topology
Categories of topology
Mesh Topology
All the devices are connected to each other.
There exists a dedicated point-to-point link between all
devices.
There are n(n-1) physical channels to link n devices.
Every device not only sends its own data but also relays data
from other nodes.
For ‘n’ nodes,
→ there are n(n-1) physical-links
→ there are n(n-1)/2 duplex-mode links
Every device must have (n–1) I/O ports to be connected to the
other (n-1) devices.
• Advantages of Mesh Topology:
All the devices are connected to a central controller called a
hub.
There exists a dedicated point-to-point link between a device
& a hub.
The devices are not directly linked to one another.
Thus, there is no direct traffic between devices.
The hub acts as a junction:
If device-1 wants to send data to device-2, the device-1 sends
the data to the hub, then the hub relays the data to the device2.
• Advantages of Star Topology:
1) Less expensive: Each device needs only one link & one I/O
port to connect it to any devices.
2) Easy installation & reconfiguration: Nodes can be
added/removed w/o affecting the network.
3) Robustness: If one link fails, it does not affect the entire
system.
4) Easy to detect and troubleshoot fault.
5) Centralized management: The hub manages and controls the
whole network
• Disadvantages of Star Topology :
All the devices are connected to the single cable called bus.
Every device communicates with the other device through this
bus.
A data from the source is broadcasted to all devices connected
to the bus.
Only the intended-receiver, whose physical-address matches,
accepts the data.
Devices are connected to the bus by drop-lines and taps.
A drop-line is a connection running between the device and the
bus.
A tap is a connector that links to the bus
• Advantages of Bus Topology:
1)Easy installation.
2)Cable required is the least compared to mesh/star topologies.
3)Redundancy is eliminated.
4)Costs less (Compared to mesh/star topologies).
5)Mostly used in small networks. Good for LAN.
• Disadvantages of Bus Topology :
Each device is connected to the next, forming a ring.
There are only two neighbors for each device.
Data travels around the network in one direction till the
destination is reached.
Sending and receiving of data takes place by the help of token.
Each device has a repeater.
A repeater
→ receives a signal on transmission-medium &
→ regenerates & passes the signal to next device
Advantages of Ring Topology:
1)Unidirectional traffic.
2)A fault in the ring/device stops all transmission.
The above 2 drawbacks can be overcome by using dual ring.
3)There is a limit on
i)Cable length &
ii)Number of nodes that can be connected.
4)Slower: Each data must pass through all the devices between
source and destination.
Hybrid Topology
Likhitha M M
Assistant Professor
DoS in Computer
Science