In: Computer Science
15 .Virtual web hosting can be seen as an early form of the ________ approach to cloud computing.
Storage as a Service
Software as a Service
Platform as a Service
Infrastructure as a Service
16. A system virtual machine supports the execution of ________. an
operating system
a single program
(a) Azure provides 6 types of cloud storage.Provide a list of 4 of these storage types?
(b) Briefly describe 2 types of Azure cloud storage?
Ans 15) Infrastructure as a service
In IAAS, the cloud service providers allow the customers to use their infrastructure for the various services, e.g online server,c-panel etc. The cloud service providers have their hardwares configured for the ease use of their services. The customers can purchase the service like servers or can host their websites. For e.g amazon web services has EC2 instance for web hosting , google cloud instance etc.
Ans 16) operating system
On the virtual machine you have full features access of tgat particular operating system.
(a) List of 4 types of azure cloud storage-
1. Azure Blobs
2. Azure Files
3. Azure Queues
4. Azure Tables
(b) Brief description of 2 storage types of azure
(i) Azure Blobs - Blob means binary object, azure blobs allows us to store large binary object. These are used for storing unstructured data such as binary objects, or any text data. These are helpful for storing images or documents that needs to be served to users, storing files that to be used by distributed resources, any video streaming purpose. It is also used for backup and recovery purpose. These objects can be accessed from any part of the world through http or https url.
It offers three types of resources which are storage account(account of users), container(folder for objects) and blob(stored files).
(ii) Azure Files- Azure files is used for storing the files which are highly shareable, i.e that are needed to be accessed by general public(i.e for public purpose). These are accessed by SMB Protocol. All the virtual machines can use these files We need SAS token to access these files. You can store videos directly in azure files, no need to convert them to blob.