Azure

What is the N-tier architecture?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

N-tier architecture divides an application into logical layers and physical tiers. Each layer has a specific responsibility. Tiers are physically separated, running on separate machines. An N-tier application can have a closed layer architecture or an open layer architecture. N-tier architectures are typically implemented as infrastructure-as-service (IaaS) applications, with each tier running on a separate set of VMs