Storage - Part 1
Storage - Part 1
Architecture
Infrastructure Building Blocks
and Concepts
Storage – Part 1
(chapter 10)
Introduction
• Serial interfaces replaced the parallel interfaces, but the disk commands
are still the same
Mechanical hard disks
• SSDs consume less power, and therefore generate less heat, than
mechanical disks
• They have no moving parts
• They generate no vibrations that could influence or harm other
components, or shorten their lifetime
• Since 2020, the prices of SSDs are equal to those of mechanical drives
• In the coming years, mechanical drives are expected to be used only as
cheap, low-end storage for applications such as archiving.
Solid State Drives (SSDs)
• The density of
information on hard
drives doubles every 13
months
• In recent years we see a
slight slowing of the
curve
• When storing large amounts of data, tape is the most inexpensive option
• Tapes are suitable for archiving
Tape manufacturers guarantee a long life expectancy
DLT, SDLT, and LTO Ultrium cartridges are guaranteed to be readable after 30 years on
the shelf
Tapes - disadvantages
• (S)DLT and LTO are the most popular tape cartridge formats in use today
LTO has a market share of more than 80%
LTO-9 tape cartridges can store 18 TB of uncompressed data
• VTLs combine high performance disk based backup and restore with well-
known backup applications, standards, processes, and policies
• Most of the current VTL solutions use NL-SAS or SATA disk arrays because
of their relatively low cost
• They provide multiple virtual tape drives for handling multiple tapes in
parallel
Controllers
• Cloning: the storage system creates a full copy of a disk, much like a RAID
1 mirror disk
Cloning and snapshots
• Thin provisioning still provides the applications with the required storage
Storage is not really available on physical disks
Uses automated capacity management
The application's real storage need is monitored closely
Physical disk space is added when needed
• Typical use: Providing users with large sized home directories or email
storage
Direct Attached Storage (DAS)
• DAS – also known as local disks – is a storage system where one or more
dedicated disks connect via the SAS or SATA protocol to a built-in
controller, connected to the rest of the computer using the PCI bus
• The controller provides a set of disk blocks to the computer, organized in
LUNs (or partitions)
• The computer’s operating system uses these disk blocks to create a file
system to store files
Storage Area Network (SAN)
• The Fibre Channel protocol was specially developed for the transport of
disk blocks
• The protocol is very reliable, with guaranteed zero data loss
Fibre Channel
• Ethernet extensions:
Lossless Ethernet connections
A FCoE implementation must guarantee that no Ethernet packets are lost
Quality of Service (QoS)
Allows FCoE packets to have priority over other Ethernet packets to avoid storage performance
issues
Large Maximum Transfer Unit (MTU) support
Allows Ethernet packets of 2500 bytes in size, instead of the standard 1500 bytes
Also known as Jumbo frames
FCoE
• iSCSI allows the SCSI protocol to run over Ethernet LANs using TCP/IP
• Uses the familiar TCP/IP protocols and well known SCSI commands
• Performance is typically lower than that of Fibre Channel, due to the
TCP/IP overhead
• With 10 or 40 Gbit/s Ethernet and jumbo frames, iSCSI is now rapidly
conquering a big part of the SAN market