Lecture 8
Lecture 8
14
Network-as-a-Service
Overview
N etwork as a Service allows us to access to network infrastructure directly and securely. NaaS makes it
In turn, consumer has to pay for the capacity used. It is also possible to turn off the capacity at any time.
Mobile NaaS
Mobile NaaS offers more efficient and flexible control over mobile devices. It uses virtualization to simplify the
architecture to create more efficient processes.
TUTORIALS POINT
Simply Easy Learning
NaaS Benefits
NaaS offers a number of benefits, some of them are discussed below:
TUTORIALS POINT
Simply Easy Learning
INDEPENDENCE
Each consumer is independent and can segregate the network.
BURSTING
Customers have to pay for high-capacity network only when needed.
RESILIENCE
There exists reliability treatments that can be applied for critical applications.
ANALYTICS
There exists data protection solution for highly sensitive applications.
TUTORIALS POINT
Simply Easy Learning
SUPPORT MODELS
There exists more open support models, which help to reduce the operation cost.
TUTORIALS POINT
Simply Easy Learning
CHAPTER
15
Cloud Computing Management
Overview
I t is the responsibility of cloud provider to manage resources and their performance. Management may include
several aspects of cloud computing such as load balancing, performance, storage and backups, capacity,
deployment , etc. Management is required to access full functionality of resources in the cloud.
TUTORIALS POINT
Simply Easy Learning
AUDIT SYSTEM BACKUPS
It is required to timely audit the backups to ensure you can successfully restore randomly selected files of different
users. Backups can be performed in following ways:
Backing up files by the company, from on-site computers to the disks that reside within the cloud.
It is necessary to know if cloud provider has encrypted the data, who has access to that data and if the backup is
taken at different locations, you must know where.
Multitenant use
E-commerce processing
Employee screening
Encryption policy
It is also required to manage scaling capabilities in order to ensure services can be scaled up or down as per the
user need.
TUTORIALS POINT
Simply Easy Learning
CHAPTER
16
Cloud Computing Data Storage
C loud Storage is a service that allows to save data on offsite storage system managed by third-party and is
Storage Devices
Storage devices can be broadly classified into two categories:
TUTORIALS POINT
Simply Easy Learning
MANAGED CLOUD STORAGE
Managed Cloud Storage offers online storage space on demand. Managed cloud storage system presents what
appears to the user to be a raw disk that the user can partition and format.
To aggregate storage assets into cloud storage systems, the cloud provider can use storage virtualization
software, StorageGRID. It creates a virtualization layer that fetches storage from different storage devices into a
single management system. It can also manage data from CIFS and NFS file system over the Internet. The
following diagram shows how SystemGRID virtualizes the storage into storage clouds:
TUTORIALS POINT
Simply Easy Learning
Challenges
Storing the data in cloud is not that simple task. Apart from its flexibility and convenience, it also has several
challenges faced by the consumers. The consumers require ability to:
Have access to a documented process for surely disposing of data storage hardware.
TUTORIALS POINT
Simply Easy Learning
CHAPTER
17
Cloud Computing Virtualization
Virtualization
V irtualization is a technique, which allows to share single physical instance of an application or resource
among multiple organizations or tenants (customers). It does so by assigning a logical nameto a physical resource
and providing a pointer to that physical resource when demanded.
Virtualization Concept
Creating a virtual machine over existing operating system and hardware is referred as Hardware Virtualization.
Virtual Machines provide an environment that is logically separated from the underlying hardware.
The machine on which the virtual machine is created is known as host machine and virtual machineis referred as
a guest machine. This virtual machine is managed by a software or firmware, which is known as hypervisor.
HYPERVISOR
Hypervisor is a firmware or low-level program that acts as a Virtual Machine Manager. There are two types of
hypervisor:
Type 1 hypervisor runs on bare system. LynxSecure, RTS Hypervisor, Oracle VM, Sun xVM Server,
VirtualLogic VLX are examples of Type 1 hypervisor. The following diagram shows the Type 1 hypervisor.
TUTORIALS POINT
Simply Easy Learning