Protecting Unsupported Application Servers
Which of the following is the most effective way to protect an application server running software that is no longer supported from network threats?
Community Votes
72% of anonymous learners picked answer D. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
The exam tests the balance between security isolation and operational utility; the trap is choosing air gapping, which renders the server useless despite being technically secure.
This question addresses the most effective network protection method for an application server running unsupported software. The correct approach involves isolating the server in a screened subnet to mitigate risks while maintaining necessary functionality.
Many candidates choose Air Gap because it offers the highest level of physical security, failing to recognize that an application server must remain accessible to function as intended.
Community Discussion (18 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
A screened subnet (DMZ) is the most effective solution here because it provides network-level isolation using firewalls without disconnecting the server from the network entirely. Since the server runs unsupported software, it is vulnerable to exploits, but placing it in a screened subnet allows administrators to restrict traffic strictly to what is necessary for the application. This compensating control reduces the attack surface significantly compared to placing it on the internal network or exposing it directly to the internet.Why the Other Options Are Wrong
Air gap (Option A) physically disconnects the server from all networks, which would make an 'application server' useless as applications require connectivity to serve users or other systems. Barricade (Option B) is not a standard cybersecurity term or architectural component. Port security (Option C) typically refers to switch-level access control (like MAC address filtering) and does not provide sufficient perimeter defense against network threats targeting unpatched vulnerabilities.Community Comment Notes
Community consensus strongly favors Option D, with many users noting that air-gapping an active application server contradicts its purpose. One user pointed out that a screened subnet uses two firewalls to isolate the segment, which is ideal for vulnerable systems. Another comment highlighted that air gaps are used for incident response containment, whereas a screened subnet is a proactive architectural choice for ongoing operations.Official Reference
Exam Strategy
When a question specifies a device type like 'application server' or 'database server,' assume it must remain connected to the network to perform its function. Therefore, options that imply total disconnection (like Air Gap) are usually incorrect unless the scenario explicitly states the system is offline or decommissioned.
Frequently Asked Questions
Why isn't Air Gap the best answer for unsupported software?
Air gapping physically disconnects the device, making an 'application server' unable to serve any requests. It is too extreme for a system that needs to operate.
What is a screened subnet in CompTIA Security+ context?
It is a DMZ (Demilitarized Zone) isolated by one or more firewalls, used to host public-facing services so they don't expose the internal network if compromised.