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? MCQ with Answer and Explanation

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. Server Session Management
B. DNS Reverse Routing
C. FTP File Buffer
D. Local Storage Matrix
Answer: Option A
Solution (By JKExamLibrary)
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

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
What is the default port for FTP control connection?
A. 21
B. 25
C. 20
D. 22

Correct Answer: Option A


Explanation:
FTP uses port 21 for the control connection (commands) and port 20 for data transfer (active mode).

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What is the purpose of the 'noscript' tag in HTML?
A. To disable scripts
B. To hide elements
C. To provide alternative content for browsers that do not support JavaScript
D. To embed server-side code

Correct Answer: Option C


Explanation:
The tag defines content to be displayed if the user's browser does not support or has disabled JavaScript.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What mechanism translates a human-readable domain name (like [www.google.com](https://www.google.com)) into a machine-readable IP address?
A. DNS
B. ARP
C. DHCP
D. NAT

Correct Answer: Option A


Explanation:
DNS (Domain Name System) functions as the phonebook of the internet, resolving alphabetical domain names to numerical IP addresses.

This question belongs to: Computer Internet and Web Technologies