A Better Way to a Redundant DNS.

Size: px
Start display at page:

Download "A Better Way to a Redundant DNS."

Transcription

1 WHITEPAPE R A Better Way to a Redundant DNS GET.NSONE (6766) NS1.COM

2 Executive Summary DNS is a mission critical application for every online business. In the words of Gartner If external DNS fails, so does your digital business. While there is a great deal of resiliency built into the architectures of top tier DNS providers, they are a single point of failure in the infrastructure of enterprises that rely solely on one provider. DNS redundancy is well recognized as a best practice for online enterprises. It is a fact however that most enterprises have not adopted a redundant DNS strategy. A 2018 study from Thousand Eyes revealed that 68% of Fortune 50 companies are relying on a single DNS provider. The study did show a significantly higher adoption rate of dual provider DNS amongst major SaaS companies who are often more leading edge in their technological approaches. The low adoption rate of redundant DNS appears to be due to the following: 1. The risks and consequences of DNS outages are not well understood. 2. There is lack of knowledge on the best strategies for implementing redundant DNS This white paper provides information on these issues. The paper covers reasons why DNS systems fail and approaches for balancing the cost benefit trade-offs of implementing a redundant DNS strategy. The paper explains the technical considerations and trade-offs of different approaches to implementing redundant DNS and how to evaluate which approaches are best for your business. NS1 has helped many enterprises implement redundant DNS in conjunction with other DNS providers, in conjunction with in house/self-hosted DNS systems and with a unique solution from NS1 called Dedicated DNS. This white paper will help IT managers and architects make a better, informed decision regarding whether and how to implement a redundant DNS strategy GET.NSONE (6766) NS1.COM WHITEPAPER 2

3 Managed DNS Architectures A robust managed DNS has to be highly available and high performing. The foundational elements for achieving this are: Multiple points of presence, with strong global geographic coverage Globally anycasted Well provisioned (servers, storage, bandwidth) Uses top tier network connectivity, IXP and colocation providers Overprovisioned to absorb traffic spikes and DDoS attacks Round the clock monitoring and incident response The value of a DNS system architected and run by experts is not to be underestimated. Few enterprises have the technical depth and resources to do this really well. Single Point of Failure Top tier managed DNS systems have a great deal of built in redundancy and fault tolerance, but all managed DNS providers have experienced problems to some degree with resulting impact on their customers. While rare, providers can even experience a complete loss of service. In short, no system is failure proof, so from the point of view of a subscribing enterprise, their managed DNS does represent a single point of failure. It is often the case that only after they have experienced a loss of DNS service from their provider that enterprises decide to bring on a second provider. A proactive approach is clearly better. The question every enterprise should address is whether bringing in a second DNS service is worth the effort and cost. Managed DNS providers do publish availability statistics and the industry norm exceeds 5 nines (99.999% uptime) about 5 minutes per year downtime. However, this top line number does not provide the detail needed to properly assess the business risk associated with relying on a sole source provider. It is not clear for example what the probabilities and impact are of degraded performance in certain regions or probabilities of a system wide outages of various duration. What enterprises can do is look at the issue from the perspective of their business. What would a 30-minute loss of DNS cost the business in terms of revenue, reputation damage, support costs and recovery? Compare that with the cost of a second source DNS. Enterprises that are highly dependent on their online presence will generally conclude that the cost ratios are in the range of at least 10:1 one order of magnitude. Put another way, the cost of one DNS outage is likely to be at least ten times the annual cost of a second service. That would put the breakeven point at about 1 major DNS outage every 10 years GET.NSONE (6766) NS1.COM WHITEPAPER 3

4 The Basics of DNS Redundancy Understanding the basics of redundant DNS starts with understanding the basics of DNS itself. The subscribing customer hosts their DNS zones on the providers name servers. The name servers are registered with the top level domain (TLD) as authoritative for the zones of the subscribing customer. Managed DNS providers typically provide a list of four authoritative servers that the subscribing customer can list in the delegation. These four name servers actually represent many physical servers hosted in multiple data centers around the world. That is a reason why managed DNS services are generally reliable and performant. When a DNS resolver receives a query, the resolver queries the top level domain (TLD) to get the list of authoritative name servers for the desired zone. It receives that list of four and selects one of the name servers in the list to query for the record. If it receives no reply it will retry. If again no reply is received it will choose another name server in the list. So what can go wrong? The four name servers each have a unique IP address which is anycasted to all the points of presence where the physical servers are hosted. So if a POP in a particular region goes down, users in that region will experience a period of slowdown due to timeouts, retry delays, and traffic routing adjustments to send queries to a different POP. Second, traffic spikes in combination with problems at specific POPS can cause problems to propagate across the system with high rates of retransmit requests adding to loads system wide. Managed services are typically shared. So the effects of DNS DDoS attacks aimed at one customer on the system can affect other customers so called collateral damage. In short, although the architecture of better DNS managed services is highly distributed, these services are designed to work as a single system. To achieve a redundant DNS you need two sets of DNS name servers in the delegation that are hosted independently. That means they don t share the same colocation facilities, network connectivity or anycasted network. Redundant DNS and Secondary DNS Not the Same Thing Secondary DNS is one way to achieve redundant DNS but it is not the same as redundant DNS. A primary DNS server (sometimes referred to as a master DNS server) is the source of DNS information - the zones and records. DNS administrators make changes to the zone files on the primary DNS server and those changes are propagated from the primary DNS server to all the secondary DNS servers. Primary secondary configuration is a means of managing updates to multiple servers but does not provide redundancy. For example, many enterprises set up a hidden master (a primary DNS server that does not answer queries) and use it to send DNS changes to their managed DNS provider. The managed DNS in this case is a secondary DNS in a single provider set up GET.NSONE (6766) NS1.COM WHITEPAPER 4

