DEV Community

Cover image for Day 1.1: Cloud Concepts
Madhumitha
Madhumitha

Posted on

Day 1.1: Cloud Concepts

What is Client-server model?
In computing, Client is web browser and server is any virtual services like Amazon EC2.
Example: You went to coffee shop. There barista is the server and you are the client. You(Client) make a request of you preferred coffee and the barista(server) evaluates the details of your request and fulfills it.
What is cloud computing?
Def : The On-demand delivery of IT resources over the internet with pay as-you-go pricing.
"On-demand delivery" : AWS has resources you need when you need them. you don't need to inform the AWS in advance. you can just demand when ever you need by just few clicks and launch.
"IT Resources" : AWS has many products. AWS wants to help you in tasks that are common and often repetitive, time consuming by providing its resources.
"Over the Internet" : You can access the resources using a secure webpage.
"pay as you go pricing" : why pay for developer environments for example on weekends if your developers aren't working! So you can pay only for what you use.
Examples: Gmail, Netflix are some of the daily used cloud services

Deployment models of Cloud Computing :

Public cloud(cloud based) Private cloud(On-premises) Hybrid cloud
Operated by third party cloud service provider Used by single organization Combines elements of both public and private clouds and allows data to be shared between them
Like using a public library. You access books(services) provided by the library(AWS) that anyone can use. Like your book collection at home. Your books(services or resources) are exclusive to your use and not shared publicly. Having both a personal book collection at home and using public library. You mix and match resources using some private and public based on your needs.
Characteristics of Cloud Computing
1.On Demand self service: Instant access to resources as-needed. Like ordering pizza when hungry.
2.Broad network access: Access services from anywhere, anytime. Like accessing social media from various devices.
3.Resource pooling: Shared resources for efficient utilization. Like sharing one vehicle for better efficiency(uber, rapido..etc)
4.Multitenancy: Multiple users sharing resources. Like different families sharing a vacation house.
5.Elasticity and measured services: Flexibility and Pay-as-you-go model. Like paying for electricity based on usage.
Cloud Service models:
1.Private cloud: You own secured cloud environment Like a private office space.
2.IaaS(Infrastructure as a service): Basic infrastructure like virtual machines are provided and you manage everything else. Like a renting fully furnished apartment.
3.PaaS(Platform as a service): Platform provided with tools and services to build and deploy applications without managing infrastructure. Like renting a kitchen in a restaurant: focus on cooking not on infrastructure.
4.SaaS(Software as a service): Ready to use software applications. Like Facebook, Emails where you don't need to install software; you are just a consumer.

AWS Public and Private services:

Image description

Six Advantages of Cloud computing:
(1). Trade fixed expense for variable expense: Instead of making upfront investments in data centers and servers, cloud computing allows you to pay only for the computing resources you consume.
(2). Benefit from massive economies of scale: Cloud providers like AWS serve a vast number of customers globally. When many customers use the cloud services, the overall cost per unit decreases. This benefits the users who pay for computing resources on a pay-as-you-go basis.
(3). Stop Guessing Capacity: No need for upfront capacity decisions as users can access the required capacity as needed in mintues. So there is no limited capacity.
(4). Increase speed and agility: Cloud computing provides quick access to new IT resources. This increase in speed enhances organizational agility, making it easier and faster to experiment, develop, and deploy applications.
(5). Stop spending money running and maintaining data centers: Allows organizations to focus on customer-centric projects instead of managing the infrastructure.
(6). Go global in minutes: Deployment of applications in multiple global regions with minimal effort.

Top comments (0)