Siksha Sarovar

Siksha Sarovar (sikshasarovar.com) is a free educational web application that helps students in India learn programming and prepare for academic and competitive exams. The platform offers structured coding courses (C, C++, Python, Java, HTML, CSS, PHP, Power BI, AI, Machine Learning, Data Science), complete university curriculum notes for BCA/MCA students with previous year question papers, Class 10 and Class 12 CBSE/HBSE school notes, and dedicated preparation material for SSC, UPSC, Banking, Railway and other government exams. Browsing the site is completely free and requires no account. Users may optionally sign in with Google solely to save their learning progress, quiz scores and personal preferences across devices.

Privacy Policy | Terms of Service | Contact Siksha Sarovar | About Siksha Sarovar

v4.0.9 · PWA
Siksha Sarovar logo
Siksha Sarovar
Your Learning Universe

Siksha Sarovar is a free e-learning platform for coding courses, BCA university notes and competitive exam preparation. Optional Google sign-in saves your learning progress across devices.

Initializing knowledge base…
Compiling modules 0%

The Vision of Cloud Computing

Lesson 6 of 30 in the free Cloud Computing notes on Siksha Sarovar, written by Rohit Jangra.

The Vision of Cloud Computing

Cloud computing is more than a technology — it is a vision of how computing should work, inspired by the way we consume other utilities in modern life.

The Utility Computing Analogy

Consider how electricity works. You plug in a device and it runs. You don't build a power plant. You don't maintain generators. You pay for exactly the kilowatt-hours you consume, at the end of the month. The electricity grid is managed by specialists, scaled to demand, and available everywhere.

Cloud computing applies this exact model to IT infrastructure.

In the 1960s, John McCarthy envisioned computing as a public utility. That vision is now reality:

Electricity GridCloud Computing
Power plantCloud datacenter
Power linesInternet / fiber network
Electrical meterCloud billing / cost explorer
ApplianceApplication / workload
kWh unitvCPU-hour, GB-month, API call
Multiple providers (grid)Multi-cloud (AWS + Azure + GCP)

The Expanding Vision: Future Trends

Serverless Computing

The next evolution beyond VMs and containers. With serverless (AWS Lambda, Azure Functions, Google Cloud Run), you write a function — the cloud handles all server provisioning, scaling, and maintenance. You are billed per invocation (millisecond precision). The "server" becomes completely invisible.

Example: An image-resize function on AWS Lambda triggers on every S3 upload, scales to thousands of parallel executions, and costs fractions of a cent per run.

Edge Computing

As IoT devices, autonomous vehicles, and AR/VR grow, latency becomes critical. Edge computing moves processing closer to where data is generated — in factories, hospitals, retail stores — rather than routing everything to a central datacenter.

Examples: AWS Outposts (cloud infrastructure in your datacenter), AWS Wavelength (cloud at 5G towers), Azure Stack Edge.

Multi-Cloud Strategy

Organizations increasingly avoid dependency on a single provider. A multi-cloud approach uses AWS for compute, GCP for AI/ML (BigQuery, Vertex AI), and Azure for enterprise integrations (Active Directory, Microsoft 365). Tools like Terraform and Kubernetes enable workload portability across clouds.

AI-Integrated Cloud

Cloud providers are embedding AI into their core services: AWS Bedrock (foundation models), Azure OpenAI Service, Google Vertex AI. The vision: every cloud service becomes AI-aware by default.

The Big Picture

The vision of cloud computing is a world where:

  • Any developer can build globally scalable software without owning hardware.
  • Any business can access enterprise-grade infrastructure at startup prices.
  • Any person can store, access, and share their digital life from any device, anywhere.
  • AI and automation continuously optimize resource usage with zero manual intervention.

We are not at the end of this vision — we are in the middle of it. The cloud is still rapidly evolving, and the engineers and architects who understand its foundations are the ones who will shape its future.