Computer Science GCES AQA
-
Representing Algorithms Aqa4 主题
-
Efficiency Of Algorithms Aqa1 主题
-
Searching Algorithms Aqa3 主题
-
Sorting Algorithms Aqa3 主题
-
Data Types Aqa1 主题
-
Programming Concepts Aqa5 主题
-
Arithmetic Relational And Boolean Operations Aqa1 主题
-
Data Structures Aqa3 主题
-
String Manipulation Aqa1 主题
-
Random Number Generation Aqa1 主题
-
Structured Programming Aqa2 主题
-
Robust And Secure Programming Aqa4 主题
-
Number Bases Aqa2 主题
-
Converting Between Number Bases Aqa3 主题
-
Units Of Information Aqa9 主题
-
Hardware And Software Aqa4 主题
-
Boolean Logic Aqa3 主题
-
Programming Languages And Translators Aqa2 主题
-
Cpu Architecture Performance And Embedded Systems Aqa4 主题
-
Memory Aqa2 主题
-
Secondary Storage Aqa3 主题
-
Fundamentals Of Computer Networks Aqa8 主题
-
Fundamentals Of Cyber Security Aqa1 主题
-
Methods Of Preventing Cyber Security Threats Aqa1 主题
-
Relational Databases Aqa2 主题
-
Ethical Legal And Environmental Impacts Aqa2 主题
Lan Topologies 2026 Exams Aqa
Exam code:8525
Examiner Tips and Tricks
Key specification changes for AQA GCSE Computer Science (8525) – first exam 2027
-
You no longer need to describe common LAN topologies like “star” or “bus”
-
This includes not needing to draw diagrams, describe differences, or select appropriate topologies
LAN Topologies
What is a network topology?
-
A network topology is the physical structure of the network
-
It defines how the network hardware will be arranged to create the network
-
Two popular topologies to understand for the exam are:
-
Star Topology
-
Bus Topology
-
Star Network Topology
What is a star topology?
-
A star topology has a central switch which all other devices connect to
-
A switch is an intelligent device which ensures that traffic only goes to the intended device
-
A star topology is commonly seen in most homes, businesses, organisations and schools
What are the advantages of a star topology?
-
If any single cable stops working, the rest of the network will continue to work
-
An example you may have experienced would be in school when one computer won’t log on to the network, but all other classmates can get logged on
-
-
This is important because in other topologies if a cable was broken, all computers on the network would stop working which would have a negative impact on learning in schools and businesses completing their daily tasks
What are the disadvantages of a star topology?
-
The central switch is a single point of failure
-
This means that if the switch stops working, all of the devices connected to it will not be able to connect to the network or any of its facilities and resources

Bus Network Topology
What is a bus topology?
-
A bus topology is all devices connected by one single ‘bus’ cable, terminated at each end
-
The terminators stop the signal bouncing back and causing errors
-
A bus topology works by each device:
-
‘Listening’ to electrical signals
-
Checking data packets for their specific address
-
Ignoring data packets it does not recognise
-
-
A bus topology has been replaced by much more efficient network topologies such as the star topology
What are the advantages of a bus topology?
-
Easy and cheap to set up as only one cable is required
-
Does not rely on any other network hardware such as a central server/switch
What are the disadvantages of a bus topology?
-
Low security as data is seen by all devices on the network
-
Slow data transfer and prone to data collisions
-
If the cable breaks, the whole network is affected (central point of failure)

Responses