AQA GCSE · Question 14.5 · Fundamentals of computer networks
Explain the purpose of the HTTPS protocol.
How to approach this question
1. Start by identifying what HTTPS stands for (Hypertext Transfer Protocol Secure). The "S" is the key part.
2. Explain what the "Secure" part means. What process does it use to make the connection secure? (Encryption).
3. Explain *why* this is important. What kind of data does it protect, and what does it protect it from? (e.g., protects sensitive data from eavesdroppers).
Full Answer
HTTPS stands for **Hypertext Transfer Protocol Secure**. It is an extension of the standard HTTP protocol used for communication over the internet.
The primary purpose of HTTPS is to provide a **secure and encrypted connection** between a client (your web browser) and a server (the website).
It achieves this by using an encryption protocol, usually TLS (Transport Layer Security) or its predecessor SSL (Secure Sockets Layer). This encryption ensures:
1. **Confidentiality:** It scrambles the data being sent, so if a hacker intercepts the communication, they cannot read the information. This is crucial for protecting sensitive data like login credentials, bank details, and personal messages.
2. **Integrity:** It ensures that the data has not been altered or corrupted during transmission.
3. **Authentication:** It verifies that you are communicating with the legitimate website and not an imposter.
Common mistakes
✗ Simply stating it is "secure" without explaining what that means (i.e., encryption).
✗ Confusing it with other protocols like FTP.
✗ Stating that it prevents viruses or malware (it encrypts data, it doesn't scan for malware).