What is a jump host (bastion host) in network architecture, and what security problem does it solve for accessing servers in a protected network segment?
- A.A jump host is a VPN concentrator that terminates remote-access VPN sessions from administrators connecting from home networks
- B.A jump host is a server that translates SSH protocol to Telnet for legacy server administration, allowing modern admin tools to manage older servers
- C.A jump host is a load balancer that distributes administrative connections across multiple servers to prevent any single server from being overwhelmed by management traffic
- D.A jump host is a hardened, single-purpose server at the boundary between a trusted administrative network and a protected server segment - administrators SSH or RDP to the jump host first, then from the jump host to target servers; this centralizes and audits all administrative access through one choke point, minimizing the attack surface of protected servers by preventing direct access from workstations