HUAWEI OceanStor Load Balancing Technical White Paper. Issue 01. Date HUAWEI TECHNOLOGIES CO., LTD.

Size: px
Start display at page:

Download "HUAWEI OceanStor 9000. Load Balancing Technical White Paper. Issue 01. Date 2014-06-20 HUAWEI TECHNOLOGIES CO., LTD."

Transcription

1 HUAWEI OceanStor 9000 Load Balancing Technical Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD.

2 Copyright Huawei Technologies Co., Ltd All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of Huawei Technologies Co., Ltd. Trademarks and Permissions and other Huawei trademarks are trademarks of Huawei Technologies Co., Ltd. All other trademarks and trade names mentioned in this document are the property of their respective holders. Notice The purchased products, services and features are stipulated by the contract made between Huawei and the customer. All or part of the products, services and features described in this document may not be within the purchase scope or the usage scope. Unless otherwise specified in the contract, all statements, information, and recommendations in this document are provided "AS IS" without warranties, guarantees or representations of any kind, either express or implied. The information in this document is subject to change without notice. Every effort has been made in the preparation of this document to ensure accuracy of the contents, but all statements, information, and recommendations in this document do not constitute a warranty of any kind, express or implied. Huawei Technologies Co., Ltd. Address: Website: Huawei Industrial Base Bantian, Longgang Shenzhen People's Republic of China Issue 01 ( ) Huawei Confidential i

3 HUAWEI HUAWEI OceanStor 9000 Load Balancing Technical Contents 1 Overview Technical Principles Highlights Load Balancing Based on Reliable Domain Name Resolution Intelligent IP Address Management Diverse Load Balancing Policies Zone-based Node Management Customer Benefits Acronyms and Abbreviations Issue 01 ( ) Huawei Confidential ii

4 1 Overview Load balancing evenly allocates loads (jobs) to multiple units, such as web servers, File Transfer Protocol (FTP) servers, critical application servers, and other critical task servers, to enable them to complete the work jointly. Load balancing is based on the existing network structures. It is a cost-effective and efficient way to expand the bandwidth of network devices and servers, increase throughput, improve the data processing capability, and enhance network flexibility and availability. Common load balancing techniques are as follows: DNS-based load balancing: The earliest load balancing is implemented based on a domain name system (DNS). In the DNS, the same name is allocated to multiple addresses. A client that queries the name obtains one of the addresses. In this way, different users access different servers, achieving load balancing. Proxy server based load balancing: A proxy server can be used to forward requests to an internal server, accelerating access to static web pages. A proxy server can also be used to forward requests to multiple serves evenly for load balancing. ATG-based load balancing: An address translation gateway (ATG) that supports load balancing is able to map one external IP address to multiple internal IP addresses. For each TCP connection request, the ATG dynamically uses one of the internal addresses to achieve load balancing. Protocol-based load balancing: Some protocols provide functions related to load balancing, such as the redirection capability of HTTP that runs at the highest layer of a TCP connection. For load balancing based on unified IP addresses, all service packets must be forwarded through load balancing service nodes. For this reason, load balancing service nodes tend to become performance bottlenecks. To mitigate the impact of the load balancing service on system performance and to provide domain name access externally, the OceanStor 9000 InfoEqualizer, a client connection load balancing feature, employs a DNS-based load balancing technique. During domain name resolution, the OceanStor 9000 load balancing service allocates one clustered node to a client based on a specific load algorithm. The subsequent service data exchange is completed between the client and the node allocated to the client. Issue 01 ( ) Huawei Confidential 3

5 2 Technical Principles The following figure shows a schematic diagram of the load balancing service. Figure 2-1 Schematic diagram of the load balancing service User Domain name request User Domain name request Domain name request Enterprise domain name service Node 1 Node 2 (primary node) Node 3 Reporting load information Reporting load information The OceanStor 9000 load balancing service is designed as a clustered system. In the initial phase of cluster formation, OceanStor 9000 nodes negotiate based on the Paxos algorithm to determine a node as the primary node. In the cluster, there is always only one primary node at any time. Each node periodically collects its load information, including the number of CPU cores, CPU dominant frequency, memory size, network adapter information, current CPU usage, current memory usage, current network throughput, and number of current NAS client connections. Each node sends the collected load information to the primary node in a unified manner. The primary node uses the collected load information as the basis of load balancing. The OceanStor 9000 provides unified domain name access externally. The domain name query request service is integrated with the load balancing service. When a client initiates a domain name query request, the load balancing service calculates the load based on the configured load balancing policy, and then returns the IP address of an appropriate node to the client for accessing the OceanStor If a client does not have a DNS server, the DNS IP address of the local host can be set as the DNS IP address of the OceanStor 9000 for accessing the DNS service of the OceanStor If a client has a DNS server, the domain name forwarding function can be configured Issue 01 ( ) Huawei Confidential 4

6 on the server to forward the domain name request for accessing the OceanStor 9000 to the DNS service of the OceanStor Issue 01 ( ) Huawei Confidential 5

7 3 Highlights 3.1 Load Balancing Based on Reliable Domain Name Resolution The following figure shows a schematic diagram of the access to the OceanStor Figure 3-1 Schematic diagram of the access to the OceanStor 9000 User 1. Domain name query request 2. Response to the domain name query request 3. Service data access Storage system Node 1 Node 2 Node 3 The OceanStor 9000 load balancing service is based on domain name requests. The service works only when domain names are requested and does not participate in actual data flow services. Therefore, the load balancing service will not be the system performance bottleneck. Different from most DNS-based load balancing technologies, the OceanStor 9000 load balancing service has the DNS query response function integrated. Therefore, an extra DNS service is not needed. In addition, the OceanStor 9000 load balancing service has the following DNS optimizations: Most DNS-based load balancing technologies require that an IP address be configured for a domain name in advance. If a node is added or abnormal, the DNS configuration must be updated and the DNS service must be restarted. The DNS integrated with the OceanStor 9000 load balancing service, however, does not rely on any configuration. The OceanStor 9000 load balancing service is invoked to calculate the mapping between a domain name and an IP address. The OceanStor 9000 load balancing service periodically queries information about clustered nodes. If a clustered node is abnormal, the capacity is expanded, or the load varies, information is updated immediately without manual intervention or configuration. Issue 01 ( ) Huawei Confidential 6

