Continuous availability: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
FrescoBot (talk | contribs)
m Bot: links syntax and minor changes
Typo
Line 28: Line 28:
|5 minutes
|5 minutes
|}
|}
When defining such a percentage it needs to be spedified if it applies to the hardware, the IT infrastructure or the business application on top.<ref>itSM Solutions Newsletter December 2006: The Paradox of the 9s [http://www.itsmsolutions.com/newsletters/DITYvol2iss47.pdf]</ref>
When defining such a percentage it needs to be specified if it applies to the hardware, the IT infrastructure or the business application on top.<ref>itSM Solutions Newsletter December 2006: The Paradox of the 9s [http://www.itsmsolutions.com/newsletters/DITYvol2iss47.pdf]</ref>


'''Continuous operation''' refers to the ability to avoid planned outages.
'''Continuous operation''' refers to the ability to avoid planned outages.

Revision as of 17:27, 10 August 2011

Continuous Availability is an approach to computer system and application design that protects users against downtime, whatever the cause and ensures that users remain connected to their documents, data files and business applications. Continuous availability describes the information technology methods to ensure business continuity.[1]

In early days of computing, availability was not considered business critical. With the increasing use of online transactions and business-to-business communication, continuous availability is increasingly important based on the need to support customer access to information systems.[2]

Solutions to continuous availability exists in different forms and implementations depending on the software and hardware manufacturer. The goal of the discipline is to reduce the user or business application downtime, which can have a severe impact on business operations. Inevitably, such downtime can lead to loss of productivity, loss of revenue, customer dissatisfaction and ultimately can damage a companies reputation.

Degrees of Availability

The terms high availability, continuous operation, and continuous availability are generally used to express how available a system is. The following is a definition of each of these terms.

High availability refers to the ability to avoid unplanned outages by eliminating single points of failure. This is a measure of the reliability of the hardware, operating system, middleware, and database manager software. Another measure of high availability is the ability to minimize the effect of an unplanned outage by masking the outage from the end users. This can be accomplished by providing redundancy or quickly restarting failed components.

Availability is usually expressed as a percentage of uptime in a given year:

Availability Downtime per year
99.9% 8.76 hours
99.99% 1 hour
99.999% 5 minutes

When defining such a percentage it needs to be specified if it applies to the hardware, the IT infrastructure or the business application on top.[3]

Continuous operation refers to the ability to avoid planned outages. For continuous operation there must be ways to perform necessary administrative work, like hardware and software maintenance while the business application remains available to the end users. This is accomplished by providing multiple servers and switching end users to an available server at times when one server is made unavailable. Note that a system running in continuous operation is not necessarily operating with high availability because an excessive number of unplanned outages could compromise this.

Continuous availability combines the characteristics of high availability and continuous operation to provide the ability to keep the business application running without any noticeable downtime.

Types of outages

Planned outages are deliberate and are scheduled at a convenient time. These involve such activities as: - Hardware installation or maintenance - Software maintenance or upgrades of the operating system, the middleware, the database server or the business application - Database administration such as offline backup, or offline reorganization

Unplanned outages are unexpected outages that are caused by the failure of any system component. They include hardware failures, software issues, or people and process issues.

History

Various commercially viable examples exist for hardware/software implementations. These include:

See also

References

  1. ^ ITIL: Availability Management Information Technology Infrastructure Library#Availability Management
  2. ^ Gartner Survey Shows IT Availability Remain Top Priorities for U.S. IT Services Buyers, September 2010 [1]
  3. ^ itSM Solutions Newsletter December 2006: The Paradox of the 9s [2]

External links