Solution Brief. HTTP Optimization. Riverbed RiOS 6.1

Size: px
Start display at page:

Download "Solution Brief. HTTP Optimization. Riverbed RiOS 6.1"

Transcription

1 Solution Brief HTTP Optimization Riverbed RiOS 6.1

2 HTTP OPTIMIZATION Overview A typical Web page is not a single file that is downloaded all at once. Instead, Web pages are composed of dozens of separate objects including.jpg and.gif images, JavaScript code, cascading style sheets, and more each of which must be requested and retrieved separately, one after the other. Given the presence of latency, this behavior is highly detrimental to the performance of Web-based applications over the WAN. The higher the latency, the longer it takes to fetch each individual object and, ultimately, to display the entire page. RiOS enables several mechanisms to further optimize HTTP(S) traffic, in addition to standard data streamlining and transport streamlining functionality. For static web content, a learning mechanism, that allows a client-side Steelhead to track the objects that are requested for a particular web page, accelerates future requests by using the learned information and pre-fetching associated content. In addition, HTTP(S) leverages the learned information to send normally sequential data requests in parallel creating additional optimization benefits. For dynamic web content, RiOS performs a parse-and-pre-fetch of embedded objects on dynamic web pages. When requests for dynamic content occur, RiOS parses the retrieved dynamic HTML page and immediately pre-fetches embedded objects to accelerate webpage load times. The net result is a significant reduction in roundtrips across the WAN for dynamic content that is often leveraged by web-based enterprise applications. Another performance enhancing feature for HTTP(S) is the object prefetch table. This enables the Steelhead appliance and Virtual Steelhead datastore to cache complete web page objects, allowing these to be served up immediately as a whole locally rather than reassembled from data references or transferred across the WAN. Unlike other cache approaches, consistency and freshness is maintained as RiOS will always still deliver the latest version of the object being requested. RiOS accelerates HTTP(S) traffic further by also performing authentication tuning. This eliminates roundtrips across the WAN and minimizes delay for end-users. This combined multilayer approach to HTTP(S) optimization delivers acceleration benefits to a range of web content and application scenarios. The RiOS HTTP optimization works for most web-based (HTTP and HTTPS) applications, including: SAP Microsoft SharePoint Customer Relationship Management Enterprise Resource Planning Financials, Document Management Intranet portals Internet traffic (from branch, routed through data-center) All HTTP optimization features are driven by the client-side Steelhead appliance. The following features can be used individually or in combination with each other: HTTP Optimization Features Basic Tuning Strip Compression In order to conserve bandwidth, nearly all browsers in use today support compression. In order to maximize the benefit of SDR, data coming from the server should be uncompressed in order to allow SDR to de-duplicate this data. When Strip Compression is enabled, the HTTP module will remove the Accept-Encoding line from the request header before sending the request to the server. Since the modified request does not contain any supported compression scheme, the 2010 Riverbed Technology. All rights reserved. 1

3 server will therefore respond to the request without any compression. This will then allow SDR to de-duplicate the data. Note that with this option enabled, the amount of LAN-side traffic will increase as the server will no longer send the traffic in a compressed format. Strip compression is enabled by default. Insert Cookie The HTTP module relies on cookies to distinguish between different users. If the server does not support cookies, the HTTP module inserts its own cookie so that it can distinguish between different users. This option should only be enabled if the server does not issue its own cookies. Insert Keep-Alive Keep-alive, or persistent connection, is required in order for the HTTP module to perform pre-fetches. The Steelhead appliance uses an existing TCP connection between a client and a server to prefetch objects from the Web server that it determines are about to be requested by the client. Many Web browsers open multiple TCP connections to the Web server when requesting embedded objects. Enabling this feature allows the HTTP module to keep the connection open between the server-side Steelhead appliance and the server and perform the necessary pre-fetches. However, the connection between the client and the client-side Steelhead will be closed per the request of the client. Note that this option does not apply to situations whereby the client supports keep-alive but the server does not. Prefetch Schemes URL Learning - The Steelhead appliance learns associations between a base request and a follow-on request. This feature is most effective for Web applications with large amounts of static content, for example, images, style sheets, and so on. Instead of saving each object transaction, the Steelhead appliance saves only the request URL of object transactions in a Knowledge Base and then generates related transactions from the list. This feature uses the Referer header field to generate relationships between object requests and the base HTML page that referenced them and to group embedded objects. This information is stored in an internal HTTP database. The following objects are retrieved by default:.gif,.jpg,.css,.js,.png. You can add more object types to be retrieved. Parse and Pre-fetch - The Steelhead appliance includes a specialized algorithm that determines which objects are going to be requested for a given Web page and pre-fetches them so that they are readily available when the client makes its requests. This feature complements the URL Learning feature by handling dynamically generated pages and URLs that include state information. Parse and Pre-fetch reads a page, finds HTML tags that it recognizes as containing a pre-fetchable object, and sends out pre-fetch requests for those objects. Typically, a client would need to request the base page, parse it, and then send out requests for each of these objects. This still occurs, but with Parse and Pre-fetch the Steelhead appliance has quietly perused the page before the client receives it and has already sent out the requests. This allows it to serve the objects as soon as the client requests them, rather than forcing the client to wait on a slow WAN link. For example, when an HTML page contains the tag <img src= my_picture.gif >, the Steelhead appliance pre-fetches the image my_picture.gif because it parses an img tag with an attribute of src by default. The HTML tags that are pre-fetched by default are base/href, body/background, img/src, link/href, and script/src. You can add additional object types to be pre-fetched. Object Prefetch Table - The Steelhead appliance stores object prefetches from HTTP GET requests for cascading style sheets, static images, and JavaScript files. This helps the client-side Steelhead appliance respond to If-Modified-Since (IMS) requests and regular requests from the client, thus cutting back on round trips across the WAN. This feature is useful for applications that use a lot of cacheable content. Authentication Tuning Background The HTTP module supports authentication optimization, for handling the various inefficient browser authentication behaviors. Furthermore, the HTTP authentication optimization attempts to modify the client-to-server behavior in such a way that it would maximize the benefit of the HTTP module. The default authentication behavior on Microsoft s IIS server is per-request authentication for Kerberos and per-connection authentication for NTLM Riverbed Technology. All rights reserved. 2

