Cloud Computing Introduction
Cloud Computing Introduction
Agenda
After this lesson, you should be able to do the following:
Introduction
Cloud Computing Introduction
Cloud Service Models
Introduction to IAAS
About OpenStack
OpenStack Architecture
OpenStack Terminology
OpenStack vs VMware
Overview
About OpenStack
Who use it ?
OpenStack Releases
OpenStack Releases
OpenStack Components
OpenStack Components
OpenStack Architecture
NOVA
Managing IP Addressing
There are two main types of IP addresses for guest virtual machines:
Fixed IPs
Floating IPs
Each instance has a private, Fixed IP address and can also have a public, or
Floating IP address. Private IP addresses are used for communication
between instances, and public addresses are used for communication
with networks outside the cloud, including the internet.
When you launch an instance, it is automatically assigned a private IP
address that stays the same until you explicitly terminate the instance.
Rebooting an instance has no effect on the private IP address.
A pool of floating IP addresses, configured by the cloud administrator, is
available in OpenStack Compute.
Network Topology
Thank you