What is the difference between HTTP and HTTPS regarding encryption? MCQ with Answer and Explanation

What is the difference between HTTP and HTTPS regarding encryption?
A. Both use encryption
B. HTTP uses encryption, HTTPS does not
C. HTTPS uses encryption, HTTP does not
D. Neither uses encryption
Answer: Option C
Solution (By JKExamLibrary)
HTTP transmits data in plain text, while HTTPS encrypts the communication using SSL/TLS, ensuring confidentiality and integrity.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1 Report Error
Which of the following is a method to improve website loading speed?
A. Using a CDN
B. All of the above
C. Browser caching
D. Minification of CSS and JavaScript

Correct Answer: Option B


Explanation:
Minification reduces file sizes, CDNs distribute content, and browser caching stores resources locally, all of which improve loading speed.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which of the following is a modern web browser based on Chromium?
A. Chrome
B. All of the above
C. Brave
D. Edge

Correct Answer: Option B


Explanation:
Chrome, Edge, and Brave are all Chromium-based browsers, sharing the same underlying engine.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What is the purpose of the 'X-Frame-Options' HTTP header?
A. To specify content security policy
B. To enable CORS
C. To set cookies
D. To prevent clickjacking by controlling iframe embedding

Correct Answer: Option D


Explanation:
X-Frame-Options is used to indicate whether a browser should be allowed to render a page in a , , or , helping to prevent clickjacking.

This question belongs to: Computer Internet and Web Technologies