nerdexam
LPI

010-100 · Question #52

When using a web browser, what should a user do to prevent private data from being stored locally?

The correct answer is A. Browsers can be configured to use a private mode that does not store any data locally. Private browsing mode (incognito mode) prevents the browser from storing browsing history, cookies, cached files, and other session data locally.

Security and File Permissions

Question

When using a web browser, what should a user do to prevent private data from being stored locally?

Options

  • ABrowsers can be configured to use a private mode that does not store any data locally.
  • BSet up a second profile and use only that one to access sensitive sites.
  • CDelete the profile directory in the home directory and create a new one after the work is done.
  • DUse the secure versions of the browser available.
  • EThere is no way to achieve that because Linux always logs network data.

How the community answered

(33 responses)
  • A
    82% (27)
  • B
    6% (2)
  • D
    9% (3)
  • E
    3% (1)

Why each option

Private browsing mode (incognito mode) prevents the browser from storing browsing history, cookies, cached files, and other session data locally.

ABrowsers can be configured to use a private mode that does not store any data locally.Correct

Modern web browsers provide a private or incognito browsing mode that runs a session without writing history, cookies, form data, or cached content to disk. When the private window is closed, all session data is discarded, preventing locally stored traces of the browsing activity.

BSet up a second profile and use only that one to access sensitive sites.

Creating a second browser profile still stores data locally within that profile's directory; it does not prevent local storage of private data.

CDelete the profile directory in the home directory and create a new one after the work is done.

Deleting the profile directory after browsing is a manual cleanup workaround and not a preventive measure, leaving data exposed during the session.

DUse the secure versions of the browser available.

There is no separate 'secure version' of mainstream browsers designed to prevent local data storage; this is a feature of private browsing mode within standard browsers.

EThere is no way to achieve that because Linux always logs network data.

This is factually incorrect; Linux does not automatically log all network data, and private browsing mode is a well-established solution for preventing local data storage.

Concept tested: Browser private mode preventing local data storage

Source: https://support.mozilla.org/en-US/kb/private-browsing-use-firefox-without-history

Topics

#browser privacy#private mode#local data storage

Community Discussion

No community discussion yet for this question.

Full 010-100 Practice