Lesson Notes By Weeks and Term v5 - Grade 12

Networks, the internet and emerging technologies – Week 8 focus

Download the Lessonotes Mobile South Africa app for faster lesson access on Android and iPhone.

Subject: Information Technology

Class: Grade 12

Term: 2nd Term

Week: 8

Theme: General lesson support

Lesson Video

This page supports the lesson note with a companion video and a short classroom-ready summary.

For class groups and homework, share this lesson page so learners also get the summary, objectives, and full lesson context.

Performance objectives

Lesson summary

In today’s interconnected world, understanding networks, the Internet, and emerging technologies is no longer optional – it's essential. From accessing online learning resources to participating in the digital economy, South African learners need a solid grasp of these concepts. Knowing how networks function allows you to understand the flow of information, troubleshoot connectivity issues, and appreciate the power of the Internet.

Furthermore, being aware of emerging technologies prepares you for the future job market and enables you to contribute to technological advancements in South Africa and globally. This week, we will dive deeper into these crucial areas.

Lesson notes

2.1 Network Topologies Network topology refers to the arrangement of various elements (links, nodes, etc.) of a computer network. It's essentially the "shape" of the network.

Bus Topology: In a bus topology, all devices are connected to a single central cable, called the bus.

Advantages:* Simple to set up and relatively inexpensive.

Disadvantages:* If the bus fails, the entire network fails. Difficult to troubleshoot. Performance degrades as more devices are added. Not suitable for high traffic.

Example:* Older Ethernet networks. Imagine multiple computers in a small accounting firm linked to one central cable running along the wall. If that cable is cut, no one can access the network.

Star Topology: In a star topology, all devices are connected to a central hub or switch.

Advantages:* Easy to troubleshoot. If one device fails, the rest of the network is unaffected. Easier to add or remove devices.

Disadvantages:* Requires more cable than bus topology. If the central hub/switch fails, the entire network fails.

Example:* Most modern home and office networks. Think of a typical school computer lab where all computers connect to a central switch.

Ring Topology: In a ring topology, each device is connected to exactly two other devices, forming a ring for data transmission.

Advantages:* Data is passed in one direction, reducing the chance of collisions.

Disadvantages:* A single point of failure (if one device fails, the entire network can fail). Difficult to troubleshoot. Adding or removing devices can disrupt the network.

Example:* Rarely used now, but historically used in token ring networks.

Mesh Topology: In a mesh topology, each device is connected to many other devices.

Advantages:* Highly fault-tolerant. Data can be transmitted through multiple paths.

Disadvantages:* Very expensive to implement (lots of cabling required). Complex to manage.

Example:* Used in critical infrastructure where redundancy is paramount, like backbone networks or some industrial control systems. Imagine Eskom's grid, with multiple pathways for electricity to flow in case of a failure.

Hybrid Topology: A combination of two or more topologies.

Advantages:* Flexible and can be customized to meet specific needs.

Disadvantages:* Can be complex to design and manage.

Example:* Many large organizations use a hybrid topology. A school might use a star topology within each classroom and then connect the classrooms together using a bus or ring topology.

Worked example

A small law firm in Durban requires a network for 10 computers. Reliability and ease of troubleshooting are important. Which topology would be most suitable and why?

Solution:

A star topology is the most suitable choice. Its advantages include easy troubleshooting (if one computer fails, it doesn’t affect the others) and relatively straightforward setup. While a mesh topology offers the highest reliability, it would be unnecessarily expensive and complex for a network of only 10 computers. A bus topology is not ideal due to its vulnerability to a single point of failure.

2.2 Network Devices

Routers: Connect different networks together. They forward data packets between networks based on IP addresses. They are crucial for connecting your home network to the Internet. Imagine a router as a "traffic controller" for data packets, directing them to their correct destination across different streets (networks).

Switches: Connect devices within the same network. They learn the MAC addresses of connected devices and forward data only to the intended recipient. Switches are much more efficient than hubs.

Hubs: Connect devices within the same network. They broadcast data to all connected devices, regardless of the intended recipient. This can lead to collisions and reduce network performance. Hubs are outdated and rarely used in modern networks.

Modems: Convert digital signals from a computer into analog signals for transmission over telephone lines or cable lines, and vice versa. They are used to connect to the Internet via older technologies like dial-up or DSL. Newer fibre connections don't generally require modems in the same way; the ONT (Optical Network Terminal) performs a similar but more advanced function.

Firewalls: Protect a network from unauthorized access. They examine network traffic and block or allow access based on predefined rules. Firewalls are essential for network security. A good analogy is a security guard at the entrance of a building, checking IDs and preventing unauthorized people from entering.

Worked

Example: