Skip to content
Computing · Secondary 4 · Computer Networks and Communication · Semester 1

Network Hardware: Routers, Switches, Hubs

Identifying and understanding the function of key network hardware components like routers, switches, and hubs.

MOE Syllabus OutcomesMOE: Computer Networks - S4MOE: Network Infrastructure - S4

About This Topic

Network hardware such as routers, switches, and hubs enables data communication in computer networks. Routers connect separate networks, like a local area network to the wider internet, by examining IP addresses and directing packets efficiently to their destinations. Switches link devices within a single network, using MAC addresses to forward data only to the intended recipient, which cuts down on unnecessary traffic. Hubs connect multiple devices but broadcast all data to every port, often causing collisions and slowing performance.

This topic aligns with the MOE Secondary 4 Computing curriculum in the Computer Networks and Communication unit. Students address key questions by explaining packet flow management, differentiating device roles, and evaluating how poor hardware choices degrade network speed and reliability. Mastery here strengthens skills in network design and troubleshooting, essential for real-world applications.

Active learning suits this topic well since network operations happen invisibly behind cables. When students role-play packet transmission or use simulators to compare hub broadcasts against switch precision, abstract processes become concrete. These methods foster collaboration, reveal cause-and-effect relationships, and boost retention for complex analysis.

Key Questions

  1. Explain how routers and switches manage the flow of data packets in a network.
  2. Differentiate between the roles of a hub, switch, and router.
  3. Analyze the impact of choosing inappropriate network hardware on network performance.

Learning Objectives

  • Differentiate the primary functions of routers, switches, and hubs in directing network traffic.
  • Explain how routers use IP addresses to forward data packets between different networks.
  • Analyze the impact of using a hub versus a switch on network collision rates and overall performance.
  • Compare the efficiency of data transmission methods employed by switches and routers.
  • Evaluate the consequences of selecting incorrect network hardware for a given network size and traffic volume.

Before You Start

Introduction to Computer Networks

Why: Students need a foundational understanding of what a network is and why devices need to communicate before learning about the hardware that facilitates this communication.

Basic Network Topologies (Bus, Star)

Why: Familiarity with how devices can be physically or logically arranged in a network helps in understanding how hubs and switches connect these devices.

Understanding IP and MAC Addresses

Why: Knowledge of what IP and MAC addresses are and their general purpose is essential for understanding how routers and switches function.

Key Vocabulary

RouterA device that connects two or more networks and directs data packets between them based on their IP addresses. Routers determine the best path for data to travel across the internet or between different local networks.
SwitchA device that connects multiple devices within a single local area network (LAN). Switches use MAC addresses to intelligently forward data only to the intended recipient device, reducing unnecessary traffic.
HubAn older network device that connects multiple devices in a network but broadcasts all incoming data to every connected device. This can lead to data collisions and reduced network efficiency.
Data PacketA small unit of data transmitted over a network. Packets contain both the data being sent and control information, such as source and destination addresses.
MAC AddressA unique hardware identifier assigned to network interface controllers (NICs) for communications at the data link layer of a network segment. Switches use MAC addresses to direct traffic.
IP AddressA numerical label assigned to each device participating in a computer network that uses the Internet Protocol for communication. Routers use IP addresses to route traffic between networks.

Watch Out for These Misconceptions

Common MisconceptionA hub performs as well as a switch in a busy network.

What to Teach Instead

Hubs flood all ports with data, sparking collisions and slowdowns, while switches send targeted frames. Role-play relays let students witness broadcast chaos firsthand, helping them contrast mental models through group observation and discussion.

Common MisconceptionRouters and switches share identical roles in directing traffic.

What to Teach Instead

Switches handle local traffic via MAC addresses; routers route between networks using IP logic. Simulator stations reveal this boundary, as students track packets crossing 'networks' only via routers, clarifying roles via direct comparison.

Common MisconceptionHubs remain standard in modern networks.

What to Teach Instead

Hubs are obsolete due to inefficiency; switches and routers dominate. Auditing real school networks exposes this reality, prompting students to analyze why upgrades matter through evidence-based class talks.

Active Learning Ideas

See all activities

Real-World Connections

  • Network engineers in large corporations like Google or Microsoft select and configure routers and switches to build and maintain the complex internal networks that support millions of users and services.
  • Internet Service Providers (ISPs) use high-capacity routers to manage the flow of internet traffic between different networks, ensuring reliable connectivity for homes and businesses.
  • Small office/home office (SOHO) environments often use a single device that combines the functions of a router, switch, and wireless access point to provide internet access and local network connectivity.

Assessment Ideas

Exit Ticket

Provide students with three scenarios: a home network, a school computer lab, and a connection between two different university campuses. Ask them to identify the primary hardware (router, switch, or hub) needed for each scenario and briefly justify their choice.

Quick Check

Display images of a router, a switch, and a hub. Ask students to write down the main function of each device and one key difference between them. Collect responses to gauge understanding of basic identification and differentiation.

Discussion Prompt

Pose the question: 'Imagine a network administrator decides to replace all the switches in a busy school network with hubs. What specific problems might students and teachers experience, and why?' Facilitate a class discussion focusing on performance degradation and data collisions.

Frequently Asked Questions

What differentiates a hub, switch, and router?
Hubs broadcast data indiscriminately to all ports, risking collisions in larger setups. Switches learn MAC addresses to forward frames precisely within a LAN, boosting speed. Routers connect distinct networks, routing packets by IP addresses and handling protocol differences. Understanding these supports optimal network builds, as per MOE standards.
How do routers manage data packet flow?
Routers inspect packet headers for destination IP addresses, consult routing tables, and forward to the best next hop, often across WANs. They perform NAT and firewall duties too. This process ensures efficient global delivery, vital for internet connectivity students experience daily.
How can active learning help students grasp network hardware?
Active methods like packet relay role-plays or Packet Tracer simulations make invisible data flows visible and interactive. Students experience hub congestion versus switch efficiency directly, collaborate on audits of real devices, and debate scenarios. These approaches deepen comprehension, correct misconceptions through evidence, and link theory to practice in 30-45 minute sessions.
What happens if you use the wrong network hardware?
A hub in a high-traffic LAN causes excessive collisions, dropping speeds dramatically. A switch instead of a router fails to link networks, blocking inter-VLAN traffic. Students analyze these via scenarios: ping tests in simulators quantify delays, teaching performance impacts and informed selection skills.