GCIA · Question #39
Which of the following is allowed by a company to be addressed directly from the public network and is hardened to screen the rest of its network from security exposure?
The correct answer is C. bastion host. A bastion host is a hardened, publicly accessible server positioned to be the sole point of entry from an untrusted network, protecting the rest of the internal network.
Question
Which of the following is allowed by a company to be addressed directly from the public network and is hardened to screen the rest of its network from security exposure?
Options
- AIntrusion detection system
- BA computer installed in the network and configured with sender reputation
- Cbastion host
- DExchange ActiveSync
How the community answered
(54 responses)- A7% (4)
- B13% (7)
- C76% (41)
- D4% (2)
Why each option
A bastion host is a hardened, publicly accessible server positioned to be the sole point of entry from an untrusted network, protecting the rest of the internal network.
An intrusion detection system (IDS) monitors and alerts on suspicious traffic but is not itself publicly addressed as an entry point, nor is it hardened to serve as a network gateway.
A system configured with sender reputation is an email security feature that evaluates the trustworthiness of mail senders; it is not a general-purpose publicly accessible hardened host.
A bastion host is deliberately exposed to the public internet and hardened by removing unnecessary services, applying strict access controls, and intensive auditing to minimize its attack surface. It acts as a gateway that shields the internal network, so any attacker who breaches the perimeter must go through it first. Its design prioritizes resilience because it is expected to withstand direct attacks from the public network.
Exchange ActiveSync is a Microsoft protocol that synchronizes email and calendar data to mobile devices; it is an application protocol, not a hardened host architecture.
Concept tested: Bastion host role in network perimeter security
Source: https://learn.microsoft.com/en-us/azure/bastion/bastion-overview
Topics
Community Discussion
No community discussion yet for this question.