What is the function of the 'HTTPS' protocol in securing web transactions? MCQ with Answer and Explanation

What is the function of the 'HTTPS' protocol in securing web transactions?
A. To encrypt data between client and server
B. All of the above
C. To authenticate the server
D. To ensure data integrity
Answer: Option B
Solution (By JKSSB Mock Tests)
HTTPS provides encryption, server authentication (via certificates), and data integrity through SSL/TLS.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which type of web architecture uses a 'Three-Tier' format to divide application logical structures cleanly?
A. Sender inbox, Gateway router, and Recipient junk folder
B. Local router, WAN switch, and Global satellite interface
C. HTML file, CSS style script, and JavaScript dynamic loader
D. Presentation tier (Browser), Application tier (Server logic), and Data tier (Database)

Correct Answer: Option D


Explanation:
A standard three-tier web application architecture separates concerns into the presentation layer (UI), the application logic tier, and the database storage tier.

This question belongs to: Computer Internet and Web Technologies
Question #2
What does the 'Referrer-Policy' HTTP response header instruct a web browser to manage?
A. To route incoming text emails through unencrypted FTP pathways
B. To wipe local device browser cache modules automatically
C. To control how much referral path information (the URL of the originating page) is included in the 'Referer' header when a user clicks a link to another site
D. To double the physical data processing capacity of network router cards

Correct Answer: Option C


Explanation:
The Referrer-Policy header allows site owners to limit or withhold source URL data when navigating to external destinations, enhancing user privacy and securing internal parameters.

This question belongs to: Computer Internet and Web Technologies
Question #3
What mechanism does a web application employ to securely preserve user identity state variables on the server side, linking them via a unique ID stored in a client cookie?
A. FTP File Buffer
B. DNS Reverse Routing
C. Server Session Management
D. Local Storage Matrix

Correct Answer: Option C


Explanation:
Session management saves detailed user states securely on the server and provides the client a temporary session identifier token to reference on subsequent visits.

This question belongs to: Computer Internet and Web Technologies