Podcast
Questions and Answers
What is a significant downside of traditional procurement in IT services?
What is a significant downside of traditional procurement in IT services?
What grade corresponds to a score of 78.5 in this course?
What grade corresponds to a score of 78.5 in this course?
What is the preferred method of communication with the professor?
What is the preferred method of communication with the professor?
Which of the following statements is true about cloud computing for businesses?
Which of the following statements is true about cloud computing for businesses?
Signup and view all the answers
What should students include in the subject line when emailing the professor?
What should students include in the subject line when emailing the professor?
Signup and view all the answers
How does cloud computing address peak demand for retailers?
How does cloud computing address peak demand for retailers?
Signup and view all the answers
What will happen if a student's work is submitted late?
What will happen if a student's work is submitted late?
Signup and view all the answers
What must students do prior to attending the course?
What must students do prior to attending the course?
Signup and view all the answers
What is one consequence of interrupting an eCommerce website during peak shopping?
What is one consequence of interrupting an eCommerce website during peak shopping?
Signup and view all the answers
Which of the following best describes the intention behind using cloud computing?
Which of the following best describes the intention behind using cloud computing?
Signup and view all the answers
What is a primary advantage of using PaaS for developers?
What is a primary advantage of using PaaS for developers?
Signup and view all the answers
Which of the following is a characteristic of Software as a Service (SaaS)?
Which of the following is a characteristic of Software as a Service (SaaS)?
Signup and view all the answers
Which cloud computing advantage contributes to eliminating the need for maintaining physical data centers?
Which cloud computing advantage contributes to eliminating the need for maintaining physical data centers?
Signup and view all the answers
What is a significant factor that enhances the speed and agility of deployments in cloud computing?
What is a significant factor that enhances the speed and agility of deployments in cloud computing?
Signup and view all the answers
Which of the following is NOT a target audience of Infrastructure as a Service (IaaS)?
Which of the following is NOT a target audience of Infrastructure as a Service (IaaS)?
Signup and view all the answers
Which of the following best describes Amazon Web Services Elastic Beanstalk?
Which of the following best describes Amazon Web Services Elastic Beanstalk?
Signup and view all the answers
What does NOT typically characterize cloud service providers in a SaaS model?
What does NOT typically characterize cloud service providers in a SaaS model?
Signup and view all the answers
What is likely a significant deterrent in shifting from traditional infrastructure to cloud solutions?
What is likely a significant deterrent in shifting from traditional infrastructure to cloud solutions?
Signup and view all the answers
What type of users typically utilize cloud platforms like Google App Engine?
What type of users typically utilize cloud platforms like Google App Engine?
Signup and view all the answers
How can cloud deployments contribute to operational efficiency for businesses?
How can cloud deployments contribute to operational efficiency for businesses?
Signup and view all the answers
What is a characteristic of on-demand self-service in cloud computing?
What is a characteristic of on-demand self-service in cloud computing?
Signup and view all the answers
Which of the following best describes resource pooling in the context of cloud services?
Which of the following best describes resource pooling in the context of cloud services?
Signup and view all the answers
How does measured service operate in cloud computing?
How does measured service operate in cloud computing?
Signup and view all the answers
Which cloud service model provides the greatest level of control to users?
Which cloud service model provides the greatest level of control to users?
Signup and view all the answers
What is a major advantage of rapid elasticity in cloud computing?
What is a major advantage of rapid elasticity in cloud computing?
Signup and view all the answers
Which of the following is NOT a characteristic of cloud computing?
Which of the following is NOT a characteristic of cloud computing?
Signup and view all the answers
What does 'broad network access' in cloud computing imply?
What does 'broad network access' in cloud computing imply?
Signup and view all the answers
In the context of umbrella terms relating to cloud services, what does XaaS stand for?
In the context of umbrella terms relating to cloud services, what does XaaS stand for?
Signup and view all the answers
Which statement about Platform as a Service (PaaS) is correct?
Which statement about Platform as a Service (PaaS) is correct?
Signup and view all the answers
What is one of the significant benefits of cloud computing for organizations?
What is one of the significant benefits of cloud computing for organizations?
Signup and view all the answers
Study Notes
Course Introduction
- Course name: DAB 202 IT Service Management
- Week: 1
- Instructor has a Master of Business Administration (MBA) and Bachelor of Science in Computer Engineering from Wright State University, as well as a Ph.D. in Information Systems (XAI) and a Master of Science degree in Information Security from Nova Southeastern University.
- Instructor is an Aggregate Intellect Advisor and co-organizer for GDG Windsor.
- Preferred communication method: email
- Do not use chat messages
- Email communication should include: Full Name, Section Number, Student Number, and subject line "DAB-202"
Course Expectations
- Submit work on time
- Late submissions will receive a zero.
Course Tour
- Course Delivery
- Course Outline
- Syllabus
- Blackboard course site walkthrough
Grading
- A: 80-100%
- B: 70-79%
- C: 60-69%
- D: 50-59%
- F: Below 50%
Grades - Knowledge Check
- What grade for a 78.5% score?
- Answer: B
What is Expected of You
- Submit work on time
- Late assignments will receive a zero
Cloud Computing Concepts
- Traditional Procurement Process: Traditional systems often "buy first, use later," purchasing server capacity in advance. This may result in under-utilization or over-capacity and thus inefficient spending.
- Cloud Computing Use Case: In contrast to traditional models, cloud computing scales on demand, allowing for temporary increases in capacity for events like holiday shopping by resellers, and avoid wasting resources on unused capacity.
What is Cloud Computing?
- On-demand delivery of computing power, databases, storage, networking, software
- Uses the internet to deliver services
- Pay-as-you-go pricing
- No upfront infrastructure investment
- Provision exactly the right resources as needed
NIST Cloud Computing Model
- Shows essential characteristics and service models of cloud computing.
Essential Cloud Characteristics
- On-demand self-service
- Broad network access
- Resource pooling
- Rapid elasticity
- Measured service
On-Demand Self-Service
- Services consumed as needed, without human intervention from the cloud provider.
- Organizations provision resources (servers, storage, web apps) when needed.
- Organizations can provision resources using their internal IT staff.
Broad Network Access
- Cloud resources accessible across a network.
- Can be an internal network, internet connection, or a combination.
- May be globally accessible.
Resource Pooling
- Cloud service providers pool network, storage, and compute resources.
- Allocate these pooled resources to customers on demand.
- Leverage economies of scale.
Rapid Elasticity
- Resource requirements can adjust (increase or decrease) throughout the year.
- Cloud-based resources easily adjust as needed.
- Avoid paying for underutilized resources.
Measured Service
- Cloud resource utilization is measured by the cloud service provider.
- Billing is based on actual resource usage.
Cloud Service Models
- Software as a Service (SaaS)
- Platform as a Service (PaaS)
- Infrastructure as a Service (IaaS)
- Anything as a Service (XaaS)
Infrastructure as a Service (IaaS)
- Provides all computing resources in a virtual environment.
- Cloud Service Provider (CSP) manages hardware.
- Consumers manage virtual machines.
- Businesses deploy the exact number of servers needed.
- Elastic scaling for agile needs.
- Reduced capital expenditures for hardware and licenses.
- Target audience: IT administrators.
- Example: AWS EC2 (Virtual Machines)
Platform as a Service (PaaS)
- Programming language execution environment.
- Developers can build, compile, and run programs.
- Cloud service provider manages hardware and operating system.
- Provides platform maintenance.
- Customers use the platform for business operations.
- Commonly used for development environments and databases.
- Target audience: Developers, Database Administrators.
- Examples: Google App Engine, AWS Elastic Beanstalk.
Software as a Service (SaaS)
- On-demand service, platform-independent software.
- Doesn't require software installation.
- Vendor manages computing resources.
- Consumers directly use software across a network.
- Cloud service provider manages underlying hardware, operating systems, and patches.
- Typically licensed via subscription.
- High adoption rate.
- Hardware and OS agnostic.
- Target audience: End users.
- Examples: Microsoft Office 365, Google Apps, WebEx, Dropbox, Netflix
Cloud Service Models Summary
- Shows a comparison of the three primary cloud service models (IaaS, PaaS, SaaS).
- Includes definitions, advantages, users, and examples of each model.
Advantages of Cloud Computing
- Trade capital expense for variable/operating expense.
- Benefit from massive economies of scale.
- Stop guessing about capacity (elasticity.)
- Increase speed and agility.
- Stop spending money on running/maintaining data centers.
- Go global in minutes
Week 1 Goals
- Sign up for AWS Academy
- Create a free tier AWS account (optional)
- Read "Overview of Amazon Web Services White Paper"
- Review links on cloud computing and types
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
Test your understanding of the foundational concepts of DAB 202 IT Service Management. This quiz covers essential course expectations, grading criteria, and communication methods with the instructor. Make sure to review the syllabus and course outline for success.