8 Most DNS-based load balancing technologies have a client cache problem, causing load imbalance to some extent. To resolve this issue, the OceanStor 9000 load balancing service dynamically adjusts the time to live (TTL) for DNS query responses, minimizing the client cache time. Most DNS-based load balancing technologies are vulnerable to single points of failure. The OceanStor 9000 load balancing service has the DNS query function integrated and works as a cluster. If the current load balancing service is abnormal, another node in the cluster takes over its service. Also, the DNS IP address provided for user configuration is switched to the new node. Load balancing service nodes are reliable and transparent to users, minimizing the impact on users. 3.2 Intelligent IP Address Management The OceanStor 9000 manages access IP addresses externally provided by clustered nodes in a unified manner. The OceanStor 9000 automatically allocates an IP address to a newly added node and supports failover and failback of node IP addresses. A user only needs to configure an IP address pool for the OceanStor 9000, instead of allocating an IP address to each node one by one. This management method simplifies IP address management and facilitates cluster expansion. Each OceanStor 9000 node has a static IP address and a dynamic IP address. Both of them can be used to access the OceanStor 9000 service. After a failed node recovers, its static IP address remains the same. However, its original dynamic IP address is lost, and a new dynamic IP address will be allocated to the node. During environment deployment, a deployment tool is used to configure static IP addresses in a unified manner. Dynamic IP addresses are allocated by the load balancing service in a unified manner based on an IP address pool. The following figure shows a schematic diagram of how IP addresses are allocated to nodes. Figure 3-2 Schematic diagram of how IP addresses are allocated to nodes When a node is added, the load balancing service obtains an idle IP address from the IP address pool and allocates it to the newly added node. If no idle IP address is available, the load balancing service determines whether any existing clustered node has multiple IP addresses. If yes, the load balancing service deprives the clustered node of one IP address and allocates it to the newly added node, ensuring that the new node takes part in load balancing. If no, an alarm is generated asking the OceanStor 9000 system administrator to add new idle IP addresses to the IP address pool. The following figure shows a schematic diagram of how IP addresses are allocated to newly added nodes. Issue 01 ( ) Huawei Confidential 7

9 Figure 3-3 Schematic diagram of how IP addresses are allocated to newly added nodes If some of the network adapters equipped on a node fail, which causes an IP address problem, an IP address failover is implemented within the node to switch IP addresses from the failed network adapters to functional network adapters. If a node has multiple network adapters, IP addresses are evenly allocated to them. If a node fails, the node with the lightest load in the cluster is selected to take over, as shown in the following figure. Figure 3-4 Schematic diagram of an IP address switchover when a node fails In the event that a failed node recovers, the load balancing service obtains an idle IP address from the IP address pool and allocates it to the recovered node. If no idle IP address is available, the load balancing service determines whether any existing clustered node has multiple IP addresses. If yes, the load balancing service deprives the clustered node of one IP address and assigns it to the recovered node. If no, an alarm is generated asking the OceanStor 9000 system administrator to add new idle IP addresses to the IP address pool. The following figure shows a schematic diagram of IP address switchover in the event that a node recovers. Issue 01 ( ) Huawei Confidential 8

10 Figure 3-5 Schematic diagram of an IP address switchover when a node recovers 3.3 Diverse Load Balancing Policies The OceanStor 9000 load balancing service supports the following load balancing policies, which can be configured by users based on site requirements: Round robin (the default load balancing policy) Nodes are selected in sequence to process client connection requests. A three-node environment is used as an example, as shown in the following figure. Tn indicates the time of a DNS request. The load balancing service working in round robin mode selects node 1 at the T1 point in time to process services, node 2 at the T2 point in time to process services, and node 3 at the T3 point in time to process services. Figure 3-6 Schematic diagram of load balancing in round robin mode CPU usage The node with the lowest CPU usage is selected to process client connection requests. A three-node environment is used as an example, as shown in the following figure. Tn indicates the time of a DNS request. The load balancing service working based on CPU usage selects node 1 at the T1 point in time to process services, node 2 at the T2 point in time to process services, and node 3 at the T3 point in time to process services. Issue 01 ( ) Huawei Confidential 9

11 Figure 3-7 Schematic diagram of load balancing based on CPU usage Number of connections The node with the least NAS service connections is selected to process client connection requests. A three-node environment is used as an example, as shown in the following figure. Tn indicates the time of a DNS request. The load balancing service working based on the number of connections selects node 1 at the T1 point in time to process services, node 2 at the T2 point in time to process services, and node 1 at the T3 point in time to process services. Figure 3-8 Schematic diagram of load balancing based on the number of connections Node throughput The node with the lowest network throughput is selected to process client connection requests. A three-node environment is used as an example, as shown in the following figure. Tn indicates the time of a DNS request. The load balancing service working based on the node throughput selects node 2 at the T1 point in time to process services, node 1 at the T2 point in time to process services, and node 1 at the T3 point in time to process services. Issue 01 ( ) Huawei Confidential 10

