Networks Training

  • About
  • My Books
  • SUGGESTED TRAINING
  • HOME
  • Cisco Networking
    • Cisco General
    • Cisco IOS
    • Cisco VPN
    • Cisco Wireless
  • Cisco ASA
    • Cisco ASA General
    • Cisco ASA Firewall Configuration
  • Certifications Training
    • CCNA Training
    • Cisco Certifications
    • I.T Training
  • General
    • General Networking
    • IP Telephony
    • Network Security
    • Product Reviews
    • Software
  • Cisco Routers
  • Cisco Switches
You are here: Home / General Networking / Compare and Contrast Network Topologies (Star, Mesh, Bus, Hybrid etc)

Compare and Contrast Network Topologies (Star, Mesh, Bus, Hybrid etc)

Written By Harris Andrea

Computer networking has been around for several decades, which is the backbone of what we all know as the Internet today. The Internet is simply a network of networks, which means there is no such thing as a standalone computer on a network.

advantages and disadvantages of various network topologies

For a user or host computer to participate in data and resource sharing, it has to be connected to some form of network topology.

This has brought about the evolution of computer networking to include more devices, which will further enhance the process of information sharing across different geographical locations.

Most people are already familiar with terminologies such as Local Area Networks (or LANs), which means the computers are within the same geographical location or building, or Wide Area Networks (WANs), which means the devices are separated by geographical distance.

However, there are several other terminologies used in computer networking topologies such as Metropolitan Area Network or MAN, Personal Area Network or PAN etc. 

In this article we will compare and discuss the most prevalent network topologies and also describe the pros and cons of each one, so let’s get started. 

Table of Contents

  • Physical or Logical Network Topologies
  • Types of Network Topologies
  • Bus Topology – Advantages and Disadvantages
  • Star Topology – Advantages and Disadvantages
  • Ring Topology – Advantages and Disadvantages
  • Hybrid Topology – Advantages and Disadvantages
  • Tree Topology – Advantages and Disadvantages
  • Mesh Topology – Advantages and Disadvantages
    • Related Posts

Physical or Logical Network Topologies

With the brief introduction provided above, we simply understand what a basic computer network is all about.

A network topology can either be the physical or logical arrangement of devices on a network.

These connected devices can be routers, switches, firewalls, network printers, wireless access points, user computers etc (basically anything that can be assigned an IP address).  Note that end user devices are also part of the network topology.

Logical topology deals with how data is transferred and flows on the network, while physical topology is concerned with the physical layout of the devices on the network and how they are physically connected.

Types of Network Topologies

Network topology goes beyond logical or physical arrangement of devices. This brings us to the various types of network topologies available today. These topologies are Bus, Star, Ring, Tree, Hybrid and Mesh network topologies. Let us take a closer look at each of these types mentioned. 

Bus Topology – Advantages and Disadvantages

bus

Bus topology has a network arrangement where nodes make use of a single communication line for data transmission.

MORE READING:  Pros and Cons of SD-WAN in Networks - Description and Discussion

Many networks at the beginning of computer networking era made use of this topology due to easy implementation. 

Advantages

  • Since there is a single communication line, means the same medium is shared. Therefore, the major advantage of using this topology is its simplicity.
  • Easy to setup and extend.
  • Less costly. Less cabling needs.

Disadvantages

  • On the other hand, having a single communication line for data transmission makes it easier for collision to occur, which is seen as a disadvantage of using this network topology.
  • If the single network cable has a problem or disconnection, the whole network breaks.
  • Difficult to identify a problem.
  • All devices receive all signals from every other host. This is not efficient.

Star Topology – Advantages and Disadvantages

star

The star network topology is one of the most commonly used topologies today because of its simplicity and efficiency.

In this kind of topology, a centralized node is located at the core of the network topology, in which all the other nodes must communicate through.

This topology is mostly used in homes and offices today. For example, the classic Ethernet LAN networks are using the Star Topology. There is an Ethernet Switch (centralized node) on which all computers and network devices are connected to. 

Advantages

  • Easy to install and implement with wiring etc.
  • Easy to troubleshoot and detect problems in the network.
  • If one device fails, it does not affect the other devices in the network.
  • You can easily add or remove devices without affecting the rest of the network.
  • Centralized management and monitoring through the central switch/hub.

Disadvantages

  • The main disadvantage of using this topology is that it has a single point of failure, i.e. when the central switch node is down, there will be a break in communication for all connected devices.
  • More cabling is needed since you connect each individual devices to the central node.
  • Performance of the whole network depends on the performance of the central node.

Ring Topology – Advantages and Disadvantages

ring

Ring topology presents devices that are arranged in a circular form or just like a ring.

