Unit3 Fog and Cloud
Unit3 Fog and Cloud
•there are many different types of virtualization, all rooted around the core idea
of providing logical access to physical resources. Today, virtualization is
commonly encountered in networking, storage systems, and server processes,
at the operating system level and at the machine level.
•
Definition - Server consolidation refers to thServer
Consolidation e use of a physical server to accommodate one
or more server applications or user instances. Server
consolidation makes it possible to share a server’s compute
resources among multiple applications and services
simultaneously. It is mainly used to reduce the number of servers
required in an organization.
The Basics of Virtualization
• A great example of how virtualization works in your daily life is the
separation of your hard drive into different parts.
• While you may have only one hard drive, your system sees it as two,
three or more different and separate segments.
• Using VMware is not just too easy for anyone who does not
have any technical background.
• Also, there’s a chance you probably corrupt your storage
device, which is the worst case. So, either you read the basics
from the official site or online tutorial after that use the VMware.
Not Best For Complete Physical Product Testing
• Network Virtualization
• Storage Virtualizing
• Server Virtualization - Machine Virtualization
• Data Virtualization
• Desktop Virtualizing
• Application Virtualization
• System-level or Operating Virtualization
Hardware Virtualization:
• It is highly scalable.
• It allows easy addition and deletion of storage without affecting
any application.
• Easy data migration.
• Easy storage management.
•
Server virtualization
• Server virtualization is the process of creating multiple
server instances from one physical server. Each server
instance represents an isolated virtual environment.
Within each virtual environment, you can run a separate
operating system.
• A virtualization software allowed you to “break up” your
physical server into multiple virtual ones. By doing so, you
can utilize your physical resources to the fullest, without
investing in more hardware.
Types of Server Virtualization
• There are three (3) approaches to server virtualization
based on the isolation they provide:
1.Full virtualization or virtual machine model
2.Paravirtual machine model
3.Virtualization at the OS level
Full virtualization or virtual machine model
• In a full virtual machine model, the hypervisor
completely isolates guest machines.
• It shares the hardware of the host machine but runs
as if being on a completely autonomous computer,
unaware of the hypervisor and its role.
• These VMs see themselves as self-reliant and efficient.
Therefore you do not need to adapt or specially
modify their instances of operating systems.
Paravirtual Machine
• When you need multiple virtual machines and have
flexible resource sharing, a fully virtualized
environment may not be necessary. In this case, a
para virtualized environment may better suit the
situation.