12 Figure 3-9 Schematic diagram of load balancing based on node throughput Node capability The load balancing service calculates the static capability value of a node based on the node's hardware configurations such as the CPU and bandwidth. The load balancing service determines the dynamic load status of a node based on the current running status of the node. The capability of a node is co-determined by the static capability value and the dynamic load status. If the load of a node is heavy, the capability value of the node decreases. If the load of a node is light, the capability value of the node increases. Nodes are selected to process client connection requests based on their capability values. A node with a larger capability value is more likely to be selected. If a node has multiple IP addresses, the IP address with a larger capability value is selected first. The major parameters are calculated as follows: Static capability value of a node Static capability value of a node = Number of CPU cores x CPU dominant frequency x (100% + Memory size/100 GB) x Network adapter bandwidth Network adapter bandwidth = Min (maximum bandwidth of a NAS service port: 20 Gbit/s) Load of a node Load of a node = Max (CPU usage, network adapter usage) Static capability value of an IP address Static capability value of an IP address = Maximum bandwidth of the physical port to which the IP address is allocated/number of IP addresses configured Load of an IP address Load of an IP address = (TX bandwidth of the physical port to which the IP address is allocated + RX bandwidth of this physical port)/(maximum bandwidth of this physical port to which the IP address is allocated x 2) A three-node environment is used as an example, as shown in the following figure. The minimum capability value among all nodes is used as the basic capability value. In each node selection, if the capability value of the current node is larger than the basic capability value, the current node is selected and the capacity value is updated (Capability value of a node = Original capability value Basic capability value). Otherwise, the system compares the capacity value of another node with the basic capability value until an appropriate node is selected. If the capability values of all nodes are smaller than the basic capability value, the capability values of all nodes are set to the initial value, and then a node is selected again. Issue 01 ( ) Huawei Confidential 11

13 As shown in the following figure, of the six service requests initiated in one load balancing period, node 1 has processed three, node 2 has processed two, and node 3 that has the smallest capability value has processed only one. Node 1 that has the highest capability value has processed the most service requests. This is load balancing achieved based on capability value policies. After the T6 point in time, the capability value of each node will be updated, and the next load balancing period starts. Figure 3-10 Schematic diagram of load balancing based on node capacity values 3.4 Zone-based Node Management The OceanStor 9000 supports a maximum of 288 nodes in 32 zones. The load balancing service allows IT administrators to allocate nodes to different zones for easy management. An independent load balancing policy and an independent domain name can be configured for each zone. A common practice is to set a high-performance zone and a high-capacity zone, allocate nodes of specific capabilities to the two zones, and configure an independent domain name for each zone. Users use different domain names to access different zones. As shown in the following figure, four nodes are allocated to two zones. Domain name highperformance.9000.com is configured for the high-performance zone, and highcapactiy.9000.com is configured for the high-capacity zone. Figure 3-11 Schematic diagram of node zone access Client Access by highperformance.9000.com Access by highcapactiy.9000.com Storage system High-performance zone High-capacity zone Node 1 Node 2 Node 3 Node 4 Issue 01 ( ) Huawei Confidential 12

14 4 Customer Benefits The OceanStor 9000 load balancing service supports intelligent client connection management, load balancing, and failover, improving system availability and ensuring high performance. The OceanStor 9000 load balancing service provides the following benefits: Provides unified domain name access to simplify connection to the OceanStor The OceanStor 9000 is presented to users as a single network unit. Changes to the OceanStor 9000 are transparent to users. Provides diverse load balancing policies that enable client connection requests to be evenly distributed to all OceanStor 9000 nodes, preventing performance bottlenecks. Provides services of different levels to different users through zone-based management and load balancing policies. Provides highly available and reliable connection management based on IP address failover and failback. If a node of the OceanStor 9000 fails, users that have been connected to the node can still access the OceanStor Provides intelligent IP address management. When a node is added, an IP address is automatically allocated to it. When a node quits, its IP address is automatically migrated. In this way, changes to node quantity are transparent to user connection, but performance improvement can be sensed. Issue 01 ( ) Huawei Confidential 13

15 5 Acronyms and Abbreviations DNS NAS domain name system network attached storage Issue 01 ( ) Huawei Confidential 14

OceanStor 9000 InfoProtector Technical White Paper. Issue 01. Date 2014-02-13 HUAWEI TECHNOLOGIES CO., LTD.

OceanStor 9000 InfoProtector Technical White Paper. Issue 01. Date 2014-02-13 HUAWEI TECHNOLOGIES CO., LTD. OceanStor 9000 InfoProtector Technical White Paper Issue 01 Date 2014-02-13 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2014. All rights reserved. No part of this document may

More information

Eudemon8000 High-End Security Gateway HUAWEI TECHNOLOGIES CO., LTD.

Eudemon8000 High-End Security Gateway HUAWEI TECHNOLOGIES CO., LTD. Eudemon8000 High-End Security Gateway HUAWEI TECHNOLOGIES CO., LTD. Product Overview Faced with increasingly serious network threats and dramatically increased network traffic, carriers' backbone networks,

More information

Technical White Paper for the Oceanspace VTL6000

Technical White Paper for the Oceanspace VTL6000 Document No. Technical White Paper for the Oceanspace VTL6000 Issue V2.1 Date 2010-05-18 Huawei Symantec Technologies Co., Ltd. Copyright Huawei Symantec Technologies Co., Ltd. 2010. All rights reserved.

More information

Doc. Code. OceanStor VTL6900 Technical White Paper. Issue 1.1. Date 2012-07-30. Huawei Technologies Co., Ltd.

Doc. Code. OceanStor VTL6900 Technical White Paper. Issue 1.1. Date 2012-07-30. Huawei Technologies Co., Ltd. Doc. Code OceanStor VTL6900 Technical White Paper Issue 1.1 Date 2012-07-30 Huawei Technologies Co., Ltd. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form

More information

V-ISA Reputation Mechanism, Enabling Precise Defense against New DDoS Attacks

V-ISA Reputation Mechanism, Enabling Precise Defense against New DDoS Attacks Enabling Precise Defense against New DDoS Attacks 1 Key Points: DDoS attacks are more prone to targeting the application layer. Traditional attack detection and defensive measures fail to defend against

More information

NetStream (Integrated) Technology White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date 2012-9-6

NetStream (Integrated) Technology White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date 2012-9-6 (Integrated) Technology White Paper Issue 01 Date 2012-9-6 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means

More information

Huawei Business Continuity and Disaster Recovery Solution

Huawei Business Continuity and Disaster Recovery Solution Huawei Business Continuity and Disaster Recovery Solution Contents 01 Great Challenges to Business Continuity and Disaster Recovery 02 Huawei Business Continuity and Disaster Recovery Solution 02 Application

More information

HUAWEI Tecal E6000 Blade Server

