What mechanism does a standard web connection implement to prevent old web session cookies from tracking a client browser indefinitely across the web? MCQ with Answer and Explanation

What mechanism does a standard web connection implement to prevent old web session cookies from tracking a client browser indefinitely across the web?
A. Running continuous database search index queries
B. Altering local hardware MAC addresses dynamically
C. Configuring explicit 'Expires' or 'Max-Age' cookie parameters
D. Shifting unencrypted HTTP sites to alternative port lines
Answer: Option C
Solution (By JKSSB Mock Tests)
The 'Expires' and 'Max-Age' attributes inside HTTP cookie creation strings specify the precise lifetime or timestamp after which a browser must delete that cookie.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which open-source rendering engine was originally used as the foundation for Google Chrome and Apple Safari before Chrome shifted to the Blink engine?
A. Gecko
B. EdgeHTML
C. WebKit
D. Trident

Correct Answer: Option C


Explanation:
WebKit is an open-source browser rendering engine that powered both early versions of Google Chrome and continues to power Apple Safari.

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

Correct Answer: Option D


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
What type of cookies are discarded automatically from your local browser once you close your active browser window or terminate your session?
A. Persistent Cookies
B. Session Cookies
C. Third-Party Tracking Cookies
D. First-Party Analytical Cookies

Correct Answer: Option B


Explanation:
Session cookies only exist in temporary volatile memory while the user navigates the site and are wiped upon closing the browser application.

This question belongs to: Computer Internet and Web Technologies