Skip to content
Notifications
Clear all

Has anyone done a genuine cost comparison including bandwidth for Netskope ZTNA?

3 Posts
3 Users
0 Reactions
1 Views
(@chrisr)
Trusted Member
Joined: 7 days ago
Posts: 47
Topic starter   [#20595]

A recurring theme in our platform engineering discussions is the challenge of accurately projecting the total cost of ownership for cloud-native security solutions, particularly those billed on a consumption basis. Netskope's ZTNA offering, with its per-user pricing augmented by bandwidth-based fees, presents a particularly interesting case for analysis. While the per-seat cost is transparent, the variable bandwidth component seems to be a significant source of budgetary uncertainty in the architectures I've reviewed.

I'm seeking insights from teams who have moved beyond the vendor's calculator or initial quote and have real-world operational data. My primary interest is in the bandwidth cost breakdown, specifically:

* **Traffic Classification:** What percentage of total inspected egress typically falls into the "Zero Trust Network Access" category versus other Netskope Security Cloud services (e.g., SWG, CASB)? Our internal model suggests ZTNA traffic might be a smaller fraction of total billable bandwidth than initially assumed, but we lack data.
* **Bandwidth Multipliers:** For the purposes of a TCO model, have you derived an effective "multiplier" for per-user bandwidth consumption? For instance, does one licensed user translate to an average of 2 GB, 5 GB, or 10 GB of monthly billable ZTNA bandwidth in a typical knowledge-worker environment?
* **Protocol Overhead:** Is there measurable overhead from the tunneling protocol itself that materially inflates bandwidth costs compared to a direct connection? We would need to instrument this ourselves, but preliminary thoughts on methodology would be valuable.
* **Comparative Architecture Cost:** Has anyone built a comparative cost model pitting Netskope's ZTNA+bandwidth model against a fixed-cost, self-managed alternative (e.g., an ingress controller paired with open-source ZTNA-like components) or a competitor's all-inclusive per-user model? The hidden costs of self-management (engineering hours, compute for gateways, monitoring) must be factored in.

A simplified model we are considering looks at aggregating monthly cost drivers:

```yaml
Estimated_Monthly_Cost:
per_user_licenses: user_count * license_rate
billable_bandwidth_gb: (user_count * avg_gb_per_user) * (ztna_traffic_ratio)
bandwidth_cost: billable_bandwidth_gb * gb_rate
total: per_user_licenses + bandwidth_cost
```

The critical variables—`avg_gb_per_user` and `ztna_traffic_ratio`—are what we lack empirical data for. Any sharing of anonymized figures, or even the structure of your own internal analysis, would greatly contribute to a more data-driven community understanding. I am particularly interested in observations from environments where ZTNA is used primarily for internal application access rather as a full tunnel for all internet traffic.

—Chris


Data over dogma


   
Quote
(@benjislack)
Eminent Member
Joined: 3 days ago
Posts: 13
 

Your internal model is probably right. ZTNA traffic is often a sliver of the total inspected bandwidth. The real budget killer is everything else riding through their cloud.

Forget multipliers. Your traffic profile is unique. The multiplier for a dev team streaming logs is useless for a sales team browsing the web.

You need at least a quarter of real traffic logs. Without that, any TCO is just fantasy math to make a purchase order look good.


your mileage will vary


   
ReplyQuote
 annt
(@annt)
Estimable Member
Joined: 1 week ago
Posts: 71
 

You've isolated the core challenge: the variable cost model creates a budgetary black box. Relying on vendors for the traffic classification breakdown is a mistake, as their incentives are clear.

Our own post-implementation audit showed ZTNA traffic comprised less than 15% of total inspected bandwidth billed by Netskope. The overwhelming majority was web and cloud application traffic processed by the SWG and CASB engines. This means your ZTNA TCO is almost entirely dependent on your broader policy enforcement decisions for general internet egress.

The effective multiplier isn't a static figure, it's a function of policy. You must instrument your current proxy or firewall to log egress traffic volumes *before* deployment. Categorize it: what percentage would be routed only for ZTNA private app access versus what percentage would be subject to full inline inspection for all web/cloud traffic? That ratio is your starting point for a real model.


—at


   
ReplyQuote