HUAWEI Tecal E6000 Blade Server HUAWEI Tecal E6000 Blade Server Professional Trusted Future-oriented HUAWEI TECHNOLOGIES CO., LTD. The HUAWEI Tecal E6000 is a new-generation server platform that guarantees comprehensive and powerful

More information

Part Number: 203285. HG253s V2 Home Gateway Product Description V100R001_01. Issue HUAWEI TECHNOLOGIES CO., LTD.

Part Number: 203285. HG253s V2 Home Gateway Product Description V100R001_01. Issue HUAWEI TECHNOLOGIES CO., LTD. Part Number: 203285 HG253s V2 Home Gateway Issue V100R001_01 HUAWEI TECHNOLOGIES CO., LTD. 2013. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means

More information

VRRP Technology White Paper

VRRP Technology White Paper Issue 01 Date 2012-08-31 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

OceanStor UDS Massive Storage System Technical White Paper Reliability

OceanStor UDS Massive Storage System Technical White Paper Reliability OceanStor UDS Massive Storage System Technical White Paper Reliability Issue 1.1 Date 2014-06 HUAWEI TECHNOLOGIES CO., LTD. 2013. All rights reserved. No part of this document may be reproduced or transmitted

More information

Routing Security Server failure detection and recovery Protocol support Redundancy

Routing Security Server failure detection and recovery Protocol support Redundancy Cisco IOS SLB and Exchange Director Server Load Balancing for Cisco Mobile SEF The Cisco IOS SLB and Exchange Director software features provide a rich set of server load balancing (SLB) functions supporting

More information

Accelerate Oracle Performance by Using SmartCache of T Series Unified Storage

Accelerate Oracle Performance by Using SmartCache of T Series Unified Storage Accelerate Oracle Performance by Using SmartCache of T Series Unified Storage This document describes why and how to use SmartCache in Oracle OLTP database to accelerate the transaction performance. SmartCache

More information

Web Application Hosting Cloud Architecture

Web Application Hosting Cloud Architecture Web Application Hosting Cloud Architecture Executive Overview This paper describes vendor neutral best practices for hosting web applications using cloud computing. The architectural elements described

More information

MPLS L2VPN (VLL) Technology White Paper

MPLS L2VPN (VLL) Technology White Paper MPLS L2VPN (VLL) Technology White Paper Issue 1.0 Date 2012-10-30 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Availability Digest. www.availabilitydigest.com. Redundant Load Balancing for High Availability July 2013

Availability Digest. www.availabilitydigest.com. Redundant Load Balancing for High Availability July 2013 the Availability Digest Redundant Load Balancing for High Availability July 2013 A large data center can comprise hundreds or thousands of servers. These servers must not only be interconnected, but they

More information

A Link Load Balancing Solution for Multi-Homed Networks

A Link Load Balancing Solution for Multi-Homed Networks A Link Load Balancing Solution for Multi-Homed Networks Overview An increasing number of enterprises are using the Internet for delivering mission-critical content and applications. By maintaining only

More information

Building a Highly Available and Scalable Web Farm

Building a Highly Available and Scalable Web Farm Page 1 of 10 MSDN Home > MSDN Library > Deployment Rate this page: 10 users 4.9 out of 5 Building a Highly Available and Scalable Web Farm Duwamish Online Paul Johns and Aaron Ching Microsoft Developer

More information

Multiple Public IPs (virtual service IPs) are supported either to cover multiple network segments or to increase network performance.

Multiple Public IPs (virtual service IPs) are supported either to cover multiple network segments or to increase network performance. EliteNAS Cluster Mirroring Option - Introduction Real Time NAS-to-NAS Mirroring & Auto-Failover Cluster Mirroring High-Availability & Data Redundancy Option for Business Continueity Typical Cluster Mirroring

More information

WAN Traffic Management with PowerLink Pro100

WAN Traffic Management with PowerLink Pro100 Whitepaper WAN Traffic Management with PowerLink Pro100 Overview In today s Internet marketplace, optimizing online presence is crucial for business success. Wan/ISP link failover and traffic management

More information

Deploying Load balancing for Novell Border Manager Proxy using Session Failover feature of NBM 3.8.4 and L4 Switch

Deploying Load balancing for Novell Border Manager Proxy using Session Failover feature of NBM 3.8.4 and L4 Switch Novell Border Manager Appnote Deploying Load balancing for Novell Border Manager Proxy using Session Failover feature of NBM 3.8.4 and L4 Switch Bhavani ST and Gaurav Vaidya Software Consultant stbhavani@novell.com

More information

Connection Broker The Leader in Managing Hosted Desktop Infrastructures and Virtual Desktop Infrastructures (HDI and VDI) DNS Setup Guide

Connection Broker The Leader in Managing Hosted Desktop Infrastructures and Virtual Desktop Infrastructures (HDI and VDI) DNS Setup Guide Connection Broker The Leader in Managing Hosted Desktop Infrastructures and Virtual Desktop Infrastructures (HDI and VDI) DNS Setup Guide Versions 8.0 December 9, 2014 Contacting Leostream Leostream Corporation

More information

Huawei NE5000E 400Gbps Flexible Line Processing Unit

Huawei NE5000E 400Gbps Flexible Line Processing Unit Huawei NE5000E 400Gbps Flexible Line Processing Unit Huawei NE5000E 400Gbps Flexible Line Processing Unit Overview The Huawei NetEngine5000E router (NE5000E) is a high-end IP core network router. It is

More information

ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy

ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy OVERVIEW The global communication and the continuous growth of services provided through the Internet or local infrastructure require to

More information

White Paper on Video Wall Display Technology in Videoconferencing HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date 2012-2-23

White Paper on Video Wall Display Technology in Videoconferencing HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date 2012-2-23 White Paper on Video Wall Display Technology in Videoconferencing Issue 01 Date 2012-2-23 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted

More information

DEPLOYMENT GUIDE Version 1.1. DNS Traffic Management using the BIG-IP Local Traffic Manager

