nerdexam
(ISC)2

CISSP · Question #359

Which of the following is the MOST common method of memory protection?

The correct answer is B. Segmentation. Memory protection prevents unauthorized access between processes, and segmentation is the foundational technique used by modern operating systems and processors to isolate memory regions.

Submitted by kim_seoul· Mar 5, 2026Security Architecture and Engineering

Question

Which of the following is the MOST common method of memory protection?

Options

  • ACompartmentalization
  • BSegmentation
  • CError correction
  • DVirtual Local Area Network (VLAN) tagging

How the community answered

(22 responses)
  • B
    95% (21)
  • D
    5% (1)

Why each option

Memory protection prevents unauthorized access between processes, and segmentation is the foundational technique used by modern operating systems and processors to isolate memory regions.

ACompartmentalization

Compartmentalization is a broader security principle of isolating systems or data by sensitivity level, not a specific memory protection mechanism used by hardware or operating systems.

BSegmentationCorrect

Segmentation divides memory into distinct segments (code, data, stack) assigned to processes, with hardware-enforced boundaries that prevent one process from accessing another's memory space. This is implemented at the CPU level (e.g., x86 segment registers and descriptor tables) and is the most common and fundamental memory protection mechanism used in modern computing. It directly addresses confidentiality and integrity of data in memory by enforcing access controls at the hardware level.

CError correction

Error correction (ECC) detects and corrects memory bit errors caused by hardware faults or radiation, addressing data integrity at a hardware reliability level rather than protecting memory from unauthorized process access.

DVirtual Local Area Network (VLAN) tagging

VLAN tagging (IEEE 802.1Q) is a network-layer technique used to logically segment network traffic on switches and has no relevance to memory protection within a computing system.

Concept tested: Memory protection mechanisms in operating systems

Source: https://learn.microsoft.com/en-us/windows-hardware/drivers/gettingstarted/virtual-address-spaces

Topics

#Memory protection#Operating system security#Segmentation#Access control

Community Discussion

No community discussion yet for this question.

Full CISSP Practice