Topology Report
Topology Report
1
CONTENTS
SL.NO CONTENTS PAGE NO.
1 Abstract 3
2 Introduction 4
3 Topologies 5
4 Bus Topology 6
5 Star Topology 7
6 Ring topology 8
7 Mesh Topology 9
8 Tree Topology 10
2
Abstract
Topology is a fundamental branch of mathematics concerned with the
properties of space that are preserved under continuous transformations.
It investigates concepts such as convergence, continuity, compactness,
and connectedness, providing a framework to analyse geometric and
spatial structures beyond traditional Euclidean dimensions. Topological
spaces, the central objects of study in topology, allow for the
generalization of notions of neighbourhoods and limits, enabling
mathematicians to explore intricate relationships between spaces. Key
areas of application include analysis, algebra, and even theoretical
physics, where topological ideas help in understanding the nature of
space and the behaviour of physical systems. The discipline has evolved
into various subfields, such as algebraic topology, differential topology,
and geometric topology, each contributing unique insights and
methodologies. Through its abstract nature, topology serves as a powerful
tool for addressing questions across multiple domains of science and
mathematics.
3
Introduction
Computer network topology is the way various components of a network
(like nodes, links, peripherals, etc) are arranged. Network topologies
define the layout, virtual shape or structure of network, not only physically
but also logically. The way in which different systems and nodes are
connected and communicate with each other is determined by topology of
the network.
4
Topologies
Types of Topologies
Basic network topologies are.
1. Star Topology
2. Bus Topology
3. Ring Topology
4. Mesh Topology
5. Tree Topology
6. Hybrid Topology
5
Bus Topology
In bus network, all stations are attached to a single cable.
• When a device sends a message, it is broadcast down on the cable in
both directions. Terminators at the end of the cable prevent the signal from
reflecting back to the sender.
• All devices on the cable constantly monitor for messages meant to them.
When a device detects a message meant for it, it reads the message from
the cable and the other stations will ignore it.
• Since all devices are sharing the same cable, some form of control is
needed to make sure which device will transmit when,other wise there will
be a collision
Advantages :
Disadvantage :
• However bad connection to the cable can short it and bring down
the entire network.
• Bus topology is subject to failure of large portions of the network if
there is a break in the network cable.
• Terminators are required at both ends of the backbone cable.
6
Star Topology
Star topology has each machine connecting to a central network device
such as a hub or a router, with all network traffic passing through the
central device.
Advantages :
• Star topology isolates each machine so that if the cable on one is
broken, the others are unaffected.
Disadvantages :
• The primary disadvantage of the star topology is that the hub
represents a single point of failure, if the central hub or router fails,
then the entire network will go dark.
7
Ring Topology
A ring topology is a network topology where each node (device on the
network) connects to two other nodes. This forms a continuous path for
the signal through each device.
Advantages :
• The ring topology is a very organized network topology, and it
performs well under a hefty network load. It can also be used to
create a larger Token Ring network.
• A ring topology is ideal for small businesses that need to share data
across offices. While it is limited in certain ways, it can greatly cut a
company's networking costs.
Disadvantages :
• One bad port, or even a bad node, can disrupt the entire network.
Merely moving a node, adding to or changing the network can also
affect the network.
• Failure of one device shuts down the entire network. This is an old
topology that is rarely used today.
8
Mesh Topology
A network setup where each computer and network device is
interconnected with one another, allowing for most transmissions to be
distributed, even if one of the connections go down
Its variation of the bus topology .Instead of a central backbone cable, each
device on the network is connected to every other device and each device
can serve as a router to route information to its destination device.
Advantages :
• The network can be expanded without disruption to current users.
Disadvantages :
• The physical fully connected mesh topology is generally too costly
and complex for practical networks.
9
Tree Topology
Tree Topology integrates the characteristics of Star and Bus Topology.
Advantages :
• It is scalable Secondary nodes allow more devices to be connected
to a central node.
Disadvantages :
• If the central backbone fails, the individual star networks continue
to function.
• Eg : cable tv network
10
Hybrid Topology
As networks grew beyond single offices, the need for topologies that could
support larger numbers of machine became apparent. Large networks use
one or more of the main topologies to create a hybrid topology. While each
office may be a star topology, the servers may be wired in a ring or linear
bus topology.
Advantages :
• Reliable : Unlike other networks, fault detection and troubleshooting
is easy in this type of topology. The part in which fault is detected can
be isolated from the rest of network and required corrective
measures can be taken, WITHOUT affecting the functioning of rest
of the network.
11
Disadvantages
• Costly Hub: The hubs used to connect two distinct networks, are
very expensive. These hubs are different from usual hubs as they
need to be intelligent enough to work with different architectures and
should be function even if a part of network is down.
12