DEPLOYMENT GUIDE Version 1.1. DNS Traffic Management using the BIG-IP Local Traffic Manager DEPLOYMENT GUIDE Version 1.1 DNS Traffic Management using the BIG-IP Local Traffic Manager Table of Contents Table of Contents Introducing DNS server traffic management with the BIG-IP LTM Prerequisites

More information

Security Technology White Paper

Security Technology White Paper Security Technology White Paper Issue 01 Date 2012-10-30 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without

More information

VLAN and QinQ Technology White Paper

VLAN and QinQ Technology White Paper VLAN and QinQ Technology White Paper Issue 1.01 Date 2012-10-30 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

MULTI WAN TECHNICAL OVERVIEW

MULTI WAN TECHNICAL OVERVIEW MULTI WAN TECHNICAL OVERVIEW The Multi WAN feature will allow the service provider to load balanced all client TCP and UDP traffic only. It also provides redundancy for HA. Traffic that is load balanced:

More information

FortiBalancer: Global Server Load Balancing WHITE PAPER

FortiBalancer: Global Server Load Balancing WHITE PAPER FortiBalancer: Global Server Load Balancing WHITE PAPER FORTINET FortiBalancer: Global Server Load Balancing PAGE 2 Introduction Scalability, high availability and performance are critical to the success

More information

How To Manage Dns On An Elfiq Link Load Balancer (Link Balancer) On A Pcode (Networking) On Ipad Or Ipad (Netware) On Your Ipad On A Ipad At A Pc Or Ipa

How To Manage Dns On An Elfiq Link Load Balancer (Link Balancer) On A Pcode (Networking) On Ipad Or Ipad (Netware) On Your Ipad On A Ipad At A Pc Or Ipa White paper The IDNS module for incoming load balancing For Elfiq Operating System (EOS) version 3.x Document Revision 1.5 October 2007 Elfiq Solutions www.elfiq.com COPYRIGHT The content of this document

More information

DDoS Protection on the Security Gateway

DDoS Protection on the Security Gateway DDoS Protection on the Security Gateway Best Practices 24 August 2014 Protected 2014 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation are protected by

More information

Application and service delivery with the Elfiq idns module

Application and service delivery with the Elfiq idns module Technical White Paper Application and service delivery with the Elfiq idns module For Elfiq Operating System (EOS) version 3.x Document Revision 1.63 June 2012 Table of Contents 1. The IDNS module... 3

More information

Contents. Load balancing and high availability

Contents. Load balancing and high availability White Paper Load Balancing in GateDefender Performa The information contained in this document represents the current view of Panda Software International, S.L on the issues discussed herein as of the

More information

Monitoring Traffic manager

Monitoring Traffic manager Monitoring Traffic manager eg Enterprise v6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may be reproduced

More information

Key Messages of Enterprise Cluster NAS Huawei OceanStor N8500

Key Messages of Enterprise Cluster NAS Huawei OceanStor N8500 Messages of Enterprise Cluster NAS Huawei OceanStor Messages of Enterprise Cluster NAS 1. High performance and high reliability, addressing bid data challenges High performance: In the SPEC benchmark test,

More information

High Performance Cluster Support for NLB on Window

High Performance Cluster Support for NLB on Window High Performance Cluster Support for NLB on Window [1]Arvind Rathi, [2] Kirti, [3] Neelam [1]M.Tech Student, Department of CSE, GITM, Gurgaon Haryana (India) arvindrathi88@gmail.com [2]Asst. Professor,

More information

Lab 5 Explicit Proxy Performance, Load Balancing & Redundancy

Lab 5 Explicit Proxy Performance, Load Balancing & Redundancy Lab 5 Explicit Proxy Performance, Load Balancing & Redundancy Objectives The purpose of this lab is to demonstrate both high availability and performance using virtual IPs coupled with DNS round robin

More information

Huawei N2000 NAS Storage System Technical White Paper

Huawei N2000 NAS Storage System Technical White Paper Huawei N2000 NAS Storage System Technical White Paper Issue 2.1 Date 2012-10-19 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any

More information

Managing SIP-based Applications With WAN Optimization

Managing SIP-based Applications With WAN Optimization Managing SIP-based Applications With WAN Optimization Worry-Proof Internet 2800 Campus Drive Suite 140 Plymouth, MN 55441 Phone (763) 694-9949 Toll Free (800) 669-6242 Managing SIP-based Applications With

More information

HUAWEI 9000 HD Video Endpoint V100R011. Security Maintenance. Issue 02. Date 2013-05-28 HUAWEI TECHNOLOGIES CO., LTD.

HUAWEI 9000 HD Video Endpoint V100R011. Security Maintenance. Issue 02. Date 2013-05-28 HUAWEI TECHNOLOGIES CO., LTD. V100R011 Issue 02 Date 2013-05-28 HUAWEI TECHNOLOGIES CO., LTD. 2013. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent

More information

Product Overview. Product Family. Product Features. Powerful intrusion detection and monitoring capacity

Product Overview. Product Family. Product Features. Powerful intrusion detection and monitoring capacity NIP IDS Product Overview The Network Intelligent Police (NIP) Intrusion Detection System (IDS) is a new generation of session-based intelligent network IDS developed by Huaweisymantec. Deployed in key

More information

How To Create A Network Access Control (Nac) Solution

How To Create A Network Access Control (Nac) Solution Huawei Terminal Security Management Solution Create Enterprise Intranet Security Terminal Security Management Solution 01 Introduction According to the third-party agencies such as the Computer Security

More information

EMC ISILON SMARTCONNECT

EMC ISILON SMARTCONNECT EMC ISILON SMARTCONNECT Optimize Scale-out Storage Performance and Availability ABSTRACT This white paper covers the built-in client connection balancing functionality found in the EMC Isilon scale-out

More information

FortiGate Multi-Threat Security Systems I

FortiGate Multi-Threat Security Systems I FortiGate Multi-Threat Security Systems I Module 9: Web Filtering 2013 Fortinet Inc. All rights reserved. The information contained herein is subject to change without notice. No part of this publication

More information

HUAWEI OceanStor Enterprise Storage System Success Cases

