Intermediate Vocabulary #storage#cloud#distributed-systems#infrastructure

Storage Systems Vocabulary

5 exercises — Practice the English vocabulary used when discussing storage architecture: block, object, and file storage; SAN and NFS; distributed file systems; performance metrics; and data durability strategies.

Core Storage Systems vocabulary clusters
  • Storage types: block storage (raw volumes, iSCSI), object storage (S3-compatible, metadata, flat namespace), file storage (NFS, SMB, POSIX hierarchy), SAN (Storage Area Network), NAS (Network Attached Storage)
  • Distributed file systems: HDFS (Hadoop — namenode/datanode), Ceph (RADOS, RBD, CephFS), GlusterFS — horizontal scale, fault tolerance
  • Performance metrics: IOPS (input/output operations per second), throughput (MB/s), latency (time to first byte), bandwidth
  • Durability and redundancy: replication factor, erasure coding (parity shards), availability zone, durability (e.g. 99.999999999%), WAL
  • Data lifecycle: tiered storage (hot/warm/cold), object lifecycle policy, S3-compatible API, presigned URL, multipart upload
0 / 5 completed
1 / 5
A solutions architect explains storage choices to a new team member:
"For the virtual machines we provision raw block storage volumes — each VM sees it as a local disk. For our media pipeline, we use object storage: files are stored as objects with metadata, addressed by a unique key, and accessed over HTTP. For the shared analytics workspace where data scientists need a standard directory tree, we mount an NFS volume so they can use normal file paths."
Which storage type is best suited for storing billions of images accessed via an HTTP API?