L4 - IAAS 2/2 Flashcards
What is block virtualization?
Meta data determine mapping of
virtual disk and block number (local in the client systems) to physical disc, block number.
- IO redirection based on the
meta-data
Usage of storage virtualization
Flexible mapping
Thin provisioning
Disk expansion and shrinking
Non-disruptive data migration
Improved utilization
Is file or block virtualization used more often?
block virtualization is used more often and also performs beter
How is block storage accessed?
Though SAN
3 Methods of block virtualization implementation
- host based
- storage device based
- network based
What is host-based block virtualisation?
- host runs virtualization software
- it maps logical units to physical units
What is file virtualization?
- used for NAS
- you have folders and files
What are the pros of file virtualization?
- highly scalable
- accessible to multiple runtimes
Which file systems are used in file virtualization?
- NTFS, FAT32, UFS
What is clustered NAS?
- clustered NAS combines NAS from the same vendor
What is DFS?
Distributed file systems
- allows files located on multiple NAS to appear as if on a single NAS
- can combine NASs from different vendors
Amazon Block Storage
- block-level storage that can be mounted
- multiple block storage volumes can be combined into a virtual RAID
- snapshots of block storage volume are stored in S3 for backup or replication
What is mounting?
When a block-level storage is “mounted,” it means that it is being connected to the operating system so that it can be accessed and used. The process of mounting makes a block-level storage available to the host operating system, allowing it to read and write data to the storage.
What is Amazon Instance Storage?
- disks attached to the physical host
- if you stop or terminate an instance, the data on the instance store volumes is lost
What is Amazon Elastic File System?
- scalable file storage
- can be mounted to instances
- files can be shared among instances
- file system has to be explicitly created and destroyed