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 主题
Network Protocols Aqa
Exam code:8525
Examiner Tips and Tricks
Key specification changes for AQA GCSE Computer Science (8525) – first exam 2027
-
The “UDP (User Datagram Protocol)” is no longer a required protocol to study
-
The “FTP (File Transfer Protocol)” is also no longer a required protocol
-
If you’re sitting AQA GCSE Computer Science in 2026, your exam will still be based on the older syllabus
-
Make sure you are using our legacy notes so you cover everything you need.
Network Protocols 2026-exams
Network Protocols
What is a protocol?
-
A protocol is a set of rules that govern communication on a network
-
There are protocols for different purposes, such as:
-
TCP/IP
-
HTTP & HTTPS
-
IMAP & SMTP
-
TCP/IP
What is TCP/IP?
-
TCP/IP is two protocols, transmission control protocol (TCP) and internet protocol (IP) that combined allow communication over the internet (WAN)
-
TCP is responsible for making sure communication between two routers is error free
-
IP is responsible for making sure data is delivered to the right device on a wide area network (WAN)
HTTP & HTTPS
What is HTTP & HTTPS?
-
Hypertext Transfer Protocol (HTTP) allows communication between clients and servers for website viewing
-
HTTP allows clients to receive data from the sever (fetching a webpage) and send data to the server (submitting a form, uploading a file)
-
HTTPS works in the same way as HTTP but with an added layer of security. All data sent and received using HTTPS is encrypted
-
HTTPS is used to protect sensitive information such as passwords, financial information and personal data

IMAP & SMTP
-
A family of protocols that handle sending and receiving of email across the internet (WAN)

What is SMTP?
-
Simple Mail Transfer Protocol (SMTP) is a protocol that allows communication between an email sender and the email server, and between different email servers using the internet
-
In the diagram above, SMTP is used to transfer the senders email to their email providers server and SMTP is used to transfer the email to the recipients email server
What is IMAP?
-
Internet Message Access Protocol (IMAP) is a protocol for downloading emails to a device from an email server
-
Once the email has been retrieved, a copy is retained on the mail server
Worked Example
Explain the purpose of the HTTPS protocol [2]
Answer
-
sending/receiving web pages
-
using an encrypted connection // provides an encrypted version of HTTP
-
more secure web transactions
-
authentication of the website being visited
-
encryption of the data between the server and the client
-
reduces likelihood of man-in-the-middle attacks
Responses