SK0-004 · Question #367
An administrator needs to deploy 1,000 servers in a short period of time. Which of the following deployment methods will expedite the OS installations?
The correct answer is D. Use PXE boot to retrieve an image. PXE boot enables network-based OS image retrieval at startup, allowing hundreds or thousands of servers to be provisioned simultaneously without physical media.
Question
An administrator needs to deploy 1,000 servers in a short period of time. Which of the following deployment methods will expedite the OS installations?
Options
- AUse disk duplicating software.
- BUse USB disk images to deploy servers.
- CUse a disk replicator.
- DUse PXE boot to retrieve an image.
How the community answered
(58 responses)- A2% (1)
- B2% (1)
- C7% (4)
- D90% (52)
Why each option
PXE boot enables network-based OS image retrieval at startup, allowing hundreds or thousands of servers to be provisioned simultaneously without physical media.
Disk duplicating software requires physical access to each individual machine to connect drives, making it impractical and slow for 1,000 servers.
USB disk images require manually inserting a USB drive into each server one at a time, which cannot scale to 1,000 units quickly.
A disk replicator duplicates drives via direct physical connection one at a time, making large-scale simultaneous deployment impossible.
PXE (Preboot Execution Environment) boot allows servers to contact a central deployment server over the network at startup and pull a complete OS image, enabling fully automated, parallel provisioning of all 1,000 servers. No physical media insertion or per-server interaction is required, making it the industry-standard method for rapid large-scale server deployments using services like Windows Deployment Services (WDS).
Concept tested: PXE boot for large-scale OS deployment
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-deployment-services-getting-started-guide
Topics
Community Discussion
No community discussion yet for this question.