How To Manage A Network On A Network With A Global Server (Networking)

Size: px
Start display at page:

Download "How To Manage A Network On A Network With A Global Server (Networking)"

Transcription

1 HIGH AVAILABILITY STRATEGY - GLOBAL TRAFFIC MANAGEMENT PROTOTYPE REPORT Version 1-00 Document Control Number /04/2008 Consortium for Ocean Leadership 1201 New York Ave NW, 4 th Floor, Washington DC in Cooperation with University of California, San Diego University of Washington Woods Hole Oceanographic Institution Oregon State University Scripps Institution of Oceanography

2 Document Control Sheet Version Date Description Originator 0-13 Aug 26, 2008 Final version Brian Dunne 1-00 Nov 11, 2008 Fitted to template M. Meisinger Ver i

3 Table of Contents Document Control Sheet...i Table of Contents...ii 1 Overview High Level Network Components and functionality Network Resiliency Initial OOI Network Tests Ver ii

4 1 Overview The main goal of the OOI network design is to provide flexible and dynamic local or cloud based content to OOI participants and other potential customers of the OOI network. The second goal is to provide content which responds quickly, predictably, and reliably. There are 4 major components of the OOI network load balancing design. The first component is called Global Site Selectors. The Global Site Selectors (GSS) act as authoritative DNS servers which dynamically issue responses to DNS A record requests. They issue a response based upon feedback from the second component below. The second component is the load balancers called Application Control Engines (ACE.) The application control engines provide both Load Balancing (layer 4) and Application Content ing (Layer 7) with Application Acceleration (Layer 7.) The third component is the Enterprise class Layer 2 and 3 switches. The Cisco s are enterprise class Layer 2 and 3 capable switches with 24 or 48 quantity 1 Gbps copper ports and either 2 x 1Gbps fiber uplinks or up to 2 x 10Gbps fiber uplinks. The fourth component is the resources containing desired content. These servers can be hosted locally or in a provider s co-location facility. Alternatively they can be provided by cloud computing service providers such as Amazon. Regardless of location, these resource servers will offer identical content. All 4 components work in unison to provide the quickest and most predictable response. At a high level, the Global Site Selectors respond to client DNS resolution requests with a dynamic and optimized response which leverages one of many load balancing devices such as an Application Control Engine. The Application Control Engine then selects resources based on load at Layer 4. Also at Layer 7, multiple mirrored resources can individually supply separate content that comprises a single request while application acceleration on the can limit the amount of requests that are made to the actual physical source. The Application Control Engine also masks the true content source via Network Address Translation (NAT). The real host address could be an RFC 1918 unroutable address space such as , , or Alternatively, the real server resources could also be using another routable address which is masked by the Application Control Engine. Note that the application control engine is one of many potential load balancers which could be used. Other vendors such as BigIP also offer similar products. However, for the OOI network, we have elected to use the device (the Application Control Engine or ACE) which can best be leveraged by the Global Site Selectors. When cloud providers are used, this choice may not be possible. If other vendors load balancers are used, we simply need to ensure that load via SNMP can be determined so that the Global Site Selectors can make a proper choice. Note that the Global Site Selectors can also determine the client load directly without a load balancer. This can become useful in situations where providers don t have or don t use balancers. A test will be performed (discussed later in this paper) comparing performance of external or cloud based resources with that of local hosts. Also, a comparison will be made between using the Global Site Selector with the load balancer vs. polling the hosts directly, both locally and with the cloud based resources. Ver

5 During the remainder of this paper, the Global Site Selector will be used interchangeably with the acronym GSS, Application Control Engine will be used interchangeably with Load Balancer or the acronym ACE, Server Resources will be used interchangeably with hosts, and Virtual IP will be used interchangeably with VIP. Ver

6 2 High Level Network Components and functionality a. Global Site Selectors i. These devices will take the place of the DNS authoritative servers for the OOI domain. The Global Site Selectors dynamically issue DNS host record responses based on a plethora of algorithms (described below as balance methods ) designed to optimize server loads and traffic levels. ii. There are DNS rules which are based upon source address (from where) asking for which domains (to where) using an answer group (which answers should be considered) using what balancing method (which one is the best.) 1. There are up to 3 balance methods possible for each answer group. If the first balance method doesn t meet conditions, the second is chosen etc. 2. Please see diagram 1 for more details. iii. The 10 balance methods are: 1. Static: a. A direct mapping of the client s DNS server to a destination. 2. Ordered List 3. Source address and domain hash a. A hash value of the source IP of the client DNS server and the client s domain is used to determine the destination. 4. Global sticky domain database: a. A sticky database where after the Global Site Selector chooses a specific data center, it chooses the same data center again and again for that client. This information can be shared between multiple Global Site Selectors so that items such as online shopping-carts can reference the same server even if a 2 nd Global Site Selector is referenced on a return visit. 5. Round Robin a. This sends requests in order to separate data centers. 6. A weighted round robin a. Sends requests to favored data centers based upon a set weighting. 7. Least Loaded: a. Loads are determined from the site s ACE, and this data is used to determine which site to use. b. Load thresholds can be set for this algorithm. If thresholds are exceeded, then the site can be considered unavailable. 8. Director Response Protocol (DRP) a. The GSS uses DRP to ensure a data center load balancer (called the DRP agent) probes the client DNS to determine which data center is closest (based on Round Trip times.) i. ICMP or TCP probes are used to determine the closest to the site. 9. DNS Race Ver

