SY0-501 · Question #19
A company is developing a new secure technology and requires computers being used for development to be isolated. Which of the following should be implemented to provide the MOST secure environment?
The correct answer is B. An air gapped computer network. An air gapped network is physically isolated from all external networks, including the internet, providing the highest level of security for sensitive development environments.
Question
A company is developing a new secure technology and requires computers being used for development to be isolated. Which of the following should be implemented to provide the MOST secure environment?
Options
- AA perimeter firewall and IDS
- BAn air gapped computer network
- CA honeypot residing in a DMZ
- DAn ad hoc network with NAT
- EA bastion host
How the community answered
(42 responses)- A12% (5)
- B76% (32)
- C2% (1)
- D7% (3)
- E2% (1)
Why each option
An air gapped network is physically isolated from all external networks, including the internet, providing the highest level of security for sensitive development environments.
A perimeter firewall and IDS still maintain a network connection to external systems, leaving the environment vulnerable to sophisticated attacks that bypass or exploit firewall rules and IDS signatures.
An air gapped network is completely physically disconnected from external networks, meaning there is no possible electronic pathway for remote attackers to access the systems. This physical isolation eliminates network-based attack vectors entirely, making it the most secure option for protecting sensitive or classified technology development where even a compromised perimeter device could not expose the systems.
A honeypot in a DMZ is a deception tool designed to attract attackers and study their behavior, not to isolate and protect legitimate development systems.
An ad hoc network with NAT still allows outbound internet connectivity and lateral communication between devices, which does not provide true isolation from external threats.
A bastion host is a hardened gateway that controls access into a network, but it still maintains network connectivity and does not physically isolate the development environment from external networks.
Concept tested: Physical network isolation using air gapped environments
Source: https://csrc.nist.gov/glossary/term/air_gap
Topics
Community Discussion
No community discussion yet for this question.