Skip to content
Computing · Year 11 · Network Topologies and Security · Spring Term

Introduction to Computer Networks

Students will explore the fundamental concepts of computer networks, including their purpose, types (LAN, WAN), and basic components.

National Curriculum Attainment TargetsGCSE: Computing - Computer Networks

About This Topic

Network architectures and topologies define the physical and logical layout of connected devices. In this unit, Year 11 students compare Star, Mesh, and Bus topologies, alongside Client-Server and Peer-to-Peer models. They evaluate these based on cost, performance, and 'single points of failure'. This knowledge is fundamental to the Networks section of the GCSE, helping students understand how the internet and local networks are built for resilience.

Mastering these layouts allows students to design networks that meet specific needs, such as a high-reliability hospital system or a low-cost home setup. This topic comes alive when students can physically model the patterns. By using string to connect 'nodes' (students) in different configurations, they can physically see what happens to the network when a single connection is 'cut'.

Key Questions

  1. Explain the primary reasons for connecting computers into a network.
  2. Differentiate between a Local Area Network (LAN) and a Wide Area Network (WAN) with examples.
  3. Analyze the potential benefits and drawbacks of a networked environment compared to standalone computers.

Learning Objectives

  • Explain the primary reasons for connecting computers into a network, citing at least two distinct benefits.
  • Differentiate between a Local Area Network (LAN) and a Wide Area Network (WAN) by providing specific examples of each.
  • Analyze the potential benefits and drawbacks of a networked environment compared to standalone computers, listing at least three pros and two cons.
  • Identify the basic components required to establish a simple computer network, such as nodes, transmission media, and network interface controllers.

Before You Start

Introduction to Computer Hardware

Why: Students need a basic understanding of computer components like processors, memory, and input/output devices to comprehend how these connect.

Basic Computer Operation

Why: Familiarity with turning on computers, opening applications, and saving files is necessary before discussing how these actions can be shared across a network.

Key Vocabulary

NetworkA group of two or more computers linked together to share resources and communicate.
LAN (Local Area Network)A network that connects computers and devices within a limited geographical area, such as a home, school, or office building.
WAN (Wide Area Network)A network that spans a large geographical area, connecting multiple LANs across cities, countries, or even continents. The Internet is the largest WAN.
NodeAny active electronic device that is attached to a network and is capable of sending, receiving, or forwarding information.
Transmission MediaThe physical pathway over which data signals travel in a network, such as cables (e.g., Ethernet) or wireless signals (e.g., Wi-Fi).

Watch Out for These Misconceptions

Common MisconceptionA Mesh network is always the best choice.

What to Teach Instead

Students often focus only on resilience and forget about cost and complexity. A collaborative 'budgeting' exercise where they have to 'buy' cables and switches for a Mesh network helps them see why Star topologies are more common in schools and offices.

Common MisconceptionThe 'Internet' and the 'World Wide Web' are the same thing.

What to Teach Instead

Students use these terms interchangeably. We need to teach that the Internet is the physical infrastructure (the hardware and connections), while the Web is a service that runs on it. A 'think-pair-share' using a 'tracks vs train' analogy helps clarify this.

Active Learning Ideas

See all activities

Real-World Connections

  • IT support specialists in large corporations manage and troubleshoot complex WANs that connect global offices, ensuring seamless communication for thousands of employees.
  • Small business owners, like a local bakery, set up a LAN to share a printer and point-of-sale system, improving efficiency and reducing hardware costs.
  • Internet Service Providers (ISPs) like BT or Virgin Media build and maintain the infrastructure for WANs, enabling millions of households to connect to the internet.

Assessment Ideas

Exit Ticket

Provide students with two scenarios: one describing a home office setup and another describing global banking operations. Ask them to identify which type of network (LAN or WAN) is primarily used in each scenario and explain why.

Discussion Prompt

Pose the question: 'Imagine you are designing a network for a new school. What are the main reasons you would connect computers, and what are the potential advantages and disadvantages compared to having individual computers in each classroom?' Facilitate a class discussion, encouraging students to use key vocabulary.

Quick Check

Present students with a list of network components (e.g., router, server, laptop, Ethernet cable, Wi-Fi signal). Ask them to categorize each item as either a 'node' or 'transmission media' and briefly explain their reasoning for one example of each.

Frequently Asked Questions

What is the main advantage of a Star topology?
The main advantage is that if one cable or device fails, the rest of the network is unaffected. It is also easy to add new devices without disrupting the network. However, it relies on a central switch or hub; if that fails, the whole network goes down.
How does a Mesh topology work?
In a full mesh topology, every device is connected to every other device. This provides high redundancy and resilience, as data can take multiple paths to reach its destination. It is often used in critical infrastructure and wireless 'mesh' systems for home Wi-Fi.
How can active learning help students understand topologies?
Topologies are visual and structural. Active learning, like the 'string and node' simulation, lets students see the 'path' data takes. When they physically experience a 'broken link' in a Star versus a Mesh, the abstract concept of 'redundancy' becomes a practical reality they can see and feel.
What is the difference between Client-Server and Peer-to-Peer?
In a Client-Server network, a central server manages security, backups, and files for all 'client' workstations. In a Peer-to-Peer (P2P) network, all computers have equal status and share resources directly with each other without a central server.