SlideShare uma empresa Scribd logo
1 de 24
Chapter 9: Virtualization and
Cloud Computing
Instructor Materials
IT Essentials 7.0
3
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Chapter 9: Virtualization and
Cloud Computing
IT Essentials 7.0 Planning Guide
Chapter 9: Virtualization and
Cloud Computing
IT Essentials 7.0
13
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Chapter 9 - Sections & Objectives
 9.1 Virtualization
• Install a virtual machine on a computer.
• Explain server virtualization.
• Install virtualization software on a computer.
 9.2 Cloud Computing
• Compare cloud computing concepts.
• Describe the uses of the cloud.
• Explain characteristics of public, private, hybrid and community cloud
computing.
14
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
9.1 Virtualization
15
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Video Explanation – What is the cloud?
16
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Virtualization
Cloud Computing and Virtualization
 Virtualization enables a single computer to host multiple independent virtual computers called
virtual machines (VM) that share the host computer hardware.
 Virtualization software separates the actual physical hardware from the VM instances.
 An image of a VM can be saved as a file and then be re-started when required.
 Cloud computing separates the applications from
the hardware.
 Service providers such as Amazon Web Services
(AWS) own and manage the cloud infrastructure.
Virtualization is the foundation which supports
cloud computing.
17
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Virtualization
Traditional Server Deployment
 Traditionally, organizations delivered applications and services using powerful dedicated servers.
 These dedicated servers are equipped with large amounts of RAM, powerful CPUs, and multiple
large storage devices.
 Disadvantages include: wasted resources, single-point of failure, and server sprawl.
18
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Virtualization
Server Virtualization
 Server virtualization takes advantage of idle resources to reduce the number of servers required.
 A program called the hypervisor is used to manage the computer resources and various VMs.
 It provides VMs access to the hardware in the physical machine such as CPUs, memory, disk
controllers, and NICs.
 Each VM runs a complete and separate operating system.
19
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Virtualization
Advantages of Server Virtualization
 Better use of resources
 Less space required
 Less energy consumed
 Reduced cost
 Faster server provisioning
 Maximize server uptime
 Improved disaster recovery
 Support for legacy systems
20
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Virtualization
Client-Side Virtualization
 Client-side virtualization enables
users to run VMs on their local
computer.
 It allows users to test new operating
systems, software, or to run older
software.
 Host computer – the physical
computer controlled by a user.
 Host OS - the operating system
of the host computer.
 Guest OS - the operating system
that is running in the VM.
21
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Virtualization
Type 1 and Type 2 Hypervisors
 Type 1 (native) hypervisor is typically used
with server virtualization. For example,
they are used in data centers and cloud
computing.
 Type 1 hypervisors run directly on the
hardware of a host, and manage the
allocation of system resources to VMs.
 Type 1 hypervisors include VMware
vSphere / ESXi, Xen, and Oracle VM
Server.
22
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Virtualization
Type 1 and Type 2 Hypervisors (Cont.)
 Type 2 (hosted) hypervisors are commonly used with client-side virtualization.
 Type 2 hypervisors work with the host computer to create and use multiple VMs.
 Type 2 hypervisors include VMware Workstation, Windows Hyper-V, and Oracle
VirtualBox.
23
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Virtualization
Virtual Machine Requirements
Windows Hyper-V Minimum Requirements for Windows 10
Host OS Windows 10 Pro or Windows Server (2012 and 2016)
Processor 64-bit CPU with Second Level Address Translation (SLAT)
BIOS CPU support for VM Monitor Mode Extension (VT-c on Intel CPUs)
Memory Minimum 4GB system RAM
Hard Disk Space At least 15GB per VM
Hyper-V is included in Windows 10 Pro
24
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Virtualization
Virtual Machine Requirements (Cont.)
Windows Hyper-V Minimum Requirements for Windows 8
Host OS Windows 8 Pro or Enterprise 64-bit OS
Processor 64-bit CPU with Second Level Address Translation (SLAT)
BIOS BIOS-level Hardware Virtualization support
Memory Minimum 4GB system RAM
Hard Disk Space At least 15GB per Virtual OS
25
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Virtualization
Virtual Machine Requirements (Cont.)
Windows Virtual PC Requirements in Windows 7
Processor 1 GHz 32-bit or 64-bit Processor
Memory 2GB
Hard Disk Space At least 15 GB per Virtual OS
26
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Virtualization
Lab – Install Linux in a Virtual Machine and Explore the GUI
In this lab, you will install a Linux OS in a virtual machine using a desktop virtualization application,
such as VirtualBox. After completing the installation, you will explore the GUI interface.
Objectives:
Part 1: Prepare a Computer for Virtualization
Part 2: Install a Linux OS on the Virtual Machine
Part 3: Explore the GUI
27
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
9.2 Cloud Computing
28
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Cloud Computing
How We Use the Cloud
Cloud computing provides users with on-demand delivery of computing services
over the Internet. Cloud computing services are owned and hosted by service
providers. Most of us already use cloud services when you use social media
applications, access an online music library, or use online storage for save photos.
Organizations typically pay cloud providers a usage fee based on user access and
usage of services.
29
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Cloud Computing
Cloud Services
 Cloud service providers can provide
