- Mastering Zabbix(Second Edition)
- Andrea Dalle Vacche
- 284字
- 2021-07-16 20:01:17
Understanding high availability
High availability is an architectural design approach and associated service implementation that is used to guarantee the reliability of a service. Availability is directly associated with the uptime and usability of a service. This means that the downtime should be reduced to achieve an agreement on that service.
We can distinguish between two kinds of downtimes:
To distinguish between scheduled downtimes, we can include:
- System patching
- Hardware expansion or hardware replacement
- Software maintenance
- All that is normally a planned maintenance task
Unfortunately, all these downtimes will interrupt your service, but you have to agree that they can be planned into a maintenance window that is agreed upon.
The unexpected downtime normally arises from a failure, and it can be caused by one of the following reasons:
- Human error
- Hardware failure
- Software failure
- Physical events
Unscheduled downtimes also include power outages and high-temperature shutdown, and all these are not planned; however, they cause an outage. Hardware and software failure are quite easy to understand, whereas a physical event is an external event that produces an outage on our infrastructure. A practical example can be an outage that can be caused by lightning or a flood that leads to the breakdown of the electrical line with consequences on our infrastructure. The availability of a service is considered from the service user's point of view; for example, if we are monitoring a web application, we need to consider this application from the web user's point of view. This means that if all your servers are up and running, but a firewall is cutting connections and the service is not accessible, this service cannot be considered available.
- Vue.js 3.x快速入門
- Deploying Node.js
- Mastering OpenCV Android Application Programming
- Java EE框架整合開發(fā)入門到實戰(zhàn):Spring+Spring MVC+MyBatis(微課版)
- Twilio Best Practices
- C語言程序設(shè)計實訓(xùn)教程
- Java從入門到精通(第4版)
- Git高手之路
- concrete5 Cookbook
- 零基礎(chǔ)入門學(xué)習(xí)Python(第2版)
- Haskell Data Analysis Cookbook
- Microsoft Dynamics AX 2012 R3 Financial Management
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- Python數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南(全彩)
- Visual Basic程序設(shè)計實驗指導(dǎo)及考試指南