- Azure for Architects
- Ritesh Modi
- 144字
- 2021-07-08 09:33:41
High Availability versus scalability
High Availability is different than scalability although both are serious architectural concerns. Scalability refers to flexibility and elasticity to add more or reduce resources to existing deployment to accommodate more users than normal without comprising on application performance. Scalability indirectly helps in making an application highly available. However, it does not mean scalability eventually leads to High Availability. High Availability is an architectural concern that is not dependent on the number of users, while scalability rules are determined by a number of users consuming the service. High Availability could be a requirement even if there are very few users. High Availability talks about services being present and operational as and when users demand its consumption. It is a function of consumption based on SLA. Scalability is the topic of the next chapter and it will be discussed in more detail.
- Python程序設計教程(第2版)
- Python神經網絡項目實戰
- 假如C語言是我發明的:講給孩子聽的大師編程課
- Windows Server 2012 Unified Remote Access Planning and Deployment
- C程序設計實踐教程
- Python機器學習算法: 原理、實現與案例
- C語言程序設計與應用(第2版)
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Java程序設計與項目案例教程
- OpenCV 3計算機視覺:Python語言實現(原書第2版)
- Mastering JavaScript
- Python Penetration Testing Essentials
- Instant Pygame for Python Game Development How-to
- PHP高性能開發:基礎、框架與項目實戰
- Mastering React Test:Driven Development