Which statement best explains the main difference between HTTP and HTTPS?
Think about security and data protection when browsing websites.
HTTPS adds encryption to HTTP, protecting data from being read by others during transmission.
Consider a user typing a website address starting with http://. Which sequence correctly shows the flow of the request?
Who initiates the request and who responds?
The browser initiates the request to the server, which then sends back the webpage data for the browser to display.
Which feature is NOT part of HTTPS security?
Think about what HTTPS protects against.
HTTPS does not block pop-up ads; it focuses on encryption, authentication, and data integrity.
Which option correctly matches the default ports used by HTTP and HTTPS?
Remember common web ports for secure and non-secure traffic.
HTTP typically uses port 80, while HTTPS uses port 443 for secure communication.
A webpage is loaded over HTTPS but includes an image loaded over HTTP. What is the likely outcome in modern browsers?
Think about how browsers handle mixed secure and non-secure content.
Modern browsers block non-secure content like HTTP images on HTTPS pages to protect users from security risks.