Video summary

Network Topology | Types of Topology | Bus/ Ring/ Star/ Mesh/ Tree in Hindi | ComputerTechAcademy

Main summary

Key takeaways

Educational

Main Ideas / Lessons from the Video

Network Topology (meaning + definition)

  • Topology is the designing method/layout used to connect two or more computers.
  • It defines how computers are interconnected—that is, how devices connect with each other.
  • The design chosen determines the topology type, so different connection designs lead to different topology types.

Why Topology Is Important

  • The video highlights that topology questions are commonly asked in:
    • Exam courses
    • Competitive exams (e.g., triple C, O level, CS-related degrees, and computer competitive exams)

Two Broad Ways a Network Can Be Connected

  • Physical connectivity
    • Devices connect through wires (e.g., LAN cable).
  • Logical connectivity
    • Devices connect without wires (e.g., WiFi, Bluetooth).

Common Topology Types Discussed

The instructor refers to these as the “total five” topologies for the class:

  • Bus topology
  • Ring topology
  • Star topology
  • Mesh topology
  • Tree topology

Methodology / “Designing” Approach Presented (Conceptual Steps per Topology)

1) Bus Topology (straight line)

Connection method

  • All nodes connect to a single main cable called the backbone cable.
  • Each node is connected directly to the backbone or via drop cables.

Terminators

  • Terminators are installed at both ends of the backbone cable to control/limit signal travel.
  • Signals are identified/checked using IP addresses; if the destination isn’t found along the way, the signal continues until it reaches the terminators.

Where used (as stated)

  • Generally mentioned as used in offices/institutes (typical examples were referenced).

Advantages (as stated)

  • Low cost: uses one main cable for many systems.
  • Easy to install: connect many systems to one line/backbone.
  • Limited failures: fewer points than more complex wiring setups.

Disadvantages (as stated)

  • If the backbone cable breaks, then the entire network stops.

2) Ring Topology (circle)

Connection method

  • Nodes are connected in a circle.
  • A node that receives a message passes it to the next node.

Data flow direction

  • One-way flow only: always clockwise (as stated).
  • Example described: PC1 → PC2 → PC3 → … → destination (no direct two-way/both-direction sending).

Terminators

  • No terminator needed, since the topology is circular and signals keep moving in a loop.

Advantages (as stated)

  • Low cost: described as using one main cable.
  • Easy to install
  • No terminator

Disadvantages (as stated)

  • Delay can occur:
    • If multiple messages are in progress and a required forwarding node fails, messages may wait until it’s restored.
  • One node failure can affect the network:
    • If a node breaks down, the forwarding chain is disrupted.

3) Star Topology (central hub/server)

Connection method

  • Every node connects to a central hub/switch/server.
  • Devices communicate through this central point (nodes don’t connect directly to each other).

Server role (analogy)

  • Teacher = server
  • Students = clients
  • Teacher controls communication; students rely on the teacher for message delivery.

Where used (as stated)

  • Mostly used in offices, and for security.

Advantages (as stated)

  • Central control: easier management of communication.
  • Security benefit: employees can’t directly exchange data outside the server.

Disadvantages (as stated)

  • Costly: requires paying for/connecting each device to the server/hub.
  • Delay:
    • If the server is down, communication cannot proceed.
  • Failure dependency:
    • If the server/hub fails, the whole network’s data sharing stops.
  • Nuance noted:
    • If one individual node fails, it doesn’t necessarily disable all other nodes—others can still communicate through the server.

4) Mesh Topology (all-to-all)

Connection method

  • Every computer is interconnected with every other computer.
  • Devices can connect directly with each other.
  • The instructor mentions links can be considered random/direct depending on how connections are drawn.

Servers/hubs

  • No central server/hub is required (as stated).

Logical nature + real-world example

  • Mesh is described as mostly logical, with the internet given as an example.

Advantages (as stated)

  • Fastest topology.
  • Highly resilient: if one node breaks, it does not destroy all communication among remaining nodes.

Disadvantages (as stated)

  • Most expensive: requires many connections/wires.
  • Also implies high space/cabling complexity.

5) Tree Topology (hierarchical / combination)

Connection method

  • Used in big organizations with departments and sub-departments.
  • A main department server connects to branches; each branch can use another topology internally.

Composition

  • Tree topology is described as a combination of bus and star:
    • Backbone (bus-like main cable concept) at the higher level.
    • Star topology branches under it, each handled by a server/hub.

Where used (as stated)

  • Large departments, multi-team placement, and situations where full direct connectivity is impractical.

Speakers / Sources Featured (End List)

  • Kritika Pandey (host/instructor, Computer Tech Academy)
  • Computer Tech Academy (channel/source name)

Original video