IT ERA Lesson 6
IT ERA Lesson 6
IT ERA Lesson 6
Network Topologies
Network topology is the arrangement of the elements (links, nodes, etc.)
of a communication network. Network topology can be used to define or
describe the arrangement of various types of telecommunication networks,
including command and control radio
networks, industrial fieldbusses and computer networks.
Network topology is the topological structure of a network and may be
depicted physically or logically. It is an application of graph theory wherein
communicating devices are modeled as nodes and the connections between
the devices are modeled as links or lines between the nodes.
Daisy chain
Daisy chaining is accomplished by connecting each computer in series to the
next. If a message is intended for a computer partway down the line, each
system bounces it along in sequence until it reaches the destination. A
daisy-chained network can take two basic forms: linear and ring.
A daisy chain is a wiring scheme in which hardware devices are connected
together in sequence.
For example, when connecting devices A, B, and C, as a daisy chain, devices
are connected in sequence, A to B and B to C like a bus wiring. Generally,
the very end device is connected to a termination resistor or a terminal unit.
All devices may receive the same signal, but unlikely to a bus wiring, any
device in the chain may alter the contents before it sends one or more
signals to another device.
● A linear topology puts a two-way link between one computer and the
next. However, this was expensive in the early days of computing, since
each computer (except for the ones at each end) required two receivers
and two transmitters.
● By connecting the computers at each end of the chain, a ring
topology can be formed. When a node sends a message, the message is
processed by each computer in the ring. An advantage of the ring is that
the number of transmitters and receivers can be cut in half. Since a
message will eventually loop all of the way around, transmission does not
need to go both directions. Alternatively, the ring can be used to improve
fault tolerance. If the ring breaks at a particular link then the
transmission can be sent via the reverse path thereby ensuring that all
nodes are always connected in the case of a single failure.
Bus Topology
The data travels in both the directions along the bus. When the destination
terminal sees the data, it copies it to the local disk.
Ring Topology
In ring topology each terminal is connected to exactly two nodes, giving
the network a circular shape. Data travels in only one pre-determined
direction.
● Difficult to remove one or more nodes while keeping the rest of the
network intact
Star Topology
In star topology, server is connected to each node individually. Server is
also called the central node. Any exchange of data between two nodes must
take place through the server. It is the most popular topology for
information and voice networks as central node can process data received
from source node before sending it to the destination node.
Tree Topology
Tree topology has a group of star networks connected to a linear bus
backbone cable. It incorporates features of both star and bus topologies.
Tree topology is also called hierarchical topology.
● Insecure network
Mesh Topology
The value of fully meshed networks is proportional to the exponent of the
number of subscribers, assuming that communicating groups of any two
endpoints, up to and including all the endpoints, is approximated by Reed's
Law.
Hybrid
Hybrid topology is also known as hybrid network. Hybrid networks combine
two or more topologies in such a way that the resulting network does not
exhibit one of the standard topologies (e.g., bus, star, ring, etc.). For
example, a tree network (or star-bus network) is a hybrid topology in
which star networks are interconnected via bus networks. However, a tree
network connected to another tree network is still topologically a tree
network, not a distinct network type. A hybrid topology is always produced
when two different basic network topologies are connected.
A star-ring network consists of two or more ring networks connected using
a multistation access unit (MAU) as a centralized hub.
Snowflake topology is a star network of star networks.
Two other hybrid network types are hybrid mesh and hierarchical star.