HUAWEI OceanStor Enterprise Storage System Success Cases Copyright Huawei Technologies Co., Ltd. 2013. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of Huawei Technologies

More information

Load Balancing for Microsoft Office Communication Server 2007 Release 2

Load Balancing for Microsoft Office Communication Server 2007 Release 2 Load Balancing for Microsoft Office Communication Server 2007 Release 2 A Dell and F5 Networks Technical White Paper End-to-End Solutions Team Dell Product Group Enterprise Dell/F5 Partner Team F5 Networks

More information

Networking and High Availability

Networking and High Availability TECHNICAL BRIEF Networking and High Availability Deployment Note Imperva appliances support a broad array of deployment options, enabling seamless integration into any data center environment. can be configured

More information

H3C Firewall and UTM Devices DNS and NAT Configuration Examples (Comware V5)

H3C Firewall and UTM Devices DNS and NAT Configuration Examples (Comware V5) H3C Firewall and UTM Devices DNS and NAT Configuration Examples (Comware V5) Copyright 2015 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted

More information

SDN, a New Definition of Next-Generation Campus Network

SDN, a New Definition of Next-Generation Campus Network SDN, a New Definition of Next-Generation Campus Network Contents Campus Evolution and Development Trends... 1 Three Changes to Drive the Campus Network Development... 2 Fundamental Changes in User Behaviors...2

More information

Deployment Guide. AX Series with Microsoft Office SharePoint Server

Deployment Guide. AX Series with Microsoft Office SharePoint Server Deployment Guide AX Series with Microsoft Office SharePoint Server Table of Contents DEPLOYMENT GUIDE AX Series with Microsoft Office SharePoint Server Introduction... 1 Prerequisites & Assumptions...

More information

APV9650. Application Delivery Controller

APV9650. Application Delivery Controller APV9650 D a t a S h e e t Application Delivery Controller Array Networks APV Series of Application Delivery Controllers optimizes the availability, user experience, performance, security and scalability

More information

Stingray Traffic Manager Sizing Guide

Stingray Traffic Manager Sizing Guide STINGRAY TRAFFIC MANAGER SIZING GUIDE 1 Stingray Traffic Manager Sizing Guide Stingray Traffic Manager version 8.0, December 2011. For internal and partner use. Introduction The performance of Stingray

More information

Deployment Topologies

Deployment Topologies , page 1 Multinode Cluster with Unified Nodes, page 2 Clustering Considerations, page 3 Cisco Unified Communications Domain Manager 10.6(x) Redundancy and Disaster Recovery, page 4 Capacity Considerations,

More information

WLAN Spectrum Analyzer Technology White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date 2013-05-10

WLAN Spectrum Analyzer Technology White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date 2013-05-10 WLAN Spectrum Analyzer Technology White Paper Issue 01 Date 2013-05-10 HUAWEI TECHNOLOGIES CO., LTD. 2013. All rights reserved. No part of this document may be reproduced or transmitted in any form or

More information

How To - Configure Virtual Host using FQDN How To Configure Virtual Host using FQDN

How To - Configure Virtual Host using FQDN How To Configure Virtual Host using FQDN How To - Configure Virtual Host using FQDN How To Configure Virtual Host using FQDN Applicable Version: 10.6.2 onwards Overview Virtual host implementation is based on the Destination NAT concept. Virtual

More information

Best Practices for VMware Horizon View VDI Based on HUAWEI OceanStor 5500 V3 Converged Storage System. Huawei Technologies Co., Ltd.

Best Practices for VMware Horizon View VDI Based on HUAWEI OceanStor 5500 V3 Converged Storage System. Huawei Technologies Co., Ltd. Best Practices for VMware Horizon View VDI Based on HUAWEI OceanStor 5500 V3 This document is aimed at the scenario where HUAWEI OceanStor V3 converged storage systems are used to serve VMware Horizon

More information

ZEN LOAD BALANCER EE v3.02 DATASHEET The Load Balancing made easy

ZEN LOAD BALANCER EE v3.02 DATASHEET The Load Balancing made easy ZEN LOAD BALANCER EE v3.02 DATASHEET The Load Balancing made easy OVERVIEW The global communication and the continuous growth of services provided through the Internet or local infrastructure require to

More information

LOAD BALANCING TECHNIQUES FOR RELEASE 11i AND RELEASE 12 E-BUSINESS ENVIRONMENTS

LOAD BALANCING TECHNIQUES FOR RELEASE 11i AND RELEASE 12 E-BUSINESS ENVIRONMENTS LOAD BALANCING TECHNIQUES FOR RELEASE 11i AND RELEASE 12 E-BUSINESS ENVIRONMENTS Venkat Perumal IT Convergence Introduction Any application server based on a certain CPU, memory and other configurations

More information

Oceanspace Series Storage Product Technical White Paper for the WORM

Oceanspace Series Storage Product Technical White Paper for the WORM Technical White Paper for the WORM Issue 01 Release Date 2009-12-01 Huawei Symantec Technologies Co., Ltd. Copyright Chengdu Huawei Symantec Technologies CO., Ltd. 2010. All rights reserved. No part of

More information

Version 0.1 June 2010. Xerox WorkCentre 7120 Fax over Internet Protocol (FoIP)

Version 0.1 June 2010. Xerox WorkCentre 7120 Fax over Internet Protocol (FoIP) Version 0.1 June 2010 Xerox WorkCentre 7120 Fax over Internet Protocol (FoIP) Thank you for choosing the Xerox WorkCentre 7120. Table of Contents Introduction.........................................

More information

Configuration Example

Configuration Example Configuration Example Set Up a Public Web Server Behind a Firebox Example configuration files created with WSM v11.10.1 Revised 7/21/2015 Use Case In this configuration example, an organization wants to

More information

IP Phone Presence Setup

IP Phone Presence Setup Static Route Configuration on IM and Presence Service, page 1 Presence Gateway Configuration on IM and Presence Service, page 6 Configure SIP Publish Trunk on IM and Presence Service, page 7 Configure

More information

