0
0
HLDsystem_design~5 mins

HTTP and HTTPS in HLD - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AEncryption using SSL/TLS
BFaster data transfer
CMore server storage
DBetter website design
Which port does HTTPS typically use?
A80
B443
C21
D8080
What does an SSL certificate verify?
AThe user's password
BThe server's IP address
CThe browser version
DThe website's identity
Which URL prefix indicates a secure website?
Ahttp://
Bftp://
Chttps://
Dfile://
Why should websites handling passwords use HTTPS?
ATo encrypt passwords during transfer
BTo speed up login
CTo store passwords on the server
DTo allow anonymous access
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.