0% found this document useful (0 votes)
93 views22 pages

Chapter 2 Network Topology

The document discusses various network topologies. It describes mesh, star, bus, ring, and hybrid topologies. For each topology, it provides details on how devices are connected, advantages and disadvantages. Mesh topology connects every device to every other device with dedicated links. Star topology connects all devices to a central hub. Bus topology uses a main cable to connect devices via drop lines. Ring topology forms a circular connection between devices. Hybrid uses a combination of topologies.

Uploaded by

Abir Hasan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
93 views22 pages

Chapter 2 Network Topology

The document discusses various network topologies. It describes mesh, star, bus, ring, and hybrid topologies. For each topology, it provides details on how devices are connected, advantages and disadvantages. Mesh topology connects every device to every other device with dedicated links. Star topology connects all devices to a central hub. Bus topology uses a main cable to connect devices via drop lines. Ring topology forms a circular connection between devices. Hybrid uses a combination of topologies.

Uploaded by

Abir Hasan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 22

Computer Networks

Chapter 2
Network Topology

Rana M Luthfur Rahman Pir


Assistant Professor
Department of CSE
Leading University, Sylhet
What is Topology?

• Geometric representation of how the computers are connected


to each other is known as topology. There are five types of
topology –
• Mesh,
• Star,
• Bus,
• Ring and
• Hybrid.

[email protected] 2
Mesh Topology

[email protected] 3
• In mesh topology each device is connected to every other
device on the network through a dedicated point-to-point link.
When we say dedicated it means that the link only carries data
for the two connected devices only. Lets say we have n devices
in the network then each device must be connected with (n-1)
devices of the network. Number of links in a mesh topology of n
devices would be n(n-1)/2.

[email protected] 4
Advantages of Mesh topology
• No data traffic issues as there is a dedicated link between two
devices which means the link is only available for those two
devices.
• Mesh topology is reliable and robust as failure of one link
doesn’t affect other links and the communication between other
devices on the network.
• Mesh topology is secure because there is a point to point link
thus unauthorized access is not possible.
• Fault detection is easy.

[email protected] 5
Disadvantages of Mesh topology

• Amount of wires required to connect each system is tedious and


headache.
• Since each device needs to be connected with other devices,
number of I/O ports required must be huge.
• Scalability issues because a device cannot be connected with
large number of devices with a dedicated point to point link.

[email protected] 6
Star Topology

[email protected] 7
• In star topology each device in the network is connected to a
central device called hub/switch. Unlike Mesh topology, star
topology doesn’t allow direct communication between devices,
a device must have to communicate through hub. If one device
wants to send data to other device, it has to first send the data
to hub and then the hub transmit that data to the designated
device.

[email protected] 8
Advantages of Star topology
• Less expensive because each device only need one I/O port
and needs to be connected with hub with one link.
• Easier to install
• Less amount of cables required because each device needs to
be connected with the hub only.
• Robust, if one link fails, other links will work just fine.
• Easy fault detection because the link can be easily identified.

[email protected] 9
Disadvantages of Star topology

• If hub goes down everything goes down, none of the devices


can work without hub.
• Hub requires more resources and regular maintenance
because it is the central system of star topology.

[email protected] 10
Bus Topology

[email protected] 11
• In bus topology there is a main cable and all the devices are
connected to this main cable through drop lines. There is a
device called tap that connects the drop line to the main cable.
Since all the data is transmitted over the main cable, there is a
limit of drop lines and the distance a main cable can have.

[email protected] 12
Advantages of bus topology

• Easy installation, each cable needs to be connected with


backbone cable.
• Less cables required than Mesh and star topology

[email protected] 13
Disadvantages of bus topology

• Difficultly in fault detection.


• Not scalable as there is a limit of how many nodes you can
connect with backbone cable.

[email protected] 14
Ring Topology

[email protected] 15
• In ring topology each device is connected with the two devices
on either side of it. There are two dedicated point to point links a
device has with the devices on the either side of it. This
structure forms a ring thus it is known as ring topology. If a
device wants to send data to another device then it sends the
data in one direction, each device in ring topology has a
repeater, if the received data is intended for other device then
repeater forwards this data until the intended device receives it.

[email protected] 16
Advantages of Ring Topology

• Easy to install.
• Managing is easier as to add or remove a device from the
topology only two links are required to be changed.

[email protected] 17
Disadvantages of Ring Topology

• A link failure can fail the entire network as the signal will not
travel forward due to failure.
• Data traffic issues, since all the data is circulating in a ring.

[email protected] 18
Hybrid topology

[email protected] 19
• A combination of two or more topology is known as hybrid
topology.

• For example a combination of star and mesh topology is known


as hybrid topology.

[email protected] 20
Advantages of Hybrid topology

• We can choose the topology based on the requirement for


example, scalability is our concern then we can use star
topology instead of bus technology.

• Scalable as we can further connect other computer networks


with the existing networks with different topologies.

[email protected] 21
Disadvantages of Hybrid topology

• Fault detection is difficult.

• Installation is difficult.

• Design is complex so maintenance is high thus expensive.

[email protected] 22

You might also like