4 NTLM is a Microsoft authentication protocol which employs a challenge-response mechanism for authentication, in which clients are required to prove their identities without sending a password to a server. NTLM requires the transmission of three messages between the client (wanting to authenticate) and the server (requesting authentication). Kerberos replaces the challenge/response-based NTLM protocol used in Windows NT. It provides a number of significant advantages: - Eliminates need for server to contact domain controller to verify presented credentials. - Allows clients to verify identity of servers (mutual authentication) - Supports delegated authentication (impersonation) with forward-able and proxy-able tickets - Simplifies management of trust relationships. Tickets issued by a domain are valid anywhere within the domain's forest. Kerberos utilizes symmetric encryption (and optionally asymmetric PKI encryption) in combination with a set of trust relationships to allow clients and servers to establish secure connections based on knowledge of shared keys. Clients and servers trust Key Distribution Centers (KDCs) to maintain the keys and construct properly encrypted tickets granting clients access to services. Steelhead Authentication Tuning Features Re-use NTLM Auth With URL Learning and Parse-and-Prefetch, a particular request from the browser can trigger the HTTP module to pre-fetch the objects of a webpage. The browser would typically open parallel TCP connections to the server to download the objects. If the Re-use NTLM Auth feature is not enabled, the HTTP module cannot serve out the objects to the client even though it may already have the objects in its database. With Re-use NTLM Auth enabled, the HTTP module assumes that the session has already been authenticated and hence it would be safe (i.e. without violating any permissions) to serve the pre-fetched objects to client regardless of whether the connection is authenticated or not. This feature has the same effect as if the client only uses a single connection to download all the objects in serial. This feature assumes that the server is configured with per-connection NTLM authentication. Force NTLM When the server is configured for per-request authentication, two features from the HTTP module can no longer function: URL Learning and Parse-and-Prefetch. The default authentication behavior on Microsoft s IIS server is per-request authentication for Kerberos and per-connection authentication for NTLM. For this reason, the HTTP module can be configured to change the client-to-server negotiation so that the client will choose an authentication that will maximize the benefit of the HTTP module. Although Kerberos provides stronger security, it is less efficient over the WAN because of the per-request authentication and secondly because the client must contact the Doamin Controller to answer the server authentication challenge. Strip Auth Header With the Strip Auth Header feature enabled, when the HTTP module detects an authentication request on an already authenticated connection, it will remove the authentication header before sending the request to the server. Since the connection is already authenticated, the server should deliver the object to the client without having to go through the entire authentication process again. This feature assumes the server is configured for per-connection authentication. If this is not the case (i.e. per-request authentication is in-use), then do not enable this feature. Gratuitous 401 this feature can be used with both per-request and per-connection authentication but it s most effective when used with per-request authentication. With per-request authentication, every request must be authenticated against the server before the server would serve the object to the client. However, most browsers do not cache the server s response requiring authentication and hence it will waste one round-trip for every GET request. With Gratuitous 401, the client-side Steelhead appliance will cache the server response and when the client sends the GET request without any authentication headers, it will locally respond with a 401 Unauthorized message and therefore saving a round trip. Note that the HTTP module does not participate in the actual authentication itself. What the HTTP module does is to inform the client that the server requires authentication without requiring it to waste one round trip Riverbed Technology. All rights reserved. 3

5 HTTP Optimization Implementation All HTTP optimization features are driven by the client-side Steelhead appliance. The client-side Steelhead appliance sends the pre-fetched information to the server-side Steelhead appliance. Pre-fetched data and object pre-fetches are served from the client-side Steelhead appliance upon request from the browser. Optimization schemes that applies to all HTTP traffic can be set-up, or else individual schemes for each server subnet can be created. Therefore, you can configure an optimization scheme that includes your choice of pre-fetch optimizations for one range of server addresses, with that range encompassing as large a network as you need, from a single address to all possible addresses. The following situations might affect HTTP optimization: Fat Client - Not all applications accessed through a Web browser use the HTTP protocol. This is especially true for fat clients that run inside a Web browser which might use proprietary protocols to communicate with a server. HTTP optimization does not improve performance in such cases. Digest for Authentication - Some Web servers might require users to authenticate themselves before allowing them access to certain Web content. Digest Authentication is one of the less popular Authentication schemes, although it is still supported by most Web servers and browsers. Digest Authentication requires the browser to include a secret value which only the browser and server know how to generate and decode. Because the Steelhead appliance cannot generate these secret values, it cannot pre-fetch objects protected by Digest Authentication Riverbed Technology. All rights reserved. 4

6 Authentication Parameters The following table lists the recommended authentication features to enable on the HTTP module, based on the application IIS Authentication method. IIS Authentication Recommended Configuration Notes per-connection NTLM Reuse Auth. + Strip Auth. Header + Grat. 401 Reuse Auth. + Strip Auth. Header per-request Kerberos Reuse Auth. + Force NTLM + Strip Auth. Header + N/A if NTLM is not an option Grat. 401 Reuse Auth. + Force NTLM + Strip Auth. Header N/A if NTLM is not an option Grat. 401 per-request NTLM Grat. 401 per-connection Kerberos Reuse Auth. + Force NTLM + Strip Auth. Header N/A if NTLM is not an option Reuse Auth. Change to per-request Kerberos and turn on Grat don t know Reuse Auth. + Strip Auth. Header + Grat. 401 Re-use Auth. + Strip Auth. Header Recommended HTTP Parse & Prefetch features per application The HTTP latency optimizations features target different types of Web applications. The following table provides the general guidelines on HTTP optimization features to enable, based on application. Note that applications may be tuned to suit the particular customer deployment, thus it is advisable to test the specific application with the HTTP module features, to ensure optimal results are achieved. URL Learning Parse and Prefetch SAP/Netweaver No No Yes Microsoft CRM Yes No Yes Agile No No Yes Pivotal CRM No Yes Yes Sharepoint No Yes Yes OPT 2010 Riverbed Technology. All rights reserved. 5

