Note for teachers using this lesson plan
This lesson introduces students to the fundamental concepts of computer networks. Ensure you have access to real or model network devices and diagrams to make the concepts concrete. Emphasise the practical applications of networking in daily life and guide students to understand the importance of responsible use. By the end of the lesson, students should be able to explain what a computer network is, identify its basic components, and classify different types of networks.
Class: SS 1
Term: Third Term
Week: 3
Age: 15 years
Duration: 60 minutes
Subject: Digital Technologies
Curriculum Theme: Communication Systems
Focal competence: Setting up a simple computer network to share
Key competencies/values: ICT and Digital Competence
Skills:
- Drawing network topology diagrams
Previous Lesson: Conditional Execution and Control Statements in Python
Topic: Computer Networks I
Subject Matter: Meaning of Computer Networks I, Meaning of a computer network, objectives and benefits of networking, examples of networks in daily life
Specific Objectives
By the end of the lesson, pupils/students should be able to:
Cognitive Domain
- Explain the concept of computer networks.
- Identify the basic components of a computer network.
- Classify different types of computer networks.
- Explain network topologies and their characteristics.
- State the meaning of a network.
- Explain with examples how computer networks are classified.
Affective Domain
- Appreciate the importance of computer networks in daily life.
- Recognise the benefits of networking for communication and resource sharing.
Psychomotor Domain
- Draw simple network topology diagrams.
- Identify real or model network devices.
Social Domain
- Participate in discussions about network applications.
Reference Materials
The following resources were used in planning this lesson:
- 2025 New Revised Senior Secondary Education Curriculum (SSEC)
- Relevant State Unified Scheme of Work
- The HeadTeacher Scheme of work For The New Revised Senior Secondary Education Curriculum (SSEC)
- Senior Secondary School Computer Studies Textbook for SS 1
Instructional Materials
The teacher will teach this lesson with the aid of:
- Computers
- Switches
- Cables
- Real or model network devices (e.g., router, hub, NIC)
- Posters or diagrams showing network devices and topologies
- Network maps
- Video on classification of computer networks
Rationale for the Lesson
This lesson is important as it introduces students to the foundational concepts of computer networks, which are ubiquitous in modern society. Understanding networks helps students grasp how information is shared and communicated digitally, preparing them for more advanced topics in digital technologies. It also fosters an appreciation for the interconnectedness of digital devices and systems.
Prerequisite/Previous Knowledge
Students should have basic knowledge of what a computer is and its primary functions, as well as an understanding of how data is stored and processed.
Lesson Content/Board Summary
Computer Networks I
Meaning of Computer Networks
A computer network is a collection of interconnected computers and other devices that can share resources, data, and applications. These connections can be established using cables, Wi-Fi, or other technologies, allowing devices to communicate with each other.
Objectives of Computer Networking
The main objectives of networking computers and devices include:
- Resource Sharing: Allowing multiple users to share hardware resources like printers, scanners, and storage devices.
- Data Sharing: Enabling users to access and share files, documents, and other digital information easily.
- Communication: Facilitating communication between users through email, instant messaging, and video conferencing.
- Centralised Administration: Managing and backing up data from a central location, improving security and efficiency.
- Cost Reduction: Reducing the need for individual peripherals for each computer and allowing software licenses to be shared.
Benefits of Computer Networking
Computer networks offer several benefits:
- Efficiency: Streamlines operations by allowing quick access to shared resources and information.
- Collaboration: Facilitates teamwork and collaboration among users in different locations.
- Security: Centralised control over data and access rights enhances security measures.
- Cost Savings: Reduces hardware costs and allows for more efficient use of software licenses.
- Access to Information: Provides access to a vast amount of information and services, such as the internet.
Examples of Networks in Daily Life
Computer networks are integral to many aspects of daily life, including:
- The Internet: A global network connecting billions of computers and devices worldwide.
- School Networks: Connecting computers in classrooms, labs, and administrative offices to share resources and access educational content.
- Home Networks: Connecting personal computers, smartphones, smart TVs, and other devices to share internet access and files.
- ATM Networks: Allowing bank customers to access their accounts and perform transactions from various locations.
- Mobile Phone Networks: Enabling communication between mobile devices through voice calls, text messages, and mobile data.
Basic Network Devices
Various hardware components are essential for building and operating a computer network:
- Computers: The end-user devices (workstations, servers) that send and receive data.
- Switches: Devices that connect multiple devices within a Local Area Network (LAN) and forward data packets only to the intended recipient.
- Routers: Devices that connect different networks (e.g., a home network to the internet) and direct data traffic between them.
- Hubs: Older devices that connect multiple devices but broadcast data to all connected devices, making them less efficient than switches.
- Cables: Physical media used to transmit data, such as Ethernet (twisted pair), fibre optic, and coaxial cables.
- NICs (Network Interface Cards): Hardware components installed in computers that allow them to connect to a network.
- Access Points: Devices that allow wireless-enabled devices (like laptops, smartphones) to connect to a wired network.
Types of Computer Networks
Computer networks are classified based on their geographical coverage and scale:
-
Personal Area Network (PAN)
Characteristics:
- Covers a very small area, typically within a single person’s reach.
- Used for connecting personal devices.
- Short-range communication.
Examples: Connecting a smartphone to a Bluetooth headset, a computer to a wireless mouse, or using USB tethering.
-
Local Area Network (LAN)
Characteristics:
- Covers a relatively small geographical area, such as a home, office building, or school campus.
- High data transfer rates.
- Owned and managed by a single organisation or individual.
Examples: A network in a school computer lab, an office network, or a home Wi-Fi network.
-
Metropolitan Area Network (MAN)
Characteristics:
- Covers a larger geographical area than a LAN, typically spanning a city or a large campus.
- Connects multiple LANs within a metropolitan region.
- Often managed by a single entity or consortium.
Examples: A network connecting different branches of a bank within a city, or a city-wide surveillance system.
-
Wide Area Network (WAN)
Characteristics:
- Covers a very large geographical area, spanning countries or even continents.
- Connects multiple LANs and MANs.
- Often uses public telecommunication infrastructure (e.g., telephone lines, satellite links).
- Lower data transfer rates compared to LANs.
Examples: The Internet, a multinational company’s network connecting its offices globally, or a bank’s network connecting all its branches across a country.
Network Topologies
Network topology refers to the physical or logical arrangement of connected devices in a network.
-
Bus Topology
Description: All devices are connected to a single central cable (backbone).
Characteristics:- Simple and inexpensive to install for small networks.
- Failure of the backbone cable can bring down the entire network.
- Difficult to troubleshoot.
- Data collisions can occur easily.
-
Star Topology
Description: All devices are connected to a central hub or switch.
Characteristics:- Easy to install and manage.
- Failure of one device does not affect others.
- Failure of the central hub/switch brings down the entire network.
- Requires more cable than bus topology.
-
Ring Topology
Description: Devices are connected in a closed loop, with data flowing in one direction.
Characteristics:- Data travels in one direction, preventing collisions.
- Adding or removing devices can disrupt the network.
- Failure of one device or cable can affect the entire network.
-
Mesh Topology
Description: Every device is connected to every other device in the network.
Characteristics:- Highly redundant and reliable, as multiple paths exist for data.
- Very expensive and complex to implement due to many connections.
- Used in mission-critical applications where high availability is crucial.
-
Tree Topology
Description: A hierarchical structure combining elements of bus and star topologies. Multiple star networks are connected to a central bus.
Characteristics:- Scalable and easy to manage.
- Failure of a central bus segment can affect connected star networks.
-
Hybrid Topology
Description: A combination of two or more different network topologies.
Characteristics:- Offers flexibility and can be designed to meet specific network requirements.
- Can be complex to implement and manage.
Teaching Methods/Instructional Techniques
Discussion, Explanation, Demonstration, Guided Practice, Question and Answer, Video Presentation, Drawing Activity
Instructional Procedures
Step 1: Introduction
Time: 5 minutes
Teaching Skill: Activating Prior Knowledge
Teacher’s Activity: The teacher greets the students and asks them to share how they connect their phones to the internet or how computers in their school lab are connected. The teacher then introduces the topic: Computer Networks.
Pupils’ Activity: Pupils respond to the questions and listen attentively to the introduction.
Learning Point: Introduction to networks
Step 2: Meaning and Objectives of Computer Networks
Time: 10 minutes
Teaching Skill: Explanation/Definition
Teacher’s Activity: The teacher explains the meaning of a computer network, emphasising interconnection and resource sharing. The teacher then discusses the key objectives and benefits of computer networking, providing real-life examples.
Pupils’ Activity: Pupils listen, ask questions for clarification, and note down key points.
Learning Point: Network meaning and benefits
Step 3: Examples of Networks in Daily Life
Time: 5 minutes
Teaching Skill: Illustration/Discussion
Teacher’s Activity: The teacher engages students in a discussion about various networks they encounter daily, such as the internet, school networks, and ATM networks, linking these to the concept of computer networks.
Pupils’ Activity: Pupils contribute examples and discuss their experiences with different networks.
Learning Point: Everyday network examples
Step 4: Basic Network Devices
Time: 10 minutes
Teaching Skill: Demonstration/Identification
Teacher’s Activity: The teacher displays real or model network devices (e.g., switch, router, cable, NIC) and explains their functions. The teacher also uses diagrams to illustrate devices that are not physically present.
Pupils’ Activity: Pupils observe the devices, identify them, and ask questions about their functions.
Learning Point: Identification of network devices
Step 5: Types of Computer Networks
Time: 10 minutes
Teaching Skill: Classification/Video Presentation
Teacher’s Activity: The teacher guides students to watch a short video on the classification of computer networks (PAN, LAN, MAN, WAN). After the video, the teacher explains the characteristics, examples, and applications of each type.
Pupils’ Activity: Pupils watch the video, take notes, and participate in the discussion about network types.
Learning Point: Classification of networks
Step 6: Network Topologies
Time: 10 minutes
Teaching Skill: Explanation/Drawing
Teacher’s Activity: The teacher explains different network topologies (Bus, Star, Ring, Mesh, Tree, Hybrid) and their characteristics using diagrams. The teacher then guides students to draw simple diagrams of common topologies.
Pupils’ Activity: Pupils listen, observe diagrams, and practice drawing network topology diagrams in their notebooks.
Learning Point: Understanding network topologies
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 a computer network?
- Mention two benefits of computer networking.
- List three basic network devices.
- Differentiate between a LAN and a WAN.
- Describe the characteristics of a Star topology.
Pupils’ Activity: Pupils answer orally and in writing.
Learning Point: Assessment of network concepts
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 computer networks, devices, types, and topologies 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: Consolidation
Teacher’s Activity: The teacher summarises the key points of the lesson, reinforcing the importance of computer networks in modern society and their various applications. The teacher encourages students to observe networks around them.
Pupils’ Activity: Pupils listen and ask any final questions.
Learning Point: Network concept reinforcement
Continuous Assessment/Further Study
Type: Homework/Project
Instruction: Answer the following questions and prepare a small presentation.
- Research and explain the function of a “modem” in a computer network.
- Draw and label a diagram of a “Bus Topology” and a “Star Topology”, highlighting one advantage and one disadvantage of each.
- Identify and list five network devices found in your school’s computer lab or administrative office.
- Explain how a PAN (Personal Area Network) is different from a LAN (Local Area Network) with relevant examples.
Lesson Keywords
- Network – A group of interconnected computers and devices that can share resources.
- Switch – A network device that connects devices in a LAN and forwards data to specific destinations.
- Router – A network device that connects different networks and directs data traffic between them.
- NIC – Network Interface Card, hardware that allows a computer to connect to a network.
- LAN – Local Area Network, a network covering a small geographical area.
- WAN – Wide Area Network, a network covering a large geographical area.
- Topology – The physical or logical arrangement of devices in a network.
Differentiation
Support: Provide simplified diagrams and pre-labelled network device images for students who struggle with identification. Pair struggling students with more proficient ones for drawing activities. Offer a glossary of terms for easy reference.
Extension: Challenge advanced students to research and present on the security implications of different network types or to explore the concept of network protocols (e.g., TCP/IP).
Suggested Lesson Videos
For further understanding, students can search on YouTube for:

Community Join the conversation Open discussion +