Book Image

Microsoft Azure IAAS Essentials

Book Image

Microsoft Azure IAAS Essentials

Overview of this book

Table of Contents (14 chapters)
Microsoft Azure IaaS Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
Introduction to Microsoft Azure Cloud Services
Index

The multiple-tier architecture


Before we move on and take a look at how we can implement highly available virtual machines that are protected in the event of a disaster in the Microsoft Azure cloud, we need to briefly discuss the application design and tiers that are found in typical application designs. Most systems and applications are divided into multiple tiers with each tier performing a different role in the system. These tiers allow you to deliver an available, scalable, fault-tolerant system to your business. As we've discussed, this is the objective of any highly available system, including cloud-based ones. Here, I'm going to look at the three basic tiers of simple web applications, which are as follows:

  • Client tier: Sometimes, this tier is called the presentation tier. This usually contains the user interface; in our case, this might be a client device and browser.

  • Application tier: Sometimes, this is called the logic tier and carries out the application logic and business processing...