What does an 'HTTP Cookie' data structure use to identify a returning user session securely to a server database without prompting continuous password requests? MCQ with Answer and Explanation

What does an 'HTTP Cookie' data structure use to identify a returning user session securely to a server database without prompting continuous password requests?
A. An unlinked structural HTML layout design code block
B. The client computer's current internal hardware operating core temperature
C. The user's physical home street address record
D. A unique Session ID token string stored locally in the browser and transmitted with each HTTP request
Answer: Option D
Solution (By JKExamLibrary)
When a user logs in, the server generates a unique session identifier and passes it to the browser as a cookie. The browser automatically includes this token with future requests, maintaining the authenticated session.

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 role of a web analytics tool?
A. To design web pages
B. To host websites
C. To track and report website traffic and user behavior
D. To manage domain names

Correct Answer: Option C


Explanation:
Web analytics tools (e.g., Google Analytics) collect data on visitor activity, providing insights for optimization.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which of the following files contains structured, plain text settings used by the Apache web server to configure localized directory permissions and redirect behaviors?
A. index.php
B. .htaccess
C. sitemap.xml
D. robots.txt

Correct Answer: Option B


Explanation:
The .htaccess (hypertext access) file is a directory-level configuration file supported by several web servers to manage access controls and URL rewrites.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What is the function of the 'bcc' option in electronic mailing interfaces?
A. To block junk automated messages from landing inside your clean primary folders
B. To prioritize email data packets over standard text routing paths
C. To send a blind carbon copy where designated recipient identities remain private from others
D. To automatically forward incoming communications to alternative server accounts

Correct Answer: Option C


Explanation:
Bcc stands for Blind Carbon Copy. It allows an email to be sent to a recipient without their identity being disclosed to other primary or carbon-copied recipients.

This question belongs to: Computer Internet and Web Technologies