7 a. First the delay between the Cisco GSS and the Data Center load balancers (called CRAs in this instance) is determined b. This is used to ensure the load balancer or router at each data center sends an A query to the client s DNS server (called DNS race ) at exactly the same time. c. The first data center to receive a response is the closest to the source. d. This probing is considered inactive (compared to the above DRP.) 10. Drop Diagram 1: Global Site Selector Logic iv. Some of the above Global Site Selector algorithms involve direct Application Control Engine polling using protocols. These protocols include: 1. UDP based KAL a. Provides Round Trip Times (RTT) between the GSS and the ACE 2. TCP based KAL a. Used when there are non-cisco load Balancers in use. b. This can also be used to determine the host load directly without a load balancer. 3. KAL-AP a. Extracts load and availability from the ACE 4. ICMP Ver

8 a. Simply ICMP 8/0 pings a device to indicate its status 5. HTTP a. From the GSS to the Origin DNS server. Checks for HTTP 200 ok. v. Other Global Site Selector Design Elements: 1. Dual Global Site selectors (GSS) will be used to take the place of primary and secondary DNS servers. Dual units will add robustness and redundancy. 2. While the dual GSS s will initially be tested in a single geographic location, one unit (the secondary) will likely be moved to a different location in the future for added robustness. 3. The GSS algorithm used will be based on client DNS geographic proximity to the server resources. Each region will have a set of ACEs and corresponding server resources. 4. A secondary algorithm will be set so that if the closest geographic site is down, there are other options. Lastly, a tertiary algorithm will be chosen for maximum redundancy. vi. See Diagrams 2 and 3 to see how the Global Site Selector can choose Load Balancers based upon information fed back to the Site Selectors. Ver

9 Diagram 2: 4 critical OOI network components: GSS, ACE,, Server Resources shown at 2 sites, one with local resources and another with cloud-based resources. All resources, regardless of location, are mirrored. In this scenario, Data from the ACE are fed to the Global Site Selector(s) in order that they may optimally route traffic based on server load. USER1 2 DNS Requester DNS Resolution 3 Data Global Site Selector (Authoritative DNS) Network Ingress Dual Routes to VIP via Routers Network Ingress Dual Routes to VIP via Routers VlanX 1 Relative Load Site A =Low VlanX SITE A SITE B Virtual Interface 1 Virtual Interface 1 Mirrored Content Mirrored Content Ver

10 High Availability Strategy - Global Traffic Management Prototype Report Diagram 3: All components (except for the ACE) are present at Site B. Site B is a cloud computing provider. In this case, site B is chosen, and a 3rd party load balancer is leveraged. When 3rd party load balancers are used, different protocols are used. Sit 2 DNS Resolution USER1 DNS Requester Global Site Selector (Authoritative DNS) eb is L ogi cal 1 D N C l o l y (a n s d Ss erv est to Phys er o ica lly) fu ser 1 3 Network Ingress Data Dual Routes to VIP via Routers VlanX Network Ingress Dual Routes to VIP via Routers SITE A Virtual Interface 1 SITE B Load Balancers-BIGIP Vendor X Mirrored Content Load Balancers-BIGIP Virtual Interface 1 Vendor X Mirrored Content b. Application Control Engines (ACE) i. The Application Control Engines devices provide layer 4 load balancing. ii. They also provide layer 7 (application) content switching for resources to optimize response time. iii. The ACE also provides layer 7 application acceleration (separate license) 1. Dynamic web content is served from a cache 2. Only differences between the last visit are sent. 3. HTTP 304 responses are reduced. a. HTTP 304 indicates the resource hasn t been changed since the last request. The client provides a header to give a time when it last received data. 4. HTTP 200 responses are reduced a. This is the regular response to successful HTTP requests. Ver

11 5. HTTP transaction response times are monitored and reported if needed. iv. The ACE also provides compression acceleration Gbps of hardware accelerated compression is provided. When files are stored in a compressed format but must be provided to the client uncompressed, this acceleration becomes a factor. v. Lastly, the ACE provides SSL acceleration 1. The encryption and decryption of SSL is offloaded to the ACE. This also allows the ACE to perform packet analysis for security policy. vi. Note that at certain data centers, non-ace devices can be used by the Global Site Selector as well. As long as the load balancer uses SNMP RO polling for its load levels, then the Global Site Selector can leverage it. 1. Alternatively, any GSS Algorithm which doesn t directly require Load Balancer polling can be used with any data center load balancer or host directly. vii. Other ACE Design Elements 1. In the OOI design, the ACE (in tandem) are directly connected to the upstream. a. This provides the switch with instant feedback regarding the ACE status. If the ACE fails, the port connected to the router fails. At layer 2, this then also prevents the upstream router from ARPing (Address Resolution Protocol where the Layer 2 MAC address is determined from the IP address) for the correct MAC address. b. The other ACE then takes over, offering ARP responses such that the ingress both think that the only active VIP for the ACE is on the alternate path. c. Cisco switches i. The is an enterprise class switch with 24 or 48 port x 1 Gbps configurations. For uplink, a twin-gig module provides 2 optical SFP x 1Gbps links. These can be upgraded to up to 2 x 10Gbps X2 transceivers of LR (10Km) range. ii. For the purposes of OOI, the acts as a standard Gigabit Ethernet connection both to the Application Control Engines and to the resource servers. iii. For cases where the resource servers reside within a provider s network, then the provider s switches and load balancer (equivalent to our Application Control Engines or ACE) will be leveraged. iv. The route resiliency provided in the standard design (two paths to the mirrored resources) is both feasible and beneficial when the resource servers are locally managed and installed. v. When a provider is used, it is more difficult to ensure the provider has ensured multiple routes to multiple mirrored resources. The only way to confirm is to view the network diagrams and setup of the provider. vi. The can have both a role as a combination layer 2 and 3 device (see upstream router in diagram 1 and 2) or solely as a layer 2 device (see switch in diagram 1 and 2). In both cases the platform offers enterprise class features/robustness. Ver

