White paper. Cutting datacenter costs with server and infrastructure offload A technical guide

Size: px
Start display at page:

Download "White paper. Cutting datacenter costs with server and infrastructure offload A technical guide"

Transcription

1 White paper Cutting datacenter costs with server and infrastructure offload A technical guide

2 Table of contents Overview Primary mechanisms for server offload... 4 Secondary mechanisms for reducing and better managing server load... 5 Cutting the cost and complexity of other datacenter infrastructure... 6 The NetScaler difference... 6 Summary

3 Overview Enterprises and service providers worldwide are struggling to deal with mounting datacenter costs. For those paying the bills, the prevailing trends resemble a perfect storm. Server count continues to grow at the relatively high rate of ten percent per year as organizations seek to further automate business processes and increasingly embrace compute-intensive, multi-tier Web application architectures to do so 1 ; Once distributed computing resources are now being centralized within datacenters to ease compliance efforts, improve security, and help address heightened requirements for disaster recovery and business continuity; and Power and cooling requirements for servers and other hardware continue to rise in response to demand for systems with higher performance. Citrix NetScaler Available as a family of highly scalable, purpose-built appliances, Citrix NetScaler is a full-featured Application Delivery Controller. By combining a highly complementary set of functional modules, NetScaler enables organizations to optimize and ensure the performance, availability and security of both their public-facing and intranet Web applications. A marketproven solution, NetScaler is used by 8 out of the 10 largest Web sites and over 2,000 enterprises. An estimated 75% of Internet users hit a NetScaler daily. The net result is that datacenter power demand is doubling approximately every five to six years 2 at the same time that energy prices are increasing five percent per year, and possibly even more going forward. Moreover, many organizations are facing the prospect of paying for entirely new datacenters as their existing ones simply run out of available floor space or power and cooling capacity. For those already at their limits, this approach also means having to get by as best they can for the next two to three years, or however long it takes for their new data centers to be designed, approved, constructed and eventually brought on line. Without the capacity to readily deploy new applications, a key ingredient for remaining competitive, the impact to these businesses could be devastating. One remedy is for IT to find ways to reduce the number of required servers without compromising the services and applications that are delivered to the organization. In this regard, taking advantage of server virtualization technology is clearly a popular option. However, the use of an Application Delivery Controller, such as Citrix NetScaler, is an equally promising approach that also deserves close consideration. With a powerful set of capabilities for offloading datacenter infrastructure, NetScaler 1 Source: US EPA Energy Star Report to Congress, Source: US EPA Energy Star Report to Congress,

4 provides a relatively quick, low-cost way for organizations to cut their server count by 50 to 60 percent or more. Significant cost savings are in turn accrued from a corresponding reduction in datacenter requirements for space, cooling, power and personnel. Primary mechanisms for server offload Deployed in front of application servers, NetScaler delivers a number of significant benefits. Chief among these is the ability to help control datacenter costs by substantially reducing the number of servers that organizations require to deliver their applications. From a technical perspective, this is accomplished primarily by the following set of features, each of which frees back-end systems from one or more resource-intensive operations. TCP multiplexing Ordinarily, application servers have to set up, maintain and tear down multiple TCP connections to fulfill a single, user-level transaction. This is especially true for Web applications, where individual pages often comprise numerous objects and a single click can entail tens or even hundreds of back-end requests. The resulting drain of all these TCP operations in terms of both CPU cycles and memory usage can be considerable. TCP multiplexing is a connection management capability that can relieve application servers of a significant portion of this burden. In its role as a proxy between clients and servers, NetScaler is able to track HTTP requests independent of TCP connections. This affords the opportunity to aggregate a large number of requests, even ones from different clients, over a much smaller number of long-lived TCP connections, even if the clients do not support persistent connections. As a result, each server s connection handling responsibilities are dramatically reduced. Buffering, a closely related TCP management capability, eliminates the server s dependency on the client s connection speed. With buffering, once a request had been made to a server, the response can be sent to NetScaler at full LAN speeds. NetScaler then throttles the response at whatever rate the client requires, effectively freeing individual servers from another onerous connection management task. It offloads the TCP handling from the servers onto the NetScaler appliance, meaning less server infrastructure is needed to support a huge load. Mike Jones, CEO, Userplane For Userplane, this translated to needing only 20 of an estimated 150 servers to host a new Web-based system, thereby avoiding an outlay of $390,000. SSL offload Heightened concerns for the integrity and confidentiality of sensitive data means that an increasingly significant percentage of application content must be encrypted. Associated key exchange, certificate management and bulk cryptographic operations are all relatively compute-intensive processes. However, with its hardware-based SSL acceleration capabilities, NetScaler is able to offload these functions, freeing server resources for other tasks. Performing these cryptographic operations is also essential when it comes to maximizing the benefit of the other offload features discussed herein. Many of these features depend upon having access to packet payloads, not just headers. So without the SSL offload capability, they would only be able to operate on unencrypted application traffic. Caching Particularly with Web applications, many of the requests being received are for the same bits and pieces of content. As a result, caching is another highly effective means for reducing the load on downstream servers. In the case of NetScaler, the gains are maximized due to the fact that its AppCache TM functionality provides in-memory caching not just for static data, but for dynamically generated HTTP application content as well. In addition, highly flexible rules can be configured to granularly define content cacheability and set expiration (i.e., forced refresh) timeframes. 4

