A systems administrator is configuring a new computer to install Windows 11 across a local network using Preboot Execution Environment (PXE). Place the steps of the PXE network boot sequence in the correct chronological order from first to last.
- 1The client system broadcasts a DHCP DISCOVER request containing PXE option extensions.
- 2The DHCP server offers an IP address along with DHCP Option 66 (TFTP server name) and Option 67 (bootfile name).
- 3The client connects to the TFTP server to download the network bootloader file into RAM.
- 4The bootloader executes and loads the Windows Preinstallation Environment (WinPE) image.
Cevap
The correct order begins with the client broadcasting a DHCP DISCOVER request with PXE extensions, receiving network parameters along with TFTP server location (Option 66) and bootfile name (Option 67) from DHCP, downloading the bootloader via TFTP, and finally executing the bootloader to launch WinPE.
The PXE boot protocol relies on standard sequential network operations: broadcasting a network discovery request with PXE options, receiving addressing along with DHCP Options 66 (TFTP server) and 67 (bootfile name), establishing a TFTP connection to download the bootloader, and executing the bootloader to start the Windows Preinstallation Environment (WinPE).
Adım Adım Çözüm
Anahtar Kavram
PXE Network Installation Sequence
Tahmini Süre:1m 30s