12 d. Resource Servers i. These are servers with mirrored content. The content can be distributed intelligently and cohesively using the ACE. Each and every mirrored server is Network Address Translated to one Virtual Routable IP which is publicly accessible. The resource servers can be added or removed from Virtual IP pools dynamically. ii. The load on these servers can be accessed by the Application Control Engines. See Diagram 2 to determine how the server load can affect the site selection process. iii. Server resources will be dynamically added and removed from the Application Control Engine based on availability. This will be done through a simple but secure SSH based script. 1. One of the other major benefits of the design is that it can easily and robustly scale. As shown in Diagram 4, OOI can easily replicate the infrastructure to add more ACEs as needed. The same fault tolerance and robustness of the 2 column design can be provided with 4 columns. Ver

13 High Availability Strategy - Global Traffic Management Prototype Report Diagram 4: The OOI network can easily and robustly scale by adding similar columns of hardware including a new link to the core ingress, a new upstream router, a new ACE and a new local Layer 2 switch. USER1 DNS Requester Global Site Selector (Authoritative DNS) Network Ingress Redundant Routes to VIP via Routers Network Ingress Redundant Routes to VIP via Routers VlanX SITE A ACE Interconnect Virtual Interface 1 Mirrored Content Ver 1-00 Mirrored Content Mirrored Content 12

14 3 Network Resiliency b. The network design offers resiliency and redundancy at multiple layers i. Layer 7 1. Content switching at layer 7 can leverage multiple resource servers for the content of one request. 2. Application acceleration, compression acceleration, and SSL acceleration can all provide speedier results and reduce the overall load and transactions required back to the actual content. 3. An added benefit is energy use can be minimized / optimized using these layer 7 techniques. ii. Layer 4 1. Host loads based on the number of requests per port are measured and monitored by the ACE. Loads can be optimized by the ACE. iii. Layer 3 1. Both Application Control Engines are active at the same time for the same Virtual IP address. This is possible as the ingress router (s) to the network have multiple routes, each of which defines the destination for the traffic on a flow by flow basis. 2. This is beneficial over other scenarios such as Active-Passive, where one ACE remains dormant during the majority of time for any single Virtual IP. 3. See diagram 5 below for the Layer 3 (and 2) details. Diagram 5: The OOI network design heavily leverages the network (at Layer 3) to provide both load balancers with traffic simultaneously. Layer 2 in the design also provides simplicity and fault tolerance. Ver

15 4. Layer 2 a. The Application Control Engines are interconnected via a layer 2 link. The primary purpose of this link is to allow the master ACE for the VIP to provide an Address Resolution Protocol (ARP) response to queries sent to the passive ACE. This allows the passive ACE to imitate the active. b. If either ACE were to have hardware issues, the Layer 2 connection would drop. The ARP responses would then arrive from the working connection, allowing all traffic to reroute. Ver

16 4 Initial OOI Network Tests c. The below diagram 6 illustrates the testing regimen. i. The procured ACEs and s will serve as layer 2 devices in the initial test. ii. TBD Diagram 6: Testing Procedure. Virtual IP 1 (VIP1) will be used to test locally control resources. VIP2 will be used to test remote or cloud based compute resources. A minor issue is Step 3 with VIP. The traffic must return to the inside interface of the Application Control Engine, so source based routing will be leveraged. Ver

Cisco GSS 4492R Global Site Selector

Cisco GSS 4492R Global Site Selector Data Sheet Cisco GSS 4492R Global Site Selector The Cisco GSS 4492R Global Site Selector is a critical component of any business resilience strategy to optimize multisite deployments that involve globally

More information

ENTERPRISE DATA CENTER CSS HARDWARE LOAD BALANCING POLICY

ENTERPRISE DATA CENTER CSS HARDWARE LOAD BALANCING POLICY CSS HARDWARE LOAD BALANCING POLICY Version 2.5 Date: 04/11/2014 SECURITY WARNING The information contained herein is proprietary to the Commonwealth of Pennsylvania and must not be disclosed to un-authorized

More information

Application Delivery Networking

Application Delivery Networking Application Delivery Networking. Raj Jain Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu These slides and audio/video recordings of this class lecture are at: 8-1 Overview

More information

Exam : EE0-511. : F5 BIG-IP V9 Local traffic Management. Title. Ver : 12.19.05

Exam : EE0-511. : F5 BIG-IP V9 Local traffic Management. Title. Ver : 12.19.05 Exam : EE0-511 Title : F5 BIG-IP V9 Local traffic Management Ver : 12.19.05 QUESTION 1 Which three methods can be used for initial access to a BIG-IP system? (Choose three.) A. serial console access B.

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

Cisco ACE 4710 Application Control Engine

Cisco ACE 4710 Application Control Engine Data Sheet Cisco ACE 4710 Application Control Engine Product Overview The Cisco ACE 4710 Application Control Engine (Figure 1) belongs to the Cisco ACE family of application switches, used to increase

