nerdexam
CompTIA

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.

Server administration

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)
  • A
    2% (1)
  • B
    5% (2)
  • C
    90% (37)
  • D
    2% (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.

ASSH

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.

BRDP

RDP is a graphical remote desktop protocol that requires a fully installed and running Windows OS, making it unusable for bare-metal provisioning.

CTFTPCorrect

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.

DHTTP

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

#PXE boot#TFTP#remote OS installation#network boot

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice