What Does DAS Mean?
Also known as: Direct-Attached Storage, local storage, DAS
This page mentions older exam versions. See the Current Exam Context and Legacy Exam Context sections below for the updated mapping.
On This Page
Quick Definition
Direct-Attached Storage (DAS) is a digital storage system that connects directly to a computer or server without going through a network. This includes internal hard drives, SSDs, and external drives connected via USB, Thunderbolt, SATA, or SAS. DAS is the simplest form of storage architecture, providing low latency and high performance because the storage device is dedicated to a single host. It exists to offer straightforward, high-speed data access for individual systems, avoiding the complexity and overhead of network storage. Unlike Network-Attached Storage (NAS) or Storage Area Networks (SAN), DAS does not require network protocols like TCP/IP for data transfer, making it ideal for applications needing fast, reliable local storage without sharing resources. DAS is commonly used in desktops, laptops, servers, and workstations where performance and simplicity are prioritized over scalability and remote access.
Must Know for Exams
The Network+ exam (N10-008) tests DAS primarily in the context of storage architectures and connectivity. Key exam focus areas include: (1) Differentiating DAS, NAS, and SAN—candidates must know that DAS is direct, block-level, and single-host, while NAS is file-level and network-based, and SAN is block-level and network-based. (2) Identifying appropriate use cases—DAS is best for low-latency, high-performance, single-host scenarios like boot drives or local application storage.
(3) Recognizing interfaces and protocols—questions may ask which interface is used for DAS (e.g., SATA, SAS, USB) versus network storage (e.g., iSCSI, Fibre Channel). (4) Understanding limitations—DAS cannot be easily shared, has limited scalability, and requires physical proximity.
(5) Troubleshooting scenarios—if a server cannot access a network share, the issue might be the network, not the DAS; conversely, if a local drive fails, DAS is the culprit. Exam objectives covered include 1.6 (Explain the functions of network services) and 2.
1 (Compare and contrast various devices, their features, and their appropriate placement on the network). Candidates should be prepared to read a scenario and identify the storage architecture based on description.
Simple Meaning
Think of DAS like a personal library in your own home. You have bookshelves (the storage) right in your living room, and you can walk over and grab any book instantly without asking anyone for permission or waiting for delivery. The books are only for you and your family; no one else can borrow them unless they come into your house.
In contrast, a NAS would be like a public library in your neighborhood—you can access it from your home, but you have to travel over roads (the network) and wait if someone else is borrowing the same book. A SAN is like a massive, high-speed book warehouse that multiple libraries share, with complex logistics. DAS is simple, fast, and private—perfect when you need your data right now and don't need to share it with others over a network.
Full Technical Definition
Direct-Attached Storage (DAS) is a block-level storage architecture where one or more storage devices are directly connected to a host computer via a dedicated interface, without any intervening network. The connection is typically through internal buses (SATA, SAS, NVMe) or external cables (USB, Thunderbolt, eSATA, Fibre Channel point-to-point). DAS operates at the physical and data link layers (OSI Layers 1 and 2) because the connection is a direct point-to-point link, not a network.
No network protocols like TCP/IP or NFS are used; instead, the host communicates using native storage protocols such as ATA, SCSI, or NVMe. The storage device appears as a local block device (e.g.
, /dev/sda in Linux, Disk 0 in Windows) and is managed by the host's operating system. DAS does not support multiple concurrent hosts accessing the same storage device natively—it is inherently single-host. Key standards include SATA (Serial ATA) for consumer drives, SAS (Serial Attached SCSI) for enterprise, and NVMe (Non-Volatile Memory Express) for high-performance SSDs.
Compared to NAS (file-level, network-dependent) and SAN (block-level, network-dependent), DAS offers the lowest latency and highest throughput because there is no network overhead. However, it lacks scalability and remote access capabilities. DAS is typically used for boot drives, local application storage, and high-performance computing nodes where network storage would introduce unacceptable latency.
Real-Life Example
A video production company uses a high-end workstation to edit 4K footage. The editor connects four 4TB NVMe SSDs directly to the workstation via internal PCIe slots. These SSDs are configured as a RAID 0 array for maximum speed.
The editor can read and write massive video files at over 6 GB/s, allowing real-time playback of uncompressed footage. No network is involved—the drives are directly attached to the motherboard. When the editor finishes a project, the files are moved to a NAS for long-term storage and sharing with other team members.
The DAS setup is chosen because network storage would introduce lag and bottleneck the editing workflow. The editor's workstation is dedicated to this task, and the DAS provides the necessary performance without sharing bandwidth with other devices.
Why This Term Matters
IT professionals must understand DAS because it is the foundation of all storage architectures. Troubleshooting storage issues often starts with DAS—if a server won't boot, the first check is the local disk. DAS knowledge is essential for configuring RAID, partitioning, and file systems.
In enterprise environments, DAS is used for hypervisor boot drives, database servers requiring low latency, and high-performance computing nodes. Understanding DAS helps professionals compare it to NAS and SAN, making informed decisions about storage solutions. On the Network+ exam, DAS appears as a contrasting architecture to network-based storage, testing candidates' ability to differentiate storage types and their appropriate use cases.
Mastery of DAS concepts builds a strong foundation for more advanced storage and networking topics.
How It Appears in Exam Questions
DAS appears in multiple-choice and performance-based questions. Common patterns: (1) Scenario-based identification: 'A user needs fast local storage for video editing. Which storage type is best?'
Correct answer is DAS. Wrong answers often include NAS (network latency) or SAN (complex, expensive). (2) Comparison questions: 'Which of the following is a characteristic of DAS but not NAS?'
Correct: block-level access, direct connection, no network dependency. Wrong answers might include 'supports multiple concurrent users' (false for DAS). (3) Interface questions: 'Which interface is commonly used for DAS?'
Options: SATA, iSCSI, Fibre Channel, NFS. Correct: SATA. Wrong: iSCSI and Fibre Channel are network storage protocols. (4) Troubleshooting: 'A server cannot access its local boot drive.
Which storage architecture is affected?' Answer: DAS. Wrong: NAS or SAN (those are network-based). To identify the correct answer, look for keywords like 'directly connected', 'local', 'single host', 'block-level', and 'no network required'.
Practise DAS Questions
Test your understanding with exam-style practice questions.
Example Scenario
Step 1: A graphic designer buys a new external SSD for her laptop. Step 2: She plugs the SSD into a USB-C port on her laptop. Step 3: The laptop's operating system detects the SSD and assigns it a drive letter (e.
g., E:). Step 4: She opens a video editing software and saves a project directly to the E: drive. Step 5: The data flows from the software, through the USB cable, directly to the SSD—no network, no other computers involved.
The SSD is DAS because it is directly attached to her laptop via a dedicated cable, providing fast, local storage for her work.
Common Mistakes
DAS can be accessed by multiple computers over a network.
DAS is directly attached to a single host and is not designed for network sharing. Sharing DAS would require additional software or hardware, making it act like NAS, but natively it is single-host.
If it uses a network cable, it's not DAS. DAS uses a direct cable like USB or SATA.
DAS uses network protocols like TCP/IP to transfer data.
DAS uses native storage protocols (SATA, SAS, NVMe, USB) that operate at the physical and data link layers. TCP/IP is used by NAS and SAN, not DAS.
No IP address? No network protocol? Then it's DAS.
DAS and NAS are the same because both provide storage.
DAS is block-level, direct, and single-host. NAS is file-level, network-based, and multi-client. They serve different use cases and have different performance characteristics.
DAS = direct cable. NAS = network cable. If you see an Ethernet port, it's not DAS.
Exam Trap — Don't Get Fooled
{"trap":"The most dangerous trap is confusing DAS with NAS when a question describes a storage device connected to a server via USB. Many candidates think USB implies network storage, but USB is a direct connection, making it DAS.","why_learners_choose_it":"Learners see 'external storage' and 'USB' and mistakenly associate it with network storage because USB is often used with peripherals.
They overlook the key fact that USB is a direct, point-to-point connection, not a network.","how_to_avoid_it":"Ask yourself: Is there a network cable involved? If the connection is USB, Thunderbolt, SATA, or SAS, it's DAS.
If it uses Ethernet, Wi-Fi, or Fibre Channel (with switches), it's network storage."
Commonly Confused With
DAS is directly connected to a single host and provides block-level access. NAS is connected to a network and provides file-level access to multiple clients via protocols like NFS or SMB. DAS has no network dependency; NAS requires a network.
A USB external drive plugged into a laptop is DAS. A Synology box connected to a home router via Ethernet is NAS.
DAS is a direct connection to one host. SAN is a dedicated network (Fibre Channel or iSCSI) that provides block-level storage to multiple servers. SAN is more complex and expensive, while DAS is simple and cheap.
A server with internal SAS drives is DAS. A server connected via Fibre Channel to a shared storage array is SAN.
Step-by-Step Breakdown
Step 1 — Physical Connection
A storage device (HDD, SSD, or external drive) is physically connected to a host computer using a direct interface like SATA, SAS, USB, Thunderbolt, or NVMe. No network switch or router is involved.
Step 2 — Host Detection
The host's operating system detects the storage device via the interface controller (e.g., SATA controller, USB host controller). The device is enumerated and appears as a block device (e.g., /dev/sdb or Disk 1).
Step 3 — Driver and Protocol Negotiation
The host loads the appropriate driver (e.g., USB mass storage driver, NVMe driver) and negotiates the storage protocol (e.g., SCSI over USB, NVMe commands). This happens at the data link layer.
Step 4 — Partitioning and Formatting
The OS partitions the raw block device (e.g., using MBR or GPT) and formats it with a file system (e.g., NTFS, ext4, APFS). This creates a logical volume that the user can access.
Step 5 — Data Access
Applications read and write data to the DAS device using file system calls. The data travels directly over the physical interface without any network encapsulation or routing, providing low-latency, high-throughput access.
Practical Mini-Lesson
Direct-Attached Storage (DAS) is the simplest and oldest form of computer storage. At its core, DAS means a storage device is physically connected to a computer without any network in between. This includes internal hard drives, SSDs, optical drives, and external drives connected via USB, Thunderbolt, or eSATA.
The key characteristic is that the storage is dedicated to a single host and accessed at the block level—meaning the operating system sees raw blocks of data, not files organized by a network protocol. How it works: The host communicates with the storage device using a direct interface like SATA or NVMe. The device appears as a local disk, and the OS manages it with a file system (NTFS, ext4, etc.
). Data transfers happen over a dedicated bus, providing low latency and high throughput because there is no network overhead. Compare DAS to NAS: NAS uses a network (Ethernet) and file-level protocols (NFS, SMB) to share storage among multiple clients.
DAS is faster but not shareable. Compare to SAN: SAN also uses a network (Fibre Channel or iSCSI) but provides block-level access to multiple servers. DAS is simpler and cheaper but lacks scalability.
Configuration notes: DAS can be configured as a single drive or as a RAID array using a hardware RAID controller. For example, a server might have four SAS drives in a RAID 10 configuration for redundancy and performance. Key takeaway: DAS is the go-to choice when you need maximum performance for a single system and don't need to share storage over a network.
On the Network+ exam, remember that DAS is not network-dependent—it is the baseline against which NAS and SAN are compared.
Memory Tip
DAS = Directly Attached Storage. Think 'DAS is DAS' — Direct And Simple. No network, no sharing, just a cable. Mnemonic: 'DAS is a cable, not a network table.'
Covered in These Exams
Current Exam Context
Current exam versions that test this topic — use these objectives when studying.
N10-009CompTIA Network+ →Legacy Exam Context
Older materials may mention these exam versions, but learners should use the current objectives for their target exam.
N10-008N10-009(current version)Related Glossary Terms
AH (Authentication Header) is an IPsec protocol that provides connectionless integrity, data origin authentication, and anti-replay protection for IP packets.
AH (Authentication Header) is an IPsec protocol that provides connectionless integrity, data origin authentication, and anti-replay protection for IP packets.
An AP (Access Point) bridges wireless clients to a wired network, acting as a central transceiver and controller for Wi-Fi communications.
An API is a set of rules that allows software applications to communicate and exchange data with each other.
BCP is a proactive process that creates a framework to ensure critical business functions continue during and after a disruptive event.
BNC (Bayonet Neill-Concelman Connector) is a miniature coaxial connector used for terminating coaxial cables in networking, video, and RF applications.
Frequently Asked Questions
Can I share a DAS drive with another computer on my network?
Not natively. DAS is designed for a single host. To share it, you would need to connect it to a computer that acts as a file server, then share it over the network—effectively turning it into NAS. Direct sharing without a server is not possible.
What is the difference between DAS and an external hard drive?
An external hard drive is a type of DAS. DAS is the category; external drives are one implementation. Internal drives (SATA, NVMe) are also DAS. So all external drives are DAS, but not all DAS is external.
Is DAS faster than NAS?
Generally, yes. DAS has lower latency and higher throughput because there is no network overhead. For example, a SATA SSD can achieve 500 MB/s, while a NAS over Gigabit Ethernet is limited to about 125 MB/s. However, high-end NAS with 10GbE can approach DAS speeds.
On the Network+ exam, will I be asked to configure DAS?
No, the exam focuses on conceptual understanding and comparison. You won't configure DAS, but you may need to identify it in scenarios, know its characteristics, and differentiate it from NAS and SAN. Know the interfaces and use cases.
Why would an enterprise choose DAS over SAN?
DAS is chosen for cost simplicity and performance. For a single server that needs fast local storage (e.g., a database server), DAS avoids SAN complexity and cost. However, DAS lacks scalability and shared access, so SAN is better for multi-server environments.
Summary
1. DAS (Direct-Attached Storage) is storage connected directly to a computer via a cable or internal bus, without any network involvement. 2. Its key technical property is that it provides block-level access to a single host, offering low latency and high performance but no native sharing or remote access.
3. The most important exam fact: DAS is the simplest storage architecture, and you should know that it contrasts with NAS (file-level, network-based) and SAN (block-level, network-based). On the Network+ exam, be ready to identify DAS in scenarios requiring fast local storage and to recognize that it does not use network protocols like TCP/IP or NFS.