FAQ
1 min read
13

What is horizontal scaling?

July 29, 2019
0

Horizontal scaling refers to adding more processing units or physical machines to the server or database. It is involved with the growth in the number of nodes in the cluster, which reduces the responsibilities of each node in the cluster. The load is reduced by providing additional end-points for client

Continue Reading
FAQ
1 min read
11

What are the benefits of auto-scaling?

July 29, 2019
0

The benefits of auto-scaling include- •Better fault tolerance: Auto-scaling helps in determining and detecting which of the instances present on the server is unhealthy. Once established, the unhealthy instance is quickly terminated, and another healthy instance is sent as a replacement for the unhealthy one. •Better availability: Auto-scaling helps in

Continue Reading
FAQ
1 min read
13

What is auto-scaling?

July 29, 2019
0

Auto-scaling or automatic scaling is a method used in cloud computing, where the number of computational resources is scaled automatically based on the load present at the server. The concept of auto-scaling is closely related to load balancing.

Continue Reading
FAQ
1 min read
10

What is cloud scaling?

July 29, 2019
0

Cloud scaling refers to the process of adding or removing the cloud computing resources as per the requirements of the user. Cloud infrastructure and platforms are priced on a utility model, i.e. the user is billed for the used resources at a very granular and level. This enables cloud services,

Continue Reading
Cloud Computing
3 min read
17

Is Cloud-on Demand better than Scalable Cloud Solutions ?

February 18, 2018
0

Cloud Computing exists from a long time but one can say that it has become popular in recent era. Cloud has given a real  different dimension to the IT world. Cloud is a new computing model. Basically, IT resources and services are taken from an onsite infrastructure and are provided

Continue Reading