7 Optimizing Internet Traffic For many customers, access to the Internet from the branch offices may be routed to the data center first, before going out to the Internet see diagram 1 below. Internet Corporate WAN Diagram 1: Accessing the internet via the data-center Internet-bound traffic for remote sites is often routed to the data-center and then uses the Internet connection at the data-center to get to the outside world. The question thus arises should this traffic bound for the Internet be routed through the Steelheads and HTTP optimization enabled? The recommendation in general is yes enabling HTTP optimization can reduce the amount of traffic on the local connection, freeing bandwidth for other applications that may need it and also improve the overall user experience. Things to consider however include the latency between the server-side Steelhead and the server (i.e. in this case the internet). If this latency is much greater than the latency between the client-side Steelhead and server-side Steelhead, it is recommended to disable Parse & Prefetch and URL Learning. Sharepoint 2010 Performance Improvement with HTTP module Sharepoint 2010 performance improvements of the order of 28x can be achieved with Riverbed Steelhead. The HTTP module in RiOS also includes the ability to optimize authentication and authorization traffic. Sharepoint can benefit from the HTTP authentication features by mitigating the chatty behavior of authorization requests required for each object. The following settings were enabled on the Steelhead RiOS HTTP application streamlining module for Sharepoint 2010 testing: RiOS HTTP blade Strip Compression Parse & Pre-fetch Object Prefetch Table Gratuitous 401 Table 1: HTTP features enabled for optimizing Sharepoint traffic 2010 Riverbed Technology. All rights reserved. 6

8 Testing showed Sharepoint 2010 performance improvements of the order of 28x for download operations.. Sharepoint 2010 Test Description HTTP 6.3MB.ppt File Download HTTP 6.5MB.doc File Upload HTTPS 6.3MB.xls File Download Time without Steelhead (seconds) Time with Steelhead (Cold) Time with Steelhead (Warm) Performance Improvement x x x Table 2: Performance Improvement results for Sharepoint 2010 with Riverbed Steelhead Bandwidth usage was reduced by up to 99% with the Steelhead appliance Sharepoint 2010 Test Description Bytes transferred without Steelhead Bytes transferred with Steelhead (cold) Bytes transferred with Steelhead (warm) Bandwidth Reductrion HTTP 6.3MB ppt Upload % HTTPS Word.doc Edit % Table 3: Bandwidth Reduction results for Sharepoint 2010 file with Riverbed Steelhead. Conclusion By optimizing the performance of HTTP traffic over the network, users can defer upgrading bandwidth and may also be able to leverage a smaller and less expensive network connection. Depending on the distances involved, this could result in significant savings. Riverbed also can help maintain a centralized deployment model for HTTP applications, which can effectively service distributed workers. This can result in reduced IT maintenance costs. Riverbed WAN optimization solutions enable enterprises to maximize the benefits of HTTP applications across a distributed environment by providing a very positive and productive user experience. About Riverbed Riverbed Technology is the IT infrastructure performance company. The Riverbed family of wide area network (WAN) optimization solutions liberates businesses from common IT constraints by increasing application performance, enabling consolidation, and providing enterprise-wide network and application visibility all while eliminating the need to increase bandwidth, storage or servers. Thousands of companies with distributed operations use Riverbed to make their IT infrastructure faster, less expensive and more responsive. Additional information about Riverbed (NASDAQ: RVBD) is available at Riverbed Technology, Inc. 199 Fremont Street San Francisco, CA Tel: (415) Riverbed Technology Ltd. Farley Hall, London Road, Level 2 Binfield, Bracknell Berks RG42 4EU Tel: Riverbed Technology Pte. Ltd. 391A Orchard Road #22-06/10 Ngee Ann City Tower A Singapore Tel: Riverbed Technology K.K. Shiba-Koen Plaza Building 9F 3-6-9, Shiba, Minato-ku Tokyo, Japan Tel: Riverbed Technology. All rights reserved. 7

Using Steelhead Appliances and Stingray Aptimizer to Accelerate Microsoft SharePoint WHITE PAPER

Using Steelhead Appliances and Stingray Aptimizer to Accelerate Microsoft SharePoint WHITE PAPER Using Steelhead Appliances and Stingray Aptimizer to Accelerate Microsoft SharePoint WHITE PAPER Introduction to Faster Loading Web Sites A faster loading web site or intranet provides users with a more

More information

Optimizing Microsoft Exchange Traffic over the WAN TECH BRIEF

Optimizing Microsoft Exchange Traffic over the WAN TECH BRIEF Optimizing Microsoft Exchange Traffic over the WAN TECH BRIEF OPTIMIZING MICROSOFT EXCHANGE TRAFFIC OVER THE WAN Introduction: Microsoft Exchange performs poorly on WANs, so much that large enterprises

More information

Microsoft Exchange 2010 /Outlook 2010 Performance with Riverbed WAN Optimization

Microsoft Exchange 2010 /Outlook 2010 Performance with Riverbed WAN Optimization Microsoft Exchange 2010 /Outlook 2010 Performance with Riverbed WAN Optimization A Riverbed whitepaper Riverbed participated in an early Microsoft TAP program to validate interoperability for Exchange

More information

Deploying Steelhead Appliances with Symantec Endpoint Protection 11.0

Deploying Steelhead Appliances with Symantec Endpoint Protection 11.0 WHITE PAPER Deploying Steelhead Appliances with Symantec Endpoint Protection 11.0 Solutions Guide Riverbed Technical Marketing DEPLOYING RIVERBED STEELHEAD APPLIANCES WITH SYMANTEC ENDPOINT PROTECTION

More information

Optimization of Citrix ICA with Steelhead Appliances and RiOS 6.0 WHITE PAPER

Optimization of Citrix ICA with Steelhead Appliances and RiOS 6.0 WHITE PAPER Optimization of Citrix ICA with Steelhead Appliances and RiOS 6.0 WHITE PAPER INTRODUCTION Desktop virtualization architectures enable enterprises to host their applications and data centrally and to access

More information

Evaluating the ROI of Riverbed Steelhead Products