5 Depending on the nature of the application being served, each of these mechanisms TCP multiplexing, SSL offload and caching is capable of substantially reducing the load placed on the corresponding servers. When they are used in combination, organizations will often see their server requirements cut by a factor of two to three, or possibly even more. For example, implementing NetScaler allowed Live Nation, a U.S.-based promoter and producer of live events, to manage its site traffic with 50 percent fewer servers. In another case, SINA, a leading online media and value-added information services provider serving Chinese audiences worldwide, deployed NetScaler and was able to reduce the number of servers required to support its Web site by 66 percent. I don t have to have as much hardware behind the site. It s a huge benefit that NetScaler can manage front-end connections and maintain persistent connections to the back-end. Without NetScaler, we would probably need at least twice as many servers. This saved us close to six figures in hardware and other costs. Jim Hayes, VP Data Center Operations, Live Nation Secondary mechanisms for reducing and better managing server load This next set of server offload mechanisms is classified as secondary because the gains they yield are more likely to be incremental, particularly relative to the previously discussed primary mechanisms. This is due to these features having less applicability, as well as somewhat lower impact to begin with. Nonetheless, in a situation where every square foot, BTU, watt and dollar counts, they still deserve attention. Session persistence As part of its layer-4 load balancing functionality, NetScaler includes support for session persistence. This means that source IP address, cookies or various hashes can be used to ensure that all subsequent requests associated with a user s session can be directed to the server selected to process the initial request. By providing this capability, NetScaler relieves the application and its corresponding servers of the need to continuously share state information. Although state sharing is typically a non-issue for smaller implementations, it can actually be quite taxing for large applications that are spread over tens or even hundreds of servers. Server specialization Less about offloading and more about right-loading, server specialization is a by-product of NetScaler s layer-7 load balancing capabilities. Unlike conventional layer-3/4 load balancers, NetScaler can also route traffic based on application-layer attributes, such as HTTP header, uniform resource identifier, SSL session ID and HTML form data. For organizations that are interested, this difference can be used to enable more efficient utilization of its servers. In particular, because all of the services and components that comprise an application no longer need to be implemented on every server node, each physical system can now be tailored to the specific functions it will be supporting. Cost-based load distribution Similar to the previous mechanism, cost-based load distribution is also more about right-loading than offloading. However, no servers will be recovered in this case, only costs. NetScaler uses global server load balancing capability to selectively shift application loads that are already being supported by multiple datacenters to whichever datacenter has the most favorable cost conditions at any given point in time. For example, if one datacenter has lower power rates and can take advantage of free-cooling techniques during its evening hours, then it may make sense to shunt application loads its way instead of to a datacenter that is simultaneously operating during its daylight hours under far more adverse power, cooling and cost conditions. Obviously, this could be a tricky proposition. A full cost analysis would be appropriate and the potential impact on user experience would also need to be weighed. But for those scenarios where the conditions are right, the resulting cost savings can certainly be worth the effort. 5

6 Cutting the cost and complexity of other datacenter infrastructure So what about the rest of the computing infrastructure? After all, datacenters are not made up of servers alone. Not surprisingly, NetScaler can help there as well, in several distinct ways. First, there is the derivative impact of server offload. Having fewer servers will often enable an organization to get by with smaller or fewer network and security devices, such as switches and intrusion prevention systems, since fewer physical ports will be needed. Next, there is the impact of the following features, each of which improves end-to-end latency and lowers bandwidth and system capacity requirements. TCP optimization Whereas TCP multiplexing involves connections between NetScaler and back-end servers, other TCP optimizations are applicable at the front end. Techniques such as forward-error correction, window scaling and buffering help make more efficient use of bandwidth and reduce the amount of chattiness an inefficient application behavior that takes numerous back-and-forth exchanges between client and server to complete a single, user-level action. These mechanisms may not seem like much on the surface, but it is not uncommon to have them trim bandwidth by a third while also reducing latency by a factor of 2 to 10 times. Application-specific optimization Analogous to the previous feature, application-specific optimization is different only in that it involves overcoming efficiencies at higher layers of the computing stack, for example, with HTTP and the Web services family of protocols. Compression A common technique for shrinking the amount of data exchanged between clients and servers, compression reduces bandwidth consumption while simultaneously improving user performance. However, executing the corresponding algorithms in real-time is a processor-intensive task that can overload busy application servers. By integrating AppCompress, a high-performance compression engine, NetScaler relieves servers of this burden while also reducing the load for every network link and infrastructure device between itself and all of the application s clients. Finally, a third item to consider is that NetScaler itself provides a substantial degree of consolidation and, therefore, infrastructure offload. With modules for all of the capabilities described above, as well as ones for Web Application Firewall and SSL VPN technology, NetScaler enables a broad range of services to be implemented via a single platform. The alternative, having IT implement a collection of standalone devices, is considerably less attractive. It introduces far greater complexity, requires that many more power supplies to be fed, consumes more cooling capacity and incurs the performance penalty of having to process the same set of packets that many more times. The ability of Citrix NetScaler s AppCache to cache common server requests, combined with page compression and connection optimisation, has resulted in improved data transmission to end users. Citrix NetScaler has greatly reduced TfL s bandwidth requirements without the need to increase server hardware, power or data centre space. David Coppins, Group Marketing Operations, Technical Manager, Transport for London The NetScaler difference NetScaler is not the only Application Delivery Controller available in the market. When it comes to server and infrastructure offload and reducing datacenter costs, there are many other products that will claim to provide a similar set of capabilities. What sets NetScaler apart, however, is the efficiency with which it executes the aforementioned mechanisms and its superior scalability. What makes these differences possible are its unified management, purpose-built platform and integrated-yet-modular design. 6

7 Unified management Today s Web applications are extremely complex. This application complexity frequently leads to ADC configuration complexity. Beyond configuring basic L4 load balancing, it can be hard for a network administrator to even know where to begin when configuring an ADC for Web applications. The net effect of this is that for many applications, the offload and other optimization benefits of a solution like NetScaler frequently go untapped. AppExpert Templates new in NetScaler 9 mask this complexity by encapsulating all the elements of the NetScaler configuration specific to a given application. An AppExpert Template includes: 1) The application components (e.g., pages, files, archives, Web Services) that NetScaler will optimize 2) The traffic management entities (e.g., VServers/VIPs and associated load-balancing algorithms, health checks, persistence methods, SSL offload settings) for these application components 3) The specific NetScaler policies for caching, compression, rewrite and other NetScaler functionality used to optimize the application By using NetScaler AppExpert Templates, organizations can easily tap the full potential of NetScaler to cut server costs and optimize the application, regardless of its complexity. AppExpert Template main view and Application Configuration Visualizer. AppExpert Templates present a consolidated view of everything NetScaler is doing for a given application to NetScaler administrators, further simplifying management. From one place, NetScaler administrators can manage, maintain and change the NetScaler configuration for the application. This same view provides a framework for NetScaler administrators and their peers in the application groups to work together as existing applications evolve and as new applications are brought online. Perhaps most importantly, AppExpert Templates are designed to be imported and exported, so the benefits of NetScaler for specific applications can be gained within minutes. Import/export also makes it easy to share application-specific configuration within an organization and between organizations. 3 3 Pre-built AppExpert Templates are available for download from 7