various services tailored to meet
customer requirements.
• Software as a Service (SaaS)
• Platform as a Service (PaaS)
• Infrastructure as a Service (IaaS)
 Cloud service providers have extended
the IaaS model to also provide IT as a
service (ITaaS).
30
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Cloud Computing
Cloud Computing Characteristics
• On-demand (self-service)
• Rapid elasticity
• Resource pooling
• Measured and metered service
• Broad network access
31
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
9.3 Chapter Summary
32
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Conclusion
Chapter 9: Virtualization and Cloud Computing
 Explain server virtualization.
 Install virtualization software on a computer.
 Describe uses of the cloud.
 Explain characteristics of public, private, hybrid and community cloud computing.
ITE7_Chp9.pptx

Mais conteúdo relacionado

Semelhante a ITE7_Chp9.pptx

VIRTUALIZATION for computer science.pptx
VIRTUALIZATION for computer science.pptxVIRTUALIZATION for computer science.pptx
VIRTUALIZATION for computer science.pptxKelvinBakespear
 
Virtualization Best Practices
Virtualization Best PracticesVirtualization Best Practices
Virtualization Best PracticesRocket Software
 
Best Practices For Using Virtualization In Development Environments
Best Practices For Using Virtualization In Development EnvironmentsBest Practices For Using Virtualization In Development Environments
Best Practices For Using Virtualization In Development EnvironmentsKnowledge Management Associates, LLC
 
2014-09-15 cloud platform master class
2014-09-15 cloud platform master class2014-09-15 cloud platform master class
2014-09-15 cloud platform master classCitrix
 
Presentation cloud computing workshop - virtualization
Presentation   cloud computing workshop - virtualizationPresentation   cloud computing workshop - virtualization
Presentation cloud computing workshop - virtualizationxKinAnx
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 7
CCNA (R & S) Module 02 - Connecting Networks - Chapter 7CCNA (R & S) Module 02 - Connecting Networks - Chapter 7
CCNA (R & S) Module 02 - Connecting Networks - Chapter 7Waqas Ahmed Nawaz
 
Deploying couchbaseserverazure cihanbiyikoglu_microsoft
Deploying couchbaseserverazure cihanbiyikoglu_microsoftDeploying couchbaseserverazure cihanbiyikoglu_microsoft
Deploying couchbaseserverazure cihanbiyikoglu_microsoftCihan Biyikoglu
 
Virtualization In Software Testing
Virtualization In Software TestingVirtualization In Software Testing
Virtualization In Software TestingColloquium
 
Citrix Portfolio Updates
Citrix Portfolio UpdatesCitrix Portfolio Updates
Citrix Portfolio UpdatesPawel Serwan
 
Presentation cloud, the whole offer
Presentation   cloud, the whole offerPresentation   cloud, the whole offer
Presentation cloud, the whole offerxKinAnx
 
IBM SmartCloud Orchestration
IBM SmartCloud OrchestrationIBM SmartCloud Orchestration
IBM SmartCloud OrchestrationIBM Danmark
 
Microsoft Windows Server 2012 Early Adopter Guide
Microsoft Windows Server 2012 Early Adopter GuideMicrosoft Windows Server 2012 Early Adopter Guide
Microsoft Windows Server 2012 Early Adopter GuideKingfin Enterprises Limited
 
