What is the primary security benefit provided by an 'HTTPS' connection over standard unencrypted 'HTTP' communication? MCQ with Answer and Explanation

What is the primary security benefit provided by an 'HTTPS' connection over standard unencrypted 'HTTP' communication?
A. It encrypts data in transit to prevent eavesdropping and data tampering by third parties.
B. It dramatically boosts physical data transmission speeds over fiber lines.
C. It completely prevents malware from downloading automatically to local hard drives.
D. It eliminates all forms of comment spam on web blogs.
Answer: Option A
Solution (By JKSSB Mock Tests)
HTTPS ensures confidentiality and data integrity by encrypting the communication stream between a client and a web server using TLS/SSL.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What is the purpose of a URL shortening service?
A. To encrypt the URL
B. To redirect to the original URL
C. To create a shorter alias for a long URL
D. Both A and C

Correct Answer: Option D


Explanation:
URL shortening services generate a short URL that redirects to the original long URL, making it easier to share.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which of the following is not a method of HTTP?
A. PUT
B. GET
C. FETCH
D. POST

Correct Answer: Option C


Explanation:
FETCH is not a standard HTTP method. Standard methods include GET, POST, PUT, DELETE, HEAD, OPTIONS, PATCH, etc.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the role of a cache in a web browser?
A. To run JavaScript
B. To manage bookmarks
C. To store passwords
D. To store copies of web resources to reduce load times

Correct Answer: Option D


Explanation:
Browser cache stores static resources (images, CSS, JS) locally so that subsequent visits to the same page load faster.

This question belongs to: Computer Internet and Web Technologies