Network Configuration Settings

Network Configuration Settings Network Configuration Settings Many small businesses already have an existing firewall device for their local network when they purchase Microsoft Windows Small Business Server 2003. Often, these devices

More information

Huawei esight Brief Product Brochure

Huawei esight Brief Product Brochure Huawei esight Brief Product Brochure esight Integrated Enterprise NMS As the network scales and the number of enterprise network applications continue to grow, so does the number of devices, such as multi-service

More information

Eudemon1000E Series Firewall HUAWEI TECHNOLOGIES CO., LTD.

Eudemon1000E Series Firewall HUAWEI TECHNOLOGIES CO., LTD. HUAWEI TECHNOLOGIES CO., LTD. Product Overview The Eudemon1000E series product (hereinafter referred to as the Eudemon1000E) is a new generation of multi-function security gateway designed by Huawei to

More information

Data Sheet. VLD 500 A Series Viaedge Load Director. VLD 500 A Series: VIAEDGE Load Director

Data Sheet. VLD 500 A Series Viaedge Load Director. VLD 500 A Series: VIAEDGE Load Director Data Sheet VLD 500 A Series Viaedge Load Director VLD 500 A Series: VIAEDGE Load Director VLD : VIAEDGE Load Director Key Advantages: Server Load Balancing for TCP/UDP based protocols. Server load balancing

More information

Technical Brief. DualNet with Teaming Advanced Networking. October 2006 TB-02499-001_v02

Technical Brief. DualNet with Teaming Advanced Networking. October 2006 TB-02499-001_v02 Technical Brief DualNet with Teaming Advanced Networking October 2006 TB-02499-001_v02 Table of Contents DualNet with Teaming...3 What Is DualNet?...3 Teaming...5 TCP/IP Acceleration...7 Home Gateway...9

More information

Developing Higher Density Solutions with Dialogic Host Media Processing Software

Developing Higher Density Solutions with Dialogic Host Media Processing Software Telecom Dialogic HMP Media Server Developing Higher Density Solutions with Dialogic Host Media Processing Software A Strategy for Load Balancing and Fault Handling Developing Higher Density Solutions with

More information

Transparent Identification of Users

Transparent Identification of Users Transparent Identification of Users Websense Web Security Solutions v7.5, v7.6 Transparent Identification of Users 1996 2011, Websense, Inc. All rights reserved. 10240 Sorrento Valley Rd., San Diego, CA

More information

How To Balance A Web Server With Remaining Capacity

How To Balance A Web Server With Remaining Capacity Remaining Capacity Based Load Balancing Architecture for Heterogeneous Web Server System Tsang-Long Pao Dept. Computer Science and Engineering Tatung University Taipei, ROC Jian-Bo Chen Dept. Computer

More information

Table of Contents. 1 Overview 1-1 Introduction 1-1 Product Design 1-1 Appearance 1-2

Table of Contents. 1 Overview 1-1 Introduction 1-1 Product Design 1-1 Appearance 1-2 Table of Contents 1 Overview 1-1 Introduction 1-1 Product Design 1-1 Appearance 1-2 2 Features and Benefits 2-1 Key Features 2-1 Support for the Browser/Server Resource Access Model 2-1 Support for Client/Server

More information

Load Balancing Oracle Application Server (Oracle HTTP Server) Quick Reference Guide

Load Balancing Oracle Application Server (Oracle HTTP Server) Quick Reference Guide Load Balancing Oracle Application Server (Oracle HTTP Server) Quick Reference Guide v1.1.0 Oracle HTTP Server Ports By default Oracle HTTP Server listens on HTTP port 7777 and HTTPS is disabled. When HTTPS

More information

Monitoring Coyote Point Equalizers

Monitoring Coyote Point Equalizers Monitoring Coyote Point Equalizers eg Enterprise v6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may

More information

DPtech ADX Application Delivery Platform Series

DPtech ADX Application Delivery Platform Series Data Sheet DPtech ADX Series DPtech ADX Application Delivery Platform Series Overview IT requirements for service capability can be summarized as "acceleration", "security" and "reliability". The contradiction

More information

Enterprise Deployment of the EMC Documentum WDK Application

Enterprise Deployment of the EMC Documentum WDK Application A Detailed Review Abstract The objective of this white paper is to present a typical enterprise deployment of the EMC Documentum 6 Web Development Kit (WDK) application. The focus will be on the WDK level,

More information

Fortinet Network Security NSE4 test questions and answers:http://www.it-tests.com/NSE4.html

Fortinet Network Security NSE4 test questions and answers:http://www.it-tests.com/NSE4.html IT-TESTs.com IT Certification Guaranteed, The Easy Way! \ http://www.it-tests.com We offer free update service for one year Exam : NSE4 Title : Fortinet Network Security Expert 4 Written Exam (400) Vendor

More information

Dell One Identity Cloud Access Manager 8.0.1- How to Configure for High Availability

Dell One Identity Cloud Access Manager 8.0.1- How to Configure for High Availability Dell One Identity Cloud Access Manager 8.0.1- How to Configure for High Availability May 2015 Cloning the database Cloning the STS host Cloning the proxy host This guide describes how to extend a typical

More information

Resonate Central Dispatch

Resonate Central Dispatch Resonate Central Dispatch Microsoft Exchange 2010 Resonate, Inc. Tel. + 1.408.545.5535 Fax + 1.408.545.5502 www.resonate.com Copyright 2013 Resonate, Inc. All rights reserved. Resonate Incorporated and

More information

Load Balancing Oracle Web Applications. An Oracle White Paper November 2004

Load Balancing Oracle Web Applications. An Oracle White Paper November 2004 Load Balancing Oracle Web Applications An Oracle White Paper November 2004 Load Balancing Oracle Web Applications Introduction... 3 Load Balancing Implementation... 3 Architecture Overview... 3 Architecture

More information

Flexible Routing and Load Control on Back-End Servers. Controlling the Request Load and Quality of Service