5 Methods for Achieving Redundant DNS Achieving a redundant DNS means having two (or more) independent DNS networks actively answering queries. If one of those networks fail, the other will seamlessly and automatically pick up the slack. It is worth pointing out that both DNS networks must be active for redundancy to work. The reason is the time it takes to bring a DNS network online. A registrar needs to be contacted to add the name servers to the delegation. Otherwise the top level domain servers have no knowledge of them. This process can take 24 hours or more. For redundancy to work, the nameservers for both DNS networks must be registered with the TLD. Redundant DNS with two DNS providers can be achieved in different ways: 1. One provider is primary, and the other is secondary. The secondary provider receives zone updates from the primary. Enterprise IT personnel enter any DNS changes on the primary provider system, and have a zone transfer mechanism (typically NOTIFY and AXFR) set up between the two providers. 2. The other method is having both providers function as primary. In this mode there is no communication between the systems. The DNS administrator needs to enter zone updates on each system, separately. 3. A third option is the enterprise hosts a hidden master DNS and sets up both providers as secondary to the hidden master. These methods have advantages and disadvantages which relate to how the DNS is used. Modern DNS systems have built in traffic steering capabilities that perform functions such as active failover, geo routing and custom weighted load balancing. These functions are implemented using meta data that are associated with the DNS records but are not part of the records themselves. As a result, the standard zone transfer protocol (AXFR) that is used to synchronize records from primary to secondary DNS does not transfer that meta data. There are also no standards for the meta data and each DNS vendor implements DNS traffic management in their own way. Dual provider primary secondary DNS configurations do not support DNS traffic management. To maintain the benefits of DNS traffic management and have a dual provider DNS the records on both systems must be managed and updated separately. This can be done manually through the GUI or CLI interfaces to both systems, or through APIs. Automation using APIs can provide a single interface for the DNS domain administrator to update the records in both systems. This becomes progressively more complex if the middleware needs to support the more advanced routing features. It is generally left up to the customer to develop this middleware but some dual provider middleware implementations have been made generally available. Typically these are limited in functionality and not necessarily maintained GET.NSONE (6766) NS1.COM WHITEPAPER 5

6 The advantages and disadvantages of these approaches are summarize in Table 1 below. Method Advantages Disadvantages Dual Provider, Primary/Secondary Automated record synchronization No support for DNS traffic management Both providers must support zone transfer protocols Double the management overhead Dual Provider Primary/Primary DNS traffic management is supported Greater possibility of admin errors Differences in DNS traffic management features and capabilities can cause problems Table 1: Advantages and disadvantages of dual provider set ups. These issues highlight the need for a better alternative, one that is easy to manage and does not impose limitations on DNS traffic management GET.NSONE (6766) NS1.COM WHITEPAPER 6

7 NS1 Dedicated DNS: A Unique and Better Redundant DNS Solution NS1 s Managed DNS can be implemented in conjunction with another managed DNS service, or in conjunction with an enterprise self hosted DNS. NS1 supports the suite of zone transfer protocols (AXFR, IXFR, NOTIFY, TSIG) and can function as a secondary or primary DNS in a dual provider set-up. NS1 APIs are comprehensive and easy to use so record management can be automated. However, as noted above, the standard dual provider methods for achieving redundant DNS all leave something to be desired. They involve accepting trade-offs in functionality, manageability or both. NS1 has developed a solution that solves the complications and limitations of other approaches. NS1 Dedicated DNS is a fully managed DNS service, just like NS1 s Managed DNS. The difference is NS1 Dedicated DNS is not a shared service. It is a single tenant DNS solution deployed on physically separate infrastructure (servers, network connectivity) from Managed DNS. Every Dedicated DNS deployment is designed, deployed and managed by NS1 to meet the traffic load and distribution requirements of the subscribing enterprise. Dedicated DNS is managed using the same interface as Managed DNS. Whether the subscribing enterprise uses the NS1 APIs or the management GUI, record management is a one step, one place process with single pane of glass view into all records and reporting. There is no way for records to drift out of synchronization and all updates are reflected virtually simultaneously across all servers, within seconds. All traffic management features are supported. NS1 Managed DNS in conjunction with Dedicated DNS provides the redundancy of a dual provider solution with none of the complications of record synchronization, zone transfers and traffic management. It also is much more straightforward to implement from the customer perspective. NS1 sets up the Dedicated DNS network, which appears as an additional DNS network in their NS1 portal account (Figure 1). Adding zones and records to Dedicated DNS is a simple matter of checking a box to attach existing or new zones to the Dedicated DNS network. There is no need to set up a contract with another DNS provider or configure, test and monitor that records are correctly managed and synchronized on both systems. It all just works GET.NSONE (6766) NS1.COM WHITEPAPER 7

8 Figure 1. Single management interface for Managed and Dedicated DNS Dedicated DNS is a unique solution in the industry to the complexity and trade-offs that come with implementing a redundant DNS architecture. It simplifies management, reduces the risk of errors and provides that key level of availability assurance needed by online enterprises. ABOUT NS1 NS1 is the leader in next generation DNS solutions that orchestrate the delivery ABOUT NS1 of the world s most critical internet and enterprise applications. Only NS1 s NS1 is the leader in next generation DNS solutions that orchestrate the delivery of purpose-built platform, which is built on a modern API-first architecture, the world s most critical internet and enterprise applications. Only NS1 s purposebuilt platform, transforms which DNS into is built an intelligent, on a modern efficient API-first and automated architecture, system, transforms driving DNS into an intelligent, dramatic efficient gains in reliability, and automated resiliency, system, security driving and performance dramatic gains of application in reliability, resiliency, delivery security infrastructure. and performance Many of the of highest-trafficked application delivery sites infrastructure. and largest global Many of the highest-trafficked sites and largest global enterprises trust NS1, including Salesforce, enterprises trust NS1, including Salesforce, LinkedIn, Dropbox, Nielsen, LinkedIn, Dropbox, Nielsen, Squarespace, Pandora and The Guardian. Squarespace, Pandora and The Guardian GET.NSONE (6766) NS1.COM WHITEPAPER 8

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 12-07-2016 BEST PRACTICES FOR IMPROVING EXTERNAL DNS RESILIENCY AND PERFORMANCE Your external DNS is a mission critical business resource.

