Skip to content
Computer Science · Grade 11 · Networks and Digital Security · Term 4

Introduction to Computer Networks

Students will learn about the basic components of a computer network, network topologies, and different types of networks (LAN, WAN).

Ontario Curriculum ExpectationsCS.HS.N.1

About This Topic

Computer networks enable devices to share data and resources, a core skill in Grade 11 Computer Science. Students learn basic components like routers, which direct traffic between networks; switches, which connect devices locally; and modems, which enable internet access by modulating signals. They classify networks as LANs for small areas like classrooms or WANs spanning cities, and compare topologies: star for easy troubleshooting, bus for simple wiring, and ring for orderly transmission. This aligns with Ontario Curriculum standards such as CS.HS.N.1, emphasizing practical network understanding.

Students analyze topology strengths and weaknesses, noting how a star setup isolates failures while a bus risks total outage from one break. They design layouts for a small office, selecting devices based on needs like bandwidth or security. These tasks build systems thinking and decision-making for future units on digital security.

Active learning suits this topic well. Students construct topology models with string and labels or simulate networks in software like Packet Tracer, turning diagrams into interactive experiences. Collaborative design challenges reveal trade-offs through peer feedback, improving retention and confidence in applying concepts to real scenarios.

Key Questions

  1. Differentiate between various network topologies (e.g., star, bus, ring) and their advantages.
  2. Explain the role of common network devices like routers, switches, and modems.
  3. Design a simple network layout for a small office, justifying component choices.

Learning Objectives

  • Compare the advantages and disadvantages of star, bus, and ring network topologies.
  • Explain the function of routers, switches, and modems in facilitating network communication.
  • Design a basic network layout for a small office, selecting appropriate devices and justifying the choices.
  • Classify networks as Local Area Networks (LANs) or Wide Area Networks (WANs) based on their scope and purpose.

Before You Start

Basic Computer Hardware Components

Why: Students need to identify fundamental hardware like computers and peripherals to understand how they connect in a network.

Introduction to Data Transmission

Why: Understanding how data is sent and received is foundational to grasping network communication principles.

Key Vocabulary

Network TopologyThe physical or logical arrangement of nodes and connections in a computer network. Common examples include star, bus, and ring.
RouterA device that forwards data packets between computer networks. Routers perform the traffic directing functions on the Internet.
SwitchA networking device that connects devices together on a computer network by using packet switching to receive, process, and forward data to the destination device.
ModemA hardware device that modulates and demodulates signals to convert digital information from a computer into an analog signal for transmission over telephone lines, and vice versa.
LAN (Local Area Network)A computer network that interconnects computers within a limited area such as a residence, school, laboratory, university campus or office building.
WAN (Wide Area Network)A computer network that extends over a large geographic area, often connecting multiple LANs. The Internet is the largest WAN.

Watch Out for These Misconceptions

Common MisconceptionAll networks use the same topology everywhere.

What to Teach Instead

Topologies vary by needs; star suits offices for scalability, bus fits temporary setups. Hands-on building lets students test failures, clarifying why no single type dominates and building topology discernment.

Common MisconceptionRouters and switches do identical jobs.

What to Teach Instead

Switches manage local traffic; routers connect networks. Role-play simulations show differences clearly, as students experience local vs inter-network delays, correcting confusion through direct comparison.

Common MisconceptionWireless networks eliminate topology concerns.

What to Teach Instead

Wireless still follows topologies like star via access points. Mapping exercises reveal hidden structures, helping students see topologies persist digitally and aiding transition to advanced topics.

Active Learning Ideas

See all activities

Real-World Connections

  • Network administrators in companies like Shopify use routers and switches to design and maintain the internal networks that allow employees to access shared resources and communicate efficiently.
  • Internet Service Providers (ISPs) such as Bell or Rogers deploy modems to connect individual homes and businesses to their larger network infrastructure, enabling access to the global internet.
  • Small business owners, like a local bakery or a dental clinic, often set up a LAN to share printers, files, and internet access among their computers, improving operational workflow.

Assessment Ideas

Quick Check

Present students with diagrams of three different network topologies (star, bus, ring). Ask them to label each topology and list one advantage and one disadvantage for each in their notebooks.

Exit Ticket

On a half-sheet of paper, ask students to identify the primary role of a router, a switch, and a modem. Then, have them draw a simple diagram showing how these devices might connect in a home or small office network.

Discussion Prompt

Pose the question: 'Imagine you are setting up a network for a new library with 50 computers and 10 printers. What type of network (LAN or WAN) would you primarily be setting up, and what are two key devices you would need to ensure all devices can communicate?' Facilitate a brief class discussion on their reasoning.

Frequently Asked Questions

How to teach network topologies in grade 11 computer science?
Start with visuals of star, bus, and ring, then move to physical models using string between desks. Have students break connections to see failure modes and redesign. This builds intuition for advantages like star's isolation of issues, aligning with Ontario standards and preparing for network design tasks.
What are advantages of star topology over bus?
Star topology centralizes connections through a hub or switch, allowing easy addition of devices and isolating cable faults to one link. Bus requires a single cable run, vulnerable to full failure if cut. Students designing office networks quickly see star's reliability for modern setups with growing device counts.
How can active learning help students understand computer networks?
Active methods like building topology models with everyday materials or simulating traffic in Packet Tracer make abstract diagrams concrete. Group challenges designing office layouts spark discussions on trade-offs, such as cost versus reliability. These approaches boost engagement, retention, and application skills, especially for visual-spatial learners in Grade 11.
Role of routers, switches, and modems in networks?
Switches connect local devices for efficient LAN communication. Routers link networks, deciding data paths for WAN access. Modems convert digital signals for transmission lines. Role-play activities clarify these by having students pass messages, revealing why each device matters in real flows.