chapter 2 Flashcards
expalin Local storage
(like a phone’s memory or a PC hard drive) directly connects to a single device and isn’t accessible by others on the network.
NAS is great for sharing files within a local network, but what about huge companies with vast amounts of data spread across locations?
SAN
Many organizations combine SAN and NAS functionalities into a single system for both block-level and file-level access.
t
what is Virtual Machine File System (VMFS)
A file system designed specifically for virtual machines (VMs) used in VMware’s vSphere platform.
VMFS key features
Shared Storage
- Unlike traditional file systems with single-server access, VMFS is a clustered file system.
- Multiple virtual machines (VMs) can access and modify the same storage resources simultaneously.
explain Network File System (NFS)
Sharing Files Over a Network
NFS is a file-sharing protocol that allows multiple computers to access files on a central storage system (NAS) over a network.
… is The only NAS protocol supported by vSphere
NFS
benefits of Virtual Volumes (VVOLS)
Granular Control: Manage storage for each VM independently (backups, archives).
Detailed Insights: Gain data services, statistics, and reporting specific to each VM.
Flexibility: VVOL size can be adjusted, unlike fixed-size LUNs.
explain vvols
Virtual volumes are like having individual containers for each of your files, instead of storing them all in one big box.
Think of it as organizing your clothes in separate drawers instead of piling them all in one closet.
what is vSAN
vSAN is a software-defined storage solution from VMware that addresses the challenges of traditional SAN (Storage Area Network)
what are VASA (vSphere Storage APIs for Storage Awareness) Providers
are software components that help vSphere, VMware’s virtualization platform, understand and communicate with storage arrays.
How vSAN Works:
Leverages software within the ESXi hypervisor to virtualize physical storage of ESXi hosts.
vSAN uses _____ storage
Uses object-based storage, grouping disks from multiple hosts into disk groups.
vSAN Relies on virtual … and … for networking within the clustered storage.
routing and switching
vSAN Key Components:
vSAN Cluster: A group of ESXi hosts working together to provide shared storage.
vSAN Datastore: The common pool of storage created from the combined storage of all cluster hosts.
Disk Groups: Logical containers grouping multiple disks together on each ESXi host.
vSAN requires at least … for optimal performance.
one flash device per disk group
The vSAN datastore is only accessible by hosts within the vSAN cluster.
t
vSAN can present storage to external systems using …
iSCSI LUNs.
Think of it like this: The lending club your friends formed (vSAN cluster) has some extra space. They can section off a part (iSCSI LUN) and let someone outside the club use it, like renting out a storage locker. This external user can access their data on the locker over a network connection.
Here’s a key limitation to remember: These iSCSI LUNs cannot be used by virtual machines within the vSAN cluster itself. They are strictly for external systems.
Traditional storage relies on dedicated hardware appliances like … and …
SAN (Storage Area Network) and NAS (Network Attached Storage).
Benefits of Software-Defined Storage:
Increased Efficiency and Flexibility
Reduced Costs
Improved Scalability
Simplified Management