Openstackinsideoutv10 140222065532-phpapp01
Openstackinsideoutv10 140222065532-phpapp01Openstackinsideoutv10 140222065532-phpapp01
Openstackinsideoutv10 140222065532-phpapp01sprdd
 
OpenStack: Inside Out
OpenStack: Inside OutOpenStack: Inside Out
OpenStack: Inside OutEtsuji Nakai
 
VMware End-User-Computing Best Practices Poster
VMware End-User-Computing Best Practices PosterVMware End-User-Computing Best Practices Poster
VMware End-User-Computing Best Practices PosterVMware Academy
 
basic mikrotikbasic mikrotikbasic mikrotik.pdf
basic mikrotikbasic mikrotikbasic mikrotik.pdfbasic mikrotikbasic mikrotikbasic mikrotik.pdf
basic mikrotikbasic mikrotikbasic mikrotik.pdfArif293146
 
Citrix Cloud Master Class June 2014
Citrix Cloud Master Class June 2014Citrix Cloud Master Class June 2014
Citrix Cloud Master Class June 2014Citrix
 

Semelhante a ITE7_Chp9.pptx (20)

VIRTUALIZATION for computer science.pptx
VIRTUALIZATION for computer science.pptxVIRTUALIZATION for computer science.pptx
VIRTUALIZATION for computer science.pptx
 
Virtualization Best Practices
Virtualization Best PracticesVirtualization Best Practices
Virtualization Best Practices
 
Best Practices For Using Virtualization In Development Environments
Best Practices For Using Virtualization In Development EnvironmentsBest Practices For Using Virtualization In Development Environments
Best Practices For Using Virtualization In Development Environments
 
Presentation on Top Cloud Computing Technologies
Presentation on Top Cloud Computing TechnologiesPresentation on Top Cloud Computing Technologies
Presentation on Top Cloud Computing Technologies
 
2014-09-15 cloud platform master class
2014-09-15 cloud platform master class2014-09-15 cloud platform master class
2014-09-15 cloud platform master class
 
Presentation cloud computing workshop - virtualization
Presentation   cloud computing workshop - virtualizationPresentation   cloud computing workshop - virtualization
Presentation cloud computing workshop - virtualization
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 7
CCNA (R & S) Module 02 - Connecting Networks - Chapter 7CCNA (R & S) Module 02 - Connecting Networks - Chapter 7
CCNA (R & S) Module 02 - Connecting Networks - Chapter 7
 
Deploying couchbaseserverazure cihanbiyikoglu_microsoft
Deploying couchbaseserverazure cihanbiyikoglu_microsoftDeploying couchbaseserverazure cihanbiyikoglu_microsoft
Deploying couchbaseserverazure cihanbiyikoglu_microsoft
 
Virtualization In Software Testing
Virtualization In Software TestingVirtualization In Software Testing
Virtualization In Software Testing
 
Virtualizaiton-3.pptx
Virtualizaiton-3.pptxVirtualizaiton-3.pptx
Virtualizaiton-3.pptx
 
Citrix Portfolio Updates
Citrix Portfolio UpdatesCitrix Portfolio Updates
Citrix Portfolio Updates
 
Presentation cloud, the whole offer
Presentation   cloud, the whole offerPresentation   cloud, the whole offer
Presentation cloud, the whole offer
 
VMWARE
VMWAREVMWARE
VMWARE
 
IBM SmartCloud Orchestration
IBM SmartCloud OrchestrationIBM SmartCloud Orchestration
IBM SmartCloud Orchestration
 
Microsoft Windows Server 2012 Early Adopter Guide
Microsoft Windows Server 2012 Early Adopter GuideMicrosoft Windows Server 2012 Early Adopter Guide
Microsoft Windows Server 2012 Early Adopter Guide
 
Openstackinsideoutv10 140222065532-phpapp01
Openstackinsideoutv10 140222065532-phpapp01Openstackinsideoutv10 140222065532-phpapp01
Openstackinsideoutv10 140222065532-phpapp01
 
OpenStack: Inside Out
OpenStack: Inside OutOpenStack: Inside Out
OpenStack: Inside Out
 