More information

Content Switching Module for the Catalyst 6500 and Cisco 7600 Internet Router

Content Switching Module for the Catalyst 6500 and Cisco 7600 Internet Router Content Switching Module for the Catalyst 6500 and Cisco 7600 Internet Router Product Overview The Cisco Content Switching Module (CSM) is a Catalyst 6500 line card that balances client traffic to farms

More information

Cisco Application Networking Manager Version 2.0

Cisco Application Networking Manager Version 2.0 Cisco Application Networking Manager Version 2.0 Cisco Application Networking Manager (ANM) software enables centralized configuration, operations, and monitoring of Cisco data center networking equipment

More information

Cisco GSS 4492R Global Site Selector

Cisco GSS 4492R Global Site Selector Cisco ACE Family Cisco ACE GSS 4492R Global Site Selector The Cisco GSS 4492R Global Site Selector is part of the Cisco ACE Application Control Engine family and a crucial component of any data center

More information

GLOBAL SERVER LOAD BALANCING WITH SERVERIRON

GLOBAL SERVER LOAD BALANCING WITH SERVERIRON APPLICATION NOTE GLOBAL SERVER LOAD BALANCING WITH SERVERIRON Growing Global Simply by connecting to the Internet, local businesses transform themselves into global ebusiness enterprises that span the

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

Cisco ACE GSS 4492R Global Site Selector

Cisco ACE GSS 4492R Global Site Selector Cisco ACE GSS 4492R Global Site Selector Product Overview The Cisco GSS 4492R Global Site Selector is part of the Cisco ACE Application Control Engine family and a crucial component of any data center

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

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

F5 Configuring BIG-IP Local Traffic Manager (LTM) - V11. Description

F5 Configuring BIG-IP Local Traffic Manager (LTM) - V11. Description F5 Configuring BIG-IP Local Traffic Manager (LTM) - V11 Description This four-day course gives networking professionals a functional understanding of the BIG-IP LTM v11 system as it is commonly used, as

More information

Elfiq Link Load Balancer Frequently Asked Questions (FAQ)

Elfiq Link Load Balancer Frequently Asked Questions (FAQ) lin Elfiq Link Load Balancer Frequently Asked Questions (FAQ) For Elfiq Operating System (EOS) version 3.1.x Document Revision 1.8 May 2006 Elfiq Solutions www.elfiq.com Page 2 / 14 Table of contents 1

More information

Configuring Citrix NetScaler for IBM WebSphere Application Services

Configuring Citrix NetScaler for IBM WebSphere Application Services White Paper Configuring Citrix NetScaler for IBM WebSphere Application Services A deployment guide for configuring NetScaler load balancing and content switching When deploying IBM WebSphere Application

More information

IERG 4080 Building Scalable Internet-based Services

IERG 4080 Building Scalable Internet-based Services Department of Information Engineering, CUHK Term 1, 2015/16 IERG 4080 Building Scalable Internet-based Services Lecture 4 Load Balancing Lecturer: Albert C. M. Au Yeung 30 th September, 2015 Web Server

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

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

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

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

Outline VLAN. Inter-VLAN communication. Layer-3 Switches. Spanning Tree Protocol Recap

Outline VLAN. Inter-VLAN communication. Layer-3 Switches. Spanning Tree Protocol Recap Outline Network Virtualization and Data Center Networks 263-3825-00 DC Virtualization Basics Part 2 Qin Yin Fall Semester 2013 More words about VLAN Virtual Routing and Forwarding (VRF) The use of load

More information

AV@ANZA Formación en Tecnologías Avanzadas

AV@ANZA Formación en Tecnologías Avanzadas DESIGNING CISCO DATA CENTER APPLICATION SERVICES (CI-DCASD) Temario This is an instructor-led, lecture/lab course. You will learn how to deploy and configure intelligent network services using the Cisco

More information

Global Server Load Balancing

Global Server Load Balancing White Paper Overview Many enterprises attempt to scale Web and network capacity by deploying additional servers and increased infrastructure at a single location, but centralized architectures are subject

More information

CS514: Intermediate Course in Computer Systems

CS514: Intermediate Course in Computer Systems : Intermediate Course in Computer Systems Lecture 7: Sept. 19, 2003 Load Balancing Options Sources Lots of graphics and product description courtesy F5 website (www.f5.com) I believe F5 is market leader

More information

COMPUTER NETWORK TECHNOLOGY (300)

COMPUTER NETWORK TECHNOLOGY (300) Page 1 of 10 Contestant Number: Time: Rank: COMPUTER NETWORK TECHNOLOGY (300) REGIONAL 2014 TOTAL POINTS (500) Failure to adhere to any of the following rules will result in disqualification: 1. Contestant

More information

Ranch Networks for Hosted Data Centers

Ranch Networks for Hosted Data Centers Ranch Networks for Hosted Data Centers Internet Zone RN20 Server Farm DNS Zone DNS Server Farm FTP Zone FTP Server Farm Customer 1 Customer 2 L2 Switch Customer 3 Customer 4 Customer 5 Customer 6 Ranch

More information

How To Understand and Configure Your Network for IntraVUE

How To Understand and Configure Your Network for IntraVUE How To Understand and Configure Your Network for IntraVUE Summary This document attempts to standardize the methods used to configure Intrauve in situations where there is little or no understanding of

More information

Cisco ACE Application Control Engine: ACEBC Catalyst 6500 and 4710 Applicance Boot Camp

