51. An engineer is configuring a new server that requires a bare-metal installation. Which of the following installation methods should the engineer use if installation media is not available on site?
Answer: C
Remote network installation is the appropriate method for bare-metal installation without local media.
When installation media is not available on-site, a remote network installation allows the engineer to install the operating system directly from a server over the network, making it the most suitable option for a bare-metal setup.
A) Image deployment
Image deployment typically requires the installation media to be available locally or through a network share. Since the question specifies that installation media is not available on site, this method would not be feasible for the engineer.
B) Recovery partition installation
A recovery partition installation relies on having a recovery partition available on the local hard drive, which is not applicable in a bare-metal scenario where the system has no existing installations. Therefore, this option does not meet the requirements.
C) Remote network installation
Remote network installation enables the engineer to install the operating system over a network without needing local installation media. This method is ideal for bare-metal installations, thus making it the correct choice.
D) Repair installation
Repair installation is used to fix an existing operating system installation rather than to perform a fresh bare-metal installation. Since the scenario involves setting up a new server, this method would not apply.
Conclusion
Remote network installation is clearly the best choice for the engineer's needs, as it circumvents the lack of local installation media while enabling a fresh setup. Other options either require local resources that are not available or are not suitable for a new server configuration. Thus, C is definitively the correct answer.