VMware End-User-Computing Best Practices Poster
VMware End-User-Computing Best Practices PosterVMware End-User-Computing Best Practices Poster
VMware End-User-Computing Best Practices Poster
 
basic mikrotikbasic mikrotikbasic mikrotik.pdf
basic mikrotikbasic mikrotikbasic mikrotik.pdfbasic mikrotikbasic mikrotikbasic mikrotik.pdf
basic mikrotikbasic mikrotikbasic mikrotik.pdf
 
Citrix Cloud Master Class June 2014
Citrix Cloud Master Class June 2014Citrix Cloud Master Class June 2014
Citrix Cloud Master Class June 2014
 

Mais de ssusera76ea9

Sangfor's Presentation.pdf
Sangfor's Presentation.pdfSangfor's Presentation.pdf
Sangfor's Presentation.pdfssusera76ea9
 
dataProtection_p3.ppt
dataProtection_p3.pptdataProtection_p3.ppt
dataProtection_p3.pptssusera76ea9
 
SolPartner_InterceptX.pdf
SolPartner_InterceptX.pdfSolPartner_InterceptX.pdf
SolPartner_InterceptX.pdfssusera76ea9
 
Template PPT Proposal Skripsi_Free - PS.pptx
Template PPT Proposal Skripsi_Free - PS.pptxTemplate PPT Proposal Skripsi_Free - PS.pptx
Template PPT Proposal Skripsi_Free - PS.pptxssusera76ea9
 
office-365-in-the-classroom.pdf
office-365-in-the-classroom.pdfoffice-365-in-the-classroom.pdf
office-365-in-the-classroom.pdfssusera76ea9
 
SharePoint_IRMS_Conference.pdf
SharePoint_IRMS_Conference.pdfSharePoint_IRMS_Conference.pdf
SharePoint_IRMS_Conference.pdfssusera76ea9
 
Day2-FrontlineWorkforceVision-Retail-TF-v12.pdf
Day2-FrontlineWorkforceVision-Retail-TF-v12.pdfDay2-FrontlineWorkforceVision-Retail-TF-v12.pdf
Day2-FrontlineWorkforceVision-Retail-TF-v12.pdfssusera76ea9
 
Investor Relations December Deck - FINAL.pdf
Investor Relations December Deck - FINAL.pdfInvestor Relations December Deck - FINAL.pdf
Investor Relations December Deck - FINAL.pdfssusera76ea9
 

Mais de ssusera76ea9 (9)

Keamanan
KeamananKeamanan
Keamanan
 
Sangfor's Presentation.pdf
Sangfor's Presentation.pdfSangfor's Presentation.pdf
Sangfor's Presentation.pdf
 
dataProtection_p3.ppt
dataProtection_p3.pptdataProtection_p3.ppt
dataProtection_p3.ppt
 
SolPartner_InterceptX.pdf
SolPartner_InterceptX.pdfSolPartner_InterceptX.pdf
SolPartner_InterceptX.pdf
 
Template PPT Proposal Skripsi_Free - PS.pptx
Template PPT Proposal Skripsi_Free - PS.pptxTemplate PPT Proposal Skripsi_Free - PS.pptx
Template PPT Proposal Skripsi_Free - PS.pptx
 
office-365-in-the-classroom.pdf
office-365-in-the-classroom.pdfoffice-365-in-the-classroom.pdf
office-365-in-the-classroom.pdf
 
SharePoint_IRMS_Conference.pdf
SharePoint_IRMS_Conference.pdfSharePoint_IRMS_Conference.pdf
SharePoint_IRMS_Conference.pdf
 
Day2-FrontlineWorkforceVision-Retail-TF-v12.pdf
Day2-FrontlineWorkforceVision-Retail-TF-v12.pdfDay2-FrontlineWorkforceVision-Retail-TF-v12.pdf
Day2-FrontlineWorkforceVision-Retail-TF-v12.pdf
 
Investor Relations December Deck - FINAL.pdf
Investor Relations December Deck - FINAL.pdfInvestor Relations December Deck - FINAL.pdf
Investor Relations December Deck - FINAL.pdf
 

Último

Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...
Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...
Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...anilsa9823
 