Cisco ACE Application Control Engine: ACEBC Catalyst 6500 and 4710 Applicance Boot Camp coursemonster.com/uk Cisco ACE Application Control Engine: ACEBC Catalyst 6500 and 4710 Applicance Boot Camp View training dates» Overview The Cisco ACE Boot Camp is a 4-day, instructor-led lecture/lab

More information

Integrating the F5 BigIP with Blackboard

Integrating the F5 BigIP with Blackboard Integrating the F5 BigIP with Blackboard Nick McClure nickjm@uky.edu Lead Systems Programmer University of Kentucky Created August 1, 2006 Last Updated June 17, 2008 Integrating the F5 BigIP with Blackboard

More information

100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1)

100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1) 100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1) Course Overview This course provides students with the knowledge and skills to implement and support a small switched and routed network.

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

Cisco Dynamic Workload Scaling Solution

Cisco Dynamic Workload Scaling Solution Cisco Dynamic Workload Scaling Solution What You Will Learn Cisco Application Control Engine (ACE), along with Cisco Nexus 7000 Series Switches and VMware vcenter, provides a complete solution for dynamic

More information

CLE202 Introduction to ServerIron ADX Application Switching and Load Balancing

CLE202 Introduction to ServerIron ADX Application Switching and Load Balancing Introduction to ServerIron ADX Application Switching and Load Balancing Student Guide Revision : Introduction to ServerIron ADX Application Switching and Load Balancing Corporate Headquarters - San

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

hp ProLiant network adapter teaming

hp ProLiant network adapter teaming hp networking june 2003 hp ProLiant network adapter teaming technical white paper table of contents introduction 2 executive summary 2 overview of network addressing 2 layer 2 vs. layer 3 addressing 2

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

DNS ROUND ROBIN HIGH-AVAILABILITY LOAD SHARING

DNS ROUND ROBIN HIGH-AVAILABILITY LOAD SHARING PolyServe High-Availability Server Clustering for E-Business 918 Parker Street Berkeley, California 94710 (510) 665-2929 wwwpolyservecom Number 990903 WHITE PAPER DNS ROUND ROBIN HIGH-AVAILABILITY LOAD

More information

Internet Control Protocols Reading: Chapter 3

Internet Control Protocols Reading: Chapter 3 Internet Control Protocols Reading: Chapter 3 ARP - RFC 826, STD 37 DHCP - RFC 2131 ICMP - RFC 0792, STD 05 1 Goals of Today s Lecture Bootstrapping an end host Learning its own configuration parameters

More information

Implementing the Application Control Engine Service Module

Implementing the Application Control Engine Service Module Course: Implementing the Application Control Engine Service Module Duration: 4 Day Hands-On Lab & Lecture Course Price: $ 2,995.00 Learning Credits: 30 Hitachi HiPass: 4 Description: Implementing the Application

More information

EE0-511. Easy CramBible Lab DEMO ONLY VERSION EE0-511. F5 Big-Ip v9 Local Traffic Management

EE0-511. Easy CramBible Lab DEMO ONLY VERSION EE0-511. F5 Big-Ip v9 Local Traffic Management Easy CramBible Lab EE0-511 F5 Big-Ip v9 Local Traffic Management ** Single-user License ** This copy can be only used by yourself for educational purposes Web: http://www.crambible.com/ E-mail: web@crambible.com

More information

Active Directory Domain Services on the AWS Cloud: Quick Start Reference Deployment Mike Pfeiffer

Active Directory Domain Services on the AWS Cloud: Quick Start Reference Deployment Mike Pfeiffer Active Directory Domain Services on the AWS Cloud: Quick Start Reference Deployment Mike Pfeiffer March 2014 Last updated: September 2015 (revisions) Table of Contents Abstract... 3 What We ll Cover...

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

How To Use The Cisco Ace Module For A Load Balancing System

How To Use The Cisco Ace Module For A Load Balancing System Course: Duration: 4 Day Hands-On Lab & Lecture Course Price: $ 2,995.00 Learning Credits: 30 Hitachi HiPass: 4 Description: (ACESM) is a four-day, instructor-led, lecture and lab course that teaches learners

More information

Lab 2. CS-335a. Fall 2012 Computer Science Department. Manolis Surligas surligas@csd.uoc.gr

Lab 2. CS-335a. Fall 2012 Computer Science Department. Manolis Surligas surligas@csd.uoc.gr Lab 2 CS-335a Fall 2012 Computer Science Department Manolis Surligas surligas@csd.uoc.gr 1 Summary At this lab we will cover: Basics of Transport Layer (TCP, UDP) Broadcast ARP DNS More Wireshark filters

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

Configuring Static and Dynamic NAT Simultaneously

Configuring Static and Dynamic NAT Simultaneously Configuring Static and Dynamic NAT Simultaneously Document ID: 13778 Contents Introduction Prerequisites Requirements Components Used Conventions Configuring NAT Related Information Introduction In some

More information

Configuring Network Address Translation (NAT)

Configuring Network Address Translation (NAT) 8 Configuring Network Address Translation (NAT) Contents Overview...................................................... 8-3 Translating Between an Inside and an Outside Network........... 8-3 Local and

More information

Traffic Controller Service. UltraDNS Whitepaper

Traffic Controller Service. UltraDNS Whitepaper Traffic Controller Service UltraDNS Whitepaper Table of Contents Global load balancing challenges... 3 Overview... 4 Architecture... 5 Dynamic monitoring system... 6 Traffic Controller techniques... 7

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

