Share This Tutorial

Views 19

Drawing and Comparing Star and Bus Topologies

Author Zak  |  Date 2024-10-15 18:01:36  |  Category Computer Science
Back Back

Drawing and Comparing Star and Bus Topologies

Star Topology

Diagram:

      (Hub/Switch)
       /  \
      /    \
     /      \
    /        \
   /          \
  /            \
  |           |
  |           |
  |           |
  Computer   Computer

Description:

Advantages:

Disadvantages:

Bus Topology

Diagram:

         (Bus Cable)
         |
         |
       /  \
      /    \
     /      \
    /        \
   /          \
  |           |
  |           |
  |           |
  Computer   Computer

Description:

Advantages:

Disadvantages:

Comparing Star and Bus Topologies

Feature Star Topology Bus Topology
Cost More expensive Less expensive
Performance High Low
Scalability Easily scalable Difficult to scale
Reliability More reliable Less reliable
Fault isolation Easy Difficult

Conclusion:

Star topology is generally preferred for most modern networks due to its superior performance, reliability, and scalability. However, bus topology can be a cost-effective option for small networks with limited needs.