Which storage type connects directly to a computer without going through a network? SAN NAS DAS ReFS
The storage type that connects directly to a computer without going through a network is **DAS** (Direct Attached Storage).
- **DAS** refers to storage devices that are directly attached to a computer or server, such as hard drives or SSDs that are connected via USB, SATA, or Thunderbolt interfaces.
In contrast:
- **SAN** (Storage Area Network) involves a network of storage devices that provide block-level storage to servers over a high-speed network.
- **NAS** (Network Attached Storage) connects to a network and provides file-level storage to multiple clients or devices.
- **ReFS** (Resilient File System) is a file system developed by Microsoft and is unrelated to the type of connection (direct storage vs. network storage).
So the correct answer is **DAS**.