Call girls in Kanpur - 9761072362 with room service
Call girls in Kanpur - 9761072362 with room serviceCall girls in Kanpur - 9761072362 with room service
Call girls in Kanpur - 9761072362 with room servicediscovermytutordmt
 
Storyboard short: Ferrarius Tries to Sing
Storyboard short: Ferrarius Tries to SingStoryboard short: Ferrarius Tries to Sing
Storyboard short: Ferrarius Tries to SingLyneSun
 
Editorial sephora annual report design project
Editorial sephora annual report design projectEditorial sephora annual report design project
Editorial sephora annual report design projecttbatkhuu1
 
Lucknow 💋 Female Escorts Service in Lucknow | Service-oriented sexy call girl...
Lucknow 💋 Female Escorts Service in Lucknow | Service-oriented sexy call girl...Lucknow 💋 Female Escorts Service in Lucknow | Service-oriented sexy call girl...
Lucknow 💋 Female Escorts Service in Lucknow | Service-oriented sexy call girl...anilsa9823
 
Lucknow 💋 Russian Call Girls Sushant Golf City - 450+ Call Girl Cash Payment ...
Lucknow 💋 Russian Call Girls Sushant Golf City - 450+ Call Girl Cash Payment ...Lucknow 💋 Russian Call Girls Sushant Golf City - 450+ Call Girl Cash Payment ...
Lucknow 💋 Russian Call Girls Sushant Golf City - 450+ Call Girl Cash Payment ...anilsa9823
 
Call Girl Service In Dubai #$# O56521286O #$# Dubai Call Girls
Call Girl Service In Dubai #$# O56521286O #$# Dubai Call GirlsCall Girl Service In Dubai #$# O56521286O #$# Dubai Call Girls
Call Girl Service In Dubai #$# O56521286O #$# Dubai Call Girlsparisharma5056
 
Jeremy Casson - Top Tips for Pottery Wheel Throwing
Jeremy Casson - Top Tips for Pottery Wheel ThrowingJeremy Casson - Top Tips for Pottery Wheel Throwing
Jeremy Casson - Top Tips for Pottery Wheel ThrowingJeremy Casson
 
Patrakarpuram ) Cheap Call Girls In Lucknow (Adult Only) 🧈 8923113531 𓀓 Esco...
Patrakarpuram ) Cheap Call Girls In Lucknow  (Adult Only) 🧈 8923113531 𓀓 Esco...Patrakarpuram ) Cheap Call Girls In Lucknow  (Adult Only) 🧈 8923113531 𓀓 Esco...
Patrakarpuram ) Cheap Call Girls In Lucknow (Adult Only) 🧈 8923113531 𓀓 Esco...akbard9823
 
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...akbard9823
 
Young⚡Call Girls in Lajpat Nagar Delhi >༒9667401043 Escort Service
Young⚡Call Girls in Lajpat Nagar Delhi >༒9667401043 Escort ServiceYoung⚡Call Girls in Lajpat Nagar Delhi >༒9667401043 Escort Service
Young⚡Call Girls in Lajpat Nagar Delhi >༒9667401043 Escort Servicesonnydelhi1992
 
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...anilsa9823
 
Amelia's Dad's Father of the Bride Speech
Amelia's Dad's Father of the Bride SpeechAmelia's Dad's Father of the Bride Speech
Amelia's Dad's Father of the Bride Speechdavidbearn1
 
Aminabad @ Book Call Girls in Lucknow - 450+ Call Girl Cash Payment 🍵 8923113...
Aminabad @ Book Call Girls in Lucknow - 450+ Call Girl Cash Payment 🍵 8923113...Aminabad @ Book Call Girls in Lucknow - 450+ Call Girl Cash Payment 🍵 8923113...
Aminabad @ Book Call Girls in Lucknow - 450+ Call Girl Cash Payment 🍵 8923113...akbard9823
 
Lucknow 💋 Call Girls in Lucknow | Service-oriented sexy call girls 8923113531...
Lucknow 💋 Call Girls in Lucknow | Service-oriented sexy call girls 8923113531...Lucknow 💋 Call Girls in Lucknow | Service-oriented sexy call girls 8923113531...
Lucknow 💋 Call Girls in Lucknow | Service-oriented sexy call girls 8923113531...anilsa9823
 
