Radware Alteon
Radware Alteon: Application Delivery Controller (ADC). Load balancing, SSL offloading, application acceleration. Application performance and availability.

Key Features
- Load Balancing - L4/L7 load balancing with health checks
- SSL Offloading - hardware acceleration for TLS
- Application Acceleration - compression, caching
- Global Server Load Balancing - multi-DC failover
- Container Ingress - Kubernetes native
Table of Contents
What is Radware Alteon?
Radware Alteon is an Application Delivery Controller (ADC) - a device for managing application traffic: load balancing, SSL offloading, acceleration. It ensures high availability and performance of applications.
Main functions:
- Load Balancing - distributing traffic among servers
- SSL Offloading - offloading servers from cryptography
- GSLB - Global Server Load Balancing for multi-DC
- Application Acceleration - compression, caching, TCP optimization
What problem does it solve?
flowchart LR
subgraph Without ADC
A[Users] --> B[Single server]
B --> C[Overload]
C --> D[Failure = no access]
end
subgraph With Alteon
E[Users] --> F[Alteon ADC]
F --> G[Server 1]
F --> H[Server 2]
F --> I[Server N]
G --> J[HA + Performance]
end
style A fill:#6366f1,stroke:#4f46e5,color:#fff
style B fill:#dc2626,stroke:#b91c1c,color:#fff
style C fill:#dc2626,stroke:#b91c1c,color:#fff
style D fill:#dc2626,stroke:#b91c1c,color:#fff
style E fill:#6366f1,stroke:#4f46e5,color:#fff
style F fill:#f59e0b,stroke:#d97706,color:#fff
style G fill:#22c55e,stroke:#16a34a,color:#fff
style H fill:#22c55e,stroke:#16a34a,color:#fff
style I fill:#22c55e,stroke:#16a34a,color:#fff
style J fill:#22c55e,stroke:#16a34a,color:#fff
Typical problems:
- Single-server application = single point of failure
- Servers overloaded with SSL handshake
- Slow applications (no compression, TCP optimization)
- Multi-DC without automatic failover
- No visibility into application traffic
How does Alteon work?
flowchart TD
A[Client Request] --> B[Alteon VIP]
B --> C[SSL Termination]
C --> D[L7 Inspection]
D --> E{Load Balance Algorithm}
E --> F[Server 1]
E --> G[Server 2]
E --> H[Server 3]
I[Health Checks] --> F
I --> G
I --> H
style A fill:#6366f1,stroke:#4f46e5,color:#fff
style B fill:#f59e0b,stroke:#d97706,color:#fff
style C fill:#8b5cf6,stroke:#7c3aed,color:#fff
style D fill:#8b5cf6,stroke:#7c3aed,color:#fff
style E fill:#f59e0b,stroke:#d97706,color:#fff
style F fill:#22c55e,stroke:#16a34a,color:#fff
style G fill:#22c55e,stroke:#16a34a,color:#fff
style H fill:#22c55e,stroke:#16a34a,color:#fff
Key Features
L4/L7 Load Balancing
Traffic distribution
- Round Robin, Weighted
- Least Connections
- Response Time
- URL/Cookie persistence
SSL Offloading
Hardware acceleration
- TLS 1.3 support
- ECC, RSA acceleration
- Certificate management
- Perfect Forward Secrecy
GSLB
Global Load Balancing
- Multi-DC failover
- DNS-based routing
- Geo-location
- Health-aware DNS
Application Acceleration
Performance
- HTTP compression
- TCP multiplexing
- Connection pooling
- Caching
Health Monitoring
Server health
- L3/L4/L7 health checks
- Content verification
- Custom scripts
- Graceful degradation
Container Ready
Kubernetes
- Ingress Controller
- Service mesh integration
- Auto-scaling
- API-driven config
Load Balancing Algorithms
| Algorithm | Description | Use Case |
|---|---|---|
| Round Robin | Even distribution | Equal servers |
| Weighted Round Robin | With weights | Different server power |
| Least Connections | Fewest connections | Long-lived connections |
| Response Time | Fastest server | Performance-critical |
| Hash (IP/URL) | Sticky sessions | Stateful apps |
SSL Offloading
Offloading servers from cryptography:
flowchart LR
A[Client] -->|HTTPS| B[Alteon]
B -->|HTTP| C[Server 1]
B -->|HTTP| D[Server 2]
E[SSL Termination<br>on Alteon] --> F[Servers focus<br>on application]
style A fill:#6366f1,stroke:#4f46e5,color:#fff
style B fill:#f59e0b,stroke:#d97706,color:#fff
style C fill:#22c55e,stroke:#16a34a,color:#fff
style D fill:#22c55e,stroke:#16a34a,color:#fff
Benefits:
- Servers don’t perform SSL handshake
- Centralized certificate management
- Hardware acceleration for TLS
- Traffic inspection (WAF, IDS)
GSLB - Multi-DC
flowchart TD
A[User DNS Query] --> B[Alteon GSLB]
B --> C{Site Health?}
C -->|DC1 healthy| D[Return DC1 IP]
C -->|DC1 down| E[Return DC2 IP]
D --> F[Data Center 1]
E --> G[Data Center 2]
style A fill:#6366f1,stroke:#4f46e5,color:#fff
style B fill:#f59e0b,stroke:#d97706,color:#fff
style C fill:#8b5cf6,stroke:#7c3aed,color:#fff
style F fill:#22c55e,stroke:#16a34a,color:#fff
style G fill:#22c55e,stroke:#16a34a,color:#fff
For whom?
Alteon makes sense when:
- • Applications require HA (99.99%+)
- • High SSL/TLS traffic (banking, e-commerce)
- • Multi-DC with automatic failover
- • You need advanced health checks
- • Integration with DefensePro/AppWall
Alteon does NOT make sense when:
- • Simple applications - nginx/HAProxy sufficient
- • 100% cloud - cloud LB native
- • Low traffic without HA requirements
Alteon vs Competition
| Aspect | Alteon | F5 BIG-IP | Citrix ADC | HAProxy |
|---|---|---|---|---|
| Form factor | HW/VM/Container | HW/VM/Cloud | HW/VM/Cloud | Software |
| SSL performance | Excellent | Excellent | Good | Software-based |
| GSLB | Native | Native | Native | None |
| WAF integration | AppWall | ASM | Built-in | None |
| DDoS integration | DefensePro | Silverline | Limited | None |
| Price | Mid-Premium | Premium | Mid-Premium | Free/Support |
Alteon advantage:
- Native integration with DefensePro and AppWall
- Competitive pricing vs F5
- Unified management (APSolute Vision)
- Strong SSL hardware acceleration
Deployment Options
Hardware
Appliance with SSL acceleration
Virtual (VA)
Hyper-V, KVM
Cloud
AWS, Azure, GCP
Container
Kubernetes Ingress
Specifications
| Parameter | Value |
|---|---|
| Throughput | 1 Gbps - 320 Gbps |
| SSL TPS | Up to 1.5M TPS |
| L4 connections | 256M concurrent |
| L7 requests | 10M+ RPS |
| Deployment | Hardware, Virtual, Cloud, Container |
| HA | Active-Active, Active-Standby |
| Management | APSolute Vision, REST API |
FAQ
How is it different from nginx/HAProxy? Alteon is an enterprise ADC with hardware SSL acceleration, GSLB, advanced health checks, unified management. nginx/HAProxy are software LB for simpler use cases.
How does HA work? Active-Active or Active-Standby. Automatic failover with session persistence (state sync between units).
What is VIP? Virtual IP - address that clients see. Alteon redirects traffic from VIP to backend server pool.
Can I use with DefensePro? Yes. DefensePro before Alteon for DDoS protection, or Alteon with AppWall for WAF.
How is it licensed? Per throughput or per feature. You can start with base and add modules.
Does nFlo deploy Alteon? Yes. On-prem and cloud deployments, LB configuration, SSL offloading, GSLB, security stack integration.
Inquire about Radware Alteon
Contact your product specialist and get a custom quote.

