Nowadays most organizations have replaced their traditional infrastructure with a cloud infrastructure. Do you know why? We will discuss the basic concept of how the traditional approach is transformed into cloud infrastructure in this article. First we will see the transformation of traditional approach to a virtualization approach, then virtualization approach to cloud approach.

Traditional Infrastructure

Evaluation From Traditional Infrastructure To Cloud Infrastructure
Before the early 1960s a dedicated physical server was used for each application as shown in the above picture. A physical server is a hardware on which a server operating system like Windows or Linux is loaded, then on top of the operating system we can run the needed application. The only pros of this approach is there is no resource starvation between the applications because of the dedicated hardware.
Physical server cons:
So, there are many cons in a traditional approach. So the solution for this is virtualization technology.

Virtual infrastructure

Evaluation From Traditional Infrastructure To Cloud Infrastructure
Simply put, Virtualization means Multiple Operating Systems on a single physical server. That is, we convert the physical resources into virtual resources and then these virtual resources are divided into multiple virtual machines (VMs). Each VM runs its own operating systems and has their own virtual resources and behaves like a traditional server.
One physical server has its own physical resources like CPU, Memory, Network Interface Card, and Hard Disk. After the virtualization each VM has its own virtual resources like virtual CPU, virtual memory, virtual Network Interface Card, and virtual hard disk. On top of this virtual hardware you can load a guest OS and then you will have your traditional server.
In the above picture you can clearly see that one physical server is virtualized out into three virtual systems. So there are three systems on a physical server. So this virtualization technology evolves traditional infrastructure to virtual infrastructure.
Pros
Cons
Then the solution for this is Cloud Infrastructure

Cloud Infrastructure

Evaluation From Traditional Infrastructure To Cloud Infrastructure
As shown in the above picture multiple physical resources are pooled together by a cloud platform. All are integrated as virtual resources. Then the VMs can be created with their respective virtual resources.
Pros