Lucknow 💋 High Profile Call Girls in Lucknow - Book 8923113531 Call Girls Ava...
Lucknow 💋 High Profile Call Girls in Lucknow - Book 8923113531 Call Girls Ava...Lucknow 💋 High Profile Call Girls in Lucknow - Book 8923113531 Call Girls Ava...
Lucknow 💋 High Profile Call Girls in Lucknow - Book 8923113531 Call Girls Ava...anilsa9823
 
Indira Nagar Lucknow #Call Girls Lucknow ₹7.5k Pick Up & Drop With Cash Payme...
Indira Nagar Lucknow #Call Girls Lucknow ₹7.5k Pick Up & Drop With Cash Payme...Indira Nagar Lucknow #Call Girls Lucknow ₹7.5k Pick Up & Drop With Cash Payme...
Indira Nagar Lucknow #Call Girls Lucknow ₹7.5k Pick Up & Drop With Cash Payme...akbard9823
 
Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...
Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...
Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...anilsa9823
 

Último (20)

Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...
Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...
Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...
 
Call girls in Kanpur - 9761072362 with room service
Call girls in Kanpur - 9761072362 with room serviceCall girls in Kanpur - 9761072362 with room service
Call girls in Kanpur - 9761072362 with room service
 
Storyboard short: Ferrarius Tries to Sing
Storyboard short: Ferrarius Tries to SingStoryboard short: Ferrarius Tries to Sing
Storyboard short: Ferrarius Tries to Sing
 
Editorial sephora annual report design project
Editorial sephora annual report design projectEditorial sephora annual report design project
Editorial sephora annual report design project
 
Lucknow 💋 Female Escorts Service in Lucknow | Service-oriented sexy call girl...
Lucknow 💋 Female Escorts Service in Lucknow | Service-oriented sexy call girl...Lucknow 💋 Female Escorts Service in Lucknow | Service-oriented sexy call girl...
Lucknow 💋 Female Escorts Service in Lucknow | Service-oriented sexy call girl...
 
Lucknow 💋 Russian Call Girls Sushant Golf City - 450+ Call Girl Cash Payment ...
Lucknow 💋 Russian Call Girls Sushant Golf City - 450+ Call Girl Cash Payment ...Lucknow 💋 Russian Call Girls Sushant Golf City - 450+ Call Girl Cash Payment ...
Lucknow 💋 Russian Call Girls Sushant Golf City - 450+ Call Girl Cash Payment ...
 
Call Girl Service In Dubai #$# O56521286O #$# Dubai Call Girls
Call Girl Service In Dubai #$# O56521286O #$# Dubai Call GirlsCall Girl Service In Dubai #$# O56521286O #$# Dubai Call Girls
Call Girl Service In Dubai #$# O56521286O #$# Dubai Call Girls
 
Jeremy Casson - Top Tips for Pottery Wheel Throwing
Jeremy Casson - Top Tips for Pottery Wheel ThrowingJeremy Casson - Top Tips for Pottery Wheel Throwing
Jeremy Casson - Top Tips for Pottery Wheel Throwing
 
Patrakarpuram ) Cheap Call Girls In Lucknow (Adult Only) 🧈 8923113531 𓀓 Esco...
Patrakarpuram ) Cheap Call Girls In Lucknow  (Adult Only) 🧈 8923113531 𓀓 Esco...Patrakarpuram ) Cheap Call Girls In Lucknow  (Adult Only) 🧈 8923113531 𓀓 Esco...
Patrakarpuram ) Cheap Call Girls In Lucknow (Adult Only) 🧈 8923113531 𓀓 Esco...
 
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
 
Young⚡Call Girls in Lajpat Nagar Delhi >༒9667401043 Escort Service
Young⚡Call Girls in Lajpat Nagar Delhi >༒9667401043 Escort ServiceYoung⚡Call Girls in Lajpat Nagar Delhi >༒9667401043 Escort Service
Young⚡Call Girls in Lajpat Nagar Delhi >༒9667401043 Escort Service
 
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
 
Amelia's Dad's Father of the Bride Speech
Amelia's Dad's Father of the Bride SpeechAmelia's Dad's Father of the Bride Speech
Amelia's Dad's Father of the Bride Speech
 
