Note for teachers using this lesson plan
This lesson plan guides students through understanding network topologies. Ensure you have clear diagrams or physical models of different topologies ready for demonstration. Emphasise the practical implications of each topology’s structure. By the end of the lesson, students should be able to identify, describe, and differentiate between common network topologies and their structures.
Class: SS 3
Term: First Term
Week: 8
Age: 17 years
Duration: 60 minutes
Subject: Data Processing
Curriculum Theme: Networking
Previous Lesson: Types of Computer Networks
Topic: Networking
Subject Matter: Networking topologies
Specific Objectives
By the end of the lesson, pupils/students should be able to:
Cognitive Domain
- Define network topology.
- Identify different types of network topologies.
- Describe the structure of Bus, Star, Ring, Mesh, and Tree topologies.
- State advantages and disadvantages of each topology.
Affective Domain
- Appreciate the importance of choosing appropriate network topologies.
- Participate actively in group discussions about network structures.
Psychomotor Domain
- Illustrate the structure of various network topologies using diagrams or models.
- Collaborate effectively in groups to demonstrate topologies with printed components.
Social Domain
- Work cooperatively with peers during group activities.
- Communicate ideas clearly when presenting topology structures.
Reference Materials
The following resources were used in planning this lesson:
- 2014 Senior Secondary Education Curriculum (SSEC)
- Relevant State Unified Scheme of Work
- A suitable Data Processing textbook for SS 3
- FCT ERC/NAPPS Scheme of work
Instructional Materials
The teacher will teach this lesson with the aid of:
- Whiteboard and markers
- Pictures of computers in a network
- Printed diagrams or illustrations of different network topologies (Bus, Star, Ring, Mesh, Tree)
- Printed components (e.g., paper cut-outs of computers, cables, hubs) for group activities
Rationale for the Lesson
Understanding network topologies is fundamental to comprehending how computer networks are designed and function. This lesson helps students grasp the physical and logical arrangements of network devices, which is essential for troubleshooting, expanding, and securing network infrastructure. It provides a foundational knowledge for further studies in computer networking and IT careers.
Prerequisite/Previous Knowledge
Students should have a basic understanding of computer networks, including what a network is and common network devices like computers, servers, and cables.
Lesson Content/Board Summary
Networking Topologies
Network topology refers to the physical or logical arrangement of connected devices in a computer network. It describes how devices are interconnected and how data flows between them. The choice of topology affects network performance, reliability, and cost.
Types of Network Topologies
Common network topologies include Bus, Star, Ring, Mesh, and Tree topologies.
Bus Topology
In a bus topology, all devices are connected to a single central cable, called the backbone or bus. Data travels in one direction from the sending device to all other devices on the network, but only the intended recipient accepts the data.
- Structure: A single coaxial cable runs through the network, and all nodes are connected to it via tap connectors. Terminators are placed at both ends of the cable to prevent signal reflection.
- Advantages:
- Easy to install and extend for small networks.
- Requires less cabling than other topologies.
- Relatively inexpensive.
- Disadvantages:
- A break in the main cable brings down the entire network.
- Difficult to troubleshoot individual cable problems.
- Performance degrades with many devices or heavy network traffic.
- Limited cable length and number of nodes.
Star Topology
In a star topology, all devices are connected to a central hub, switch, or server. Each device has a dedicated point-to-point connection to the central device. All communication passes through the central device.
- Structure: Each node is connected independently to a central networking device (hub, switch).
- Advantages:
- Easy to install and reconfigure.
- If one cable fails, only that workstation is affected; the rest of the network remains operational.
- Easy to detect and isolate faults.
- Good performance for small to medium-sized networks.
- Disadvantages:
- Requires more cable than bus or ring topologies.
- If the central device fails, the entire network goes down.
- Can be more expensive due to the cost of the central device.
Ring Topology
In a ring topology, devices are connected in a closed loop, forming a ring. Data travels in one direction (either clockwise or anti-clockwise) from one device to the next until it reaches its destination.
- Structure: Each node is connected to exactly two other nodes, forming a single continuous pathway for signals through each node.
- Advantages:
- Manages network access fairly using tokens (e.g., Token Ring).
- Can handle high volume of traffic over the network.
- No collision of data packets.
- Disadvantages:
- A single break in the ring can disrupt the entire network.
- Adding or removing devices can temporarily shut down the network.
- Troubleshooting can be complex.
Mesh Topology
In a mesh topology, every device is connected to every other device in the network. This creates multiple paths for data transmission.
- Structure: Each node is interconnected with every other node in the network. There are two types:
- Full Mesh: Every node has a direct connection to every other node.
- Partial Mesh: Some nodes are connected to all others, while others are only connected to those they communicate with most often.
- Advantages:
- Highly reliable and fault-tolerant due to multiple paths.
- Data can be rerouted if a path fails.
- Provides high security and privacy.
- Disadvantages:
- Very expensive to implement due to extensive cabling and hardware.
- Complex to install and manage.
- Requires a large number of input/output ports.
Tree Topology
A tree topology is a hybrid topology that combines characteristics of bus and star topologies. It consists of multiple star networks connected to a central bus backbone cable.
- Structure: A central ‘root’ node connects to multiple ‘child’ nodes, which in turn connect to their own child nodes, forming a hierarchical structure. It’s essentially a collection of star networks arranged in a hierarchy, connected by a bus.
- Advantages:
- Allows for easy expansion and scalability.
- Fault isolation is easier than in a bus topology.
- Supports a large number of devices.
- Disadvantages:
- If the backbone cable breaks, entire segments of the network can fail.
- More complex to configure than a simple bus or star.
- Requires more cabling than a bus topology.
Teaching Methods/Instructional Techniques
Discussion, Explanation, Demonstration, Question and Answer, Group Work, Practical Activity
Instructional Procedures
Step 1: Introduction
Time: 5 minutes
Teaching Skill: Engaging/Recalling
Teacher’s Activity: The teacher greets the students and asks them to recall what they learned about computer networks in the previous lesson. The teacher then introduces the topic of network topologies by asking how computers in a network might be physically arranged.
Pupils’ Activity: Pupils respond to questions about computer networks and share their ideas on network arrangement.
Learning Point: Network arrangement concepts
Step 2: Defining Network Topology
Time: 10 minutes
Teaching Skill: Explaining/Defining
Teacher’s Activity: The teacher leads the students to define network topology, explaining it as the physical or logical layout of a network. The teacher uses simple analogies to make the concept clear, like roads connecting cities.
Pupils’ Activity: Pupils contribute to the definition and listen attentively to the explanation.
Learning Point: Meaning of network topology
Step 3: Introduction to Topologies (Bus and Star)
Time: 10 minutes
Teaching Skill: Illustrating/Describing
Teacher’s Activity: The teacher shows illustrations of the Bus and Star topologies using diagrams and pictures. The teacher describes the structure, advantages, and disadvantages of each, encouraging questions.
Pupils’ Activity: Pupils observe the illustrations, ask questions, and take mental notes on the structures.
Learning Point: Bus and Star topology structures
Step 4: Exploring Ring and Mesh Topologies
Time: 10 minutes
Teaching Skill: Explaining/Comparing
Teacher’s Activity: The teacher presents illustrations of Ring and Mesh topologies. The teacher explains their unique structures, advantages, and disadvantages, comparing them with the previously discussed topologies.
Pupils’ Activity: Pupils study the diagrams, listen to explanations, and identify key differences between topologies.
Learning Point: Ring and Mesh topology features
Step 5: Understanding Tree Topology
Time: 5 minutes
Teaching Skill: Detailing/Summarising
Teacher’s Activity: The teacher introduces the Tree topology, explaining its hierarchical structure as a combination of bus and star. The teacher highlights its benefits and drawbacks.
Pupils’ Activity: Pupils observe the Tree topology diagram and understand its hybrid nature.
Learning Point: Tree topology characteristics
Step 6: Group Activity – Demonstrating Topologies
Time: 10 minutes
Teaching Skill: Facilitating/Guiding
Teacher’s Activity: The teacher divides students into groups and provides each group with printed components (e.g., paper cut-outs of computers, cables, hubs). The teacher instructs each group to physically arrange these components to show different network topologies (e.g., Bus, Star, Ring, Mesh, Tree).
Pupils’ Activity: Students work in groups to construct and demonstrate the different network topologies using the provided components.
Learning Point: Practical topology demonstration
Step 7: Evaluation/Review
Time: 5 minutes
Teaching Skill: Questioning/Assessment
Teacher’s Activity: The teacher evaluates the learning by asking the following questions:
- What is network topology?
- Name three types of network topologies.
- Describe the structure of a Star topology.
- State one advantage and one disadvantage of a Bus topology.
Pupils’ Activity: Pupils answer orally and in writing.
Learning Point: Topology knowledge assessment
Step 8: Note-Taking
Time: 10 minutes
Teaching Skill: Guided Writing
Teacher’s Activity: The teacher guides pupils/students to copy the essential Board Summary notes on network topologies and their types into their notebooks.
Pupils’ Activity: Pupils/students copy the notes carefully into their notebooks.
Learning Point: Recording lesson notes
Step 9: Conclusion
Time: 5 minutes
Teaching Skill: Consolidating/Summarising
Teacher’s Activity: The teacher summarises the key points of the lesson, reiterating the definition and importance of network topologies. The teacher encourages students to consider how different topologies are used in real-world networks.
Pupils’ Activity: Pupils listen to the summary and ask any final clarifying questions.
Learning Point: Topology concept consolidation
Continuous Assessment/Further Study
Type: Homework
Instruction: Research and write a short paragraph on a real-world example of each of the following network topologies, mentioning where they are typically used:
- Bus Topology
- Star Topology
- Ring Topology
- Mesh Topology
- Tree Topology
Lesson Keywords
- Topology – The arrangement of elements in a network.
- Bus Topology – All devices connected to a single central cable.
- Star Topology – All devices connected to a central hub/switch.
- Ring Topology – Devices connected in a closed loop.
- Mesh Topology – Every device connected to every other device.
- Tree Topology – A hierarchical structure combining bus and star.
- Hub – A central device in a star topology that connects network devices.
- Terminator – A device used at the end of a bus cable to absorb signals.
Differentiation
For learners needing support: Provide pre-drawn diagrams of each topology for them to label. Pair them with stronger students during the group activity. Focus on identifying and defining the main three topologies (Bus, Star, Ring).
For advanced learners: Challenge them to research hybrid topologies not covered in detail (e.g., fully connected mesh vs. partially connected mesh) or to discuss the security implications of different topologies. Ask them to design a small network for a specific scenario, justifying their choice of topology.
Suggested Lesson Videos
Search YouTube for “Network Topologies Explained SS3 Data Processing” or “Types of Network Topologies Computer Networks”.

Community Join the conversation Open discussion +