Recall & Review
beginner
What does HTTP stand for and what is its main purpose?
HTTP stands for HyperText Transfer Protocol. It is used to transfer data between a web server and a browser in a simple, text-based way.
Click to reveal answer
beginner
What is HTTPS and how does it differ from HTTP?
HTTPS stands for HyperText Transfer Protocol Secure. It adds encryption using SSL/TLS to protect data during transfer, making it secure from eavesdropping.
Click to reveal answer
intermediate
Why is HTTPS important for websites that handle sensitive information?
HTTPS encrypts data like passwords and credit card numbers, preventing attackers from stealing or tampering with this information during transmission.
Click to reveal answer
intermediate
What role does an SSL/TLS certificate play in HTTPS?
An SSL/TLS certificate verifies the website's identity and enables encrypted communication between the browser and server.
Click to reveal answer
beginner
How does a browser know to use HTTPS instead of HTTP?
Browsers use URLs starting with https:// and check for a valid SSL/TLS certificate to establish a secure connection automatically.
Click to reveal answer
What does HTTPS add to HTTP to make it secure?
✗ Incorrect
HTTPS uses SSL/TLS encryption to secure data between the browser and server.
Which port does HTTPS typically use?
✗ Incorrect
HTTPS commonly uses port 443 for secure communication.
What does an SSL certificate verify?
✗ Incorrect
SSL certificates confirm the website's identity to prevent impersonation.
Which URL prefix indicates a secure website?
✗ Incorrect
The prefix https:// shows the website uses secure HTTPS protocol.
Why should websites handling passwords use HTTPS?
✗ Incorrect
HTTPS encrypts passwords so attackers cannot steal them during transmission.
Explain the difference between HTTP and HTTPS in simple terms.
Think about how safe your data is when sent over the internet.
You got /4 concepts.
Describe the role of SSL/TLS certificates in HTTPS connections.
Certificates are like ID cards for websites.
You got /4 concepts.