##
Storage Networking
Where networking meets storage — file vs block vs object, and the fabrics that carry it.
// access model
Block
Raw volumes (SAN, iSCSI, FC) — databases, VM datastores
File
Shared filesystem (NAS, NFS, SMB) — home dirs, shares
Object
HTTP API + rich metadata (S3-style) — backups, media, cloud-native
// concepts
- LUN — a block volume presented to a host
- Zoning — FC fabric access control (initiator ↔ target)
- LUN masking — limits which hosts see a LUN
- Multipathing (MPIO) — redundant paths to the array
- Jumbo frames (MTU 9000) — fewer headers, more throughput
- Thin provisioning — allocate capacity on demand
// facts
- Block (SAN) vs File (NAS) vs Object (S3-style)
- Jumbo frames (MTU 9000) boost storage throughput
- Multipathing gives redundant paths to the array