← Concepts
Security ArchitectureSY0-701 · Task 3.2

Jump server and proxy server — SY0-701

Learn the difference between jump servers and proxy servers for CompTIA Security+ SY0-701: what each does, when to deploy each, and the common exam trap.

WHAT IT IS

A jump server (also called a bastion host) is a specially hardened computer on a network that is specifically designed and configured to withstand attacks, and through which administrators must pass to reach systems in a more-restricted network segment. It acts as a single, monitored access point for privileged administrative sessions crossing a security boundary.

A proxy server is a server that services the requests of its clients by forwarding those requests to other servers. More precisely, a proxy is an application that "breaks" the connection between client and server — it accepts certain traffic types, processes them, and forwards them, closing the direct path between internal and external networks and making it harder for an attacker to discover internal details.

Both sit at a network boundary; they serve fundamentally different purposes.


Mental model

Think of a jump server as a guarded gate for administrators: you must check in, authenticate, and be logged before you can walk through to the protected zone. Only privileged users — those authorized to perform security-relevant functions that ordinary users are not authorized to perform — ever use it.

Think of a proxy server as a mail room for ordinary traffic: every letter from inside the building passes through the mail room before going out (or coming in). The mail room opens, inspects, reseals, and re-sends on behalf of the requester. The outside world sees the mail room's address, not the sender's desk.


When to use it

QuestionJump ServerProxy Server
Who uses it?Privileged users performing administrative actionsGeneral clients (users, services) making content requests
What traffic flows through it?Interactive administrative sessions (e.g., remote management)Application-layer traffic forwarded on behalf of clients (e.g., web, email)
Primary security goalEnforce a single, auditable access path into a restricted segmentBreak the direct client-server connection; shield internal addresses
Where does it sit?Between an administrator's workstation and the restricted network segmentBetween internal clients and external servers (or vice versa for reverse proxy)
Does it inspect/process content?No — it relays the session; it does not process the content of that sessionYes — it accepts, processes, and forwards application-layer traffic
Audit roleCreates a chronological record of system accesses and operations performedCan log requests, but its primary role is connection intermediation

COMMON MISCONCEPTION

The exam exploits the intuition that "both sit in the middle, so they must be the same thing."

They are not interchangeable. A proxy's defining characteristic — grounded in NIST sources — is that it breaks the connection between client and server: the client's request terminates at the proxy, which opens a separate connection to the destination. This connection-termination is why a proxy can inspect and filter content, and why it hides internal addressing from outside networks.

A jump server does not terminate or inspect the administrative session's content in that way. Its role is access control and audit: it enforces that privileged users must authenticate through a single hardened point before reaching protected systems. The session continues beyond it — the jump server is a mandatory checkpoint, not a content processor.

A second trap: candidates sometimes confuse a jump server with a DMZ host. A DMZ is "a perimeter network segment that is logically between internal and external networks." A jump server may reside in or alongside a DMZ, but the jump server is a specific host role (hardened, privileged-access gateway), while the DMZ is a network segment design pattern. The concepts operate at different layers of abstraction.


How it shows up on the exam

The cognitive target here is application of architectural knowledge: given a described scenario, select the correct component for the stated security goal.

Signal phrases that indicate a jump server answer:

  • "administrators must access servers in a restricted segment"
  • "single auditable path for privileged access"
  • "hardened host" used as an entry point for management traffic

Signal phrases that indicate a proxy server answer:

  • "clients' requests forwarded on their behalf"
  • "break the direct connection between client and server"
  • "hide internal addresses from external networks"
  • "inspect or filter outbound web traffic"

Candidates often confuse the two when a scenario describes a host "between" two zones — the differentiator is always who is using it and what the host does to the traffic. A jump server controls privileged access; a proxy services and intermediates general client requests.


Related concepts

  • Failure modes — understanding how jump servers and proxies fail (open vs. closed) shapes the security posture of the boundary they protect.
  • Intrusion detection and prevention — IDS/IPS sensors are often positioned alongside proxies and jump servers at network boundaries to monitor the traffic those components channel.
  • Load balancer — like a proxy, a load balancer intermediates connections, but its purpose is distributing traffic across servers for availability rather than enforcing access control or breaking the client-server path for security.

Sources

Every claim on this page traces to the public exam blueprint and official documentation:

CutScore is an independent study tool and is not affiliated with, authorized by, endorsed by, or sponsored by Amazon Web Services. “AWS” and “AWS Certified AI Practitioner” are trademarks of Amazon.com, Inc. or its affiliates. All content is independently authored from the public exam blueprint and official documentation — no real exam content is used.

The exam-readiness instrument. Know if you’re ready before you book.

Company
Contact