SAN Conceptual and Design Basics

SAN Conceptual and Design Basics TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer

More information

Stretched Active- Active Application Centric Infrastructure (ACI) Fabric

Stretched Active- Active Application Centric Infrastructure (ACI) Fabric Stretched Active- Active Application Centric Infrastructure (ACI) Fabric May 12, 2015 Abstract This white paper illustrates how the Cisco Application Centric Infrastructure (ACI) can be implemented as

More information

Application Note. Cell Janus Load Balancing Algorithms Technical Overview

Application Note. Cell Janus Load Balancing Algorithms Technical Overview Cell Janus Load Balancing Algorithms Technical Overview Introduction This application note describes the technical aspects of all load balancing algorithms in Cell Janus. Load balancing occurs in both

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

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

N5 NETWORKING BEST PRACTICES

N5 NETWORKING BEST PRACTICES N5 NETWORKING BEST PRACTICES Table of Contents Nexgen N5 Networking... 2 Overview of Storage Networking Best Practices... 2 Recommended Switch features for an iscsi Network... 2 Setting up the iscsi Network

More information

Digi Connect WAN Application Helper NAT, GRE, ESP and TCP/UPD Forwarding and IP Filtering

Digi Connect WAN Application Helper NAT, GRE, ESP and TCP/UPD Forwarding and IP Filtering Introduction Digi Connect Application Helper NAT, GRE, ESP and TCP/UPD Forwarding and IP Filtering The Digi Connect supports five features which provide security and IP traffic forwarding when using incoming

More information

DATA CENTER. Best Practices for High Availability Deployment for the Brocade ADX Switch

DATA CENTER. Best Practices for High Availability Deployment for the Brocade ADX Switch DATA CENTER Best Practices for High Availability Deployment for the Brocade ADX Switch CONTENTS Contents... 2 Executive Summary... 3 Introduction... 3 Brocade ADX HA Overview... 3 Hot-Standby HA... 4 Active-Standby

More information

Technical Support Information Belkin internal use only

Technical Support Information Belkin internal use only The fundamentals of TCP/IP networking TCP/IP (Transmission Control Protocol / Internet Protocols) is a set of networking protocols that is used for communication on the Internet and on many other networks.

More information

UPPER LAYER SWITCHING

UPPER LAYER SWITCHING 52-20-40 DATA COMMUNICATIONS MANAGEMENT UPPER LAYER SWITCHING Gilbert Held INSIDE Upper Layer Operations; Address Translation; Layer 3 Switching; Layer 4 Switching OVERVIEW The first series of LAN switches

More information

Configuring WAN Failover & Load-Balancing

Configuring WAN Failover & Load-Balancing SonicOS Configuring WAN Failover & Load-Balancing Introduction This new feature for SonicOS 2.0 Enhanced gives the user the ability to designate one of the user-assigned interfaces as a Secondary or backup

More information

Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network.

Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network. Course Name: TCP/IP Networking Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network. TCP/IP is the globally accepted group of protocols

More information

What's New in Cisco ACE Application Control Engine Module for the Cisco Catalyst 6500 and Cisco 7600 Series Software Release 2.1.0

What's New in Cisco ACE Application Control Engine Module for the Cisco Catalyst 6500 and Cisco 7600 Series Software Release 2.1.0 What's New in Cisco ACE Application Control Engine Module for the Cisco Catalyst 6500 and Cisco 7600 Series Software Release 2.1.0 PB458841 Product Overview The Cisco ACE Application Control Engine Module

More information

Technical Note. ForeScout CounterACT: Virtual Firewall

Technical Note. ForeScout CounterACT: Virtual Firewall ForeScout CounterACT: Contents Introduction... 3 What is the vfw?.... 3 Technically, How Does vfw Work?.... 4 How Does vfw Compare to a Real Firewall?.... 4 How Does vfw Compare to other Blocking Methods?...

More information

NQA Technology White Paper

NQA Technology White Paper NQA Technology White Paper Keywords: NQA, test, probe, collaboration, scheduling Abstract: Network Quality Analyzer (NQA) is a network performance probe and statistics technology used to collect statistics

More information

CONFIGURING BIG-IP LOCAL TRAFFIC MANAGER 3-Day

CONFIGURING BIG-IP LOCAL TRAFFIC MANAGER 3-Day Course: CONFIGURING BIG-IP LOCAL TRAFFIC MANAGER 3-Day Duration: 3 Day Hands-On Lab & Lecture Course Price: $ 2,995.00 Description: This three-day course gives networking professionals a functional understanding

More information

Configuring SIP Trunk Failover in AOS

Configuring SIP Trunk Failover in AOS 6AOSCG0023-29A October 2011 Configuration Guide Configuring SIP Trunk Failover in AOS This configuration guide describes the configuration and implementation of Session Initiation Protocol (SIP) trunk

More information

FortiOS Handbook - Load Balancing VERSION 5.2.2

FortiOS Handbook - Load Balancing VERSION 5.2.2 FortiOS Handbook - Load Balancing VERSION 5.2.2 FORTINET DOCUMENT LIBRARY http://docs.fortinet.com FORTINET VIDEO GUIDE http://video.fortinet.com FORTINET BLOG https://blog.fortinet.com CUSTOMER SERVICE

More information

Smart Tips. Enabling WAN Load Balancing. Key Features. Network Diagram. Overview. Featured Products. WAN Failover. Enabling WAN Load Balancing Page 1