Evaluating the ROI of Riverbed Steelhead Products WHITE PAPER Evaluating the ROI of Riverbed Steelhead Products A How-to Guide EVALUATING THE ROI OF RIVERBED STEELHEAD PRODUCTS: A HOW-TO GUIDE Introduction Return on Investment (ROI) is a complex, but

More information

WAN Optimization Benefits for Desktop Virtualization Customers

WAN Optimization Benefits for Desktop Virtualization Customers WAN Optimization Benefits for Desktop Virtualization Customers Virtualize Desktops Faster with Riverbed WHITE PAPER INTRODUCTION: WHY ARE CUSTOMERS CHOOSING DESKTOP VIRTUALIZATION? As information technology

More information

Riverbed WAN Acceleration for EMC Isilon Sync IQ Replication

Riverbed WAN Acceleration for EMC Isilon Sync IQ Replication PERFORMANCE BRIEF 1 Riverbed WAN Acceleration for EMC Isilon Sync IQ Replication Introduction EMC Isilon Scale-Out NAS storage solutions enable the consolidation of disparate pools of storage into a single

More information

How To Make A Cloud Work For You

How To Make A Cloud Work For You WHITE PAPER Unleashing Cloud Performance Making the promise of the cloud a reality UNLEASHING CLOUD PERFORMANCE Introduction: The reality of cloud services Thirty-five percent. By 2014, analysts believe

More information

Deploying Microsoft SharePoint Services with Stingray Traffic Manager DEPLOYMENT GUIDE

Deploying Microsoft SharePoint Services with Stingray Traffic Manager DEPLOYMENT GUIDE Deploying Microsoft SharePoint Services with Stingray Traffic Manager DEPLOYMENT GUIDE Table of Contents Overview... 2 Installation and Initial Configuration of SharePoint services... 3 System Requirements...

More information

Four Missing Components that Put Your Data Center Consolidation/Migration Project at Risk WHITE PAPER

Four Missing Components that Put Your Data Center Consolidation/Migration Project at Risk WHITE PAPER Four Missing Components that Put Your Data Center Consolidation/Migration Project at Risk WHITE PAPER EXECUTIVE SUMMARY Almost every organization will have to consolidate or migrate its data center(s)

More information

Accelerating the Next Phase of Virtualization. Desktop virtualization and WAN optimization

Accelerating the Next Phase of Virtualization. Desktop virtualization and WAN optimization Accelerating the Next Phase of Virtualization Desktop virtualization and WAN optimization DESKTOP VIRTUALIZATION AND WAN OPTIMIZATION Introduction: The trend toward desktop virtualization Like other virtualization

More information

VMware Horizon Mirage Load Balancing

VMware Horizon Mirage Load Balancing SOLUTION GUIDE VMware Horizon Mirage Load Balancing Solution Guide Version 1.1 July 2014 2014 Riverbed Technology, Inc. All rights reserved. Riverbed, SteelApp, SteelCentral, SteelFusion, SteelHead, SteelScript,

More information

The CIO s Guide to Optimizing Virtual Desktops

The CIO s Guide to Optimizing Virtual Desktops WHITE PAPER The CIO s Guide to Optimizing Virtual Desktops How to Improve VDI Performance INTRODUCTION: WHY ARE CUSTOMERS CHOOSING DESKTOP VIRTUALIZATION? As information technology continually evolves,

More information

Disaster Recovery with the Public Cloud and Whitewater Cloud Storage Gateways

Disaster Recovery with the Public Cloud and Whitewater Cloud Storage Gateways WHITE PAPER Disaster Recovery with the Public Cloud and Whitewater Cloud Storage Gateways Simplifying and making DR affordable and achievable Executive Summary The explosion of 24x7 connectivity and prevalence

More information

Accelerating the Next Phase of Virtualization

Accelerating the Next Phase of Virtualization A Riverbed Technology White Paper Desktop Virtualization and Wide-area Data Services Accelerating the Next Phase of Virtualization Desktop virtualization and wide-area data services 2008 Riverbed Technology,

More information

Riverbed Granite Use Cases

Riverbed Granite Use Cases WHITE PAPER Riverbed Granite Use Cases Riverbed Technical Marketing Purpose The following whitepaper outlines the use cases addressed by Riverbed Granite. Audience This whitepaper is intended for Riverbed

More information

The 3 Barriers to IT Infrastructure Consolidation

The 3 Barriers to IT Infrastructure Consolidation WHITE PAPER The 3 Barriers to IT Infrastructure Consolidation A Focus on Government Organizations THE 3 BARRIERS TO IT INFRASTRUCTURE CONSOLIDATION: A FOCUS ON GOVERNMENT ORGANIZATIONS Introduction Federal,

More information

Optimizing Thin-client Traffic over the WAN

Optimizing Thin-client Traffic over the WAN Optimizing Thin-client Traffic over the WAN OPTIMIZING THIN-CLIENT TRAFFIC OVER THE WAN Introduction Thin-client traffic is a large and growing component of many enterprise network environments. Examples

More information

PRODUCT BROCHURE. Riverbed Stingray Product Family

PRODUCT BROCHURE. Riverbed Stingray Product Family PRODUCT BROCHURE Riverbed Stingray Product Family 1 PRODUCT BROCHURE: Riverbed Stingray Product Family Overview Online applications are expected to deliver consistent, excellent service levels despite

More information

How To Create A Qos

How To Create A Qos WHITE PAPER Three Steps to Success with QoS A Riverbed White Paper Introduction: QoS ensures predictable application performance QoS is one of the most widely deployed networking technologies. It is a

More information

McAfee Vulnerability Manager on RSP

McAfee Vulnerability Manager on RSP Deployment Guide McAfee Vulnerability Manager on RSP Deployment Guide Riverbed Technical Marketing MVM ON RSP DEPLOYMENT GUIDE Introduction McAfee Vulnerability Manager (MVM) provides fast, precise, and

More information

Extreme Savings: Cutting Costs with Riverbed WHITE PAPER

