nerdexam
CompTIA

SK0-004 · Question #866

A server administrator is installing a 64-bit OS on a server hardware and receives the following error message: Processor architecture not supported. Which of the following architectures is causing…

The correct answer is C. x86. An x86 (32-bit) processor cannot execute the 64-bit instruction set required by a 64-bit OS installer, triggering the 'Processor architecture not supported' error.

Server hardware installation and management

Question

A server administrator is installing a 64-bit OS on a server hardware and receives the following error message: Processor architecture not supported. Which of the following architectures is causing this error?

Options

  • AARM
  • Bx64
  • Cx86
  • DSPARC
  • EAlpha

How the community answered

(30 responses)
  • A
    7% (2)
  • B
    3% (1)
  • C
    87% (26)
  • E
    3% (1)

Why each option

An x86 (32-bit) processor cannot execute the 64-bit instruction set required by a 64-bit OS installer, triggering the 'Processor architecture not supported' error.

AARM

ARM includes 64-bit variants (AArch64/ARM64) that fully support 64-bit operating systems, so ARM alone does not inherently cause this error.

Bx64

x64 (AMD64/Intel 64) is itself a 64-bit architecture and is compatible with 64-bit operating system installers - it would not generate this error.

Cx86Correct

x86 is a 32-bit processor architecture that does not include the AMD64/Intel 64 instruction set extensions required to boot and run a 64-bit operating system. When a 64-bit OS installer detects a processor that only supports 32-bit execution, it immediately halts with an architecture incompatibility error. All other architectures listed - ARM64, x64, SPARC, and Alpha - have 64-bit variants that can run 64-bit operating systems.

DSPARC

SPARC has long-supported 64-bit execution and runs 64-bit operating systems such as Oracle Solaris, so it is not the source of this error.

EAlpha

Alpha (DEC Alpha) is a native 64-bit RISC architecture and was one of the earliest platforms to support 64-bit operating systems, so it would not trigger this error.

Concept tested: 32-bit vs 64-bit processor architecture compatibility

Source: https://learn.microsoft.com/en-us/windows/win32/winprog64/running-32-bit-applications

Topics

#processor architecture#x86 compatibility#OS installation#64-bit

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice