SK0-005 · Question #196
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 th
The correct answer is C. x86. The error message 'Processor architecture not supported' when installing a 64-bit OS on server hardware indicates that the server has an x86 processor.
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
(59 responses)- C95% (56)
- D2% (1)
- E3% (2)
Why each option
The error message 'Processor architecture not supported' when installing a 64-bit OS on server hardware indicates that the server has an x86 processor.
ARM is a distinct processor architecture that is 64-bit capable in many modern implementations, but it's not the reason for an x86 processor failing to run an x64 OS.
x64 is the 64-bit architecture for which the OS is designed; if the processor were x64, there would be no support error.
A 64-bit operating system requires a 64-bit processor to run. If the server's CPU is an x86 architecture, which is 32-bit, it will not be able to support a 64-bit OS, leading to the reported error.
SPARC is a RISC processor architecture used in specific systems (e.g., Oracle/Sun servers) and is not the common architecture that would cause this specific error when attempting to install a general x64 OS.
Alpha is an obsolete 64-bit RISC processor architecture, irrelevant to the common x86/x64 compatibility issue described.
Concept tested: Processor architecture compatibility (x86 vs x64)
Source: https://learn.microsoft.com/en-us/windows/win32/winprog64/running-32-bit-applications-on-64-bit-windows
Topics
Community Discussion
No community discussion yet for this question.