Extreme Savings: Cutting Costs with Riverbed WHITE PAPER Extreme Savings: Cutting Costs with Riverbed WHITE PAPER CUTTING COSTS WITH RIVERBED SOLUTIONS Introduction Organizations of all sizes strive to be more productive and run low cost operations. Particularly

More information

Granite Solution Guide

Granite Solution Guide Solution Guide Granite Solution Guide Granite with NetApp Storage Systems Riverbed Technical Marketing July 2013 2012 Riverbed Technology. All rights reserved. Riverbed, Cloud Steelhead, Granite, Granite

More information

Federal Data Center Consolidation Playbook

Federal Data Center Consolidation Playbook WHITE PAPER Federal Data Center Consolidation Playbook A Resource For FDCCI Planning and Execution FEDERAL DATA CENTER CONSOLIDATION PLAYBOOK Introduction: Adopting a Strategic Approach to Data Center

More information

Understanding Flow and Packet Deduplication

Understanding Flow and Packet Deduplication WHITE PAPER Understanding Flow and Packet Deduplication Riverbed Technical Marketing 2012 Riverbed Technology. All rights reserved. Riverbed, Cloud Steelhead, Granite, Interceptor, RiOS, Steelhead, Think

More information

IMPROVING PERFORMANCE FOR MOSTLY-LOCAL DISTRIBUTED APPLICATIONS

IMPROVING PERFORMANCE FOR MOSTLY-LOCAL DISTRIBUTED APPLICATIONS IMPROVIN PERFORMANCE FOR MOSTLY-LOCAL DISTRIBUTED APPLICATIONS STEELHEAD WAN OPTIMIZATION AND RANITE STORAE DELIVERY TECHNOLOY MOSTLY-LOCAL BUT STILL DISTRIBUTED A common application architecture today

More information

Branch Office Desktop

Branch Office Desktop Branch Office Desktop VMware View with Riverbed Steelhead EX + Granite HOW-TO GUIDE Solution Overview Today, there are millions of branch offices worldwide that represent a significant management challenge

More information

FAQ RIVERBED WHITEWATER FREQUENTLY ASKED QUESTIONS

FAQ RIVERBED WHITEWATER FREQUENTLY ASKED QUESTIONS FAQ RIVERBED WHITEWATER FREQUENTLY ASKED QUESTIONS Version 1.3 October 2011 1. What are Riverbed Whitewater cloud storage gateways for data protection? Riverbed Whitewater appliances are drop-in cloud

More information

Stingray Traffic Manager Sizing Guide

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

More information

Storage efficiency in WAN optimization solutions. Why it matters and what you need to know

Storage efficiency in WAN optimization solutions. Why it matters and what you need to know Why it matters and what you need to know STORAGE EFFICIENCY Executive Summary In comparison with network-related parameters such as optimized TCP connections or WAN throughput, storage capacity is often

More information

Optimizing Thin-client Traffic over the WAN WHITE PAPER

Optimizing Thin-client Traffic over the WAN WHITE PAPER Optimizing Thin-client Traffic over the WAN WHITE PAPER OPTIMIZING THIN-CLIENT TRAFFIC OVER THE WAN Introduction Thin-client traffic is a large and growing component of many enterprise network environments.

More information

Optimize Your Microsoft Infrastructure Leveraging Exinda s Unified Performance Management

Optimize Your Microsoft Infrastructure Leveraging Exinda s Unified Performance Management Optimize Your Microsoft Infrastructure Leveraging Exinda s Unified Performance Management Optimize Your Microsoft Infrastructure Leveraging Exinda s Unified Performance Management Executive Summary Organizations

More information

A CIO s Guide to Hybrid Cloud Performance

A CIO s Guide to Hybrid Cloud Performance WHITE PAPER A CIO s Guide to Hybrid Cloud Performance How Riverbed Accelerates Public and Private Clouds: A Framework for Hybrid Cloud Adoption Introduction: Hybrid Cloud Strategies - Driving the IT Roadmap

More information

Riverbed Stingray Traffic Manager VA Performance on vsphere 4 WHITE PAPER

Riverbed Stingray Traffic Manager VA Performance on vsphere 4 WHITE PAPER Riverbed Stingray Traffic Manager VA Performance on vsphere 4 WHITE PAPER Content Introduction... 2 Test Setup... 2 System Under Test... 2 Benchmarks... 3 Results... 4 2011 Riverbed Technology. All rights

More information

Virtual Cascade Shark

Virtual Cascade Shark WHITE PAPER Virtual Cascade Shark Enabling ubiquitous visibility in virtualized enterprises Executive Summary Enterprises have been using Cascade products from Riverbed Technology for many years to discover,

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

5 Steps to Successful IT Consolidation and Virtualization WHITE PAPER

5 Steps to Successful IT Consolidation and Virtualization WHITE PAPER 5 Steps to Successful IT Consolidation and Virtualization WHITE PAPER INTRODUCTION Most organizations today are faced with conflicting goals and challenges. They have geographically distributed workforces,

More information

Remote IT Infrastructure Consolidation

Remote IT Infrastructure Consolidation A Riverbed Technology White Paper REMOTE IT INFRASTRUCTURE CONSOLIDATION Remote IT Infrastructure Consolidation The 3 Barriers to Centralizing Remote Infrastructure 2006 Riverbed Technology, Inc. All rights

More information

RIVERBED STEELCENTRAL NETPLANNER

RIVERBED STEELCENTRAL NETPLANNER RIVERBED STEELCENTRAL NETPLANNER TESTIMONIALS IT Guru NetPlanner avoided the downtime of our critical applications by designing the network with resiliency to outages. Senior Network Architect Financial

More information

SDC The Service Delivery Controller FACT SHEET

SDC The Service Delivery Controller FACT SHEET SDC The Service Delivery Controller FACT SHEET SDC The Service Delivery Controller In his FrankenSOA 1 analysis published in Network Computing, Andy Dorman gave a comprehensive and well-informed assessment

More information

SharePoint Performance Optimization

SharePoint Performance Optimization White Paper AX Series SharePoint Performance Optimization September 2011 WP_SharePoint_091511.1 TABLE OF CONTENTS 1 Introduction... 2 2 Executive Overview... 2 3 SSL Offload... 4 4 Connection Reuse...

