Ch4 Storage Virt Part1
Ch4 Storage Virt Part1
Virtualization Techniques
Chapter 4 (Part1)
Storage Virtualization
1
Chapter Content
2
Review of key Storage
Concepts
3
Review of key Storage Concepts
Storage architectures
4
Common storage architecture (DAS vs. NAS vs. SAN)
▪ Storage device was directly attached to a server or workstation, without a storage network in
between.
▪ File-level computer data storage connected to a computer network providing data access to
heterogeneous clients.
▪ Attach remote storage devices to servers in such a way that the devices appear as locally
5
attached to the operating system.
DAS Architecture
▪ It contains an array of drives
6
Network Attached Storage (NAS)
▪ It provides file access to heterogeneous computer systems.
7
Storage Area Networks (SANs)
▪ SANs provide block-level access to shared data storage.
8
DAS vs. NAS vs. SAN comparison
DAS NAS SAN
• Bloc Access (SAS/SATA) • File Access (Windows CIFS, Unix • Bloc Access (iSCSI, Fiber
• Increase server capacity (file NFS) Channel)
sharing, backup, storage • Transmission optimized for file • Transmission optimized for file
capacity) transactions transactions
• No data sharing • Used for file sharing • Separate LAN and SAN
• High cost of management • Used to store server backups • Increases data availability
• Inflexible • Storage traffic travels across the • Flexible and scalable
• Less expensive option, but. network • Used in backbone infrastructure
• Expensive to scale • Online storage only • Used for virtualized environment
• Single server needs access (No • NAS device= file server or filer • More expensive option
multiple access) • Online and offline storage
• SAN device= Storage Array
9
DAS vs. NAS vs. SAN comparison
10
Review of key Storage Concepts
Storage interconnection protocols
11
Logical unit and Logical volume
▪ Logical unit ▪ Logical volume
12
Storage interconnection protocol
▪ Fiber Channel: is a high speed network technology primary used to connect storage
components over SANs
13
Storage interconnection protocol (..)
▪ Fiber Channel over Ethernet (FCoE): allows encapsulation of FC frames inside
Ethernet frames and send them over Ethernet network.
▪ Reduces the total number of network ports used in the network environment.
14
Storage interconnection protocol (..)
▪ iSCSI: uses Ethernet connections between computer systems or host servers, and
high performance storage systems.
▪ Does not require special-purpose cables and can be run over long distances,
15
Storage interconnection protocol (..)
▪ Network File System (NFS): is an IP-based file sharing protocol used by NAS
systems to allow multiple remote systems to connect to a shared file systems.
▪ Uses file-level data access and the target NAS device controls the storage device,
▪ Is the only vSphere-supported NAS protocol, which supports NFS v.3 over TCP/IP with
simultaneous host access NFS volume.
▪ The NAS server is in charge of managing the file system where the data is stored
16
Review of key Storage Concepts
RAID Techniques
17
Redundant Array of Independent Disks (RAID)
▪ Definition: A storage technology in which data is written in blocks across multiple
disk drives that are combined into a logical unit called a RAID group.
▪ Improves storage system performance by serving I/Os from multiple drives simultaneously
▪ Provides data protection against drive failures (via redundancy and parity)
▪ Typically implemented by using a specialized hardware controller present either on the host or
on the array
▪ Striping,
▪ Mirroring,
▪ Parity 18
Redundant Array of Independent Disks (RAID)
▪ Striping: A RAID technique to spread data across multiple drives in order to use the
drives in parallel.
▪ Improves read and write transactions
▪ Requires two or more disks (No fault tolerance)
19
Redundant Array of Independent Disks (RAID)
▪ Mirroring: store the same data simultaneously on two different drives, yielding two
copies of the data.
▪ Is fault tolerance
▪ Requires two disks
20
Redundant Array of Independent Disks (RAID)
▪ Striping, mirroring, and parity techniques
21
To be continued …
22