Open In App

Multitenancy in Cloud computing

Multitenancy in Cloud computing: Multitenancy is a type of software architecture where a single software instance can serve multiple distinct user groups. It means that multiple customers of cloud vendor are using the same computing resources. As they are sharing the same computing resources but the data of each Cloud customer is kept totally separate and secure. It is very important concept of Cloud Computing.

In cloud computing Multitenancy also refer as shared host where same resources are divided among different customer’s.



For Example:



The example of multitenancy is the same as working of Bank. Multiple people can store money in the one same bank. But every customer asset is totally different like one customer cannot have access to the other customer’s money and account and different customers are not aware about each other’s account balance and details etc.

Multi-tenancy is an architectural approach enabling a single instance of an application to be shared among multiple organizations or users, and is applied only to SaaS (Software as a service). The core principle here is, it is the single instance of the application which is being shared. Hence, multi-instance architectures aren’t the same as multi-tenant architectures.

Advantages of Multitenancy:

Disadvantages of Multitenancy:

Article Tags :