More information

CISCO WIDE AREA APPLICATION SERVICES (WAAS) OPTIMIZATIONS FOR EMC AVAMAR

CISCO WIDE AREA APPLICATION SERVICES (WAAS) OPTIMIZATIONS FOR EMC AVAMAR PERFORMANCE BRIEF CISCO WIDE AREA APPLICATION SERVICES (WAAS) OPTIMIZATIONS FOR EMC AVAMAR INTRODUCTION Enterprise organizations face numerous challenges when delivering applications and protecting critical

More information

Data Storage in the Cloud Can you Afford Not To? WHITE PAPER

Data Storage in the Cloud Can you Afford Not To? WHITE PAPER Data Storage in the Cloud Can you Afford Not To? WHITE PAPER EXECUTIVE SUMMARY Storing data in the cloud using a Whitewater cloud storage gateway from Riverbed Technology overcomes what is becoming a serious

More information

RIVERBED STEELCENTRAL NETMAPPER

RIVERBED STEELCENTRAL NETMAPPER RIVERBED STEELCENTRAL NETMAPPER AUTOMATED NETWORK DOCUMENTATION NetMapper is the only solution that could address all our requirements. It automatically discovers and collects detailed network configuration

More information

Deploying Riverbed wide-area data services in a LeftHand iscsi SAN Remote Disaster Recovery Solution

Deploying Riverbed wide-area data services in a LeftHand iscsi SAN Remote Disaster Recovery Solution Wide-area data services (WDS) Accelerating Remote Disaster Recovery Reduce Replication Windows and transfer times leveraging your existing WAN Deploying Riverbed wide-area data services in a LeftHand iscsi

More information

Manage, Secure, and Optimize the Performance and Availability of Business Services

Manage, Secure, and Optimize the Performance and Availability of Business Services Riverbed Cascade 1 DATA SHEET: Riverbed Cascade Riverbed Cascade has given us the end-to-end application visibility not found in our existing tools. I use Cascade frequently to identify and resolve performance

More information

WHITE PAPER. Riverbed SteelFusion. Extending storage across the WAN for complete edge consolidation

WHITE PAPER. Riverbed SteelFusion. Extending storage across the WAN for complete edge consolidation WHITE PAPER Riverbed SteelFusion Extending storage across the WAN for complete edge consolidation Introduction While some organizations are small or simple enough that they require only a single location,

More information

Riverbed Stingray Traffic Manager PRODUCT BROCHURE

Riverbed Stingray Traffic Manager PRODUCT BROCHURE Riverbed Traffic Manager PRODUCT BROCHURE Brochure: Riverbed Traffic Manager Overview As application environments become more complex, more distributed, and more virtualized, enterprises need a broader

More information

The Riverbed Performance Platform

The Riverbed Performance Platform WHITE PAPER The Riverbed Performance Platform A Visionary Approach to Enterprise IT Riverbed: The Performance Platform Vision Performance matters to our customers. Whether customers are considering performance

More information

An In-Depth Look at ROI

An In-Depth Look at ROI A Riverbed Technology White Paper An In-Depth Look at ROI A Riverbed White Paper INTRODUCTION DOING THINGS DIFFERENTLY As the economy turns sour, and IT budgets remain flat or get reduced, doing more with

More information

Extreme Savings: Cutting Costs with Wide-Area Data Services

Extreme Savings: Cutting Costs with Wide-Area Data Services A Riverbed Technology White Paper Extreme Savings: Cutting Costs with Wide-Area Data Services Extreme Savings: Cutting Costs with Wide-Area Data Services Rev 1.0 04/16/08 2008 Riverbed Technology, Inc.

More information

Cleaning Encrypted Traffic

Cleaning Encrypted Traffic Optenet Documentation Cleaning Encrypted Traffic Troubleshooting Guide iii Version History Doc Version Product Date Summary of Changes V6 OST-6.4.300 01/02/2015 English editing Optenet Documentation

More information

Accelerate Private Clouds with an Optimized Network

Accelerate Private Clouds with an Optimized Network Accelerate Private Clouds with an Optimized Network An Allstream White Paper 1 Table of contents The importance of WAN 1 WAN challenges for Private Clouds 1 WAN Optimization methods 2 Benefits of WAN Optimization

More information

WAN Optimization for Microsoft SharePoint BPOS >

WAN Optimization for Microsoft SharePoint BPOS > White Paper WAN Optimization for Microsoft SharePoint BPOS > Best Practices Table of Contents Executive Summary 2 Introduction 3 SharePoint BPOS performance: Managing challenges 4 SharePoint 2007: Internal

More information

Chris Pinckney, CIO, Psomas

Chris Pinckney, CIO, Psomas We would have never even thought to download large files over a 3G card before Steelhead Mobile. Remote employees are no longer difficult to collaborate with. Now they can operate with the rest of their

More information

Optimization in a Secure Windows Environment

Optimization in a Secure Windows Environment WHITE PAPER Optimization in a Secure Windows Environment A guide to the preparation, configuration and troubleshooting of Riverbed Steelhead appliances for Signed SMB and Encrypted MAPI September 2013

More information

Optimizing Performance for Voice over IP and UDP Traffic

Optimizing Performance for Voice over IP and UDP Traffic A Riverbed Technology White Paper OPTIMIZING PERFORMANCE FOR VOICE OVER IP AND UDP TRAFFIC Optimizing Performance for Voice over IP and UDP Traffic 2006 Riverbed Technology, Inc. All rights reserved. 0

More information

Riverbed WAN Optimization Solutions

Riverbed WAN Optimization Solutions WHITE PAPER Riverbed WAN Optimization Solutions It s Not About Bandwidth Distributed Organizations and Their Challenges Distributed organizations come in all sizes and shapes. Even small organizations

More information

WAN OPTIMIZATION FOR MICROSOFT SHAREPOINT BPOS

WAN OPTIMIZATION FOR MICROSOFT SHAREPOINT BPOS WHITEPAPER EXECUTIVE SUMMARY Microsoft SharePoint is a web-based collaboration and information-sharing platform designed as a centralized replacement for multiple web applications. SharePoint leverages