Smart Tips. Enabling WAN Load Balancing. Key Features. Network Diagram. Overview. Featured Products. WAN Failover. Enabling WAN Load Balancing Page 1 Smart Tips Enabling WAN Load Balancing Overview Many small businesses today use broadband links such as DSL or Cable, favoring them over the traditional link such as T1/E1 or leased lines because of the

More information

Chapter 6 Configuring the SSL VPN Tunnel Client and Port Forwarding

Chapter 6 Configuring the SSL VPN Tunnel Client and Port Forwarding Chapter 6 Configuring the SSL VPN Tunnel Client and Port Forwarding This chapter describes the configuration for the SSL VPN Tunnel Client and for Port Forwarding. When a remote user accesses the SSL VPN

More information

Sample Configuration Using the ip nat outside source static

Sample Configuration Using the ip nat outside source static Sample Configuration Using the ip nat outside source static Table of Contents Sample Configuration Using the ip nat outside source static Command...1 Introduction...1 Before You Begin...1 Conventions...1

More information

INDIAN INSTITUTE OF TECHNOLOGY BOMBAY MATERIALS MANAGEMENT DIVISION : (+91 22) 2576 8800 (DR)

INDIAN INSTITUTE OF TECHNOLOGY BOMBAY MATERIALS MANAGEMENT DIVISION : (+91 22) 2576 8800 (DR) Item CORE SWITCH: 24 Ports Item Description 1)General requirements: Switch- modular operating system, non-blocking wire speed performance. Switch solution-capable of providing complete redundancy by using

More information

E-GOVERNANCE MISSION MODE PROJECT (MMP) CRIME & CRIMINAL TRACKING NETWORK & SYSTEMS (CCTNS) IMPLEMENTATION OF CCTNS IN GOA

E-GOVERNANCE MISSION MODE PROJECT (MMP) CRIME & CRIMINAL TRACKING NETWORK & SYSTEMS (CCTNS) IMPLEMENTATION OF CCTNS IN GOA E-GOVERNANCE MISSION MODE PROJECT (MMP) CRIME & CRIMINAL TRACKING NETWORK & SYSTEMS (CCTNS) IMPLEMENTATION OF CCTNS IN GOA RFP FOR SELECTION OF SYSTEM INTEGRATOR CORRIGENDUM RELEASED BY: Goa Police Government

More information

Avaya P333R-LB. Load Balancing Stackable Switch. Load Balancing Application Guide

Avaya P333R-LB. Load Balancing Stackable Switch. Load Balancing Application Guide Load Balancing Stackable Switch Load Balancing Application Guide May 2001 Table of Contents: Section 1: Introduction Section 2: Application 1 Server Load Balancing Section 3: Application 2 Firewall Load

More information

The OSI and TCP/IP Models. Lesson 2

The OSI and TCP/IP Models. Lesson 2 The OSI and TCP/IP Models Lesson 2 Objectives Exam Objective Matrix Technology Skill Covered Exam Objective Exam Objective Number Introduction to the OSI Model Compare the layers of the OSI and TCP/IP

More information

Radware s Multi-homing Solutions

Radware s Multi-homing Solutions Radware s Multi-homing Solutions White Paper May 5, 2003 North America Radware Inc. 575 Corporate Dr Suite 205 Mahwah, NJ 07430 Tel 888 234 5763 International Radware Ltd. 22 Raoul Wallenberg St Tel Aviv

More information

Building Reliable, Scalable AR System Solutions. High-Availability. White Paper

Building Reliable, Scalable AR System Solutions. High-Availability. White Paper Building Reliable, Scalable Solutions High-Availability White Paper Introduction This paper will discuss the products, tools and strategies available for building reliable and scalable Action Request System

More information

Enterprise Edge Communications Manager. Data Capabilities

Enterprise Edge Communications Manager. Data Capabilities Enterprise Edge Communications Manager Data Capabilities Data Module Objectives After the completion of this module you will be able to describe the following Data components of the Enterprise Edge Communications

More information

Strategies for Getting Started with IPv6

Strategies for Getting Started with IPv6 Strategies for Getting Started with IPv6 IPv6 Transition Acceleration Options for Web Applications and Services By Scott Hogg GTRI - Director of Technology Solutions CCIE #5133, CISSP #4610 IPv6 Transition

More information

Barracuda Load Balancer Online Demo Guide

Barracuda Load Balancer Online Demo Guide Barracuda Load Balancer Online Demo Guide Rev 1.3 October 04, 2012 Product Introduction The Barracuda Networks Load Balancer provides comprehensive IP load balancing capabilities to any IP-based application,

More information

CCNP SWITCH: Implementing High Availability and Redundancy in a Campus Network

CCNP SWITCH: Implementing High Availability and Redundancy in a Campus Network CCNP SWITCH: Implementing High Availability and Redundancy in a Campus Network Olga Torstensson SWITCHv6 1 Components of High Availability Redundancy Technology (including hardware and software features)

More information

Configuring Advanced Server Load Balancing

Configuring Advanced Server Load Balancing CHAPTER 5 This chapter describes how to configure advanced server load balancing (SLB) on the CSM and contains these sections: Configuring URL Hashing, page 5-1 Configuring Firewall Load Balancing, page

More information

Link Load Balancing 2015-04-28 08:50:44 UTC. 2015 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement

Link Load Balancing 2015-04-28 08:50:44 UTC. 2015 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Link Load Balancing 2015-04-28 08:50:44 UTC 2015 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents Link Load Balancing... 3 Link Load Balancing... 4 Configuring

