Request Routing, Load-Balancing and Fault- Tolerance Solution - MediaDNS
|
|
|
- Ashlyn Small
- 10 years ago
- Views:
Transcription
1 White paper Request Routing, Load-Balancing and Fault- Tolerance Solution - MediaDNS June 2001 Response in Global Environment Simply by connecting to the Internet, local businesses transform themselves into global "ebusiness" enterprises that span the world. When the competition is only a click away, an ebusiness can afford neither downtime nor a slowed network response time. According to Zona Research, an ebusiness must respond in less than seven seconds or risk losing 30% or more of prospective customers. Zona Research estimates that as much as $4.4 billion in e-commerce is lost each year because of failed or slow networks. In current Internet environment, application servers in a remote site may produce a long latency and bad response time such that users do not tolerate the long waiting before being served. The reason for that may be due to the heavy loading of application servers. In order to keep the prospective customers, the content must be made available to the users as soon as possible. SinoCDN's global load-balancing and fault-tolerance solution product, MediaDNS, enables the delivery of content more intelligently and efficiently by redirecting user requests and load-balancing the application servers in Content Delivery Network (CDN). Connect to the best service node in a CDN In an intelligent CDN, content is routed intelligently to the users passing through the intermediate nodes (e.g. ISG). This scenario improves the network scalability and reliability. The bandwidth consumption on the network is significantly reduced by pushing the content distribution to the edge of the network. However, how can an end-user enter the CDN and know which node is the best for quality content delivery service according to his location and situation? 1
2 Possible Solution: DNS lookup and HTTP redirect The solution to the above questions is MediaDNS (MDNS) from SinoCDN. It intelligently assigns the best server node or cache engine to the end-users. MediaDNS performs the tasks in two different modes: DNS lookup When a customer requests a streaming URL such as streaming.sinocdn.com, their media players queries their local Domain Name Server (DNS) to resolve the host name to an IP address. The local DNS performs queries iteratively, ultimately reaching the authoritative DNS for the given domain sinocdn.com. The authoritative DNS replies with one or more IP addresses for the given domain name. Once the local DNS has the IP address, it responds back to the customer's browser, which in turns opens a TCP connection with the given IP address and performs content delivery. The local DNS caches the authoritative DNS response and provides the same address for future requests to the domain until the time-to-live (TTL) parameter of the domain's IP address specified by the authoritative DNS expires. MediaDNS based on this DNS lookup scenario with additional application layer intelligent to direct the end-users to the node (e.g. ISGs) that can provide the best response and quality delivery/streaming services to them, with load-balancing functionality. HTTP redirect Other than DNS lookup, HTTP redirect is another method for redirecting end users to the closest and best server node. End users make http requests to the MediaDNS in this method. The MediaDNS can then obtain the IP addresses of the end users from the http requests. By knowing this information, the MediaDNS knows the exact location (IP) of the end user. This helps the MediaDNS to locate the closest server node relative to the end user and thus enabling a more accurate decision. After the MediaDNS made the decision, it returns the URL of the best and closest node to the end user. The end user then joins in the CDN through this server node. Operation of MediaDNS DNS Lookup mode A client requests a content by specifying the URL. The URL always includes a hostname (for example, The URL is sent to the client local DNS server to resolve the hostname to an IP address. This is what happens next: 2
3 1. The client local DNS server sends a DNS request to the authoritative DNS server for the domain portion of the hostname streaming.yourcompany.com (in this case, yourcompany.com). 2. The DNS server at your site examines the hostname. If it is properly configured to work with MediaDNS, it will identify the computer where the MediaDNS is running as the authoritative DNS server for the sub-domain streaming.yourcompany.com. 3. The DNS server returns the IP address of the computer where the MediaDNS is running to the client local DNS server. 4. The client DNS server sends an address resolution request to the MediaDNS. The MediaDNS checks whether the name streaming.yourcompany.com is listed in its configuration file as a virtual host.. If the name is not listed, the MediaDNS returns an error message to the client DNS server. 6. If the hostname is listed, the MediaDNS checks the list of server nodes or ISGs that are qualified to respond to that name. It also eliminates from the list any node or ISG that is currently unavailable. 7. The MediaDNS selects a node or ISG using the criteria of loading, available bandwidth and network latency. It then returns the IP address of the best one to the Local DNS. ISG Local DNS 2 Authoritative DNS (abc.com) 3 4 MediaDNS (video.abc.com) 1 End user requests content at video.abc.com An end user sends DNS request to Local DNS 2. Local DNS s query is forwarded to the authoritative DNS for IP resolve 3. Authoritative DNS forwards request to the MediaDNS 4. MediaDNS requests ISGs to measure RTT from Local DNS and return loading information. MediaDNS returns IP of the closest/best ISG to authoritative DNS and then Local DNS 6. Local DNS returns IP to the end user 7. The end user makes a request to closest the ISG Fig. 1 Request redirection using MediaDNS DNS Lookup mode 3
4 HTTP redirect mode HTTP redirect mode in MediaDNS provides the request redirection service and global load-balancing functions for streaming delivery on ISG-based CDN. In HTTP redirect mode, end users request for a meta file (.ram for REAL and.asx for MMS) by http request. The MediaDNS, acts like a web server, receives the request and returns the streaming media address back to end-user. The steps for directing the end-user to the closest ISG in HTTP redirect mode is described as follows: 1. An end user makes an HTTP request by typing a HTTP URL, say 2. The MediaDNS which acts as a web server of video.yourcompany.com receives the above request and thus it can obtain the IP address of the end user. 3. MediaDNS controls the ISGs to measure the round-trip-time (RTT) between them and the end user. 4. The MediaDNS selects an ISG using the criteria of ISG loading, available bandwidth and network latency. This IP address and the corresponding content path of the media is sent to the end user, e.g. mms://ip_closest_isg/live.. End user gets the full stream URL for streaming request. It then makes the request to the best ISG. ISG Media server with content link /live MediaDNS (video.yourcompany.com) 1 An end user sends a http request, e.g. Fig. 2 MediaDNS in HTTP Redirect mode 4
5 Intelligent server node Selection The selection of a server node or ISG for a client by the MediaDNS is based on the following metrics: 1. Available bandwidth: it ensures that the server node or ISG have enough bandwidth to provide a good quality stream or service to the end user. 2. Loading: it ensures that the server node or ISG will not be overloaded or down after serving the client. 3. Network latency between server node/isg and the client local DNS (DNS lookup mode) or end user (HTTP redirect mode): it ensures that the end-user can be served with fast response by a nearby node/isg. 4. Administrator pre-defined network topology such that users come from a specific region are served by a specific (or a cluster of) server or ISG. The information of available bandwidth and loading can be retrieved directly and quickly from the MediaDNS agent located in the server nodes or ISGs. The information of latency between server nodes/isgs and local DNS or end-user can be obtained by measuring the round-trip time (RTT). After the MediaDNS receives a request from a client, it will control all the MediaDNS agents in the CDN to send a request to the client's local DNS or the client s machine for measuring the RTT measurement. After the server nodes or ISGs send back the RTTs to the MediaDNS, the MediaDNS compares all the necessary information to make an intelligent decision on selection. This intelligent selection guarantees that the end-user can be served with the best response and quality, while balancing the loading of the server nodes. Enable Global/Local Server Load Balancing MediaDNS enables the network to perform Global Server Load Balancing (GSLB) and Local Server Load Balancing (LSLB). GSLB and LSLB have emerged as the new way of reducing the risk of losing your customers to the competition. GSLB improves content response time by transparently steering the customer to the nearest server. GSLB improves content availability by automatically redirecting the customer away from failed or heavy loading servers or ISGs. LSLB reduces the chance of service failure by load-balancing local network services and redirect users away from failure nodes. Through these techniques, GSLB and LSLB protect an ebusiness from natural calamities, catastrophes, or power outages and ensures that the customer gets to the nearest functional server node.
6 Geography Based Selection The MediaDNS resolves a domain name into the IP address of a server or ISG. When a client DNS makes an address resolution request for a stream, the MediaDNS returns the IP address of a server node/isg based on the pre-set selection criteria. Other than comparing the latency and loading information, user requests can be redirected according to the geographical location. Users in a specific region can be configured to be served by a specific (or a cluster of) server node. Hierarchical MediaDNS Deployment MediaDNS can be deployed in either Global mode or Local mode to form a hierarchical structure. Global mode MediaDNS controls and communicates with Local mode MediaDNS that are located all around the WAN. It finds the closest local MediaDNS to the end user based on the same selection metric in server node selection. Then, it forwards the DNS request to the Local mode MediaDNS and the Local mode MediaDNS finds the closest server node under its region to serve the end user. This hierarchical structure enables a scalable and flexible deployment of MediaDNS in a global environment. Servers or ISGs that are far away from the end user will not be involved in the selection process, so it can efficiently find the closest node to the end user without wasting unnecessary network resources. Health Check and Failover Health check The MediaDNS agents deliver server node information to the MediaDNS. They measure the load on the servers and the latency between the client DNS server/enduser. Thus it can check the health of all the server nodes continuously. ISG failover MediaDNS agent is running at each server node to improve reliability. MediaDNS depends on the information from the agents to select the best node for the client. If the MediaDNS agent in a node cannot respond to the MediaDNS, MediaDNS considers that node as over-loaded or failure. Consequent requests will not be assigned to this node until it is reborn. 6
7 Web-based Administration for customized configuration MediaDNS contains a web-based user interface for remote administration. The intuitive interface provides easy configuration and management of MediaDNS, automates tasks, and helps prevent configuration errors. It provides several advanced configuration features to meet additional needs that typically occur at Internet sites. Configurations like loading and network latency parameter settings allow the operator to have a complete control on server node selection. You can configure your selection criteria such that it can be most suitable to your environment and applications. About SinoCDN SinoCDN is the leading broadband infrastructure technology developer in Asia. It offers content networking and management technology, which enables high-quality live and ondemand content delivery over the Internet from long haul to edge networks. Their products are based on their innovative Intelligent Streaming Gateway architecture that can create reliable, intelligent, scalable and easy-to-manage Content Delivery Network infrastructure for millions of users with best viewing experience. The company is headquartered in Hong Kong, with offices in Boston US. Additional information is available at 7
Demand Routing in Network Layer for Load Balancing in Content Delivery Networks
Demand Routing in Network Layer for Load Balancing in Content Delivery Networks # A SHRAVANI, 1 M.Tech, Computer Science Engineering E mail: [email protected] # SYED ABDUL MOEED 2 Asst.Professor,
GLOBAL SERVER LOAD BALANCING WITH SERVERIRON
APPLICATION NOTE GLOBAL SERVER LOAD BALANCING WITH SERVERIRON Growing Global Simply by connecting to the Internet, local businesses transform themselves into global ebusiness enterprises that span the
Intelligent Content Delivery Network (CDN) The New Generation of High-Quality Network
White paper Intelligent Content Delivery Network (CDN) The New Generation of High-Quality Network July 2001 Executive Summary Rich media content like audio and video streaming over the Internet is becoming
Global Server Load Balancing
White Paper Overview Many enterprises attempt to scale Web and network capacity by deploying additional servers and increased infrastructure at a single location, but centralized architectures are subject
FortiBalancer: Global Server Load Balancing WHITE PAPER
FortiBalancer: Global Server Load Balancing WHITE PAPER FORTINET FortiBalancer: Global Server Load Balancing PAGE 2 Introduction Scalability, high availability and performance are critical to the success
Global Server Load Balancing
White Paper Global Server Load Balancing APV Series Application Delivery Controllers May 2011 Global Server Load Balancing Access. Security. Delivery. Introduction Scalability, high availability and performance
Alteon Global Server Load Balancing
Alteon Global Server Load Balancing Whitepaper GSLB Operation Overview Major Components Distributed Site Monitoring Distributed Site State Protocol Internet Topology Awareness DNS Authoritative Name Server
How To Understand The Power Of A Content Delivery Network (Cdn)
Overview 5-44 5-44 Computer Networking 5-64 Lecture 8: Delivering Content Content Delivery Networks Peter Steenkiste Fall 04 www.cs.cmu.edu/~prs/5-44-f4 Web Consistent hashing Peer-to-peer CDN Motivation
Superior Disaster Recovery with Radware s Global Server Load Balancing (GSLB) Solution
Superior Disaster Recovery with Radware s Global Server Load Balancing (GSLB) Solution White Paper January 2012 Radware GSLB Solution White Paper Page 1 Table of Contents 1. EXECUTIVE SUMMARY... 3 2. GLOBAL
THE MASTER LIST OF DNS TERMINOLOGY. v 2.0
THE MASTER LIST OF DNS TERMINOLOGY v 2.0 DNS can be hard to understand and if you re unfamiliar with the terminology, learning more about DNS can seem as daunting as learning a new language. To help people
Traffic Controller Service. UltraDNS Whitepaper
Traffic Controller Service UltraDNS Whitepaper Table of Contents Global load balancing challenges... 3 Overview... 4 Architecture... 5 Dynamic monitoring system... 6 Traffic Controller techniques... 7
HTG XROADS NETWORKS. Network Appliance How To Guide: EdgeDNS. How To Guide
HTG X XROADS NETWORKS Network Appliance How To Guide: EdgeDNS How To Guide V 3. 2 E D G E N E T W O R K A P P L I A N C E How To Guide EdgeDNS XRoads Networks 17165 Von Karman Suite 112 888-9-XROADS V
Scaling with Zeus Global Load Balancer
White Paper Scaling with Zeus Global Load Balancer Zeus. Why wait Contents Introduction... 3 Server Load Balancing within a Datacenter... 3 Global Server Load Balancing between Datacenters... 3 Who might
THE MASTER LIST OF DNS TERMINOLOGY. First Edition
THE MASTER LIST OF DNS TERMINOLOGY First Edition DNS can be hard to understand and if you re unfamiliar with the terminology, learning more about DNS can seem as daunting as learning a new language. To
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...
White Paper. ThinRDP Load Balancing
White Paper ThinRDP Load Balancing Introduction Load balancing and Fault-tolerance are methodologies to distribute workload across multiple services to achieve optimal resource utilization, avoid overload
Internet Content Distribution
Internet Content Distribution Chapter 4: Content Distribution Networks (TUD Student Use Only) Chapter Outline Basics of content distribution networks (CDN) Why CDN? How do they work? Client redirection
Web Caching and CDNs. Aditya Akella
Web Caching and CDNs Aditya Akella 1 Where can bottlenecks occur? First mile: client to its ISPs Last mile: server to its ISP Server: compute/memory limitations ISP interconnections/peerings: congestion
The Value of Content Distribution Networks Mike Axelrod, Google [email protected]. Google Public
The Value of Content Distribution Networks Mike Axelrod, Google [email protected] Introduction Well understood facts: o Fast is better than slow but it costs more to be fast o Network has to be fast and
Measuring the Web: Part I - - Content Delivery Networks. Prof. Anja Feldmann, Ph.D. Dr. Ramin Khalili Georgios Smaragdakis, PhD
Measuring the Web: Part I - - Content Delivery Networks Prof. Anja Feldmann, Ph.D. Dr. Ramin Khalili Georgios Smaragdakis, PhD Acknowledgement Material presented in these slides is borrowed from presentajons
Radware AppDirector and Juniper Networks Secure Access SSL VPN Solution Implementation Guide
Implementation Guide Radware AppDirector and Juniper Networks Secure Access SSL VPN Solution Implementation Guide Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408.745.2000
Pass Through Proxy. How-to. Overview:..1 Why PTP?...1
Pass Through Proxy How-to Overview:..1 Why PTP?...1 Via an SA port...1 Via external DNS resolution...1 Examples of Using Passthrough Proxy...2 Example configuration using virtual host name:...3 Example
How To Guide Edge Network Appliance How To Guide:
How To Guide Edge Network Appliance How To Guide: ActiveDNS v 4.01 Edge Network Appliance How To Guide: ActiveDNS 2007 XRoads Networks 17165 Von Karman, Suite 112 888-9-XROADS v 4.01 updated 09/11/07 Table
WAN Traffic Management with PowerLink Pro100
Whitepaper WAN Traffic Management with PowerLink Pro100 Overview In today s Internet marketplace, optimizing online presence is crucial for business success. Wan/ISP link failover and traffic management
DATA COMMUNICATOIN NETWORKING
DATA COMMUNICATOIN NETWORKING Instructor: Ouldooz Baghban Karimi Course Book: Computer Networking, A Top-Down Approach, Kurose, Ross Slides: - Course book Slides - Slides from Princeton University COS461
Combining Global Load Balancing and Geo-location with Emissary TM
Combining Global Load Balancing and Geo-location with Emissary TM A New Kind of Global Internet Traffic Management Appliance from Coyote Point Systems and Digital Envoy Establishing a Geo-Sensitive, Highly
Windows Geo-Clustering: SQL Server
Windows Geo-Clustering: SQL Server Edwin Sarmiento, Microsoft SQL Server MVP, Microsoft Certified Master Contents Introduction... 3 The Business Need for Geo-Clustering... 3 Single-location Clustering
High-Performance DNS Services in BIG-IP Version 11
F5 White Paper High-Performance DNS Services in BIG-IP Version 11 To provide high-quality user experiences on the Internet, networks must be designed with optimized, secure, highly available, and high-performance
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
Web Application Hosting Cloud Architecture
Web Application Hosting Cloud Architecture Executive Overview This paper describes vendor neutral best practices for hosting web applications using cloud computing. The architectural elements described
Lecture 3: Scaling by Load Balancing 1. Comments on reviews i. 2. Topic 1: Scalability a. QUESTION: What are problems? i. These papers look at
Lecture 3: Scaling by Load Balancing 1. Comments on reviews i. 2. Topic 1: Scalability a. QUESTION: What are problems? i. These papers look at distributing load b. QUESTION: What is the context? i. How
PIVOTAL CRM ARCHITECTURE
WHITEPAPER PIVOTAL CRM ARCHITECTURE Built for Enterprise Performance and Scalability WHITEPAPER PIVOTAL CRM ARCHITECTURE 2 ABOUT Performance and scalability are important considerations in any CRM selection
Content Delivery Networks. Shaxun Chen April 21, 2009
Content Delivery Networks Shaxun Chen April 21, 2009 Outline Introduction to CDN An Industry Example: Akamai A Research Example: CDN over Mobile Networks Conclusion Outline Introduction to CDN An Industry
HTG XROADS NETWORKS. Network Appliance How To Guide: DNS Delegation. How To Guide
HTG X XROADS NETWORKS Network Appliance How To Guide: DNS Delegation How To Guide DNS Delegation (The Simple Redundancy Solution) The key requirement when performing DNS based network redundancy and load
Global Load Balancing with Brocade Virtual Traffic Manager
WHITE PAPER Global Load Balancing with Brocade Virtual Traffic Manager Introduction Every year, global enterprises suffer application downtime due to failures in software or infrastructure, whether the
BEST PRACTICES FOR IMPROVING EXTERNAL DNS RESILIENCY AND PERFORMANCE
BEST PRACTICES FOR IMPROVING EXTERNAL DNS RESILIENCY AND PERFORMANCE BEST PRACTICES FOR IMPROVING EXTERNAL DNS RESILIENCY AND PERFORMANCE Your external DNS is a mission critical business resource. Without
Introduction to ServerIron ADX Application Switching and Load Balancing. Module 7: Global Server Load Balancing (GSLB) Revision 0310
Introduction to ServerIron ADX Application Switching and Load Balancing Module 7: Global Server Load Balancing (GSLB) Revision 0310 Objectives Upon completion of this module, the student will: Be able
Distributed Systems. 23. Content Delivery Networks (CDN) Paul Krzyzanowski. Rutgers University. Fall 2015
Distributed Systems 23. Content Delivery Networks (CDN) Paul Krzyzanowski Rutgers University Fall 2015 November 17, 2015 2014-2015 Paul Krzyzanowski 1 Motivation Serving web content from one location presents
Using DNS SRV to Provide High Availability Scenarios
AN-SBC-100 Sangoma Session Border Controllers Using DNS SRV to Provide High Availability Scenarios Contents 1. Sangoma Session Border Controllers - High Availability Solution...1 2. What is DNS SRV?...1
State of the Cloud DNS Report
transparency for the cloud State of the Cloud DNS Report Basic Edition April 2015 2015 Table of Contents Overview Introduction 3 Anycast vs. Unicast DNS 3 Provider Overview & Current News 4 Provider Marketshare
DEPLOYMENT GUIDE Version 1.2. Deploying F5 with Oracle E-Business Suite 12
DEPLOYMENT GUIDE Version 1.2 Deploying F5 with Oracle E-Business Suite 12 Table of Contents Table of Contents Introducing the BIG-IP LTM Oracle E-Business Suite 12 configuration Prerequisites and configuration
High Availability for Citrix XenApp
WHITE PAPER Citrix XenApp High Availability for Citrix XenApp Enhancing XenApp Availability with NetScaler Reference Architecture www.citrix.com Contents Contents... 2 Introduction... 3 Desktop Availability...
Distributed Systems. 25. Content Delivery Networks (CDN) 2014 Paul Krzyzanowski. Rutgers University. Fall 2014
Distributed Systems 25. Content Delivery Networks (CDN) Paul Krzyzanowski Rutgers University Fall 2014 November 16, 2014 2014 Paul Krzyzanowski 1 Motivation Serving web content from one location presents
Content Delivery Network. Version 0.95
Content Delivery Network Version 0.95 2014 CrownPeak Technology, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical,
5 Easy Steps to Implementing Application Load Balancing for Non-Stop Availability and Higher Performance
5 Easy Steps to Implementing Application Load Balancing for Non-Stop Availability and Higher Performance DEPLOYMENT GUIDE Prepared by: Jim Puchbauer Coyote Point Systems Inc. The idea of load balancing
EECS 489 Winter 2010 Midterm Exam
EECS 489 Winter 2010 Midterm Exam Name: This is an open-book, open-resources exam. Explain or show your work for each question. Your grade will be severely deducted if you don t show your work, even if
Global Server Load Balancing (GSLB) Concepts
Global Server Load Balancing (GSLB) Concepts Section Section Objectives GSLB Overview GSLB Configuration Options GSLB Components Server Mode Configuration 2 Global Server Load Balancing (GSLB) Key ACOS
Building a Highly Available and Scalable Web Farm
Page 1 of 10 MSDN Home > MSDN Library > Deployment Rate this page: 10 users 4.9 out of 5 Building a Highly Available and Scalable Web Farm Duwamish Online Paul Johns and Aaron Ching Microsoft Developer
Lab 2. CS-335a. Fall 2012 Computer Science Department. Manolis Surligas [email protected]
Lab 2 CS-335a Fall 2012 Computer Science Department Manolis Surligas [email protected] 1 Summary At this lab we will cover: Basics of Transport Layer (TCP, UDP) Broadcast ARP DNS More Wireshark filters
Coyote Point Systems White Paper
Five Easy Steps to Implementing Application Load Balancing for Non-Stop Availability and Higher Performance. Coyote Point Systems White Paper Load Balancing Guide for Application Server Administrators
State of the Cloud DNS Report
transparency for the cloud State of the Cloud DNS Report Basic Edition August 2015 2015 Table of Contents Overview Introduction 3 Anycast vs. Unicast DNS 3 Provider Overview & Current News 4 Provider Marketshare
Application Note. Active Directory Federation Services deployment guide
Application Note Active Directory Federation Services deployment guide Document version: v1.1 Last update: 20th January 2014 Purpose ALOHA Load-Balancer deployment guide for Microsoft ADFS and ADFS proxy
Domain Name System 2015-04-28 17:49:44 UTC. 2015 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement
Domain Name System 2015-04-28 17:49:44 UTC 2015 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents Domain Name System... 4 Domain Name System... 5 How DNS Works
Measuring CDN Performance. Hooman Beheshti, VP Technology
Measuring CDN Performance Hooman Beheshti, VP Technology Why this matters Performance is one of the main reasons we use a CDN Seems easy to measure, but isn t Performance is an easy way to comparison shop
How to set up the Integrated DNS Server for Inbound Load Balancing
How to set up the Integrated DNS Server for Introduction Getting Started Peplink Balance has a built-in DNS server for inbound link load balancing. You can delegate a domain s NS/SOA records, e.g. www.mycompany.com,
Barracuda Load Balancer Online Demo Guide
Barracuda Load Balancer Online Demo Guide Rev 1.3 October 04, 2012 Product Introduction The Barracuda Networks Load Balancer provides comprehensive IP load balancing capabilities to any IP-based application,
Overlay Networks. Slides adopted from Prof. Böszörményi, Distributed Systems, Summer 2004.
Overlay Networks An overlay is a logical network on top of the physical network Routing Overlays The simplest kind of overlay Virtual Private Networks (VPN), supported by the routers If no router support
DEPLOYMENT GUIDE Version 1.1. DNS Traffic Management using the BIG-IP Local Traffic Manager
DEPLOYMENT GUIDE Version 1.1 DNS Traffic Management using the BIG-IP Local Traffic Manager Table of Contents Table of Contents Introducing DNS server traffic management with the BIG-IP LTM Prerequisites
Solution Brief. Load Balancing to Provide Scalable, Reliable, Secure Access Solutions
Solution Brief Load Balancing to Provide Scalable, Reliable, Secure Access Solutions September 2008 Mobile Users Require Secure Always-On Network Access Secure Sockets Layer (SSL) virtual private networks
High Availability HTTP/S. R.P. (Adi) Aditya [email protected] Senior Network Architect
High Availability HTTP/S R.P. (Adi) Aditya [email protected] Senior Network Architect HTTP/S is not the Internet HTTP/S Internet so why care about High Availability HTTP/S? because HTTP/S is such a large
1. Comments on reviews a. Need to avoid just summarizing web page asks you for:
1. Comments on reviews a. Need to avoid just summarizing web page asks you for: i. A one or two sentence summary of the paper ii. A description of the problem they were trying to solve iii. A summary of
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.
Cisco GSS 4492R Global Site Selector
Cisco ACE Family Cisco ACE GSS 4492R Global Site Selector The Cisco GSS 4492R Global Site Selector is part of the Cisco ACE Application Control Engine family and a crucial component of any data center
Cisco and EMC Solutions for Application Acceleration and Branch Office Infrastructure Consolidation
Solution Overview Cisco and EMC Solutions for Application Acceleration and Branch Office Infrastructure Consolidation IT organizations face challenges in consolidating costly and difficult-to-manage branch-office
Front-End Performance Testing and Optimization
Front-End Performance Testing and Optimization Abstract Today, web user turnaround starts from more than 3 seconds of response time. This demands performance optimization on all application levels. Client
KEMP LoadMaster. Enabling Hybrid Cloud Solutions in Microsoft Azure
KEMP LoadMaster Enabling Hybrid Cloud Solutions in Microsoft Azure Introduction An increasing number of organizations are moving from traditional on-premises datacenter architecture to a public cloud platform
Network Layers. CSC358 - Introduction to Computer Networks
Network Layers Goal Understand how application processes set up a connection and exchange messages. Understand how addresses are determined Data Exchange Between Application Processes TCP Connection-Setup
AKAMAI WHITE PAPER. The Challenges of Connecting Globally in the Pharmaceutical Industry
AKAMAI WHITE PAPER The Challenges of Connecting Globally in the Pharmaceutical Industry The Challenges of Connecting Globally in the Pharmaceutical Industry TABLE OF CONTENTS EXECUTIVE SUMMARY 1 GLOBAL
Content Delivery Networks (CDN) Dr. Yingwu Zhu
Content Delivery Networks (CDN) Dr. Yingwu Zhu Web Cache Architecure Local ISP cache cdn Reverse Reverse Proxy Reverse Proxy Reverse Proxy Proxy L4 Switch Content Content Content Server Content Server
Chapter 6 Virtual Private Networking Using SSL Connections
Chapter 6 Virtual Private Networking Using SSL Connections The FVS336G ProSafe Dual WAN Gigabit Firewall with SSL & IPsec VPN provides a hardwarebased SSL VPN solution designed specifically to provide
Cisco GSS 4492R Global Site Selector
Data Sheet Cisco GSS 4492R Global Site Selector The Cisco GSS 4492R Global Site Selector is a critical component of any business resilience strategy to optimize multisite deployments that involve globally
Citrix NetScaler Global Server Load Balancing Primer:
Citrix NetScaler Global Server Load Balancing Primer: Theory and Implementation www.citrix.com Background...3 DNS Overview...3 How DNS level GSLB works...4 Basic NetScaler GSLB Configuration...8 Accepting
Disaster Recovery White Paper
Introduction Remote access plays a critical role in successfully executing a business recovery plan both in terms of providing access for existing remote users and accommodating the potential increase
High Availability for Desktop Virtualization
WHITE PAPER Citrix XenDesktop High Availability for Desktop Virtualization How to provide a comprehensive, end-to-end highavailability strategy for desktop virtualization. www.citrix.com Contents Contents...
High Performance Cluster Support for NLB on Window
High Performance Cluster Support for NLB on Window [1]Arvind Rathi, [2] Kirti, [3] Neelam [1]M.Tech Student, Department of CSE, GITM, Gurgaon Haryana (India) [email protected] [2]Asst. Professor,
Brocade Virtual Traffic Manager and Microsoft SharePoint 2010 Deployment Guide
September 2015 Brocade Virtual Traffic Manager and Microsoft SharePoint 2010 Deployment Guide 2015 Brocade Communications Systems, Inc. All Rights Reserved. ADX, Brocade, Brocade Assurance, the B-wing
Content Distribu-on Networks (CDNs)
Content Distribu-on Networks (CDNs) Jennifer Rexford COS 461: Computer Networks Lectures: MW 10-10:0am in Architecture N101 hjp://www.cs.princeton.edu/courses/archive/spr12/cos461/ Second Half of the Course
Cisco ACE GSS 4492R Global Site Selector
Cisco ACE GSS 4492R Global Site Selector Product Overview The Cisco GSS 4492R Global Site Selector is part of the Cisco ACE Application Control Engine family and a crucial component of any data center
Reduce your downtime to the minimum with a multi-data centre concept
Put your business-critical activities in good hands If your income depends on the continuous availability of your servers, you should ask your hosting provider for a high availability solution. You may
PowerLink Bandwidth Aggregation Redundant WAN Link and VPN Fail-Over Solutions
Bandwidth Aggregation Redundant WAN Link and VPN Fail-Over Solutions Find your network example: 1. Basic network with and 2 WAN lines - click here 2. Add a web server to the LAN - click here 3. Add a web,
HUAWEI OceanStor 9000. Load Balancing Technical White Paper. Issue 01. Date 2014-06-20 HUAWEI TECHNOLOGIES CO., LTD.
HUAWEI OceanStor 9000 Load Balancing Technical Issue 01 Date 2014-06-20 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2014. All rights reserved. No part of this document may be
LOAD BALANCING TECHNIQUES FOR RELEASE 11i AND RELEASE 12 E-BUSINESS ENVIRONMENTS
LOAD BALANCING TECHNIQUES FOR RELEASE 11i AND RELEASE 12 E-BUSINESS ENVIRONMENTS Venkat Perumal IT Convergence Introduction Any application server based on a certain CPU, memory and other configurations
Lecture 2 CS 3311. An example of a middleware service: DNS Domain Name System
Lecture 2 CS 3311 An example of a middleware service: DNS Domain Name System The problem Networked computers have names and IP addresses. Applications use names; IP uses for routing purposes IP addresses.
The F5 Intelligent DNS Scale Reference Architecture.
The F5 Intelligent DNS Scale Reference Architecture. End-to-end DNS delivery solutions from F5 maximize the use of organizational resources, while remaining agile and intelligent enough to scale and support
Ecomm Enterprise High Availability Solution. Ecomm Enterprise High Availability Solution (EEHAS) www.ecommtech.co.za Page 1 of 7
Ecomm Enterprise High Availability Solution Ecomm Enterprise High Availability Solution (EEHAS) www.ecommtech.co.za Page 1 of 7 Ecomm Enterprise High Availability Solution Table of Contents 1. INTRODUCTION...
Computer Networks: Domain Name System
Computer Networks: Domain Name System Domain Name System The domain name system (DNS) is an application-layer protocol for mapping domain names to IP addresses DNS www.example.com 208.77.188.166 http://www.example.com
10533: Deploying, Configuring, and Administering Microsoft Lync Server 2010 Duration: Five Days
To register or for more information call our office (208) 898-9036 or email [email protected] 10533: Deploying, Configuring, and Administering Microsoft Lync Server 2010 Duration: Five Days
Layer 4-7 Server Load Balancing. Security, High-Availability and Scalability of Web and Application Servers
Layer 4-7 Server Load Balancing Security, High-Availability and Scalability of Web and Application Servers Foundry Overview Mission: World Headquarters San Jose, California Performance, High Availability,
CS 348: Computer Networks. - DNS; 22 nd Oct 2012. Instructor: Sridhar Iyer IIT Bombay
CS 348: Computer Networks - DNS; 22 nd Oct 2012 Instructor: Sridhar Iyer IIT Bombay Domain Name System Map between host names and IP addresses People: many identifiers: name, Passport #, Internet hosts:
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
Optimize Application Delivery Across Your Globally Distributed Data Centers
BIG IP Global Traffic Manager DATASHEET What s Inside: 1 Key Benefits 2 Globally Available Applications 4 Simple Management 5 Secure Applications 6 Network Integration 6 Architecture 7 BIG-IP GTM Platforms
Configuring and Implementing A10
IMPLEMENTATION GUIDE Configuring and Implementing A10 Networks Load Balancing Solution with Juniper s SSL VPN Appliances Although Juniper Networks has attempted to provide accurate information in this
A Layman's Guide to Global Server Load Balancing
A Layman's Guide to Global Server Load Balancing Zeus Technology Limited (UK) Sales: +44 (0)1223 568555 Zeus Technology, Inc. (U.S.) Phone: (650) 965-4627 The Jeffreys Building Main: +44 (0)1223 525000