More information

Riverbed OPNET AppInternals Xpert PRODUCT BRIEF

Riverbed OPNET AppInternals Xpert PRODUCT BRIEF Riverbed OPNET AppInternals Xpert PRODUCT BRIEF See application performance through your users eyes It s not uncommon for today s web-based applications to require dozens of hops to complete a single transaction

More information

Strategies to Speed Collaboration and Data Management Using Autodesk Vault and Riverbed WAN Optimization Technology

Strategies to Speed Collaboration and Data Management Using Autodesk Vault and Riverbed WAN Optimization Technology Autodesk Vault Professional Manufacturing Industry Marketing 2011 Strategies to Speed Collaboration and Data Management Using Autodesk Vault and Riverbed WAN Optimization Technology Geographically dispersed

More information

Cisco Application Networking for IBM WebSphere

Cisco Application Networking for IBM WebSphere Cisco Application Networking for IBM WebSphere Faster Downloads and Site Navigation, Less Bandwidth and Server Processing, and Greater Availability for Global Deployments What You Will Learn To address

More information

The BiGuard SSL VPN Appliances

The BiGuard SSL VPN Appliances The BiGuard SSL VPN Appliances ERP Application Guide 1. What is ERP (Enterprise Resource Planning)? 2. The current status of ERP 3. Billion s solutions for several ERP usage scenarios A. Small to medium

More information

Granite Data Protection and Recovery Guide

Granite Data Protection and Recovery Guide SOLUTION GUIDE Granite Data Protection and Recovery Guide Solution Guide Version 1.5 Nov 2013 Table of Contents Introduction... 4 Audience... 4 Additional Resources... 4 Prerequisites... 4 Granite Overview...

More information

Cisco Application Networking for BEA WebLogic

Cisco Application Networking for BEA WebLogic Cisco Application Networking for BEA WebLogic Faster Downloads and Site Navigation, Less Bandwidth and Server Processing, and Greater Availability for Global Deployments What You Will Learn To address

More information

Key Components of WAN Optimization Controller Functionality

Key Components of WAN Optimization Controller Functionality Key Components of WAN Optimization Controller Functionality Introduction and Goals One of the key challenges facing IT organizations relative to application and service delivery is ensuring that the applications

More information

Six Steps to Improved SharePoint Performance & Operations

Six Steps to Improved SharePoint Performance & Operations Accelerating SharePoint Performance The guys at Application Performance quickly understood our SharePoint problem. They demonstrated that the combination of WebTuna and Riverbed SteelApp Web Accelerator

More information

DATA SHEET. Riverbed Cascade Shark Family

DATA SHEET. Riverbed Cascade Shark Family DATA SHEET Riverbed Family DATA SHEET: Family Family Continuous, High-Speed Packet Capture, Indexing, and Storage The Cascade Shark appliance from Riverbed Technology provides continuous, high-speed packet

More information

Important Considerations for Cisco WAAS in Large-Scale Enterprise Deployments

Important Considerations for Cisco WAAS in Large-Scale Enterprise Deployments Important Considerations for Cisco WAAS in Large-Scale Enterprise Deployments January 2012 IMPORTANT CONSIDERATIONS FOR CISCO WAAS IN LARGE-SCALE ENTERPRISE DEPLOYMENTS Many vendors offer seemingly-comparable

More information

Reverse Proxy for Trusted Web Environments > White Paper

Reverse Proxy for Trusted Web Environments > White Paper > White Paper ProxySG for Reverse Proxy Web-based solutions are being implemented for nearly every aspect of business operations, and increasingly for trusted environments with mission-critical business

More information

Deploying Riverbed Cascade and Steelheads. A Best Practices Whitepaper

Deploying Riverbed Cascade and Steelheads. A Best Practices Whitepaper Deploying Riverbed Cascade and Steelheads A Best Practices Whitepaper Contents 1. Introduction... 1 2. Steelhead Releases... 2 3. Steelhead Appliance Deployment Scenarios... 2 4. Configuring Steelhead

More information

Cisco Wide Area Application Services Optimizes Application Delivery from the Cloud

Cisco Wide Area Application Services Optimizes Application Delivery from the Cloud Cisco Wide Area Application Services Optimizes Application Delivery from the Cloud What You Will Learn The adoption of cloud-based computing and applications promises to improve the agility, efficiency,

More information

Delivering SharePoint Solutions with Citrix Application Delivery Infrastructure

Delivering SharePoint Solutions with Citrix Application Delivery Infrastructure Delivering SharePoint Solutions with Citrix Application Delivery Infrastructure Solve Your Remote Worker Challenges Rick Davis Systems Engineer Citrix Systems, Inc. Our Vision for Business A world where

More information

Whitewater Cloud Storage Gateway

Whitewater Cloud Storage Gateway BEST PRACTICES GUIDE Whitewater Cloud Storage Gateway Best Practices Guide for Backup Applications Riverbed Technical Marketing October 2011 TABLE OF CONTENTS Introduction... 2 Audience... 2 Whitewater

More information

AppBeat DC and WAN Optimization Solutions

AppBeat DC and WAN Optimization Solutions WHITE PAPER AppBeat DC and WAN Optimization Solutions www.crescendonetworks.com Corporate Headquarters 6 Yoni Netanyahu Street Or-Yehuda 60376, Israel Phone: +972-3-538-5100 US Headquarters 633 Menlo Avenue,

More information

The CIO s new guide to design of global IT infrastructure

The CIO s new guide to design of global IT infrastructure WHITE PAPER The CIO s new guide to design of global IT infrastructure Five principles that are driving radical redesign THE CIO S NEW GUIDE TO DESIGN OF GLOBAL IT INFRASTRUCTURE: FIVE PRINCIPLES DRIVING

More information

Deployment Guide. AX Series with Microsoft Office SharePoint Server

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

More information

SteelFusion with Amazon Web Services Storage Gateway Solution Guide