More information

Virtual PortChannels: Building Networks without Spanning Tree Protocol

Virtual PortChannels: Building Networks without Spanning Tree Protocol . White Paper Virtual PortChannels: Building Networks without Spanning Tree Protocol What You Will Learn This document provides an in-depth look at Cisco's virtual PortChannel (vpc) technology, as developed

More information

Coyote Point Systems White Paper

Coyote Point Systems White Paper Five Easy Steps to Implementing Application Load Balancing for Non-Stop Availability and Higher Performance. Coyote Point Systems White Paper Load Balancing Guide for Application Server Administrators

More information

Networking. Systems Design and. Development. CRC Press. Taylor & Francis Croup. Boca Raton London New York. CRC Press is an imprint of the

Networking. Systems Design and. Development. CRC Press. Taylor & Francis Croup. Boca Raton London New York. CRC Press is an imprint of the Networking Systems Design and Development Lee Chao CRC Press Taylor & Francis Croup Boca Raton London New York CRC Press is an imprint of the Taylor & Francis Croup, an Informa business AN AUERBACH BOOK

More information

5 Easy Steps to Implementing Application Load Balancing for Non-Stop Availability and Higher Performance

5 Easy Steps to Implementing Application Load Balancing for Non-Stop Availability and Higher Performance 5 Easy Steps to Implementing Application Load Balancing for Non-Stop Availability and Higher Performance DEPLOYMENT GUIDE Prepared by: Jim Puchbauer Coyote Point Systems Inc. The idea of load balancing

More information

vsphere Networking vsphere 6.0 ESXi 6.0 vcenter Server 6.0 EN-001391-01

vsphere Networking vsphere 6.0 ESXi 6.0 vcenter Server 6.0 EN-001391-01 vsphere 6.0 ESXi 6.0 vcenter Server 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more

More information

CheckPoint Software Technologies LTD. How to Configure Firewall-1 With Connect Control

CheckPoint Software Technologies LTD. How to Configure Firewall-1 With Connect Control CheckPoint Software Technologies LTD. How to Configure Firewall-1 With Connect Control (Load-Balance across multiple servers) Event: Partner Exchange Conference Date: October 10, 1999 Revision 1.0 Author:

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions 1. Q: What is the Network Data Tunnel? A: Network Data Tunnel (NDT) is a software-based solution that accelerates data transfer in point-to-point or point-to-multipoint network

More information

Firewall Load Balancing

Firewall Load Balancing CHAPTER 6 This chapter describes the (FWLB) feature. It includes the following sections: FWLB Overview, page 6-1 FWLB Features, page 6-2 FWLB Configuration Tasks, page 6-3 Monitoring and Maintaining FWLB,

More information

Single Pass Load Balancing with Session Persistence in IPv6 Network. C. J. (Charlie) Liu Network Operations Charter Communications

Single Pass Load Balancing with Session Persistence in IPv6 Network. C. J. (Charlie) Liu Network Operations Charter Communications Single Pass Load Balancing with Session Persistence in IPv6 Network C. J. (Charlie) Liu Network Operations Charter Communications Load Balancer Today o Load balancing is still in use today. It is now considered

More information

Data Communication Networks and Converged Networks

Data Communication Networks and Converged Networks Data Communication Networks and Converged Networks The OSI Model and Encapsulation Layer traversal through networks Protocol Stacks Converged Data/Telecommunication Networks From Telecom to Datacom, Asynchronous

More information

基 於 SDN 與 可 程 式 化 硬 體 架 構 之 雲 端 網 路 系 統 交 換 器

基 於 SDN 與 可 程 式 化 硬 體 架 構 之 雲 端 網 路 系 統 交 換 器 基 於 SDN 與 可 程 式 化 硬 體 架 構 之 雲 端 網 路 系 統 交 換 器 楊 竹 星 教 授 國 立 成 功 大 學 電 機 工 程 學 系 Outline Introduction OpenFlow NetFPGA OpenFlow Switch on NetFPGA Development Cases Conclusion 2 Introduction With the proposal

More information

vsphere Networking ESXi 5.0 vcenter Server 5.0 EN-000599-01

vsphere Networking ESXi 5.0 vcenter Server 5.0 EN-000599-01 ESXi 5.0 vcenter Server 5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

vrealize Automation Load Balancing

vrealize Automation Load Balancing vrealize Automation Load Balancing Configuration Guide Version 6.2 T E C H N I C A L W H I T E P A P E R A U G U S T 2 0 1 5 V E R S I O N 1. 0 Table of Contents Introduction... 4 Load Balancing Concepts...

More information

Internetworking Microsoft TCP/IP on Microsoft Windows NT 4.0

Internetworking Microsoft TCP/IP on Microsoft Windows NT 4.0 Internetworking Microsoft TCP/IP on Microsoft Windows NT 4.0 Course length: 5 Days Course No. 688 - Five days - Instructor-led Introduction This course provides students with the knowledge and skills required

More information

GigaVUE-420. The Next Generation. Data Access Switch. Gigamon Systems. Intelligent Data Access Networking

GigaVUE-420. The Next Generation. Data Access Switch. Gigamon Systems. Intelligent Data Access Networking GigaVUE-420 The Next Generation Data Access Switch Gigamon Systems Intelligent Data Access Networking GigaVUE is a Data Socket Part of the Reliable Network Infrastructure Plug-in multiple out-of-band tools

More information