nerdexam
CompTIA

SK0-004 · Question #365

Swap space or page file is reserved on the:

The correct answer is C. hard disk. Swap space (Linux) and the page file (Windows) are virtual memory areas reserved on the hard disk, allowing the OS to extend effective memory capacity beyond installed RAM.

Server administration

Question

Swap space or page file is reserved on the:

Options

  • Amotherboard.
  • Bmemory.
  • Chard disk.
  • DCPU

How the community answered

(38 responses)
  • A
    5% (2)
  • B
    3% (1)
  • C
    89% (34)
  • D
    3% (1)

Why each option

Swap space (Linux) and the page file (Windows) are virtual memory areas reserved on the hard disk, allowing the OS to extend effective memory capacity beyond installed RAM.

Amotherboard.

The motherboard provides bus and chipset infrastructure but contains no persistent storage medium where virtual memory pages can be written or reserved.

Bmemory.

Swap space supplements physical memory (RAM) precisely because RAM is full - it is stored on disk, not within the memory modules themselves.

Chard disk.Correct

The operating system reserves a dedicated region on the hard disk for virtual memory - called swap space in Linux/Unix environments and a page file in Windows. When physical RAM is exhausted, the OS moves inactive memory pages to this disk-based area, freeing RAM for active processes. This disk-resident virtual memory is a foundational OS memory management mechanism distinct from physical RAM.

DCPU

The CPU contains registers and cache for active computation but has no persistent storage capacity for virtual memory page storage.

Concept tested: Virtual memory - swap space and page file storage location

Source: https://learn.microsoft.com/en-us/windows/client-management/introduction-page-file

Topics

#swap space#page file#virtual memory#storage

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice