Network Attached Storage (NAS) Flashcards
(8 cards)
What is NAS?
NAS is a dedicated file-level storage system connected to a network, allowing multiple devices to access and share files over the network.
How is NAS vs SAN different?
NAS provides file-level storage over a network, while SAN offers block-level storage, making NAS easier to deploy and manage, but generally less performant for high-speed transactional workloads.
What type of data does a NAS typically handle?
NAS handles file-level data, meaning the data is stored in files, with the file system managing how data is stored and accessed.
What is file-level data?
File-level data means data is stored as complete files, organized in directories and managed by a file system (like NTFS, NFS, or SMB). It’s more structured and easier to manage for end-users.
What are the benefits of file-level storage?
Easier to manage, better for sharing files, simpler for file collaboration, and less complex than block-level storage. Ideal for general-purpose storage needs.
What are common workloads that benefit from NAS storage?
File sharing (e.g., between users or workgroups)
Backup and archival
Media storage (videos, photos, audio)
Document management
Home directories
Collaboration platforms (e.g., SharePoint, Google Drive-like systems)
What are the main protocols used in NAS environments?
NFS (Network File System)
SMB (Server Message Block) / CIFS (Common Internet File System)
AFP (Apple Filing Protocol)
HTTP/HTTPS (in some cases for web-based access)
How does NAS compare to SAN in terms of use cases?
NAS: Best suited for file sharing, backup, collaboration, and general-purpose storage.
SAN: Better for high-performance, transactional workloads like databases, virtualized environments, and mission-critical applications.