- Learning AWS
- Aurobindo Sarkar Amit Shah
- 211字
- 2021-07-16 13:19:45
Multi-tier architecture
A simple three-tier architecture consists of a UI tier, an application or business tier, and a data tier.
These tiers are ordinarily implemented using web servers, application servers, and databases, respectively.
Cloud applications can be deployed at multiple locations. Typically, these locations are regions (that is, separate geographical areas) or zones (that is, distinct locations within a region connected by low latency networks).
This tiered architecture on the cloud supports auto scaling and load balancing of web servers and application servers. Further, it also implements a master-slave database model across two different zones or data centers (connected with high speed links). The master database is synchronously replicated to the slave. Overall, the architecture represents a simple way to achieve a highly scalable and highly available application in a cloud environment.
Let's take a look at the following diagram:

It is also possible to separate the tiers across two different regions, to provide for higher level of redundancy including data center wide or zone level failures. While designing high availability architectures across multiple regions, we need to address network traffic flow and data synchronization issues between the regions. Such issues are discussed in more detail in Chapter 5, Designing for and Implementing High Availability. The following diagram illustrates this architecture:

- Android Wearable Programming
- Java入門(mén)經(jīng)典(第6版)
- 兩周自制腳本語(yǔ)言
- Web全棧工程師的自我修養(yǎng)
- 精通Python自然語(yǔ)言處理
- PHP 7+MySQL 8動(dòng)態(tài)網(wǎng)站開(kāi)發(fā)從入門(mén)到精通(視頻教學(xué)版)
- Nginx Lua開(kāi)發(fā)實(shí)戰(zhàn)
- Natural Language Processing with Java and LingPipe Cookbook
- 0 bug:C/C++商用工程之道
- 從零開(kāi)始學(xué)C#
- 時(shí)空數(shù)據(jù)建模及其應(yīng)用
- Scratch·愛(ài)編程的藝術(shù)家
- Apache Camel Developer's Cookbook
- Android應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)
- Python Machine Learning Cookbook