More information

In the Domain Name System s language, rcode 0 stands for: no error condition.

In the Domain Name System s language, rcode 0 stands for: no error condition. 12/2017 SIMPLE, FAST, RESILIENT In the Domain Name System s language, rcode 0 stands for: no error condition. If a DNS server answers a query with this result code, the service is running properly. This

More information

THE UTILITY OF DNS TRAFFIC MANAGEMENT

THE UTILITY OF DNS TRAFFIC MANAGEMENT SECURITY SERVICES WHITE PAPER THE UTILITY OF DNS TRAFFIC MANAGEMENT TABLE OF CONTENTS 2 ABOUT DNS 3 DNS TRAFFIC MANAGEMENT 4 MONITORING AND FAILOVER 5 TRAFFIC MANAGEMENT MONITORING PROBES 6 GLOBAL LOAD

More information

Carrier Reliability & Management: Overview of Plivo s Carrier Network

Carrier Reliability & Management: Overview of Plivo s Carrier Network Carrier Reliability & Management: Overview of Plivo s Carrier Network Build your company on direct connections with access to 1600+ carrier networks WWW.PLIVO.COM/CARRIERS Global Coverage with Latency-free

More information

AKAMAI CLOUD SECURITY SOLUTIONS

AKAMAI CLOUD SECURITY SOLUTIONS AKAMAI CLOUD SECURITY SOLUTIONS Whether you sell to customers over the web, operate data centers around the world or in the cloud, or support employees on the road, you rely on the Internet to keep your

More information

RELIABILITY & AVAILABILITY IN THE CLOUD

RELIABILITY & AVAILABILITY IN THE CLOUD RELIABILITY & AVAILABILITY IN THE CLOUD A TWILIO PERSPECTIVE twilio.com To the leaders and engineers at Twilio, the cloud represents the promise of reliable, scalable infrastructure at a price that directly

More information

The Changing DNS Market: A Technical Perspective

The Changing DNS Market: A Technical Perspective The Changing DNS Market: A Technical Perspective Johan Ihrén Netnod October 6, 2016 Netnod Customer Mtg, October 6, 2016, Changing DNS Market: A Tech Perspective, johani@netnod.se 1 / 15 Introduction When

More information

Multi-Master DNS Update Management

Multi-Master DNS Update Management White Paper Multi-Master DNS Update Management by Timothy Rooney Product management director BT Diamond IP Introduction DNS is a foundational element of IP communications. To communicate over an IP network,

More information

USING TRANSACTION SIGNATURES (TSIG) FOR SECURE DNS SERVER COMMUNICATION

USING TRANSACTION SIGNATURES (TSIG) FOR SECURE DNS SERVER COMMUNICATION USING TRANSACTION SIGNATURES (TSIG) FOR SECURE DNS SERVER COMMUNICATION 11-30-2016 USING TRANSACTION SIGNATURES (TSIG) FOR SECURE DNS SERVER COMMUNICATION Transaction Signatures (TSIG) provide a secure

More information

Technical Description: Nixu Registry Server

Technical Description: Nixu Registry Server Technical Description: Nixu Registry Server Nixu Software Oy Ltd A Nixu Group Company Keilaranta 15 FI-02150 Espoo Finland 1 1. Overview of Nixu Registry Server Nixu Registry Server is a Domain Name Registry

More information

Cloud Operations for Oracle Cloud Machine ORACLE WHITE PAPER MARCH 2017

Cloud Operations for Oracle Cloud Machine ORACLE WHITE PAPER MARCH 2017 Cloud Operations for Oracle Cloud Machine ORACLE WHITE PAPER MARCH 2017 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and

More information

The DNS of Things. A. 2001:19b8:10 1:2::f5f5:1d Q. WHERE IS Peter Silva Sr. Technical Marketing

The DNS of Things. A. 2001:19b8:10 1:2::f5f5:1d Q. WHERE IS  Peter Silva Sr. Technical Marketing The DNS of Things Peter Silva Sr. Technical Marketing Manager @psilvas Q. WHERE IS WWW.F5.COM? A. 2001:19b8:10 1:2::f5f5:1d Advanced threats Software defined everything SDDC/Cloud Internet of Things Mobility

More information

AUTOTASK ENDPOINT BACKUP (AEB) SECURITY ARCHITECTURE GUIDE

AUTOTASK ENDPOINT BACKUP (AEB) SECURITY ARCHITECTURE GUIDE AUTOTASK ENDPOINT BACKUP (AEB) SECURITY ARCHITECTURE GUIDE Table of Contents Dedicated Geo-Redundant Data Center Infrastructure 02 SSAE 16 / SAS 70 and SOC2 Audits 03 Logical Access Security 03 Dedicated

More information

Rock-solid Internet infrastructure. (Yeah, we keep our stuff in bunkers.)

Rock-solid Internet infrastructure. (Yeah, we keep our stuff in bunkers.) Rock-solid Internet infrastructure. (Yeah, we keep our stuff in bunkers.) WHO DO YOU TRUST TO GET THE JOB DONE? Innovation at the core of the Internet When it comes to Internet services, you need a partner

More information

Never Drop a Call With TecInfo SIP Proxy White Paper

Never Drop a Call With TecInfo SIP Proxy White Paper Innovative Solutions. Trusted Performance. Intelligently Engineered. Never Drop a Call With TecInfo SIP Proxy White Paper TecInfo SD-WAN product - PowerLink - enables real time traffic like VoIP, video

More information

Cloud DNS. High Performance under any traffic conditions from anywhere in the world. Reliable. Performance

