Computer ScienceClass 12Computer Networks

Computer Networks: Topologies and Concepts for Class 12 NCERT

By ConceptScroll Team · Published on 17 July 2026 · 4 min read

Computer Networks: Topologies and Concepts for Class 12 NCERT

Computer Networks form a crucial part of the Class 12 NCERT Computer Science syllabus. Understanding different network topologies helps students learn how devices connect and communicate efficiently in a network.

What Are Computer Networks and Their Importance

A Computer Network is a collection of interconnected devices that share resources and communicate with each other. In Class 12 NCERT, understanding networks is essential as they form the backbone of modern communication systems.

Networks allow:

  • Sharing of data and resources like printers and internet.
  • Communication through emails, messaging, and video calls.
  • Efficient management of information in organizations.

The study of computer networks helps students appreciate how data travels and how devices coordinate to maintain connectivity.

Understanding Network Topologies: The Backbone of Computer Networks

Network Topology refers to the physical or logical arrangement of devices in a network. It determines how devices connect and how data flows between them.

Common topologies include:

  • Mesh
  • Ring
  • Bus
  • Star
  • Tree (Hybrid)

Each topology has unique features affecting cost, reliability, and scalability. Choosing the right topology is critical for network performance and maintenance.

Want to test yourself on Computer Networks? Try our free quiz →

Mesh Topology: High Reliability with Direct Connections

In Mesh Topology, each device connects directly to every other device. This creates multiple paths for data to travel, increasing reliability.

Advantages:

  • Multiple simultaneous transmissions.
  • Failure of one node does not disrupt the network.

Disadvantages:

  • Requires many cables, making it expensive.
  • Complex to install and maintain.

Number of cables needed:

For $n$ nodes, cables required = $\frac{n(n-1)}{2}$

Example:

For 4 nodes, cables = $\frac{4(4-1)}{2} = 6$

Mesh topology suits networks needing high fault tolerance.

Ring and Bus Topologies: Simple and Cost-Effective Arrangements

Ring Topology

  • Devices connect in a closed loop.
  • Data travels in one direction using tokens.
  • Failure of a single node can disrupt the entire network.

Bus Topology

  • All devices connect to a single central cable called the bus.
  • Data sent by any device travels along the bus.
  • Cost-effective and easy to install.
  • If the bus cable fails, the whole network stops working.

Comparison Table:

FeatureRing TopologyBus Topology
Connection TypeClosed loopSingle central cable
Data FlowUnidirectional (token-based)Broadcast to all nodes
Failure ImpactOne node failure disruptsBus cable failure disrupts
CostModerateLow
InstallationModerate complexityEasy

Star Topology: Centralised Control for Efficient Networking

In Star Topology, all devices connect to a central node such as a hub or switch.

Advantages:

  • Each device has a dedicated connection.
  • Failure of one device does not affect others.
  • Easy to add or remove devices.

Disadvantages:

  • Central node failure disables the entire network.
  • Requires more cables than bus topology.

Star topology is widely used due to its efficiency and ease of troubleshooting.

Tree (Hybrid) Topology: Combining Strengths for Larger Networks

Tree Topology is a hierarchical structure combining features of star, ring, and bus topologies.

  • Consists of multiple branches, each branch can be a basic topology.
  • Commonly used in Wide Area Networks (WANs) connecting multiple Local Area Networks (LANs).
  • Data passes through central devices and branches out to nodes.

Advantages:

  • Scalable and flexible.
  • Fault isolation is easier.

Disadvantages:

  • Complex to configure and maintain.
  • Failure of central nodes can affect branches.

Tree topology supports large organizational networks requiring structured communication.

Frequently asked questions

What is the main feature of star topology?

Star topology connects all devices to a central node like a switch or hub.

How does data travel in ring topology?

Data travels in one direction around the ring using data tokens.

Why is mesh topology considered reliable?

Because each device connects directly to every other device, so failure of one node doesn't disrupt communication.

What happens if the bus cable fails in bus topology?

The entire network stops working since all devices depend on the single bus cable.

What is the formula to calculate cables in mesh topology?

Number of cables = $\frac{n(n-1)}{2}$ where $n$ is the number of nodes.

Which topology combines star, ring, and bus topologies?

Tree or hybrid topology combines features of star, ring, and bus topologies.

Ready to ace this chapter?

Get the full Computer Networks chapter — interactive notes, diagrams, worked solutions, polls and a free practice quiz — in the ConceptScroll app.

Open in ConceptScroll →

Study smarter with ConceptScroll

Daily NCERT-aligned reels, AI doubt solving and chapter quizzes — all free.

Start learning free
#bus topology#class 12#computer networks#computer science#mesh topology#ncert#network topology#ring topology#star topology#tree topology

Continue reading