Back to 课程

Computer Science GCES AQA

0% Complete
0/0 Steps
  1. Representing Algorithms Aqa
    4 主题
  2. Efficiency Of Algorithms Aqa
    1 主题
  3. Searching Algorithms Aqa
    3 主题
  4. Sorting Algorithms Aqa
    3 主题
  5. Data Types Aqa
    1 主题
  6. Programming Concepts Aqa
    5 主题
  7. Arithmetic Relational And Boolean Operations Aqa
    1 主题
  8. Data Structures Aqa
    3 主题
  9. String Manipulation Aqa
    1 主题
  10. Random Number Generation Aqa
    1 主题
  11. Structured Programming Aqa
    2 主题
  12. Robust And Secure Programming Aqa
    4 主题
  13. Number Bases Aqa
    2 主题
  14. Converting Between Number Bases Aqa
    3 主题
  15. Units Of Information Aqa
    9 主题
  16. Hardware And Software Aqa
    4 主题
  17. Boolean Logic Aqa
    3 主题
  18. Programming Languages And Translators Aqa
    2 主题
  19. Cpu Architecture Performance And Embedded Systems Aqa
    4 主题
  20. Memory Aqa
    2 主题
  21. Secondary Storage Aqa
    3 主题
  22. Fundamentals Of Computer Networks Aqa
    8 主题
  23. Fundamentals Of Cyber Security Aqa
    1 主题
  24. Methods Of Preventing Cyber Security Threats Aqa
    1 主题
  25. Relational Databases Aqa
    2 主题
  26. Ethical Legal And Environmental Impacts Aqa
    2 主题
课 Progress
0% Complete

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

star-topology

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)

bus-topology

Responses

您的邮箱地址不会被公开。 必填项已用 * 标注