RAJKOT CALL GIRL 76313*77252 CALL GIRL IN RAJKOT
RAJKOT CALL GIRL 76313*77252 CALL GIRL IN RAJKOTRAJKOT CALL GIRL 76313*77252 CALL GIRL IN RAJKOT
RAJKOT CALL GIRL 76313*77252 CALL GIRL IN RAJKOT
 
Aminabad @ Book Call Girls in Lucknow - 450+ Call Girl Cash Payment 🍵 8923113...
Aminabad @ Book Call Girls in Lucknow - 450+ Call Girl Cash Payment 🍵 8923113...Aminabad @ Book Call Girls in Lucknow - 450+ Call Girl Cash Payment 🍵 8923113...
Aminabad @ Book Call Girls in Lucknow - 450+ Call Girl Cash Payment 🍵 8923113...
 
Lucknow 💋 Call Girls in Lucknow | Service-oriented sexy call girls 8923113531...
Lucknow 💋 Call Girls in Lucknow | Service-oriented sexy call girls 8923113531...Lucknow 💋 Call Girls in Lucknow | Service-oriented sexy call girls 8923113531...
Lucknow 💋 Call Girls in Lucknow | Service-oriented sexy call girls 8923113531...
 
Lucknow 💋 High Profile Call Girls in Lucknow - Book 8923113531 Call Girls Ava...
Lucknow 💋 High Profile Call Girls in Lucknow - Book 8923113531 Call Girls Ava...Lucknow 💋 High Profile Call Girls in Lucknow - Book 8923113531 Call Girls Ava...
Lucknow 💋 High Profile Call Girls in Lucknow - Book 8923113531 Call Girls Ava...
 
Dubai Call Girl Number # 00971588312479 # Call Girl Number In Dubai # (UAE)
Dubai Call Girl Number # 00971588312479 # Call Girl Number In Dubai # (UAE)Dubai Call Girl Number # 00971588312479 # Call Girl Number In Dubai # (UAE)
Dubai Call Girl Number # 00971588312479 # Call Girl Number In Dubai # (UAE)
 
Indira Nagar Lucknow #Call Girls Lucknow ₹7.5k Pick Up & Drop With Cash Payme...
Indira Nagar Lucknow #Call Girls Lucknow ₹7.5k Pick Up & Drop With Cash Payme...Indira Nagar Lucknow #Call Girls Lucknow ₹7.5k Pick Up & Drop With Cash Payme...
Indira Nagar Lucknow #Call Girls Lucknow ₹7.5k Pick Up & Drop With Cash Payme...
 
Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...
Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...
Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...
 