Although the layout of the devices is very similar to bus a topology, ring topology is a closed loop.

Ring networks are not used much nowadays.

Advantages

  • The advantage of using this network topology is the ability to have fast network throughput.
  • Less packet collisions.
  • High speed transfers.
  • Token is used between nodes thus making this performing better than bus topology.
MORE READING:  Characteristics of dynamic IP routing protocols

Disadvantage

  • The disadvantage is the point of failure, as a single node can break the transmission of data on the network.

Hybrid Topology – Advantages and Disadvantages

a hybrid network

This network topology is basically made up of several topologies i.e. a combination of two or more topologies, which could be bus, star, ring, etc.

Advantages

  • In terms of the advantages of using this kind of topology, we find that it has a high level of fault tolerance, which makes it reliable and flexible.
  • Scalable as you can add new nodes easily.
  • You can design it in such a way as to use the best features of various other topologies.

Disadvantages

  • The disadvantages include things such as high cost and complexity of maintenance. This topology is used in real-life where scalability and high performance is important, for example Internet Service Providers.
  • Costly infrastructure.

Tree Topology – Advantages and Disadvantages

tree

This network topology is ideal for when you have a device acting as the root device on the network.

Note this this topology works with the design of a star and bus topology combined. This has to do with linking star topologies together to form a single network topology, which is linked using a bus topology.

The disadvantage of using this topology is the multiple points of failures that are created, i.e. both the star and bus topology needs to be up at all times. 

Mesh Topology – Advantages and Disadvantages

mesh

Mesh network topologies create a scenario where there is connection to and from each node that is connected on the network. That is, all network nodes are interconnected between them just like a mesh.

Mesh topologies are used in mission critical network environments such as hospitals or financial institutions, where availability is of utmost importance.

Advantages

  • The main advantage of this type is fault tolerance, which is because of the redundant links that are created.
  • If one device/node in the network fails, the rest of the devices can work normally without interruption.
  • Adding more devices in the network does not affect the rest of the devices.

Disadvantages

  • The obvious disadvantage of using this type of network is the high cost of implementation.
  • Implementation and maintenance of such a topology is time consuming and difficult.
  • Cabling cost is high.

Related Posts

  • What is OSPF NSSA (Not So Stubby Area) and How is it Configured?
  • Comparison of BOOTP vs DHCP Protocols in Computer Networks
  • Pros and Cons of SD-WAN in Networks – Description and Discussion
  • Comparison of GNS3 vs EVE-NG vs Packet Tracer for Networks Simulation
  • Subnetting vs Supernetting – What’s the Difference? (Explanation Guide)

Filed Under: General Networking

Download Free Cisco Commands Cheat Sheets

Enter your Email below to Download our Free Cisco Commands Cheat Sheets for Routers, Switches and ASA Firewalls.

We use Elastic Email as our marketing automation service. By submitting this form, you agree that the information you provide will be transferred to Elastic Email for processing in accordance with their Terms of Use and Privacy Policy. Also, you allow me to send you informational and marketing emails from time-to-time.

About Harris Andrea

Harris Andrea is an Engineer with more than two decades of professional experience in the fields of TCP/IP Networks, Information Security and I.T. Over the years he has acquired several professional certifications such as CCNA, CCNP, CEH, ECSA etc.

He is a self-published author of two books ("Cisco ASA Firewall Fundamentals" and "Cisco VPN Configuration Guide") which are available at Amazon and on this website as well.

Comments

  1. Aphiwe says

    August 18, 2022 at 3:04 am

    Hi Harris, It’s Aphiwe here. I just wanna ask how does one obtain CISCO certificate?

  2. Harris Andrea says

    August 18, 2022 at 4:56 am

    Hi Aphiwe,
    You need to pass Cisco certification exams to obtain certificates (CCNA, CCNP etc). Here is the link from Cisco
    https://www.cisco.com/c/en/us/training-events/training-certifications/certifications.html

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Search this site

About Networks Training

We Provide Technical Tutorials and Configuration Examples about TCP/IP Networks with focus on Cisco Products and Technologies. This blog entails my own thoughts and ideas, which may not represent the thoughts of Cisco Systems Inc. This blog is NOT affiliated or endorsed by Cisco Systems Inc. All product names, logos and artwork are copyrights/trademarks of their respective owners.

Amazon Disclosure

As an Amazon Associate I earn from qualifying purchases.
Amazon and the Amazon logo are trademarks of Amazon.com, Inc. or its affiliates.

Search

BLOGROLL

Tech21Century
Firewall.cx

Copyright © 2023 | Privacy Policy | Terms and Conditions | Hire Me | Contact | Amazon Disclaimer | Delivery Policy

26 shares