Skip to content
Computing · Year 10 · Connected Networks · Summer Term

Network Topologies: Star and Mesh

Comparing Star and Mesh topologies and their advantages/disadvantages.

National Curriculum Attainment TargetsGCSE: Computing - Computer Networks and Topologies

About This Topic

Protocols and layers are the rules and frameworks that allow different devices to communicate across a network. This topic covers essential protocols like TCP/IP, HTTP, and SMTP, as well as the concept of packet switching. For Year 10 students, the focus is on how data is broken down, addressed, and reassembled at its destination.

The layering model (like the TCP/IP stack) is a key concept that explains how complex networking tasks are divided into manageable parts. This modular approach allows for innovation at one layer without affecting the others. This topic comes alive when students can physically model the patterns of packet switching, acting as the 'layers' to see how headers are added and removed as data moves through the stack.

Key Questions

  1. How does a Mesh topology provide better resilience than a Star topology?
  2. Compare the cost and complexity of implementing Star versus Mesh topologies.
  3. Design a network topology for a small office, justifying your choice.

Learning Objectives

  • Compare the advantages and disadvantages of Star and Mesh network topologies.
  • Analyze the resilience of a Mesh topology compared to a Star topology in the event of a link or node failure.
  • Evaluate the cost and complexity implications of implementing Star versus Mesh topologies in different scenarios.
  • Design a suitable network topology for a small office, justifying the choice based on specific requirements.

Before You Start

Introduction to Networks

Why: Students need a basic understanding of what a network is and the purpose of connecting devices before learning about specific arrangements.

Network Hardware: Hubs, Switches, and Routers

Why: Understanding the function of central devices like switches is crucial for comprehending how a Star topology operates and why its central point is a vulnerability.

Key Vocabulary

Network TopologyThe arrangement of the elements (links, nodes, etc.) of a communication network. It can be physical or logical.
Star TopologyA topology where all nodes connect to a central hub or switch. If the central device fails, the entire network goes down.
Mesh TopologyA topology where each node is connected to every other node (full mesh) or at least to multiple other nodes (partial mesh). Provides high redundancy.
NodeA connection point, redistribution point, or communication endpoint in a network. This can be a computer, server, or other network device.
LinkThe physical or logical connection between two nodes in a network, used for data transmission.

Watch Out for These Misconceptions

Common MisconceptionData travels across the internet as one single, continuous file.

What to Teach Instead

Data is broken into small packets that may take different routes. A 'packet race' where some packets are delayed or arrive out of order helps students understand why sequence numbers and reassembly are necessary.

Common MisconceptionIP addresses and MAC addresses are the same thing.

What to Teach Instead

A MAC address is a permanent physical ID for a device, while an IP address is a temporary logical address for its location on a network. Comparing them to a person's name (MAC) versus their current seat in a classroom (IP) clarifies the difference.

Active Learning Ideas

See all activities

Real-World Connections

  • Internet Service Providers (ISPs) often use a hybrid approach, incorporating mesh-like structures for core network resilience and star topologies for connecting individual customer premises.
  • In large enterprise networks, a hierarchical design might combine elements of both star (e.g., within departments) and mesh (e.g., between core routers) to balance cost, performance, and reliability.
  • Smart home devices, while often connecting wirelessly, can form a mesh network where each device acts as a repeater, extending the network's range and improving connectivity, similar to how some Wi-Fi extenders operate.

Assessment Ideas

Quick Check

Present students with two diagrams, one clearly a Star topology and the other a Mesh. Ask them to label each topology and list one advantage and one disadvantage for each on a mini-whiteboard. Review responses as a class.

Discussion Prompt

Pose the scenario: 'Imagine you are setting up a network for a small library with 10 computers and a central printer. Which topology, Star or Mesh, would you choose and why? Consider the budget and the need for reliable access to the printer.' Facilitate a brief class discussion where students justify their choices.

Exit Ticket

On an index card, ask students to answer: 'If the central switch in a Star network fails, what happens to the network? If one cable connecting two computers in a Mesh network fails, what happens?' Collect and review for understanding of resilience differences.

Frequently Asked Questions

What is a network protocol?
A protocol is a set of agreed-upon rules that define how data is transmitted between devices. It ensures that both the sender and the receiver 'speak the same language' regarding data format, error checking, and transmission speed.
How does packet switching work?
Packet switching involves breaking data into small chunks called packets. Each packet contains the destination address and a sequence number. They are sent independently across the network and can take different routes, being reassembled in the correct order once they all reach the destination.
Why is the TCP/IP model divided into layers?
Layering divides the complex process of networking into smaller, simpler tasks. This allows developers to focus on one layer at a time (e.g., improving Wi-Fi at the Link Layer) without needing to change how websites (Application Layer) work. It also makes troubleshooting much easier.
How can active learning help students understand network layers?
The concept of 'encapsulation' in layers is very abstract. Active learning, like the 'envelope' simulation where each student adds their own specific 'header' information, makes the process of data wrapping visible. It helps students understand that each layer has a specific job and only cares about its own part of the process.