MS Azure

[MS Azure] 기초지식 : Cloud Computing, Cloud Service Model, Cloud Deployment Models

aliceintr 2021. 1. 17. 09:30
반응형

 

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/

 

Cloud Concepts - Principles of cloud computing - Learn

Explore the core concepts and benefits of cloud computing as you learn how to choose a cloud deployment model customized for your organization.

docs.microsoft.com

출처 2 : azure.microsoft.com/en-ca/overview/what-is-cloud-computing/#uses

 

What is cloud computing? A beginner’s guide | Microsoft Azure

What is cloud computing and how does cloud computing work? Learn the benefits of cloud computing. Discover how you use cloud computing services every day online.

azure.microsoft.com

출처 3 :  Cloud Provider 를 선택하는 방법

azure.microsoft.com/en-ca/overview/choosing-a-cloud-service-provider/

 

How to choose a cloud service provider | Microsoft Azure

Consider these important metrics before choosing a cloud service provider. Learn how to assess a cloud service provider's reliability and capability.

azure.microsoft.com

출처 4 : Private Cloud

azure.microsoft.com/en-ca/overview/what-is-a-private-cloud/

 

Private Cloud – Definition | Microsoft Azure

Private cloud is a term for cloud computing services offered over the Internet or a private internal network to selected users only instead of the general public.

azure.microsoft.com

출처 5 : Public Cloud

azure.microsoft.com/en-ca/overview/what-is-a-public-cloud/

 

Public Cloud – Definition | Microsoft Azure

Public cloud is a term for cloud computing services offered over the public Internet and available to anyone who wants to purchase them.

azure.microsoft.com

출처 6 : Hybrid Cloud

azure.microsoft.com/en-ca/overview/what-is-hybrid-cloud-computing/

 

Hybrid Cloud Computing – Definition | Microsoft Azure

Hybrid cloud computing is an environment that combines public clouds and private clouds by allowing data and applications to be shared between them.

azure.microsoft.com

출처 7 : Cloud 관련 용어

azure.microsoft.com/en-ca/overview/cloud-computing-dictionary/

 

Cloud computing terms | Microsoft Azure

Expand your technical knowledge. Discover the Microsoft Azure glossary of need-to-know cloud computing terminology.

azure.microsoft.com

 

반응형