What is Scalability in Cloud Computing? - A Detailed Guide
Perhaps you have encountered it as a joke on the TV show ‘Silicon Valley’ or from a genuine venture capitalist talking about investing in startups. However, scalability is an essential topic for systems architects and anybody involved in DevOps. So let us discuss scalability in cloud computing . What exactly is scalability ? It is the concept of a network in which each program (i.e. piece of technology) may be extended to accommodate the growing load. For example, let us assume your web app is listed on a primary website such as ProductHunt. Millions of visitors use your app all of a once - will your infrastructure manage the volume? A scalable web app guarantees that it might go up to accommodate the traffic while remaining stable. Crashing (or just sluggish) pages irritate your users and give your application a bad name. Scalability may be applied to four broad aspects of systems: Memory I/O Disk I/O Network I/O CPU When discussing scalability in cloud computing, users will hear...