SK0-004 · Question #2
A system administrator needs to install an operating system onto a new server in a remote location using PXE. Which of the following methods will BEST accomplish this?
The correct answer is C. TFTP. PXE boot uses TFTP to transfer the boot image and OS installation files from a server to a network-booting client.
Question
A system administrator needs to install an operating system onto a new server in a remote location using PXE. Which of the following methods will BEST accomplish this?
Options
- ASSH
- BRDP
- CTFTP
- DHTTP
How the community answered
(41 responses)- A2% (1)
- B5% (2)
- C90% (37)
- D2% (1)
Why each option
PXE boot uses TFTP to transfer the boot image and OS installation files from a server to a network-booting client.
SSH requires an existing OS and running SSH daemon on the target system, which a bare-metal server being provisioned via PXE does not have.
RDP is a graphical remote desktop protocol that requires a fully installed and running Windows OS, making it unusable for bare-metal provisioning.
PXE (Preboot Execution Environment) relies on TFTP (Trivial File Transfer Protocol, port 69) to deliver the initial bootstrap program and kernel image to the client before any OS is loaded, making TFTP the required protocol for remote PXE-based OS installations.
HTTP is not part of the standard PXE boot process; while some advanced environments like iPXE can use HTTP, standard PXE relies on TFTP for the initial bootstrap.
Concept tested: PXE boot protocol dependency on TFTP
Source: https://learn.microsoft.com/en-us/windows-server/networking/technologies/dhcp/dhcp-deploy-wps
Topics
Community Discussion
No community discussion yet for this question.