Storage Domain Flashcards
I: HDD
Use magnetic platters and moving parts to store data.
Are the legacy data storage standard for PCs, servers and enterprise storage arrays.
Have lower price tags than SSDs on a per-GB basis.
Are slower than SSDs.
I: TIERS
Tier 1 is designed for data which is highly time-sensitive, volatile, and must be accessed quickly
Tier 2 is typically used to store transactional support data for customer-facing systems such as retail applications, and other high-performance applications where only extremely short delays will work.
Tier 3 is used for hot data such as ERP and CRM data which users must access often without too much delay.
Tier 4 anything that needs to be accessed less often, but still regularly and without too much delay.
Tier 5 is for archiving cold data for the future.
I: IOPS
IOPS (input/output operations per second) is the standard unit of measurement for the maximum number of reads and writes to non-contiguous storage locations.
Calculated by spindle speed, average latency, average seek time.
I: I/O BOUND
its determined by the period spent waiting for input/output operations to be completed.
I: DEDUPLICATION
Data deduplication is a process that eliminates excessive copies of data and significantly decreases storage capacity requirements.
I: COMPRESSION
Compression provides storage savings by eliminating the redundancy within a block of data.
Unlike dedupe, compression is not concerned with whether a second copy of the same block exists.
I: NAS
NAS is a file-level data storage device attached to an TCP/IP network, usually Ethernet.
It typically uses NFS or CIFS protocols, although other choices like HTTP are available.
File storage and sharing, Active Archives, Big Data, Virtualization, VDI
I: BLOCK STORAGE
Block storage (EBS) devices provide fixed-sized raw storage capacity. Each storage volume can be treated as an independent disk drive and controlled by an external server operating system. This block device can be mounted by the guest operating system as if it were a physical disk.
I: EBS (block storage)
EBS to provide storage for the drives of your virtual machines. It stores data in equally sized blocks and organizes them into a hierarchy like a traditional file system.
testing/dev NoSQL RDS Business Consistency Enterprise-wide Applications
I: CDN
A CDN – shortens the path information must travel between the server and user. A CDN is a network of servers, rather than a single server, with locations in multiple geographic locations. When a user accesses a website, information is pulled from the server location closest to them. The result is a faster flow of data.
I: CLOUDFRONT
delivers your content through a worldwide network of data centers called edge locations. When a user requests content that you’re serving with CloudFront, the user is routed to the edge location that provides the lowest latency (time delay), so that content is delivered with the best possible performance.
I: RAID 0
splits (“stripes”) data evenly across two or more disks, without parity information, redundancy, or fault tolerance.
The failure of one drive will cause the entire array to fail.
This configuration is typically implemented having speed as the intended goal.
Caching
I: AVAILABILITY
can be described as the percentage of a time period when the service will be able to respond to the request (system uptime).
I: SYNCHRONOUS
data is replicated to a secondary remote location at the same time as new data is being created or updated in the primary datacenter.
I: SSD
Use semiconductor chips to store data and have no moving parts.
Are gaining popularity but remain a pricey storage alternative for PCs, servers and storage systems.
Have higher price tags than HDDs on a per-GB basis.
Are much faster than HDDs