A multitenant virtual environment
Multitenancy is a very frequently used word in the world of cloud computing, where a virtual environment is regularly used by different clients from different organizations set up with fully isolated networks. Multitenancy is an integral part for a service provider who provides Infrastructure-as-a-Service (IaaS) to many clients.
Tip
To know more about cloud computing, visit http://en.wikipedia.org/wiki/Cloud_computing.
In this type of setup, the service provider hosts or "rents out" computing time and storage space to their clients. Because of the standard monthly subscription or SLA-based payment method required for this type of service, the term multitenancy quickly gained popularity. Basically, a multitenant virtual environment is where several isolated networks coexist on the same platform without interfering with one another. Almost all public datacenters are multitenancy platforms.
Multitenancy is not new in the world of information. The first multitenant...