MS Azure 를 공부하기전 클라우드에 관련된 지식에 대해 알아보고자 한다.
순서는
클라우드 컴퓨팅이란?
클라우드 서비스 모델 : IaaS, PaaS, SaaS
클라우드 배포 모델 : Public, Private, Hybrid
What is the Cloud Computing?
클라우드 컴퓨팅은 스토리지나 CPU 같은 리소스를 다른 회사로 부터 렌트를 하는 개념이다. 그러므로 핸드폰을 요금제 처럼 사용한 요금만큼 요금을 지불한다. 이러한 리소스를 제공하는 회사들을 Cloud Provider라고 한다. 현재 가장 Major 인 회사는 Amazon, Microsoft, Google 이 있다. Cloud Provider 는 작업을 실행하는데 필요한 실제 하드웨어와 이 하드웨어를 최신상태로 유지할 책임이있다. 일반적으로 Cloud Provider 는 다음과 같은 리소스를 제공한다.
- Compute power - such as Linux servers or web applications used for computation and processing tasks
- Storage - such as files and databases
- Networking - such as secure connections between the cloud provider and your company
- Analytics - such as visualizing telemetry and performance data
Cloud computing is renting resources, like storage space or CPU cycles, on another company's computers. You only pay for what you use. The company providing these services is referred to as a cloud provider. Some example providers are Microsoft, Amazon, and Google.
The cloud provider is responsible for the physical hardware required to execute your work, and for keeping it up-to-date. The computing services offered tend to vary by cloud provider. However, typically they include:
Advantages of Cloud Computing
Cost |
클라우드 컴퓨팅은 종량제 또는 사용량 기반 가격 책정 모델을 제공합니다. 이 사용량 기반 모델은 다음과 같은 많은 혜택을 제공합니다.
또한 이를 통해 더 나은 비용을 예측할 수 있습니다. 개별 리소스와 서비스에 대한 가격이 제공되므로 예상 사용량에 따라 특정 청구 기간 동안 지출되는 비용을 예측할 수 있습니다. 클라우드 공급자가 추적한 과거 사용량 데이터를 사용하여 미래 성장 기반의 분석을 수행할 수도 있습니다. |
Speed | |
Scale | |
Productivity | |
Performance | |
Reliability | |
Security |
Serverless 컴퓨팅 :
Cloud Service Model : IaaS, PaaS, SaaS
Cloud Deployment Models?
Private Cloud : 관련 Azure 서비스 - Virtual Network, Azure ExpressRoute
Public Cloud : 관련 Azure 서비스 - Microsoft Azure Portal, App Service
Hybrid Cloud
Reference
출처 1 : docs.microsoft.com/en-us/learn/modules/principles-cloud-computing/
출처 2 : azure.microsoft.com/en-ca/overview/what-is-cloud-computing/#uses
출처 3 : Cloud Provider 를 선택하는 방법
azure.microsoft.com/en-ca/overview/choosing-a-cloud-service-provider/
출처 4 : Private Cloud
azure.microsoft.com/en-ca/overview/what-is-a-private-cloud/
출처 5 : Public Cloud
azure.microsoft.com/en-ca/overview/what-is-a-public-cloud/
출처 6 : Hybrid Cloud
azure.microsoft.com/en-ca/overview/what-is-hybrid-cloud-computing/
출처 7 : Cloud 관련 용어
azure.microsoft.com/en-ca/overview/cloud-computing-dictionary/
'MS Azure' 카테고리의 다른 글
[MS Azure] 기초지식 : Azure 제공 서비스- 카테고리별 (0) | 2021.01.17 |
---|---|
[MS Azure] 기초지식 : Azure Resource and Azure Resource Manager (0) | 2021.01.17 |
[MS Azure] 기초지식 : 요금과금 방식 CapEx and OpEX (0) | 2021.01.17 |