Here's a dismissible notice for cookies notices etc.
Dismiss
Server racks in a data centre

Citrix, RDS, or ZTNA: How Should Your People Reach Work?

Three technologies come up whenever remote or hybrid access is on the table, and they get compared as though you must pick one. You usually don't.

Citrix and RDS answer the same question — where does the application actually run? Both keep it on a server and send you the screen. ZTNA answers a different question — how does a person reach an application at all, and what should they be allowed to touch once they're in?

That distinction matters, because the most common design we deploy uses two of them together: ZTNA controlling who gets to the front door, and Citrix or RDS running the application behind it.

Remote Desktop Services (RDS)

What it is. Microsoft's own multi-session Windows. One Windows Server hosts many users at once, publishing either a full desktop or individual applications (RemoteApp) that appear in the user's own Start menu.

Where it fits. Organisations already invested in Windows Server, with one or two line-of-business applications that everyone needs and that don't tolerate being installed on laptops.

What's good about it
  • Lowest licensing cost of the three, particularly where Windows Server and CALs are already owned
  • Conceptually simple — it is a Windows desktop, and staff treat it as one
  • Well understood by almost every IT team, so support is not specialised
  • RemoteApp publishing hides the fact that the app is remote at all
Where it struggles
  • The protocol degrades faster than Citrix's on poor connections — noticeable over rural links, hotel Wi-Fi and mobile tethering
  • Load balancing and scaling across multiple session hosts is largely manual
  • Exposed RDP is one of the most heavily attacked services on the internet. RDS must sit behind a gateway or ZTNA, never on a port-forward
  • Printing and peripheral redirection are workable but less refined

Typical industries. Accounting and bookkeeping practices, small and mid-sized professional services, construction back-office, and any organisation built around a single Windows line-of-business application.

Citrix

What it is. A virtualisation layer that publishes desktops or individual applications from central infrastructure, with its own display protocol (HDX) designed for hostile network conditions.

Where it fits. Larger or more regulated environments, graphics-heavy applications, and situations where data must demonstrably never land on the endpoint.

What's good about it
  • The display protocol holds up where RDP does not — high latency, packet loss, constrained bandwidth
  • Runs acceptably on thin clients and older hardware, which extends refresh cycles
  • Granular control over what leaves the session: clipboard, drive mapping, printing, screen capture
  • Handles GPU-backed workloads such as CAD and imaging that other approaches cannot
  • Mature policy engine for large user populations
Where it struggles
  • The highest licence cost of the three, and the gap widens at small user counts
  • Genuinely needs expertise to design and run — it is not a set-and-forget platform
  • Adds a layer to troubleshoot: an issue can be the app, the session host, the delivery controller or the client
  • Overkill for a handful of users with straightforward needs

Typical industries. Healthcare and dental (clinical software from shared workstations), financial services and insurance (regulated data that must not leave the data centre), legal (document management with strict controls), engineering, architecture and manufacturing (CAD, GPU workloads, shop-floor terminals).

Zero Trust Network Access (ZTNA)

What it is. The modern replacement for VPN. Instead of putting a device on the network, ZTNA brokers access to one named application at a time, checking identity and device posture on every connection.

Where it fits. Organisations replacing an ageing VPN, working with contractors or third parties, or running mostly SaaS with a few internal systems.

What's good about it
  • A compromised laptop reaches only the applications that user is entitled to — not the whole network. This is the single biggest limit on how far ransomware spreads
  • No inbound firewall openings to maintain
  • Device posture becomes a condition of access: patch level, disk encryption, EDR present
  • Usually a better daily experience than VPN — no connect/disconnect ritual
  • Contractor and third-party access can be scoped to one application and time-boxed
Where it struggles
  • It does not make a slow application fast. If the app is heavy over the network, ZTNA does not fix that — Citrix or RDS might
  • Data still lands on the endpoint unless something else prevents it, so it is not by itself an answer to "our data must not leave the data centre"
  • Depends on identity hygiene being right first. Without MFA and conditional access underneath, the model does not hold
  • Legacy applications that expect broad network access can need work to publish cleanly
  • Per-user subscription cost that does not go away

Typical industries. Professional services on a SaaS-first stack, distributed and multi-site organisations, anyone with contractors or seasonal staff, and regulated sectors needing auditable third-party access.

Comparison table

RDSCitrixZTNA
Question it answersWhere does the app run?Where does the app run?How do you reach it?
Data on the endpointNoNoYes, unless controlled elsewhere
CostLowestHighestPer-user subscription
Poor connectionsAdequateStrongestDepends on the app
Legacy appsGoodStrongestCan need work
Limits ransomware spreadOnly with a gatewayOnly with a gatewayYes, by design
Expertise to runCommonSpecialisedModerate
Graphics/CADLimitedYesDepends on the app

How these actually get combined

Three patterns we deploy most often:

1
ZTNA in front of RDS.

The cheapest way to get line-of-business apps to remote staff without exposing RDP. ZTNA handles who gets in; RDS runs the application.

2
Citrix for the regulated few, ZTNA for everyone else.

Clinical or finance staff work in a Citrix session where data cannot leave; the rest of the organisation reaches SaaS through ZTNA.

3
ZTNA replacing VPN, nothing else changing.

Where applications already perform acceptably and the only real problem is that a VPN gives every connected laptop the run of the network.

How to choose — short decision guide

Data must not land on the endpoint
→ Citrix or RDS
Bad connections, or graphics-heavy work
→ Citrix
One Windows app, tight budget, decent connectivity
→ RDS behind a gateway
The real problem is VPN and lateral movement
→ ZTNA
Contractors or third parties need narrow access
→ ZTNA
Mostly SaaS with a couple of internal systems
→ ZTNA, and question whether you need the rest

We are not tied to one of these. The right answer depends on what your applications are, where your data has to stay, and what your connections look like — which is a conversation, not a product recommendation.

Search