Related Services
Our services supporting the implementation and management of this solution
Active Directory Security Audit
Cybersecurity
We find paths to Domain Admin before attackers do.
Web Application Penetration Testing
Cybersecurity
One SQL injection = access to entire database. Find vulnerabilities before hackers do.
IT Infrastructure Management Automation
IT Infrastructure
Save 500+ hours per year by eliminating manual tasks. Ansible, Terraform, PowerShell.
Backup and Disaster Recovery
IT Infrastructure
Recover data in minutes, not days. Backup and DR with tested RTO/RPO.
From Our Knowledge Base
Articles related to this solution
Network Design — How to Build a Secure Network Infrastructure
Network design is the process of planning and structuring a computer network to meet performance, scalability, and security requirements. Learn about architecture models, segmentation strategies, and security-first design principles.
Public, Private and Hybrid Cloud — Comparing Cloud Computing Models
A comprehensive comparison of public, private, and hybrid cloud models covering architecture, security, compliance, and cost considerations for modern organizations.
Storage Virtualization — What It Is, How It Works and Why It Matters
Storage virtualization abstracts physical storage resources into a unified logical pool. Learn how it works, its types, key technologies, security implications, and best practices for enterprise environments.
Related Products
Other solutions you might be interested in
AdRem NetCrunch
AdRem Software
AdRem NetCrunch: agentless network and IT infrastructure monitoring. 680+ monitoring targets, automatic L2 topology maps.
baramundi Management Suite
baramundi
baramundi Management Suite: UEM platform with patch management for 200+ applications. IT automation, MDM, inventory. German manufacturer.
Citrix DaaS
Citrix
Citrix DaaS: Desktop as a Service with cloud management. HDX protocol, multi-cloud resources, auto-scaling, subscription model.
Citrix Endpoint Management
Citrix
Citrix Endpoint Management: UEM for all devices. MDM, MAM, containerization, BYOD support, Zero Touch enrollment.
Want to Reduce IT Risk and Costs?
Book a free consultation - we respond within 24h
Or download free guide:
Download NIS2 Checklist