MS-900: Cloud Concepts Architecture Terminologies Flashcards
Exam Prep
What is Microsoft 365?
Formerly Office 365. A line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
- A superset of Office 365 with Windows 10 Enterprise licences and other cloud-based security and device management products
What is Cloud Computing?
The practice of using a network of remote servers hosted on the Internet to store, manage, and process data, rather than a local server or a personal computer.
Describe On-Premises computing
- You own the servers
- You hire the IT people
- You pay or rent the real-estate
- You take all the risk
Describe Cloud Computing
- Someone else owns the servers
- Someone else hires the IT people
- Someone else pays for or rents the real-estate
- You are responsible for configuring your cloud services and code, someone else takes care of the rest.
What is a Dedicated Server?
One physical machine dedicated to a single business.
Runs a single web-ap/site.
Very expensive, high maintenance, high security*
What is a Virtual Private Server?
One physical machine dedicated to a single business.
The machine is virtualised into sub machines.
Runs multiple web-apps/sites.
What is Shared Hosting?
One physical machine, shared by hundred of businesses.
Relies on most tenants under-utilising their resources.
Very cheap. Very Limited.
What is Cloud Hosting?
Multiple physical machines that act as one system.
The system is abstracted into multiple cloud services.
Flexible, scalable, secure, cost-effective, high configurability.
What are the four most common types of cloud service for IaaS
- Compute
- Storage
- Network
- Databases
What is Microsoft?
An American multi-national computer technology corporation headquartered in Redmond, Washington.
Microsoft makes software, phones, tablets, game consoles, cloud services, a search engine, and more!
Microsoft has been around since the late 1970s and is well known for their OS, Windows.
What is Microsoft Azure?
Microsoft’s cloud service provider.
Commonly referred to as just Azure.
Azure literally means “bright blue colour of the cloudless sky”.
What are the benefits of Cloud Computing?
- Cost effective - You pay for what you consume. PAYG. Thousands of customers sharing the cost of resources = economy of scale.
- Global - Launch workloads anywhere in the world.
- Secure - CSPs take care of physical security. Cloud services can be secure by default, or you can configure access down to granular level.
- Reliable - Data backup, disaster recovery, data protection, and fault tolerance.
- Scalable - Increase or decrease resources and services based on demand.
- Elastic - Automate scaling during spikes and drops in demand.
- Current - Underlying hardware and managed software is patched, upgraded and replaced by the cloud provider without any interruption to you.
What are the different types of cloud computing?
- Software as a Service (SaaS)
- Platform as a Service (PaaS)
- Infrastructure as a Service (IaaS)
What is SaaS?
“Software as a Service”
A product that is run and managed by the service provider.
You don’t need to worry about how the service is maintained.
For customers.
Examples: Salesforce, Office 365, Gmail.
What is PaaS?
“Platform as a Service”
Focus on the development and management of your apps.
You don’t have to worry about provisioning, configuring, or understanding the hardware or the OS.
Makes it easy for developers to build apps on the cloud without worrying about the stuff on the bottom.
Examples: Elastic Beanstalk (AWS), heroku, Google App Engine