8 NetScaler capabilities Server and infrastructure offload is just one of several strengths of the NetScaler application delivery solution. With its comprehensive set of functional modules, NetScaler also provides extensive services and helps IT address key requirements in the areas of application security, availability and performance. Available modules include the following: AppCompress EdgeSight AppCache SSL acceleration Content switching Global server load balancing Content rewrite Application security Access Gateway Citrix SmartAccess Load balancing AppExpert Templates are fully integrated with the intuitive NetScaler GUI and performance dashboard, and work seamlessly with the AppExpert Visual Policy Builder. The AppExpert Visual Policy Builder supports all NetScaler functionality via a common policy creation environment. Using the AppExpert Visual Policy Builder, any individual NetScaler policy can be created with no need for programming or scripting. Combined, NetScaler s unified management makes fully exploiting NetScaler offload easy. Purpose-built platform Offloading servers and other datacenter infrastructure means that NetScaler itself must tackle a variety of compute-intensive processes. To perform these better, more efficiently and in a more scalable manner, it must do things differently. It must apply a level of specialization that elevates its capabilities beyond those of ordinary application servers. For NetScaler, the key is having a purposebuilt platform, one where the hardware and, even more importantly, the system-level software have been constructed and optimized explicitly to support the previously discussed mechanisms and features. Some of the more significant elements this entails include: A customized hardware design, where both general-purpose processors and special-purpose merchant silicon are combined in a way that capitalizes on their individual strengths A customized operating system, where the conventional interrupt-driven model is replaced with a completely deterministic approach to connection management and packet processing, one that helps minimize latency and maximize scalability A customized TCP/IP stack, where extraneous routines have been eliminated and others have been finely tuned to deliver optimum performance An intelligent HTTP parsing engine, where packet-processing tasks need not be repeated for each individual service being supported (e.g., caching, compression) Integrated modular design Being modular is fundamental to the flexibility and functional scope of the solution, and to the overall value and economic benefit it has for IT (see sidebar). This is not enough, however. With NetScaler, emphasis is placed on ensuring compatibility and providing deep integration between the different functional modules. This way, each one is assured the opportunity to take full advantage of the embedded performance and security features of the purpose-built platform; and efficiency and scalability of the system can be increased even further. (For further details, readers are encouraged to review the whitepaper Advanced load balancing: 8 must-have features for today s network demands, available at 8

9 Summary Most organizations are struggling with the high cost of datacenter operations. For many organizations, the situation is even worse. They have run out of space, power and cooling capacity, or soon will. Fortunately, Citrix NetScaler provides a way to address both issues in a quick yet sustainable manner. By taking advantage of NetScaler s extensive set of server and infrastructure offload capabilities, IT departments can realize a reduction of 50 to 60 percent in their server requirements, along with a corresponding cut in datacenter costs. Furthermore, because NetScaler is based on a purpose-built platform, features an integrated yet modular design, and is accompanied by robust management tools, organizations can be assured these gains will be maximized, particularly relative to competing solutions. Citrix Worldwide Worldwide headquarters Citrix Systems, Inc. 851 West Cypress Creek Road Fort Lauderdale, FL USA T T Regional headquarters Americas Citrix Silicon Valley 4988 Great America Parkway Santa Clara, CA USA T Europe Citrix Systems International GmbH Rheinweg Schaffhausen Switzerland T Asia Pacific Citrix Systems Hong Kong Ltd. Suite 3201, 32nd Floor One International Finance Centre 1 Harbour View Street Central Hong Kong T Citrix Online division 6500 Hollister Avenue Goleta, CA USA T About Citrix Citrix Systems, Inc. (Nasdaq:CTXS) is the global leader and the most trusted name in application delivery infrastructure. More than 215,000 organizations worldwide rely on Citrix to deliver any application to users anywhere with the best performance, highest security and lowest cost. Citrix customers include 100% of the Fortune 100 companies and 99% of the Fortune Global 500, as well as hundreds of thousands of small businesses and prosumers. Citrix has approximately 6,200 channel and alliance partners in more than 100 countries. Annual revenue in 2007 was $1.4 billion Citrix Systems, Inc. All rights reserved. Citrix, NetScaler, Access Gateway and EdgeSight are trademarks of Citrix Systems, Inc. and/or one or more of its subsidiaries, and may be registered in the U.S. Patent and Trademark Office and in other countries. All other trademarks and registered trademarks are property of their respective owners /PDF

Application Template Deployment Guide

Application Template Deployment Guide DEPLOYMENT GUIDE NetScaler, Oracle EBS 12.1 Application Template Deployment Guide Oracle E-Business Suite 12.1 www.citrix.com DEPLOYMENT GUIDE NetScaler, Oracle EBS 12.1 Table of Contents Introduction...3

More information

Features of a comprehensive application security solution

Features of a comprehensive application security solution WHITE PAPER Citrix NetScaler Features of a comprehensive application security solution The comprehensive security features of Citrix NetScaler protect against DoS/DDoS, deliver intrusion filtering capabilities

More information

Is your load balancer cloud ready? How NetScaler helps enterprises achieve cloud computing benefits. www.citrix.com

Is your load balancer cloud ready? How NetScaler helps enterprises achieve cloud computing benefits. www.citrix.com Is your load balancer cloud ready? How NetScaler helps enterprises achieve cloud computing benefits www.citrix.com Executive summary Cloud computing is one of the emerging developments in IT service delivery.

More information

Cloud Networking Services

Cloud Networking Services Cloud computing is a compelling way to deliver web-based and non-web-based applications that better utilize the physical infrastructure, while lowering costs by moving from silos of expensive customized

More information

Advanced load balancing: 8 must-have features for today s network demands

Advanced load balancing: 8 must-have features for today s network demands White paper Advanced load balancing: 8 must-have features for today s network demands Application availability and scalability are no longer enough. Today s enterprises require an integrated solution that

More information

Advanced load balancing: 8 must-have features for today s network demands

Advanced load balancing: 8 must-have features for today s network demands Advanced load balancing: 8 must-have features for today s network demands Application availability and scalability are no longer enough. Today s enterprises require an integrated solution that also delivers

More information

White paper. Microsoft and Citrix VDI: Virtual desktop implementation scenarios

White paper. Microsoft and Citrix VDI: Virtual desktop implementation scenarios White paper Microsoft and Citrix VDI: Virtual desktop implementation scenarios Table of contents Objective Microsoft VDI offering components High definition user experience...3 A very cost-effective and

More information

The Benefits of Virtualizing Citrix XenApp with Citrix XenServer

The Benefits of Virtualizing Citrix XenApp with Citrix XenServer White Paper The Benefits of Virtualizing Citrix XenApp with Citrix XenServer This white paper will discuss how customers can achieve faster deployment, higher reliability, easier management, and reduced

More information

Five reasons why you need Citrix Essentials for Hyper-V now

Five reasons why you need Citrix Essentials for Hyper-V now Five reasons why you need Citrix Essentials for Hyper-V now This paper explores common challenges associated with server virtualization deployments and the ways Citrix Essentials for Hyper-V together with

More information

Microsoft SharePoint 2013 with Citrix NetScaler

Microsoft SharePoint 2013 with Citrix NetScaler Deployment Guide Microsoft SharePoint 2013 with Citrix NetScaler Deployment Guide citrix.com Table of contents Introduction 3 NetScaler value-add to SharePoint 4 Product versions and prerequisites 4 Deploying

More information

Executive summary. Introduction Trade off between user experience and TCO payoff

Executive summary. Introduction Trade off between user experience and TCO payoff Virtual desktop White Paper How fast is my virtual desktop? Delivering a high definition desktop experience to branch office users with Citrix Branch Repeater DVI www.citrix.com Executive summary Emerging

More information

Extending Microsoft Hyper-V with Advanced Automation and Management from Citrix

Extending Microsoft Hyper-V with Advanced Automation and Management from Citrix Extending Microsoft Hyper-V with Advanced Automation and Management from Citrix August 2009 Table of Contents Introducing Citrix Essentials for Hyper-V 3 Challenges of Server Virtualization 3 Components

More information

White paper. Load balancing basics. Updated 12-07

White paper. Load balancing basics. Updated 12-07 White paper Load balancing basics Updated 12-07 Table of Contents Overview Traditional load balancing... 3 Improving network traffic management... 4 Accelerating application performance... 4 Application-aware

More information

Building a better branch office. www.citrix.com

Building a better branch office. www.citrix.com Building a better branch office www.citrix.com Introduction The majority of workers today are in branch offices, not in a headquarters facility. In many instances, all of the applications used by branch

More information

White paper. Keys to SAP application acceleration: advances in delivery systems.

White paper. Keys to SAP application acceleration: advances in delivery systems. White paper Keys to SAP application acceleration: advances in delivery systems. Table of contents The challenges of fast SAP application delivery...3 Solving the acceleration challenge: why traditional

More information

How To Install A Citrix Netscaler On A Pc Or Mac Or Ipad (For A Web Browser) With A Certificate Certificate (For An Ipad) On A Netscaler (For Windows) With An Ipro (For

How To Install A Citrix Netscaler On A Pc Or Mac Or Ipad (For A Web Browser) With A Certificate Certificate (For An Ipad) On A Netscaler (For Windows) With An Ipro (For Deployment Guide Deployment Guide VeriSign Certificate Authority Citrix NetScaler SSL Deployment Guide Notice: The information in this publication is subject to change without notice. THIS PUBLICATION

More information

Application Security WHY NETWORK FIREWALLS AND INTRUSION PREVENTION SYSTEMS AREN T ENOUGH

Application Security WHY NETWORK FIREWALLS AND INTRUSION PREVENTION SYSTEMS AREN T ENOUGH W H I T E P A P E R Application Security WHY NETWORK FIREWALLS AND INTRUSION PREVENTION SYSTEMS AREN T ENOUGH Table of Contents 2 Network Firewalls: Notable Facts Why that s good Why that s not good enough

More information

Accelerated application performance. Comprehensive application security

Accelerated application performance. Comprehensive application security Citrix NetScaler Product Overview Application Delivery System integrating comprehesive application acceleration, traffi c management, security and performance and visibility Citrix NetScaler web application

More information

Desktop virtualization and the branch office. Optimizing virtual desktops and applications to the branch office VDI. www.citrix.

Desktop virtualization and the branch office. Optimizing virtual desktops and applications to the branch office VDI. www.citrix. Desktop virtualization and the branch office White Paper Optimizing virtual desktops and applications to the branch office VDI www.citrix.com Introduction The challenge of managing applications and desktop

More information

NetScaler SQL Intelligent Load Balancing. Scaling the Data Tier with. www.citrix.com

NetScaler SQL Intelligent Load Balancing. Scaling the Data Tier with. www.citrix.com Scaling the Data Tier with Citrix NetScaler SQL Intelligent Load Balancing www.citrix.com Executive summary The growth of social networks, video, mobile and the Web in general has resulted in an explosion

More information

Benefits of Citrix NetScaler for Ajax Applications

Benefits of Citrix NetScaler for Ajax Applications Benefits of Citrix NetScaler for Ajax Applications W H I T E P A P E R Table of Contents 2 Ajax and Web Applications 2 What is Ajax? 3 Ajax and Citrix NetScaler 4 Improving Data Center Efficiency Request

More information

DEPLOYMENT GUIDE XenApp, Avaya 1X Agent. Deployment Guide. Avaya 1X Agent. XenApp. www.citrix.com

DEPLOYMENT GUIDE XenApp, Avaya 1X Agent. Deployment Guide. Avaya 1X Agent. XenApp. www.citrix.com Deployment Guide Avaya 1X Agent XenApp www.citrix.com Table of Contents Introduction...3 Solution Requirements...4 Prerequisites...4 Usage Modes...4 Network Diagram...5 Compatibility Matrix...6 XenApp

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

Optimizing with Citrix NetScaler. Three keys to building the best front-end network for virtual desktop delivery. www.citrix.com

Optimizing with Citrix NetScaler. Three keys to building the best front-end network for virtual desktop delivery. www.citrix.com Optimizing with Citrix NetScaler White Paper Three keys to building the best front-end network for virtual desktop delivery www.citrix.com Executive summary Motivated by the compelling benefits virtual

More information

Advanced virtualization management for Hyper-V and System Center environments. www.citrix.com

Advanced virtualization management for Hyper-V and System Center environments. www.citrix.com Advanced virtualization management for Hyper-V and System Center environments www.citrix.com Introduction Microsoft Hyper-V provides a dynamic, reliable and scalable virtualization platform enabling cost

More information

WHITE PAPER. Citrix XenDesktop. Cost savings with centralized virtual desktops. www.citrix.com

WHITE PAPER. Citrix XenDesktop. Cost savings with centralized virtual desktops. www.citrix.com WHITE PAPER Citrix XenDesktop Cost savings with centralized virtual desktops www.citrix.com Introduction Centralized virtual desktops optimize the efficiency, security and flexibility of any PC environment.

More information

SiteCelerate white paper

SiteCelerate white paper SiteCelerate white paper Arahe Solutions SITECELERATE OVERVIEW As enterprises increases their investment in Web applications, Portal and websites and as usage of these applications increase, performance

More information

Accelerating Microsoft Windows 7 migrations with Citrix XenApp

Accelerating Microsoft Windows 7 migrations with Citrix XenApp Citrix XenApp and Microsoft Windows 7 White Paper Accelerating Microsoft Windows 7 migrations with Citrix XenApp XenApp will accelerate your Windows 7 migration, save money and resources, minimize disruption

More information

NetScaler: A comprehensive replacement for Microsoft Forefront Threat Management Gateway

NetScaler: A comprehensive replacement for Microsoft Forefront Threat Management Gateway NetScaler: A comprehensive replacement for Microsoft Forefront Threat Management Gateway 2 Microsoft s Forefront Threat Management Gateway (TMG) is a network security and protection solution for enterprise

More information

Deployment Guide. Microsoft SharePoint Deployment Guide. Utilizing the Acceleration and Optimization Features of Citrix NetScaler A Technical Guide

Deployment Guide. Microsoft SharePoint Deployment Guide. Utilizing the Acceleration and Optimization Features of Citrix NetScaler A Technical Guide Deployment Guide Microsoft SharePoint Deployment Guide Utilizing the Acceleration and Optimization Features of Citrix NetScaler A Technical Guide Deployment Guide Introduction Microsoft SharePoint is becoming

More information

2048-bit SSL. Best practices for implementing. www.citrix.com

2048-bit SSL. Best practices for implementing. www.citrix.com Best practices for implementing 2048-bit SSL www.citrix.com Executive summary Secure sockets layer (SSL) technology continues to be essential to the growth of the web. With unabated increases in ecommerce

More information

Secure SSL, Fast SSL

Secure SSL, Fast SSL Citrix NetScaler and Thales nshield work together to protect encryption keys and accelerate SSL traffic With growing use of cloud-based, virtual, and multi-tenant services, customers want to utilize virtual

More information

Citrix XenDesktop with FlexCast technology. Citrix XenDesktop: Desktop Virtualization For All. www.citrix.com

Citrix XenDesktop with FlexCast technology. Citrix XenDesktop: Desktop Virtualization For All. www.citrix.com Citrix XenDesktop with FlexCast technology White Paper Citrix XenDesktop: Desktop Virtualization For All www.citrix.com Today s organizations encompass a diverse range of users, from road warriors using

More information

Deployment Guide ICA Proxy for XenApp

Deployment Guide ICA Proxy for XenApp Deployment Guide ICA Proxy for XenApp Access Gateway Enterprise Edition (NetScaler AGEE) www.citrix.com Table of Contents Introduction...3 Solution Requirements...4 Prerequisites...4 Network Diagram...5

More information

AppFlow: next-generation application performance monitoring. www.citrix.com

AppFlow: next-generation application performance monitoring. www.citrix.com AppFlow White Paper AppFlow: next-generation application performance monitoring www.citrix.com Introduction: monitoring application performance has become more complex In today s always-on and connected

More information

Best practices for implementing

Best practices for implementing Best practices for implementing 2048-bit SSL www.citrix.com Executive summary Secure sockets layer (SSL) technology continues to be essential to the growth of the web. With unabated increases in ecommerce

More information

Staying Ahead of the Hacker Curve Turn-key Web Application Security Solution

Staying Ahead of the Hacker Curve Turn-key Web Application Security Solution White Paper and Cenzic Staying Ahead of the Hacker Curve Turn-key Web Application Security Solution Website Testing / Vulnerability Scanning (Cenzic) & Web Application Firewall (Citrix) www.citrix.com

More information

KEYS TO ACCELERATING WEB APPLICATION DELIVERY

KEYS TO ACCELERATING WEB APPLICATION DELIVERY KEYS TO ACCELERATING WEB APPLICATION DELIVERY Citrix NetScaler TABLE OF CONTENTS Business Applications Are Essential Treat The Symptoms or Solve The Problem? Application Delivery as a Strategy Citrix NetScaler:

More information

Simplicity is power.

Simplicity is power. IT, Simplified. Simplicity is power. Corporate vision A world where anyone can work and play from anywhere. NASDAQ CTXS Member of the NASDAQ 100 and S&P 500 Index. Revenue FY08 $1.6 billion Employees 4,000

More information

Achieving the lowest server virtualization TCO

Achieving the lowest server virtualization TCO Achieving the lowest server virtualization TCO Consolidation through server virtualization is a powerful agent for datacenter change, but shrinking your server footprint is just a part of the value that

More information

High availability and disaster recovery with Microsoft, Citrix and HP

High availability and disaster recovery with Microsoft, Citrix and HP High availability and disaster recovery White Paper High availability and disaster recovery with Microsoft, Citrix and HP Using virtualization, automation and next-generation storage to improve business

More information

Advanced virtualization management for Hyper-V and System Center environments

Advanced virtualization management for Hyper-V and System Center environments Advanced virtualization management for and System Center environments Microsoft extends the management capabilities of and System Center Virtual Machine Manager giving Microsoft customers a scalable, advanced

More information

White Paper. Protecting Mobile Apps with Citrix XenMobile and MDX. citrix.com

White Paper. Protecting Mobile Apps with Citrix XenMobile and MDX. citrix.com Protecting Mobile Apps with Citrix XenMobile and MDX citrix.com Mobility is a top priority for organizations as more employees demand access to the apps and data that will make them productive. Employees

More information

Guide to Deploying Microsoft Exchange 2013 with Citrix NetScaler

Guide to Deploying Microsoft Exchange 2013 with Citrix NetScaler Deployment Guide Guide to Deploying Microsoft Exchange 2013 with Citrix NetScaler Extensive guide covering details of NetScaler ADC deployment with Microsoft Exchange 2013. Table of Contents Introduction

More information

Cisco and Citrix: Building Application Centric, ADC-enabled Data Centers

Cisco and Citrix: Building Application Centric, ADC-enabled Data Centers Solutions Brief : Building Application Centric, ADC-enabled Data Centers Cisco Application Centric Infrastructure (ACI) integrates Citrix NetScaler Application Delivery Controller (ADC) appliances to reduce

More information

Microsoft Dynamics CRM 2015 with NetScaler for Global Server Load Balancing

Microsoft Dynamics CRM 2015 with NetScaler for Global Server Load Balancing Microsoft Dynamics CRM 2015 with NetScaler for Global Server Load Balancing Solution Guide This solution guide focuses on defining the deployment process for Microsoft Dynamics CRM with Citrix NetScaler.

More information

Cisco and Citrix: Building Application Centric, ADC-enabled Data Centers

Cisco and Citrix: Building Application Centric, ADC-enabled Data Centers : Building Application Centric, ADC-enabled Data Centers Cisco Application Centric Infrastructure (ACI) integrates Citrix NetScaler Application Delivery Controller (ADC) appliances to reduce deployment

More information

TCO Savings with Desktop Virtualization

TCO Savings with Desktop Virtualization WHITE PAPER Citrix XenDesktop TCO Savings with Desktop Virtualization www.citrix.com Cost Savings with Desktop Virtualization Moving from traditional PCs to desktop virtualization is first and foremost

More information

Securing virtual desktop infrastructure with Citrix NetScaler

Securing virtual desktop infrastructure with Citrix NetScaler Securing virtual desktop infrastructure with Citrix NetScaler 2 Today s enterprises are rapidly adopting desktop virtualization as a means to reduce operating costs, enable workplace flexibility, increase

More information

Fast and Furious: take web application performance, scalability and reliability to the next level with Citrix NetScaler. www.citrix.com.

Fast and Furious: take web application performance, scalability and reliability to the next level with Citrix NetScaler. www.citrix.com. : take web application performance, scalability and reliability to the next level with Citrix NetScaler Citrix NetScaler overview Deployed in front of web and database servers, Citrix NetScaler is an enterpriseclass

More information

Advanced Core Operating System (ACOS): Experience the Performance

Advanced Core Operating System (ACOS): Experience the Performance WHITE PAPER Advanced Core Operating System (ACOS): Experience the Performance Table of Contents Trends Affecting Application Networking...3 The Era of Multicore...3 Multicore System Design Challenges...3

More information

Citrix OpenCloud Access. Accelerate cloud computing adoption and simplify identity management. www.citrix.com

Citrix OpenCloud Access. Accelerate cloud computing adoption and simplify identity management. www.citrix.com Citrix OpenCloud Access White Paper Citrix OpenCloud Access Accelerate cloud computing adoption and simplify identity management www.citrix.com Executive summary Cloud-hosted application delivery models

More information

Citrix NetScaler and Microsoft SharePoint 2013 Hybrid Deployment Guide

Citrix NetScaler and Microsoft SharePoint 2013 Hybrid Deployment Guide Citrix NetScaler and Microsoft SharePoint 2013 Hybrid Deployment Guide 2013 Deployment Guide Table of Contents Overview 3 SharePoint Hybrid Deployment Overview 3 Workflow 4 Step by Step Configuration on

More information

The Critical Role of an Application Delivery Controller

The Critical Role of an Application Delivery Controller The Critical Role of an Application Delivery Controller Friday, October 30, 2009 Introduction In any economic environment a company s senior management expects that their IT organization will continually

More information

Advanced load balancing: 8 must-have features for today s network demands

Advanced load balancing: 8 must-have features for today s network demands White paper Advanced load balancing: 8 must-have features for today s network demands Application availability and scalability are no longer enough. Today s enterprises require an integrated solution that

More information

Better virtualization of. XenApp and XenDesktop with XenServer

Better virtualization of. XenApp and XenDesktop with XenServer XenApp and XenDesktop with XenServer White Paper Better virtualization of XenApp and XenDesktop with XenServer XenApp and XenDesktop customers can achieve increased consolidation, easier management, improved

More information

Citrix Receiver for Enterprise Applications The technical detail

Citrix Receiver for Enterprise Applications The technical detail Citrix Receiver for Enterprise Applications Technical White Paper Citrix Receiver for Enterprise Applications The technical detail This technical paper details a solution that lets on-the-road personnel

More information

Citrix NetScaler and e-gaming data centres

Citrix NetScaler and e-gaming data centres and data centres www.citrix.com Introduction There is currently a boom in across most of Europe. Research has shown that the rise in internet sites for placing bets and the popularisation of playing games

More information

White paper. Getting started with EdgeSight for Load Testing

White paper. Getting started with EdgeSight for Load Testing White paper Getting started with EdgeSight for Load Testing Table of contents Introduction... 1 Overview... 2 Defining Load... 3 Connections... 4 Define Users... 5 Instructions... 5 Performing a Load Test...

More information

Consolidation without compromise. www.citrix.com

Consolidation without compromise. www.citrix.com Consolidation without compromise www.citrix.com Executive summary Virtualization of compute, storage and infrastructure is enabling the transformation of enterprise datacenters into private clouds. The

More information

SOLUTION BRIEF Citrix Cloud Solutions Citrix Cloud Solution for On-boarding

SOLUTION BRIEF Citrix Cloud Solutions Citrix Cloud Solution for On-boarding SOLUTION BRIEF Citrix Cloud Solutions Citrix Cloud Solution for On-boarding www.citrix.com Contents Introduction... 3 The On- boarding Problem Defined... 3 Considerations for Application On- boarding...

More information

WHITE PAPER. Pay-as-You-Grow Licensing. Pay-as-You-Grow: Flexible Capacity in the Datacenter with On-Demand Licensing. www.citrix.

WHITE PAPER. Pay-as-You-Grow Licensing. Pay-as-You-Grow: Flexible Capacity in the Datacenter with On-Demand Licensing. www.citrix. WHITE PAPER Pay-as-You-Grow Licensing Pay-as-You-Grow: Flexible Capacity in the Datacenter with On-Demand Licensing www.citrix.com Executive Summary Today s organizations routinely experience both temporary

More information

Citrix Solutions for Complying with PCI-DSS ENSURING PROTECTION OF WEB APPLICATIONS AND PRIVACY OF CARDHOLDER INFORMATION

Citrix Solutions for Complying with PCI-DSS ENSURING PROTECTION OF WEB APPLICATIONS AND PRIVACY OF CARDHOLDER INFORMATION W H I T E P A P E R Citrix Solutions for Complying with PCI-DSS ENSURING PROTECTION OF WEB APPLICATIONS AND PRIVACY OF CARDHOLDER INFORMATION Table of Contents 2 Overview 2 A Tale of Abandonment, Missed

More information

Citrix XenClient. Extending the benefits of desktop virtualization to mobile laptop users. www.citrix.com

Citrix XenClient. Extending the benefits of desktop virtualization to mobile laptop users. www.citrix.com Citrix XenClient White Paper Citrix XenClient Extending the benefits of desktop virtualization to mobile laptop users www.citrix.com Executive summary Desktop virtualization is attractive to organizations

More information

Load Balancing Security Gateways WHITE PAPER

Load Balancing Security Gateways WHITE PAPER Load Balancing Security Gateways WHITE PAPER Table of Contents Acceleration and Optimization... 4 High Performance DDoS Protection... 4 Web Application Firewall... 5 DNS Application Firewall... 5 SSL Insight...

More information

Consolidation without compromise

Consolidation without compromise Consolidation without compromise www.citrix.com Executive summary Virtualization of compute, storage and infrastructure is enabling the transformation of enterprise datacenters into private clouds. The

More information

Citrix desktop virtualization and Microsoft System Center 2012: better together

Citrix desktop virtualization and Microsoft System Center 2012: better together Citrix desktop virtualization and Microsoft System Center 2012: better together 2 Delivery of applications and data to users is an integral part of IT services today. But delivery can t happen without

More information

White Paper. Optimizing the video experience for XenApp and XenDesktop deployments with CloudBridge. citrix.com

White Paper. Optimizing the video experience for XenApp and XenDesktop deployments with CloudBridge. citrix.com Optimizing the video experience for XenApp and XenDesktop deployments with CloudBridge Video content usage within the enterprise is growing significantly. In fact, Gartner forecasted that by 2016, large

More information

Get Control of Your Data Center. Application Delivery Controllers

Get Control of Your Data Center. Application Delivery Controllers White Paper Get Control of Your Data Center Application Delivery Controllers May 2011 Get Control of Your Data Center Access. Security. Delivery. Introduction Data center and networking technologies have

More information

The Application Front End Understanding Next-Generation Load Balancing Appliances

The Application Front End Understanding Next-Generation Load Balancing Appliances White Paper Overview To accelerate download times for end users and provide a high performance, highly secure foundation for Web-enabled content and applications, networking functions need to be streamlined.

More information

Securing virtual desktop infrastructure with Citrix NetScaler

Securing virtual desktop infrastructure with Citrix NetScaler Securing virtual desktop infrastructure with Citrix NetScaler 2 Today s enterprises are rapidly adopting desktop virtualization as a means to reduce operating costs, enable workplace flexibility, increase

More information

How To Use Netscaler As An Afs Proxy

How To Use Netscaler As An Afs Proxy Deployment Guide Guide to Deploying NetScaler as an Active Directory Federation Services Proxy Enabling seamless authentication for Office 365 use cases Table of Contents Introduction 3 ADFS proxy deployment

More information

What is an application delivery controller?

What is an application delivery controller? What is an application delivery controller? ADCs have gained traction within the last decade, largely due to increased demand for legacy load balancing appliances to handle more advanced application delivery

More information

Solve the application visibility challenge with NetScaler Insight Center

Solve the application visibility challenge with NetScaler Insight Center Citrix NetScaler Solve the application visibility challenge with NetScaler Insight Center 2 Executive Summary The ability to observe, diagnose, and subsequently improve the performance of business-critical

More information

Data Center Consolidation for Federal Government

Data Center Consolidation for Federal Government Data Center Consolidation for Federal Government Virtual computing transforms IT environments so agencies can cut costs, bolster efficiency and agility, and improve user productivity In a slow economy,

More information

Solutions for Web. Citrix NetScaler

Solutions for Web. Citrix NetScaler Introduction to Citrix Solutions for Web Application Delivery Citrix NetScaler 2 Global Market Forces Driving Change User Experience Declining IT Responsiveness Declining 3 Application Delivery Success

More information

The Application Delivery Controller Understanding Next-Generation Load Balancing Appliances

The Application Delivery Controller Understanding Next-Generation Load Balancing Appliances White Paper Overview To accelerate response times for end users and provide a high performance, highly secure and scalable foundation for Web applications and rich internet content, application networking

More information

icrosoft TMG Replacement with NetScaler

icrosoft TMG Replacement with NetScaler icrosoft TMG Replacement with NetScaler Replacing Microsoft Forefront TMG with NetScaler for secure VPN access Table of contents Introduction 3 Configuration details 3 NetScaler features to be enabled

More information

White paper. Desktop Virtualization: Overcoming five real-world challenges

White paper. Desktop Virtualization: Overcoming five real-world challenges White paper Desktop Virtualization: Overcoming five real-world challenges Table of contents Executive summary Introduction Desktop virtualization the business case One goal five challenges 1. Improved

More information

Citrix Access Gateway

Citrix Access Gateway F E A T U R E S O V E R V I E W Citrix Access Gateway Citrix Access Gateway is a universal SSL VPN appliance that combines the best features of IPSec and typical SSL VPNs without the costly and cumbersome

More information

White paper. Improving visibility to user login experience with Citrix EdgeSight

White paper. Improving visibility to user login experience with Citrix EdgeSight White paper Improving visibility to user login experience with Citrix EdgeSight Table of contents Introduction...1 Citrix end-user experience monitoring service overview...2 The Presentation Server login

More information

A10 ADC Return On Investment

A10 ADC Return On Investment WHITE PAPER A10 ADC Return On Investment Table of Contents Introduction...3 Streamline Operations to Maximize Efficiencies...3 Server Offload Is the Key...3 SSL Acceleration...4 TCP Optimization...5 RAM

More information

SolidFire SF3010 All-SSD storage system with Citrix CloudPlatform 3.0.5 Reference Architecture

SolidFire SF3010 All-SSD storage system with Citrix CloudPlatform 3.0.5 Reference Architecture SolidFire SF3010 All-SSD storage system with Citrix CloudPlatform 3.0.5 Reference Architecture 2 This reference architecture is a guideline for deploying Citrix CloudPlatform, powered by Apache CloudStack,

More information

Microsoft TMG Replacement with NetScaler

Microsoft TMG Replacement with NetScaler Microsoft TMG Replacement with NetScaler Replacing Microsoft Forefront TMG with NetScaler for Optimization This deployment guide focuses on replacing Microsoft Forefront Threat Management Gateway (TMG)

More information

Advanced Service Desk Security

Advanced Service Desk Security Advanced Service Desk Security Robust end-to-end security measures have been built into the GoToAssist Service Desk architecture to ensure the privacy and integrity of all data. gotoassist.com Many service

More information

APPLICATION DELIVERY

APPLICATION DELIVERY RIVERBED DELIVERY THE FIRST DELIVERY CONTROLLER (ADC) DESIGNED FOR ANY CLOUD OR Greater flexibility VIRTUALIZED ENVIRONMENT GARTNER MAGIC QUADRANT RECOGNITION We re a Visionary in the 2012 Magic Quadrant

More information

The Evolution of Application Acceleration:

The Evolution of Application Acceleration: WHITE PAPER The Evolution of Application Acceleration: From Server Load Balancers to Application Delivery Controllers www.crescendonetworks.com Corporate Headquarters 6 Yoni Netanyahu Street Or-Yehuda

More information

Citrix TriScale clustering tech note

Citrix TriScale clustering tech note Citrix TriScale Clustering Citrix TriScale clustering tech note 2 Expanding capacity with TriScale clustering Citrix TriScale clustering provides the ability to scale out Citrix NetScaler capacity to massive

More information

The complete solution for enabling BYO. www.citrix.com

The complete solution for enabling BYO. www.citrix.com The complete solution for enabling BYO Solution Brief The complete solution for enabling BYO www.citrix.com Companies of all sizes are witnessing a transformation in the types of devices entering the workplace,

More information

5 Key Reasons to Migrate from Cisco ACE to F5 BIG-IP

5 Key Reasons to Migrate from Cisco ACE to F5 BIG-IP 5 Key Reasons to Migrate from Cisco ACE to F5 BIG-IP With support for Cisco ACE load balancer ending, organizations need to find an alternative. Contents Introduction 3 Advanced Architecture 3 Ease of

More information

Integrated web application security. Benefits of integrated web application security. www.citrix.com

Integrated web application security. Benefits of integrated web application security. www.citrix.com Benefits of integrated web application security www.citrix.com Introduction Application layer attacks are epidemic. According to the CSI/FBI Computer Crime and Security Survey 2009, 92 percent of businesses

More information

Citrix NetScaler 10 Essentials and Networking

Citrix NetScaler 10 Essentials and Networking Citrix NetScaler 10 Essentials and Networking CNS205 Rev 04.13 5 days Description The objective of the Citrix NetScaler 10 Essentials and Networking course is to provide the foundational concepts and advanced

More information

Top Three Reasons to Deliver Web Apps with App Virtualization

Top Three Reasons to Deliver Web Apps with App Virtualization Top Three Reasons to Deliver Web Apps with App Virtualization Improve manageability, security and performance for browser-based apps. Web browsers can cause many of the same headaches as any other Windows

More information

Cisco ACI and Citrix NetScaler: Opening the Way to Data Center Agility

Cisco ACI and Citrix NetScaler: Opening the Way to Data Center Agility White Paper Cisco ACI and Citrix NetScaler: Opening the Way to Data Center Agility Business Agility Requires Data Center Agility Today s successful enterprises innovate and respond to change faster than

More information

Solutions Guide. Deploying Citrix NetScaler with Microsoft Exchange 2013 for GSLB. citrix.com

Solutions Guide. Deploying Citrix NetScaler with Microsoft Exchange 2013 for GSLB. citrix.com Deploying Citrix NetScaler with Microsoft Exchange 2013 for GSLB Table of Contents Introduction 3 Overview of Microsoft Exchange 2013 3 Why NetScaler GSLB for Exchange 2013? 3 Topology 3 Single Namespace

More information

Solutions Guide. Deploying Citrix NetScaler for Global Server Load Balancing of Microsoft Lync 2013. citrix.com

Solutions Guide. Deploying Citrix NetScaler for Global Server Load Balancing of Microsoft Lync 2013. citrix.com Solutions Guide Deploying Citrix NetScaler for Global Server Load Balancing of Microsoft Lync 2013 Table of Contents Introduction 3 Overview of Microsoft Lync 2013 3 Why NetScaler GSLB Solution for Lync

More information

WHITE PAPER. Extending Network Monitoring Tool Performance

WHITE PAPER. Extending Network Monitoring Tool Performance WHITE PAPER Extending Network Monitoring Tool Performance www.ixiacom.com 915-6915-01 Rev. A, July 2014 2 Table of Contents Benefits... 4 Abstract... 4 Introduction... 4 Understanding Monitoring Tools...

More information

White paper. Rapidly Deliver Microsoft Offi ce 2007 with Citrix XenApp

White paper. Rapidly Deliver Microsoft Offi ce 2007 with Citrix XenApp White paper Rapidly Deliver Microsoft Offi ce 2007 with Citrix XenApp Table of contents Rapidly Deliver Microsoft Offi ce 2007 with Citrix XenApp Introduction... 3 Challenges of Installing Microsoft Offi

More information