ITE7_Chp9.pptx

  • 1. Chapter 9: Virtualization and Cloud Computing Instructor Materials IT Essentials 7.0
  • 2. 3 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Chapter 9: Virtualization and Cloud Computing IT Essentials 7.0 Planning Guide
  • 3. Chapter 9: Virtualization and Cloud Computing IT Essentials 7.0
  • 4. 13 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Chapter 9 - Sections & Objectives  9.1 Virtualization • Install a virtual machine on a computer. • Explain server virtualization. • Install virtualization software on a computer.  9.2 Cloud Computing • Compare cloud computing concepts. • Describe the uses of the cloud. • Explain characteristics of public, private, hybrid and community cloud computing.
  • 5. 14 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 9.1 Virtualization
  • 6. 15 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Video Explanation – What is the cloud?
  • 7. 16 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Virtualization Cloud Computing and Virtualization  Virtualization enables a single computer to host multiple independent virtual computers called virtual machines (VM) that share the host computer hardware.  Virtualization software separates the actual physical hardware from the VM instances.  An image of a VM can be saved as a file and then be re-started when required.  Cloud computing separates the applications from the hardware.  Service providers such as Amazon Web Services (AWS) own and manage the cloud infrastructure. Virtualization is the foundation which supports cloud computing.
  • 8. 17 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Virtualization Traditional Server Deployment  Traditionally, organizations delivered applications and services using powerful dedicated servers.  These dedicated servers are equipped with large amounts of RAM, powerful CPUs, and multiple large storage devices.  Disadvantages include: wasted resources, single-point of failure, and server sprawl.
  • 9. 18 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Virtualization Server Virtualization  Server virtualization takes advantage of idle resources to reduce the number of servers required.  A program called the hypervisor is used to manage the computer resources and various VMs.  It provides VMs access to the hardware in the physical machine such as CPUs, memory, disk controllers, and NICs.  Each VM runs a complete and separate operating system.
  • 10. 19 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Virtualization Advantages of Server Virtualization  Better use of resources  Less space required  Less energy consumed  Reduced cost  Faster server provisioning  Maximize server uptime  Improved disaster recovery  Support for legacy systems
  • 11. 20 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Virtualization Client-Side Virtualization  Client-side virtualization enables users to run VMs on their local computer.  It allows users to test new operating systems, software, or to run older software.  Host computer – the physical computer controlled by a user.  Host OS - the operating system of the host computer.  Guest OS - the operating system that is running in the VM.
  • 12. 21 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Virtualization Type 1 and Type 2 Hypervisors  Type 1 (native) hypervisor is typically used with server virtualization. For example, they are used in data centers and cloud computing.  Type 1 hypervisors run directly on the hardware of a host, and manage the allocation of system resources to VMs.  Type 1 hypervisors include VMware vSphere / ESXi, Xen, and Oracle VM Server.
  • 13. 22 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Virtualization Type 1 and Type 2 Hypervisors (Cont.)  Type 2 (hosted) hypervisors are commonly used with client-side virtualization.  Type 2 hypervisors work with the host computer to create and use multiple VMs.  Type 2 hypervisors include VMware Workstation, Windows Hyper-V, and Oracle VirtualBox.
  • 14. 23 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Virtualization Virtual Machine Requirements Windows Hyper-V Minimum Requirements for Windows 10 Host OS Windows 10 Pro or Windows Server (2012 and 2016) Processor 64-bit CPU with Second Level Address Translation (SLAT) BIOS CPU support for VM Monitor Mode Extension (VT-c on Intel CPUs) Memory Minimum 4GB system RAM Hard Disk Space At least 15GB per VM Hyper-V is included in Windows 10 Pro
  • 15. 24 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Virtualization Virtual Machine Requirements (Cont.) Windows Hyper-V Minimum Requirements for Windows 8 Host OS Windows 8 Pro or Enterprise 64-bit OS Processor 64-bit CPU with Second Level Address Translation (SLAT) BIOS BIOS-level Hardware Virtualization support Memory Minimum 4GB system RAM Hard Disk Space At least 15GB per Virtual OS
  • 16. 25 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Virtualization Virtual Machine Requirements (Cont.) Windows Virtual PC Requirements in Windows 7 Processor 1 GHz 32-bit or 64-bit Processor Memory 2GB Hard Disk Space At least 15 GB per Virtual OS
  • 17. 26 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Virtualization Lab – Install Linux in a Virtual Machine and Explore the GUI In this lab, you will install a Linux OS in a virtual machine using a desktop virtualization application, such as VirtualBox. After completing the installation, you will explore the GUI interface. Objectives: Part 1: Prepare a Computer for Virtualization Part 2: Install a Linux OS on the Virtual Machine Part 3: Explore the GUI
  • 18. 27 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 9.2 Cloud Computing
  • 19. 28 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Cloud Computing How We Use the Cloud Cloud computing provides users with on-demand delivery of computing services over the Internet. Cloud computing services are owned and hosted by service providers. Most of us already use cloud services when you use social media applications, access an online music library, or use online storage for save photos. Organizations typically pay cloud providers a usage fee based on user access and usage of services.
  • 20. 29 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Cloud Computing Cloud Services  Cloud service providers can provide various services tailored to meet customer requirements. • Software as a Service (SaaS) • Platform as a Service (PaaS) • Infrastructure as a Service (IaaS)  Cloud service providers have extended the IaaS model to also provide IT as a service (ITaaS).
  • 21. 30 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Cloud Computing Cloud Computing Characteristics • On-demand (self-service) • Rapid elasticity • Resource pooling • Measured and metered service • Broad network access
  • 22. 31 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 9.3 Chapter Summary
  • 23. 32 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Conclusion Chapter 9: Virtualization and Cloud Computing  Explain server virtualization.  Install virtualization software on a computer.  Describe uses of the cloud.  Explain characteristics of public, private, hybrid and community cloud computing.