Cloud DNS. High Performance under any traffic conditions from anywhere in the world. Reliable. Performance Cloud DNS High Performance under any traffic conditions from anywhere in the world Secure DNS System Reduce vulnerability to spoofing and distributed denial of service (DDoS) attacks Reliable Performance

More information

Differentiating Your Datacentre in the Networked Future John Duffin

Differentiating Your Datacentre in the Networked Future John Duffin Differentiating Your Datacentre in the Networked Future John Duffin Managing Director, South Asia. Uptime Institute July 2017 2017 Uptime Institute, LLC The Global Datacentre Authority 2 2017 Uptime Institute,

More information

Disaster Recovery Solutions for Oracle Database Standard Edition RAC. A Dbvisit White Paper By Anton Els

Disaster Recovery Solutions for Oracle Database Standard Edition RAC. A Dbvisit White Paper By Anton Els Disaster Recovery Solutions for Oracle Database Standard Edition RAC A Dbvisit White Paper By Anton Els Copyright 2017 Dbvisit Software Limited. All Rights Reserved V3, Oct 2017 Contents Executive Summary...

More information

Custom hosting solutions orchastrated for your needs.

Custom hosting solutions orchastrated for your needs. Custom hosting solutions orchastrated for your needs. Cloud Hosting IaaS Colocation DRaaS & Backup Hosting AWS Monitoring PaaS/CaaS (for Developers) Why Customers Choose Us Whether you re just starting

More information

YOUR APPLICATION S JOURNEY TO THE CLOUD. What s the best way to get cloud native capabilities for your existing applications?

YOUR APPLICATION S JOURNEY TO THE CLOUD. What s the best way to get cloud native capabilities for your existing applications? YOUR APPLICATION S JOURNEY TO THE CLOUD What s the best way to get cloud native capabilities for your existing applications? Introduction Moving applications to cloud is a priority for many IT organizations.

More information

INNOVATIVE SD-WAN TECHNOLOGY

INNOVATIVE SD-WAN TECHNOLOGY INNOVATIVE SD-WAN TECHNOLOGY Enhance network performance and increase ROI with WANworX TM Many of the WAN deployments today are based on older technology that was acceptable when businesses did not run

More information

Running A Highly Scaled Registry DNS Platform. ICANN 55 Tech Day Anycast Panel Chris Griffiths -

Running A Highly Scaled Registry DNS Platform. ICANN 55 Tech Day Anycast Panel Chris Griffiths - ICANN 55 Tech Day Anycast Panel Chris Griffiths - chris.griffiths@nominet.uk 1 About Nominet WE ARE AN INTERNATIONAL INTERNET COMPANY DELIVERING PUBLIC BENEFIT As an operator of one of the largest Registries

More information

THE AUTHORITATIVE GUIDE TO DNS TERMINOLOGY