Flexible Routing and Load Control on Back-End Servers. Controlling the Request Load and Quality of Service ORACLE TRAFFIC DIRECTOR KEY FEATURES AND BENEFITS KEY FEATURES AND BENEFITS FAST, RELIABLE, EASY-TO-USE, SECURE, AND SCALABLE LOAD BALANCER [O.SIDEBAR HEAD] KEY FEATURES Easy to install, configure, and

More information

Understanding Slow Start

Understanding Slow Start Chapter 1 Load Balancing 57 Understanding Slow Start When you configure a NetScaler to use a metric-based LB method such as Least Connections, Least Response Time, Least Bandwidth, Least Packets, or Custom

More information

MailMarshal SMTP in a Load Balanced Array of Servers Technical White Paper September 29, 2003

MailMarshal SMTP in a Load Balanced Array of Servers Technical White Paper September 29, 2003 Contents Introduction... 1 Network Load Balancing... 2 Example Environment... 5 Microsoft Network Load Balancing (Configuration)... 6 Validating your NLB configuration... 13 MailMarshal Specific Configuration...

More information

Transport and Network Layer

Transport and Network Layer Transport and Network Layer 1 Introduction Responsible for moving messages from end-to-end in a network Closely tied together TCP/IP: most commonly used protocol o Used in Internet o Compatible with a

More information

Huawei Enterprise A Better Way VM Aware Solution for Data Center Networks

Huawei Enterprise A Better Way VM Aware Solution for Data Center Networks Huawei Enterprise A Better Way VM Aware Solution for Data Center Networks HUAWEI TECHNOLOGIES CO., LTD. Contents Server Virtualization Challenges in Data Center Networks Huawei VM Aware Solution Implementation

More information

End-to-end Data integrity Protection in Storage Systems

End-to-end Data integrity Protection in Storage Systems End-to-end Data integrity Protection in Storage Systems Issue V1.1 Date 2013-11-20 HUAWEI TECHNOLOGIES CO., LTD. 2013. All rights reserved. No part of this document may be reproduced or transmitted in

More information

Monitoring Nginx Server

Monitoring Nginx Server Monitoring Nginx Server eg Enterprise v6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may be reproduced

More information

Netsweeper Whitepaper

Netsweeper Whitepaper Netsweeper Inc. Corporate Headquarters 104 Dawson Road Suite 100 Guelph, ON, Canada N1H 1A7 CANADA T: +1 (519) 826 5222 F: +1 (519) 826 5228 Netsweeper Whitepaper Deploying Netsweeper Internet Content

More information

Deploying the BIG-IP System v11 with LDAP Servers

Deploying the BIG-IP System v11 with LDAP Servers Deployment Guide Deploying the BIG-IP System v11 with What s inside: 2 Prerequisites and configuration notes 2 Configuration example 3 Preparation Worksheet 4 Configuring the BIG-IP iapp for LDAP 7 Next

More information

Cyberoam Multi link Implementation Guide Version 9

Cyberoam Multi link Implementation Guide Version 9 Cyberoam Multi link Implementation Guide Version 9 Document version 96-1.0-12/05/2009 IMPORTANT NOTICE Elitecore has supplied this Information believing it to be accurate and reliable at the time of printing,

More information

Oracle Communications WebRTC Session Controller: Basic Admin. Student Guide

Oracle Communications WebRTC Session Controller: Basic Admin. Student Guide Oracle Communications WebRTC Session Controller: Basic Admin Student Guide Edition 1.0 April 2015 Copyright 2015, Oracle and/or its affiliates. All rights reserved. Disclaimer This document contains proprietary

More information

H3C SSL VPN RADIUS Authentication Configuration Example

H3C SSL VPN RADIUS Authentication Configuration Example H3C SSL VPN RADIUS Authentication Configuration Example Copyright 2012 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by

More information

ExamPDF. Higher Quality,Better service!

ExamPDF. Higher Quality,Better service! ExamPDF Higher Quality,Better service! Q&A Exam : 1Y0-A21 Title : Basic Administration for Citrix NetScaler 9.2 Version : Demo 1 / 5 1.Scenario: An administrator is working with a Citrix consultant to

More information

7 Easy Steps to Implementing Application Load Balancing For 100% Availability and Accelerated Application Performance

7 Easy Steps to Implementing Application Load Balancing For 100% Availability and Accelerated Application Performance The recognized leader in proven and affordable load balancing and application delivery solutions White Paper 7 Easy Steps to Implementing Application Load Balancing For 100% Availability and Accelerated

More information

Analyzing Full-Duplex Networks

Analyzing Full-Duplex Networks Analyzing Full-Duplex Networks There are a number ways to access full-duplex traffic on a network for analysis: SPAN or mirror ports, aggregation TAPs (Test Access Ports), or full-duplex TAPs are the three

More information

Meeting Worldwide Demand for your Content

Meeting Worldwide Demand for your Content Meeting Worldwide Demand for your Content Evolving to a Content Delivery Network A Lucent Technologies White Paper By L. R. Beaumont 4/25/01 Meeting Worldwide Demand for your Content White Paper Table

More information

Deploying the Barracuda Load Balancer with Office Communications Server 2007 R2. Office Communications Server Overview.

Deploying the Barracuda Load Balancer with Office Communications Server 2007 R2. Office Communications Server Overview. Deploying the Barracuda Load Balancer with Office Communications Server 2007 R2 Organizations can use the Barracuda Load Balancer to enhance the scalability and availability of their Microsoft Office Communications

More information

Fundamentals of Windows Server 2008 Network and Applications Infrastructure

Fundamentals of Windows Server 2008 Network and Applications Infrastructure Fundamentals of Windows Server 2008 Network and Applications Infrastructure MOC6420 About this Course This five-day instructor-led course introduces students to network and applications infrastructure

More information

Deploying the BIG-IP System v11 with DNS Servers

Deploying the BIG-IP System v11 with DNS Servers Deployment Guide Document version 1.1 What s inside: 2 What is F5 iapp? 2 Prerequisites and configuration notes 2 Configuration example 3 Preparation Worksheet 4 Configuring the BIG-IP iapp for DNS Servers

More information