Skip to content
IT Infrastructure Radware

Radware Alteon

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

Sales Representative
Łukasz Gil

Łukasz Gil

Sales Representative

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
Available now
Łukasz Gil

Łukasz Gil

Sales Representative

Send inquiry
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

AlgorithmDescriptionUse Case
Round RobinEven distributionEqual servers
Weighted Round RobinWith weightsDifferent server power
Least ConnectionsFewest connectionsLong-lived connections
Response TimeFastest serverPerformance-critical
Hash (IP/URL)Sticky sessionsStateful 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

AspectAlteonF5 BIG-IPCitrix ADCHAProxy
Form factorHW/VM/ContainerHW/VM/CloudHW/VM/CloudSoftware
SSL performanceExcellentExcellentGoodSoftware-based
GSLBNativeNativeNativeNone
WAF integrationAppWallASMBuilt-inNone
DDoS integrationDefenseProSilverlineLimitedNone
PriceMid-PremiumPremiumMid-PremiumFree/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

ParameterValue
Throughput1 Gbps - 320 Gbps
SSL TPSUp to 1.5M TPS
L4 connections256M concurrent
L7 requests10M+ RPS
DeploymentHardware, Virtual, Cloud, Container
HAActive-Active, Active-Standby
ManagementAPSolute 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.

Sales Representative
Łukasz Gil

Łukasz Gil

Sales Representative

Response within 24 hours
Free technical consultation
Custom quote and configuration

Providing your phone number will speed up contact.

Want to Reduce IT Risk and Costs?

Book a free consultation - we respond within 24h

Response in 24h Free quote No obligations

Or download free guide:

Download NIS2 Checklist