Multitenancy in Cloud computing Last Updated : 14 Sep, 2022 Comments Improve Suggest changes Like Article Like Report 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: Use of Available resources is maximized by sharing resources.Customer's Cost of Physical Hardware System is reduces.It reduce usage of physical devices and thus power consumption and cooling cost save.Save Vendor's cost as it become difficult for cloud vendor to provide separate Physical Services to each individual.Provides isolation to user while maximizing resource utilization. Disadvantages of Multitenancy: As data is stored in third party services , this reduces security of our data and put it into vulnerable condition .Unauthorized access will cause damage of data.Possibility of competition for system resources.It has single point of failure since there is only one instance of resource, clients face loss of service in such cases. Comment More info J jagroopofficial Follow Improve Article Tags : Cloud Computing Technical Scripter 2020 Cloud-Computing Explore Cloud Computing Tutorial 10 min read Basics Of Cloud ComputingIntroduction to Cloud Computing 8 min read History of Cloud Computing 4 min read Evolution of Cloud Computing 6 min read Characteristics of Cloud Computing 2 min read Advantages of Cloud Computing 8 min read Architecture of Cloud Computing 6 min read Cloud Computing Infrastructure 3 min read Cloud Management in Cloud Computing 6 min read What is Cloud Storage? 15 min read Real World Applications of Cloud Computing 6 min read Cloud Deployment ModelsCloud Deployment Models 12 min read Types of Cloud Computing 12 min read Difference Between Public Cloud and Private Cloud 6 min read Public Cloud vs Private Cloud vs Hybrid Cloud 7 min read Cloud Service ModelsCloud Based Services 11 min read Platform As A Service (PaaS) and its Types 11 min read Software As A Service (SaaS) 2 min read Difference between SaaS, PaaS and IaaS 7 min read Cloud VirtualizationVirtualization in Cloud Computing and Types 6 min read Difference between Cloud Computing and Virtualization 4 min read Pros and Cons of Virtualization in Cloud Computing 5 min read Data Virtualization 9 min read Hardware Based Virtualization 5 min read Server Virtualization 3 min read Types of Server Virtualization in Computer Network 5 min read Network Virtualization in Cloud Computing 4 min read Operating system based Virtualization 5 min read Cloud Service ProviderAmazon Web Services (AWS) Tutorial 13 min read Microsoft Azure Tutorial 13 min read Google Cloud Platform Tutorial 8 min read Advanced Concepts of CloudOn Premises VS On Cloud 3 min read Differences between Cloud Servers and Dedicated Servers 4 min read Cloud Networking 11 min read Server Consolidation in Cloud Computing 6 min read Hypervisor Security in Cloud Computing 5 min read Cloud Computing Security 5 min read Security Issues in Cloud Computing 5 min read 7 Privacy Challenges in Cloud Computing 5 min read Security Threats in Implementing SaaS of Cloud Computing 6 min read Multitenancy in Cloud computing 2 min read Middleware in Grid Computing 2 min read Difference between Cloud Computing and Grid Computing 4 min read Scalability and Elasticity in Cloud Computing 4 min read Cloud Bursting vs Cloud Scaling 7 min read Automated Scaling Listener in Cloud Computing 4 min read Difference Between Multi-Cloud and Hybrid Cloud 5 min read Difference Between Cloud Computing and Fog Computing 3 min read Overview of Multi Cloud 10 min read Service level agreements in Cloud computing 6 min read Overview of Everything as a Service (XaaS) 5 min read Resource Pooling Architecture in Cloud Computing 3 min read Load balancing in Cloud Computing 6 min read Overview of Desktop as a Service (DaaS) 5 min read IoT and Cloud Computing 6 min read Container as a Service (CaaS) 5 min read Principles of Cloud Computing 3 min read Resiliency in Cloud Computing 4 min read Serverless Computing 3 min read Like