DEV Community

Cover image for Cloud concepts - Basics
Arya Krishna
Arya Krishna

Posted on

1 1

Cloud concepts - Basics

Cloud for simple understanding can be considered as new way of thinking about system architecture, servers, and network bandwidth. Cloud computing is about "renting" resources vs purchasing hardware. You only pay for what you use and you are running your applications in someone else's data centers. For example Microsoft, Amazon, Google - they all have these data centers.
What are the core cloud services that are available?

  1. Compute - These can be the virtual machines or it could be a Windows or Linux server that runs in the cloud, can be a desktop or even a web application.
  2. Storage - File shares, databases or blob stores
  3. Networking services
  4. Application Services
  5. Analytics

You may have typically used all these services in the premises, but with cloud you would just pay for what you use.

Top comments (0)

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay