GCSE

Computer Science

  1. Introduction to GCSE Computer Science
  2. 1. Computer Systems

  3. 1.1 Systems Architecture
  4. 1.2 Memory and Storage
  5. 1.3 Computer Networks, Connections and Protocols
  6. 1.4 Network Security
  7. 1.5 Systems Software
  8. 1.6 Ethical, Legal, Cultural and Environmental Impacts of Digital Technology
  9. 2. Computational Thinking, Algorithms and Programming
  10. 2.1 Algorithms
  11. 2.2 Programming Fundamentals
  12. 2.3 Producing Robust Programs
  13. 2.4 Boolean Logic
  14. 2.5 Programming Languages and Integrated Development Environments
Module Progress
0 / 35 Lessons
0%
Learning
Summary
Revision

In this lesson, we will explore star and mesh network topologies. We will learn how star networks use a central hub for communication, making them easy to manage but vulnerable to failure. We will also examine mesh networks, where devices connect directly to each other, offering reliability but at a higher cost and complexity. Network topologies define how devices are connected in a network. Two common topologies are Star and Mesh.

Star Topology

In a star topology, all devices are connected to a central hub or switch. All communication goes through the hub, which simplifies network management but may lead to a single point of failure. If the central hub fails, the entire network may become non-functional.

Figure 27. A star topology, where all devices are connected to a central hub or switch, allowing communication to pass through the central point.

The star topology is commonly used in LANs due to its ease of installation and centralised control.

Advantages Disadvantages
Easy to Manage: The centralised nature of the star topology makes it easy to manage and troubleshoot network connections. Dependency on Central Hub: The network's functionality depends heavily on the central hub. If it fails, the whole network is affected.
Isolation of Devices: Issues with one device do not affect other devices in the network. Each device has its connection to the central hub. Single Point of Failure: The central hub is a single point of failure. If it malfunctions, the entire network becomes inaccessible.
Easy to Expand: Adding new devices to the network is straightforward, as they only need to connect to the central hub. Cabling Complexity: The star topology requires a significant amount of cabling, especially when connecting a large number of devices to the central hub.
Table 19. Advantages and disadvantages of a star topology.

Continue learning with Knowness

Sign up to access the full lesson, predicted grades, revision tools, progress tracking, and more.

Create a free account