SK0-004 · Question #627
As a best practice, which of the following should be performed before placing a server on a network?
The correct answer is C. Harden the OS. Servers must have their operating system hardened before being placed on a network to reduce the attack surface from the start.
Question
As a best practice, which of the following should be performed before placing a server on a network?
Options
- ASecure the disk
- BSecure the server rack
- CHarden the OS
- DInstall the application
How the community answered
(21 responses)- A5% (1)
- C90% (19)
- D5% (1)
Why each option
Servers must have their operating system hardened before being placed on a network to reduce the attack surface from the start.
Securing the disk is a data-protection measure but does not address the network-facing vulnerabilities that emerge when an unhardened OS is first connected.
Securing the server rack is a physical security control and does not protect the OS from network-based threats prior to deployment.
OS hardening involves disabling unnecessary services, removing default accounts, applying patches, and configuring secure settings before the server is exposed to any network traffic. This is a foundational pre-deployment step that prevents attackers from exploiting default or vulnerable configurations the moment the server comes online. Without hardening first, the server is immediately at risk from network-based attacks.
Applications should be installed after the OS is hardened so the underlying platform is already secure before additional software is added.
Concept tested: OS hardening as a pre-deployment security best practice
Source: https://csrc.nist.gov/publications/detail/sp/800-123/final
Topics
Community Discussion
No community discussion yet for this question.