Skip to main content

What is HA? - High Availability


High availability (HA) is the ability of a system or system component to be continuously operational for a desirably long length of time. Availability can be measured relative to "100% operational" or "never failing." In information technology (IT), a widely-held but difficult-to-achieve standard of availability for a system or product is known as "five 9s" (99.999 percent) availability.

What is HA? - High Availability


Availability experts emphasize that, for any system to be highly available, the parts of a system should be well-designed and thoroughly tested before they are used. Since a computer system or a network consists of many parts in which all parts usually need to be present in order for the whole to be operational, much planning for high availability centers around backup and failover processing and data storage and access.



How availability is measured




availability percentage is calculated as Below:

Availability = (minutes in a month - minutes of downtime) * 100/minutes in a month

A service provider will typically provide availability metrics in their service level agreements (SLAs). Since system maintenance and planned downtime are a part of life, an HA system or system component is not expected to be available 100% of the time.

If the service level agreement for availability is 99.999%, the end user can expect the service to be unavailable for the following amounts of time:


Time
System Unavailable time
Daily
0.9 Seconds
Weekly
6.0 Seconds
Monthly
33.24 Seconds
Yearly
7 minutes 17.4 seconds



if a company adheres to the “three 9s” standard (99.9%), that means there will be about 8 hours and 45 minutes of system downtime during the course of one year. A "two 9s" standard for high availability is even more dramatic; 99% HA equals a little over three days of downtime in a year.


How to achieve high availability



A highly available system should be able to quickly recover from any sort of failure state to minimize interruptions for the end user. Best practices for achieving high availability include:

  • Eliminate single points of failure, or any node that would impact the system as a whole if it becomes dysfunctional.
  • Ensure that all systems and data are backed up for simple recovery.
  • Use load balancing to distribute application and network traffic across servers or other hardware. A popular example of a load balancer is HAProxy.
  • Continuously monitor the health of backend servers.
  • Distribute resources geographically in case of power outages or natural disasters.
  • Implement reliable crossover or failover In terms of storage, a redundant array of independent disks (RAID) or storage area network (SAN) are common approaches.
  • Set up a system that detects failures as soon as they occur.
  • Design system parts for high availability and test their functionality before implementation.
  • The role of backup and recovery in HA

Backups and failover processes are crucial components to accomplishing high availability. This can be attributed to the fact that some computer systems or networks consist of individual components, either hardware or software, that must be fully operational in order for the entire system to be available.


Comments

Popular posts from this blog

How to Reset Steam Password? – Recover Your Steam Password

Are you suffering with Reset Steam Password? This blog will help you. What is Steam? Steam is the online website for getting the best games for paid. If you are a true game lover then you should have an active account on Steam. Many of people lost their password during the  PC clean-up  or any other circumstances. At that time they have to reset Password of all accounts. Then if you facing issues with the password, you forced to Steam reset password to access the Steam account. We are going to share the guide that how to recover your forgotten Steam Password and make your existing account ready. First of all, you should have enough knowledge about what is Steam and why Steam Account required? Why Steam Account Requires? Before jump into password recovery and Login details, let me clear about why Steam Account required? There are several benefits of this Steam Account from where you can easily download PC games as well as software. Though it will be p...

What is STP? - Explain Advantages and Disadvantages

The Spanning Tree Protocol is a network protocol that builds a loop-free logical topology for Ethernet networks. The basic function of STP is to prevent bridge loops and the broadcast radiation that results from them. STP is a protocol. It actively monitors all links of the network. To finds a redundant link, it uses an algorithm, known as the STA (spanning-tree algorithm). The STA algorithm first creates a topology database then it finds and disables the redundant links. Once redundant links are disabled, only the STP-chosen links remain active. If a new link is added or an existing link is removed, the STP re-runs the STA algorithm and re-adjusts all links to reflect the change. STP (Spanning Tree Protocol) automatically removes layer 2 switching loops by shutting down the redundant links. A redundant link is an additional link between two switches. A redundant link is usually created for backup purposes. Just like every coin has two sides, a redundant link, along with...