THE AUTHORITATIVE GUIDE TO DNS TERMINOLOGY Ebook: THE AUTHORITATIVE GUIDE TO DNS TERMINOLOGY From A Record & DNS to Zones 603 668 4998 Your Master List of Key DNS Terms As more users and more online services (sites, microservices, connected things,

More information

Network Diversity and Survivability:

Network Diversity and Survivability: Network Diversity and Survivability: Five ways to evolve to true diversity WHITE PAPER An Independent Analysis Published on Behalf of Spectrum Enterprise TABLE OF CONTENTS Executive Summary... 2 Different

More information

ACANO SOLUTION RESILIENT ARCHITECTURE. White Paper. Mark Blake, Acano CTO

ACANO SOLUTION RESILIENT ARCHITECTURE. White Paper. Mark Blake, Acano CTO ACANO SOLUTION RESILIENT ARCHITECTURE White Paper Mark Blake, Acano CTO September 2014 CONTENTS Introduction... 3 Definition of Resilience... 3 Achieving Resiliency... 4 Managing Your Data Secure from

More information

Annual Public Safety PSAP Survey results

Annual Public Safety PSAP Survey results Annual Public Safety PSAP Survey results 573 PSAP Employees Surveyed March - July 2016 2016 Stratus Technologies. All Rights Reserved. 1 Stratus PSAP Survey March 2016 From March 2016 through July of 2016,

More information

INTELLIGENT DNS AS A CORNERSTONE OF DIGITAL TRANSFORMATION. CLOUDEXPO 2017

INTELLIGENT DNS AS A CORNERSTONE OF DIGITAL TRANSFORMATION. CLOUDEXPO 2017 INTELLIGENT DNS AS A CORNERSTONE OF DIGITAL TRANSFORMATION. CLOUDEXPO 2017 BUILD A SMARTER INTERNET Carl Levine Senior Technical Evangelist @stuffcarlsays SLIDE 1 WWW.NS1.COM @NSONEINC Today s World Dynamic,

More information

Downtime Prevention Buyer s Guide. 6 QUESTIONS to help you choose the right availability protection for your applications

Downtime Prevention Buyer s Guide. 6 QUESTIONS to help you choose the right availability protection for your applications Downtime Prevention Buyer s Guide 6 QUESTIONS to help you choose the right availability protection for your applications Question 6 questions to help you choose the right availability protection for your

More information

The Keys to Monitoring Internal Web Applications

The Keys to Monitoring Internal Web Applications WHITEPAPER The Keys to Monitoring Internal Web Applications Much of the focus on applications today revolves around SaaS apps delivered from the cloud. However, many large enterprises are also required

More information

NINE MYTHS ABOUT. DDo S PROTECTION

NINE MYTHS ABOUT. DDo S PROTECTION NINE S ABOUT DDo S PROTECTION NINE S ABOUT DDOS PROTECTION The trajectory of DDoS attacks is clear: yearly increases in total DDoS attacks, an ever-growing number of attack vectors, and billions of potentially

More information

HOW TO SELECT A SECURITY-BASED MESSAGING PARTNER. Six key features to consider when choosing a mission-critical messaging partner for your business.

HOW TO SELECT A SECURITY-BASED MESSAGING PARTNER. Six key features to consider when choosing a mission-critical messaging partner for your business. HOW TO SELECT A SECURITY-BASED MESSAGING PARTNER Six key features to consider when choosing a mission-critical messaging partner for your business. MESSAGING MEANS BUSINESS Text messaging (or SMS) is a

More information

DNS SECURITY BEST PRACTICES

DNS SECURITY BEST PRACTICES White Paper DNS SECURITY BEST PRACTICES Highlights Have alternative name server software ready to use Keep your name server software up-to-date Use DNSSEC-compliant and TSIG-compliant name server software

More information

Global Headquarters: 5 Speen Street Framingham, MA USA P F

Global Headquarters: 5 Speen Street Framingham, MA USA P F WHITE PAPER Support for Virtualized Environments: HP's Critical Advantage Sponsored by: HP Matt Healey February 2011 Rob Brothers Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200

More information

How to Lift-and-Shift a Line of Business Application onto Google Cloud Platform

How to Lift-and-Shift a Line of Business Application onto Google Cloud Platform How to Lift-and-Shift a Line of Business Application onto Google Cloud Platform by Andy Wu, Solutions Architect, Magenic White Paper How to Lift-and-Shift a Line of Business Application onto Google Cloud

More information

Flex Tenancy :48:27 UTC Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement

Flex Tenancy :48:27 UTC Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Flex Tenancy 2015-04-28 17:48:27 UTC 2015 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents Flex Tenancy... 3 Flex Tenancy... 4 Understanding the Flex Tenancy

More information

Take Back Lost Revenue by Activating Virtuozzo Storage Today

Take Back Lost Revenue by Activating Virtuozzo Storage Today Take Back Lost Revenue by Activating Virtuozzo Storage Today JUNE, 2017 2017 Virtuozzo. All rights reserved. 1 Introduction New software-defined storage (SDS) solutions are enabling hosting companies to

More information

Ensuring Business Resilience Jim Neumann, Vice President of Marketing, Power Analytics Corp.

Ensuring Business Resilience Jim Neumann, Vice President of Marketing, Power Analytics Corp. Ensuring Business Resilience Jim Neumann, Vice President of Marketing, Power Analytics Corp. In today s digital economy, the importance of taking a bottom-line view of your organization s electrical power

More information

DISASTER RECOVERY PRIMER

DISASTER RECOVERY PRIMER DISASTER RECOVERY PRIMER 1 Site Faliure Occurs Power Faliure / Virus Outbreak / ISP / Ransomware / Multiple Servers Sample Disaster Recovery Process Site Faliure Data Centre 1: Primary Data Centre Data

More information

IT Consulting and Implementation Services

IT Consulting and Implementation Services PORTFOLIO OVERVIEW IT Consulting and Implementation Services Helping IT Transform the Way Business Innovates and Operates 1 2 PORTFOLIO OVERVIEW IT Consulting and Implementation Services IT is moving from

More information

WHITE PAPER Cloud FastPath: A Highly Secure Data Transfer Solution

WHITE PAPER Cloud FastPath: A Highly Secure Data Transfer Solution WHITE PAPER Cloud FastPath: A Highly Secure Data Transfer Solution Tervela helps companies move large volumes of sensitive data safely and securely over network distances great and small. We have been

More information

Cisco SP Wi-Fi Solution Support, Optimize, Assurance, and Operate Services

Cisco SP Wi-Fi Solution Support, Optimize, Assurance, and Operate Services Service Overview Cisco SP Wi-Fi Solution Support, Optimize, Assurance, and Operate Services Cisco Service Provider (SP) Wi-Fi is a single, unified architecture for all types of Wi-Fi services and business

More information

AppPulse Point of Presence (POP)

AppPulse Point of Presence (POP) AppPulse Point of Presence Micro Focus AppPulse POP service is a remotely delivered solution that provides a managed environment of Application Performance Management. AppPulse POP service supplies real-time

More information

Securing Amazon Web Services (AWS) EC2 Instances with Dome9. A Whitepaper by Dome9 Security, Ltd.

Securing Amazon Web Services (AWS) EC2 Instances with Dome9. A Whitepaper by Dome9 Security, Ltd. Securing Amazon Web Services (AWS) EC2 Instances with Dome9 A Whitepaper by Dome9 Security, Ltd. Amazon Web Services (AWS) provides business flexibility for your company as you move to the cloud, but new

More information

5 reasons why choosing Apache Cassandra is planning for a multi-cloud future

5 reasons why choosing Apache Cassandra is planning for a multi-cloud future White Paper 5 reasons why choosing Apache Cassandra is planning for a multi-cloud future Abstract We have been hearing for several years now that multi-cloud deployment is something that is highly desirable,

More information

Imperva Incapsula Product Overview

Imperva Incapsula Product Overview Product Overview DA T A SH E E T Application Delivery from the Cloud Whether you re running a small e-commerce business or in charge of IT operations for an enterprise, will improve your website security

More information

Integrating Nixu IPAM with Microsoft AD. White Paper January 2011

Integrating Nixu IPAM with Microsoft AD. White Paper January 2011 Integrating Nixu IPAM with Microsoft AD White Paper January 2011 DNS, DHCP and IP Address Management (IPAM) in Microsoft AD Environments Organizations running Microsoft DNS and DHCP services have traditionally

More information

IBM InfoSphere Streams v4.0 Performance Best Practices

IBM InfoSphere Streams v4.0 Performance Best Practices Henry May IBM InfoSphere Streams v4.0 Performance Best Practices Abstract Streams v4.0 introduces powerful high availability features. Leveraging these requires careful consideration of performance related

More information

RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE.

RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE. RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE. Is putting Contact us INTRODUCTION You know the headaches of managing an infrastructure that is stretched to its limit. Too little staff. Too many users. Not

More information

Maximize the Speed and Scalability of Your MuleSoft ESB with Solace

Maximize the Speed and Scalability of Your MuleSoft ESB with Solace Maximize the Speed and Scalability of MuleSoft s Mule ESB enterprise service bus software makes information and interactive services accessible to a wide range of applications and users by intelligently

More information

SOLUTION OVERVIEW THE ARUBA MOBILE FIRST ARCHITECTURE

SOLUTION OVERVIEW THE ARUBA MOBILE FIRST ARCHITECTURE SOLUTION OVERVIEW THE ARUBA MOBILE FIRST ARCHITECTURE March 2018 Table of Contents Introduction...1 Design...2 Use Cases...2 Underlay...3 Overlay...3 Dynamic Segmentation...3 Non-Stop Networking...4 Summary...5

More information

Datacenter Care HEWLETT PACKARD ENTERPRISE. Key drivers of an exceptional NPS score

Datacenter Care HEWLETT PACKARD ENTERPRISE. Key drivers of an exceptional NPS score Datacenter Care The things I love about Datacenter Care is the a la carte nature of the offering. The contract is really flexible and the services delivered correspond exactly to what we bought. The contract

More information

Overview. CPS Architecture Overview. Operations, Administration and Management (OAM) CPS Architecture Overview, page 1 Geographic Redundancy, page 5

Overview. CPS Architecture Overview. Operations, Administration and Management (OAM) CPS Architecture Overview, page 1 Geographic Redundancy, page 5 CPS Architecture, page 1 Geographic Redundancy, page 5 CPS Architecture The Cisco Policy Suite (CPS) solution utilizes a three-tier virtual architecture for scalability, system resilience, and robustness

More information

IPMA State of Washington. Disaster Recovery in. State and Local. Governments

IPMA State of Washington. Disaster Recovery in. State and Local. Governments IPMA State of Washington Disaster Recovery in State and Local Governments Disaster by the Numbers Over 70% of agencies had some sort of data loss incident in 2012 Under 5% report that they were able to

More information

DNS Anycast for High Availability and Performance

DNS Anycast for High Availability and Performance White Paper DNS Anycast for High Availability and Performance by Timothy Rooney Product management director BT Diamond IP DNS Anycast for High Availability and Performance By Tim Rooney, Director, Product

More information

DNS SECURITY BENEFITS OF OUTSOURCING YOUR DNS TO AN IP ANYCAST+ PROVIDER

DNS SECURITY BENEFITS OF OUTSOURCING YOUR DNS TO AN IP ANYCAST+ PROVIDER BENEFITS OF OUTSOURCING YOUR DNS TO AN IP ANYCAST+ PROVIDER Introduction DDoS attacks are rapidly growing in magnitude and frequency every year. Just in the last year, attack rates have risen 132% (Q2

More information

Security and Compliance at Mavenlink

Security and Compliance at Mavenlink Security and Compliance at Mavenlink Table of Contents Introduction....3 Application Security....4....4....5 Infrastructure Security....8....8....8....9 Data Security.... 10....10....10 Infrastructure

More information

Accelerate Your Enterprise Private Cloud Initiative

Accelerate Your Enterprise Private Cloud Initiative Cisco Cloud Comprehensive, enterprise cloud enablement services help you realize a secure, agile, and highly automated infrastructure-as-a-service (IaaS) environment for cost-effective, rapid IT service

More information

Virtualizing Business- Critical Applications with Confidence TECHNICAL WHITE PAPER

Virtualizing Business- Critical Applications with Confidence TECHNICAL WHITE PAPER Virtualizing Business- Critical Applications with Confidence TECHNICAL WHITE PAPER Virtualizing Business-Critical Applications with Confidence Challenges Using Traditional High Availability Solutions Within

More information

ProgrammableFlow White Paper. March 24, 2016 NEC Corporation

ProgrammableFlow White Paper. March 24, 2016 NEC Corporation March 24, 2016 NEC Corporation Contents Preface 3 OpenFlow and ProgrammableFlow 5 Seven Functions and Techniques in ProgrammableFlow 6 Conclusion 19 2 NEC Corporation 2016 Preface SDN (Software-Defined

More information

BUILDING the VIRtUAL enterprise

BUILDING the VIRtUAL enterprise BUILDING the VIRTUAL ENTERPRISE A Red Hat WHITEPAPER www.redhat.com As an IT shop or business owner, your ability to meet the fluctuating needs of your business while balancing changing priorities, schedules,

More information

Microsoft SQL Server on Stratus ftserver Systems

Microsoft SQL Server on Stratus ftserver Systems W H I T E P A P E R Microsoft SQL Server on Stratus ftserver Systems Security, scalability and reliability at its best Uptime that approaches six nines Significant cost savings for your business Only from

More information

Service Level Agreement

Service Level Agreement This ( ) sets forth the specific terms and conditions under which LightEdge Solutions, Inc. ( LightEdge ) shall supply all Managed Services to Customer. The Master Agreement entered into between LightEdge

More information

Single-Tenant vs. Multi-Tenant Enterprise Software

Single-Tenant vs. Multi-Tenant Enterprise Software Single-Tenant vs. Multi-Tenant Enterprise Software Choosing between single-tenancy and multi-tenancy comes down to an organization's business objectives and requirements. Which trade-offs are you willing

More information

TECHNOLOGY LEADER IN GLOBAL REAL-TIME TWO-FACTOR AUTHENTICATION

TECHNOLOGY LEADER IN GLOBAL REAL-TIME TWO-FACTOR AUTHENTICATION TECHNOLOGY LEADER IN GLOBAL REAL-TIME TWO-FACTOR AUTHENTICATION SMS PASSCODE is the leading technology in a new generation of two-factor authentication systems protecting against the modern Internet threats.

More information

Disaster Recovery Is A Business Strategy

Disaster Recovery Is A Business Strategy Disaster Recovery Is A Business Strategy A White Paper By Table of Contents Preface Disaster Recovery Is a Business Strategy Disaster Recovery Is a Business Strategy... 2 Disaster Recovery: The Facts...

More information

IBM Case Manager on Cloud

IBM Case Manager on Cloud Service Description IBM Case Manager on Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means and includes the company, its authorized users or recipients of the

More information

Virtustream Cloud and Managed Services Solutions for US State & Local Governments and Education

Virtustream Cloud and Managed Services Solutions for US State & Local Governments and Education Data Sheet Virtustream Cloud and Managed Services Solutions for US State & Local Governments and Education Available through NASPO ValuePoint Cloud Services VIRTUSTREAM CLOUD AND MANAGED SERVICES SOLUTIONS

More information

Welcome to Staying Ahead Webinar

Welcome to Staying Ahead Webinar Welcome to Staying Ahead Webinar Migrating to NNMi 1 Footer Goes Here Agenda 1. NNMi features and benefits 2. PSQS / Education offerings around NNMi 3. Q&A 2 Footer Goes Here Streamline your network operations

More information

Hitachi Adaptable Modular Storage and Workgroup Modular Storage

Hitachi Adaptable Modular Storage and Workgroup Modular Storage O V E R V I E W Hitachi Adaptable Modular Storage and Workgroup Modular Storage Modular Hitachi Storage Delivers Enterprise-level Benefits Hitachi Data Systems Hitachi Adaptable Modular Storage and Workgroup

More information

UPS system failure. Cyber crime (DDoS ) Accidential/human error. Water, heat or CRAC failure. W eather related. Generator failure

UPS system failure. Cyber crime (DDoS ) Accidential/human error. Water, heat or CRAC failure. W eather related. Generator failure BEST PRACTICES: LEVERAGING CLOUD AND COLOCATION TO AVOID DOWNTIME Business continuity implementations that address traditional and emerging threats KEY TAKEAWAYS The cost for unplanned downtime has never

More information

SYMANTEC: SECURITY ADVISORY SERVICES. Symantec Security Advisory Services The World Leader in Information Security

SYMANTEC: SECURITY ADVISORY SERVICES. Symantec Security Advisory Services The World Leader in Information Security SYMANTEC: SECURITY ADVISORY SERVICES Symantec Security Advisory Services The World Leader in Information Security Knowledge, as the saying goes, is power. At Symantec we couldn t agree more. And when it

More information

Uptime and Proactive Support Services

Uptime and Proactive Support Services Uptime and Proactive Support Services We ll accelerate your journey to sustainable IT optimisation and ensure that your technology is delivering all that it can. We ll keep your IT infrastructure up and

More information

ThousandEyes for. Application Delivery White Paper

ThousandEyes for. Application Delivery White Paper ThousandEyes for Application Delivery White Paper White Paper Summary The rise of mobile applications, the shift from on-premises to Software-as-a-Service (SaaS), and the reliance on third-party services

More information

Carbonite Availability. Technical overview

Carbonite Availability. Technical overview Carbonite Availability Technical overview Table of contents Executive summary The availability imperative...3 True real-time replication More efficient and better protection... 4 Robust protection Reliably

More information

Five Key Considerations for Selecting Cloud Recovery Services

Five Key Considerations for Selecting Cloud Recovery Services Five Key Considerations for Selecting Cloud Recovery Services Looking for a cloud-based solution for backup and recovery? Here are some important things to keep in mind when interviewing providers. By

More information

A Real-world Demonstration of NetSocket Cloud Experience Manager for Microsoft Lync

A Real-world Demonstration of NetSocket Cloud Experience Manager for Microsoft Lync A Real-world Demonstration of NetSocket Cloud Experience Manager for Microsoft Lync Introduction Microsoft Lync connects people everywhere as part of their everyday productivity experience. When issues

More information

Hitachi Adaptable Modular Storage and Hitachi Workgroup Modular Storage

Hitachi Adaptable Modular Storage and Hitachi Workgroup Modular Storage O V E R V I E W Hitachi Adaptable Modular Storage and Hitachi Workgroup Modular Storage Modular Hitachi Storage Delivers Enterprise-level Benefits Hitachi Adaptable Modular Storage and Hitachi Workgroup

More information

Draft Applicant Guidebook, v3

Draft Applicant Guidebook, v3 Draft Applicant Guidebook, v3 Module 5 Please note that this is a discussion draft only. Potential applicants should not rely on any of the proposed details of the new gtld program as the program remains

More information

Managed Networks for IWAN

Managed Networks for IWAN Managed Networks for IWAN Managed Networks for IWAN Managed Services Remove Complexity From IWAN Deployments 1 2017 2017 Cisco Cisco and/or and/or its affiliates. its affiliates. All rights All rights

More information

Addressing Data Management and IT Infrastructure Challenges in a SharePoint Environment. By Michael Noel

Addressing Data Management and IT Infrastructure Challenges in a SharePoint Environment. By Michael Noel Addressing Data Management and IT Infrastructure Challenges in a SharePoint Environment By Michael Noel Contents Data Management with SharePoint and Its Challenges...2 Addressing Infrastructure Sprawl

More information

Accelerate Your Cloud Journey

Accelerate Your Cloud Journey Dubai, UAE 20th March 2013 Accelerate Your Cloud Journey James Spearman Dimension Data - Solutions Architect Cloud 2012 2011 Cisco and/or its affiliates. All rights reserved. Cisco Connect 1 Dimension

More information

What can the OnBase Cloud do for you? lbmctech.com

What can the OnBase Cloud do for you? lbmctech.com What can the OnBase Cloud do for you? lbmctech.com The OnBase Cloud by Hyland When it comes to cloud deployments, experience matters. With experience comes more functionality, long tracks of outstanding

More information

Re-engineering the DNS One Resolver at a Time. Paul Wilson Director General APNIC channeling Geoff Huston Chief Scientist

Re-engineering the DNS One Resolver at a Time. Paul Wilson Director General APNIC channeling Geoff Huston Chief Scientist Re-engineering the DNS One Resolver at a Time Paul Wilson Director General APNIC channeling Geoff Huston Chief Scientist 1 In this presentation I ll talk about the DNS, and the root server infrastructure

More information

Buyer s Guide: DRaaS features and functionality

Buyer s Guide: DRaaS features and functionality Buyer s Guide: DRaaS features and functionality Disaster recovery without a secondary site DRaaS for the midmarket When a server stops responding, for whatever reason, the fastest way to resume service

More information

White paper June ARINC RailwayNet HOSTED POSITIVE TRAIN CONTROL (PTC) COMMUNICATION SOLUTION

White paper June ARINC RailwayNet HOSTED POSITIVE TRAIN CONTROL (PTC) COMMUNICATION SOLUTION White paper June 2016 ARINC RailwayNet SM HOSTED POSITIVE TRAIN CONTROL (PTC) COMMUNICATION SOLUTION Background Improving rail safety The National Transportation Safety Board (NTSB) has attributed a number

More information

W H I T E P A P E R : O P E N. V P N C L O U D. Implementing A Secure OpenVPN Cloud

W H I T E P A P E R : O P E N. V P N C L O U D. Implementing A Secure OpenVPN Cloud W H I T E P A P E R : O P E N. V P N C L O U D Implementing A Secure OpenVPN Cloud Platform White Paper: OpenVPN Cloud Platform Implementing OpenVPN Cloud Platform Content Introduction... 3 The Problems...

More information

MULTIPLAYER GAMING SOLUTION BRIEF

MULTIPLAYER GAMING SOLUTION BRIEF AMERICAS MULTIPLAYER GAMING SOLUTION BRIEF PLAYER-CENTRIC INNOVATION FOR MULTIPLAYER GAMING Multiplayer Gaming, Social Gatherings for Gamers Video-game-related crime is almost as old as the industry itself.

More information

NIC Chile Secondary DNS Service History and Evolution

NIC Chile Secondary DNS Service History and Evolution NIC Chile Secondary DNS Service History and Evolution Marco Díaz OARC Buenos Aires 2016 A little bit of history NIC Chile started to offer secondary service as a way to improve the local Internet. Launched

More information

Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability

Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability IT teams in companies of all sizes face constant pressure to meet the Availability requirements of today s Always-On

More information

Integrated DHCP, DNS & IP Address Management

Integrated DHCP, DNS & IP Address Management Integrated DHCP, DNS & IP Address Management. Cisco Prime Network Registrar Charlie Mascari, Product Manager Network Management Technology Group September 2011 2010 Cisco and/or its affiliates. All rights

More information

Trust Harris for LTE. Critical Conditions Require Critical Response

Trust Harris for LTE. Critical Conditions Require Critical Response Trust Harris for LTE Critical Conditions Require Critical Response Harris LTE Solution Harris LTE Solution Harris LTE Networks Critical Conditions Require Critical Response. Trust Harris for LTE. Public

More information

Service Provider Consulting

Service Provider Consulting From Microsoft Services 1 Industry Overview More and more businesses are looking to outsource IT, decrease management requirements and ultimately save money. With worldwide public cloud spending expected

More information

IronPort C100 for Small and Medium Businesses

IronPort C100 for Small and Medium Businesses I R O N P O R T E M A I L S E C U R I T Y A P P L I A N C E S S I M P L E I N S TA L L AT I O N, E A S Y M A N A G E M E N T, A N D P O W E R F U L P R O T E C T I O N F O R Y O U R E M A I L I N F R A

More information

Managing DNS Firewall

Managing DNS Firewall , page 1 DNS firewall controls the domain names, IP addresses, and name servers that are allowed to function on the network. This enables Internet Service Providers (ISP), enterprises, or organizations

More information

Juniper Solutions for Turnkey, Managed Cloud Services

Juniper Solutions for Turnkey, Managed Cloud Services Juniper Solutions for Turnkey, Managed Cloud Services Three use cases for hosting and colocation service providers looking to deliver massively scalable, highly differentiated cloud services. Challenge

More information

5 Best Practices for Transitioning from Legacy Voice to VoIP and UC&C

5 Best Practices for Transitioning from Legacy Voice to VoIP and UC&C WHITE PAR 5 Best Practices for Transitioning from Legacy Voice to VoIP and UC&C 1 WHITE PAR from Legacy Voice to VoIP and UC&C Voice communications are undergoing a profound shift, with many organizations

More information

A Guide to Architecting the Active/Active Data Center

A Guide to Architecting the Active/Active Data Center White Paper A Guide to Architecting the Active/Active Data Center 2015 ScaleArc. All Rights Reserved. White Paper The New Imperative: Architecting the Active/Active Data Center Introduction With the average

More information

WEBSCALE CONVERGED APPLICATION DELIVERY PLATFORM

WEBSCALE CONVERGED APPLICATION DELIVERY PLATFORM SECURITY ANALYTICS WEBSCALE CONVERGED APPLICATION DELIVERY PLATFORM BLAZING PERFORMANCE, HIGH AVAILABILITY AND ROBUST SECURITY FOR YOUR CRITICAL WEB APPLICATIONS OVERVIEW Webscale is a converged multi-cloud

More information

Load Balancer Survival Tips: Black Friday & Cyber Monday

Load Balancer Survival Tips: Black Friday & Cyber Monday Load Balancer Survival Tips: Black Friday & Cyber Monday EBOOK c07.18 The annual holiday shopping season starting with Black Friday is the litmus test for application availability and performance for online

More information

Unity EdgeConnect SP SD-WAN Solution

Unity EdgeConnect SP SD-WAN Solution As cloud-based application adoption continues to accelerate, geographically distributed enterprises increasingly view the wide area network (WAN) as critical to connecting users to applications. As enterprise

More information