SteelFusion with Amazon Web Services Storage Gateway Solution Guide SOLUTION GUIDE SteelFusion with Amazon Web Services Storage Gateway Solution Guide July 2014 2014 Riverbed Technology, Inc. All rights reserved. Riverbed, SteelApp, SteelCentral, SteelFusion, SteelHead,

More information

Cisco Application Networking for Citrix Presentation Server

Cisco Application Networking for Citrix Presentation Server Cisco Application Networking for Citrix Presentation Server Faster Site Navigation, Less Bandwidth and Server Processing, and Greater Availability for Global Deployments What You Will Learn To address

More information

Highly Available Unified Communication Services with Microsoft Lync Server 2013 and Radware s Application Delivery Solution

Highly Available Unified Communication Services with Microsoft Lync Server 2013 and Radware s Application Delivery Solution Highly Available Unified Communication Services with Microsoft Lync Server 2013 and Radware s Application Delivery Solution The Challenge Businesses that rely on Microsoft Lync Server must guarantee uninterrupted

More information

Mitigating the Risks of IT Change

Mitigating the Risks of IT Change WHITE PAPER Mitigating the Risks of IT Change Application Discovery and Dependency Mapping with Riverbed Cascade Executive Summary Effective IT planning and decision making are dependent upon having a

More information

The Riverbed Optimization System (RiOS)

The Riverbed Optimization System (RiOS) A Riverbed Technology White Paper The Riverbed Optimization System (RiOS) A Technical Overview of Version 3.0 TABLE OF CONTENTS Introduction... 2 Application-independent Foundation... 3 Additional Application-specific

More information

Making a Case for Including WAN Optimization in your Global SharePoint Deployment

Making a Case for Including WAN Optimization in your Global SharePoint Deployment Making a Case for Including WAN Optimization in your Global SharePoint Deployment Written by: Mauro Cardarelli Mauro Cardarelli is co-author of "Essential SharePoint 2007 -Delivering High Impact Collaboration"

More information

Accelerating Mobile Access

Accelerating Mobile Access Mobile devices are proliferating, and their use to access applications is skyrocketing, while users are less accepting of application performance issues than ever before. Since mobile devices have limited

More information

Optimizing NetApp SnapMirror

Optimizing NetApp SnapMirror Technical White Paper Optimizing NetApp SnapMirror WAN Optimization using Riverbed Steelhead appliances Technical White Paper Version 0.1 December 2013 2014 Riverbed Technology. All rights reserved. Riverbed,

More information

Optimize Application Delivery for Global Deployment Of SAP BusinessObjects Enterprise with Blue Coat Systems Acceleration

Optimize Application Delivery for Global Deployment Of SAP BusinessObjects Enterprise with Blue Coat Systems Acceleration Optimize Application Delivery for Global Deployment Of SAP BusinessObjects Enterprise with Blue Coat Systems Acceleration A Report from SAP Co-Innovation Lab Blue Coat: Chris Webber, Jonathan Bensen, Chris

More information

Deployment Guide Microsoft IIS 7.0

Deployment Guide Microsoft IIS 7.0 Deployment Guide Microsoft IIS 7.0 DG_IIS_022012.1 TABLE OF CONTENTS 1 Introduction... 4 2 Deployment Guide Overview... 4 3 Deployment Guide Prerequisites... 4 4 Accessing the AX Series Load Balancer...

More information

Accelerating WAN Performance with Riverbed

Accelerating WAN Performance with Riverbed Information Technology Accelerating WAN Performance with Accelerating WAN Performance with How this revolutionary technology is improving WAN performance. By Alex Dewar, Head of IT & IM Solutions, Excitech

More information

Deploying F5 to Replace Microsoft TMG or ISA Server

Deploying F5 to Replace Microsoft TMG or ISA Server Deploying F5 to Replace Microsoft TMG or ISA Server Welcome to the F5 deployment guide for configuring the BIG-IP system as a forward and reverse proxy, enabling you to remove or relocate gateway security

More information

Juniper Networks Secure Access Kerberos Constrained Delegation

Juniper Networks Secure Access Kerberos Constrained Delegation Juniper Networks Secure Access Kerberos Constrained Delegation Release 6.4 CONTENT 1. BACKGROUND...3 2. SETTING UP CONSTRAINED DELEGATION...5 2.1 ACTIVE DIRECTORY CONFIGURATION...5 2.1.1 Create a Kerberos

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

Riverbed SaaS. 04 de Setembro de 2015. Copyright 2015 Data Systems, todos os direitos reservados.

Riverbed SaaS. 04 de Setembro de 2015. Copyright 2015 Data Systems, todos os direitos reservados. Riverbed SaaS 04 de Setembro de 2015 Agenda Objetivos da apresentação Apresentação SaaS Optimization com Riverbed Video de funcionamento SaaS Optimization Conclusões/Dúvidas 2 RiOS: Overcoming the Bottlenecks

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

Using Group Policy to Remotely Install Steelhead Mobile Software

Using Group Policy to Remotely Install Steelhead Mobile Software Using Group Policy to Remotely Install Steelhead Mobile Software This tech note describes how to use a Group Policy to automatically distribute Steelhead Mobile software to client computers. These instructions

More information

The CIO s New Guide to Design of Global IT Infrastructure

The CIO s New Guide to Design of Global IT Infrastructure WHITE PAPER The CIO s New Guide to Design of Global IT Infrastructure Five Principles Driving Radical Redesign Technology has enabled businesses to become highly distributed. Whether distributed means

More information

The Role of WAN Optimization in Cloud Infrastructures

The Role of WAN Optimization in Cloud Infrastructures The Role of WAN Optimization in Cloud Infrastructures Josh Tseng, Riverbed Technology Author: Josh Tseng, Riverbed Technology SNIA Legal Notice The material contained in this tutorial is copyrighted by

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

Cisco WAAS Optimized for Citrix XenDesktop

Cisco WAAS Optimized for Citrix XenDesktop White Paper Cisco WAAS Optimized for Citrix XenDesktop Cisco Wide Area Application Services (WAAS) provides high performance delivery of Citrix XenDesktop and Citrix XenApp over the WAN. What ou Will Learn

More information