Storage architectures can be classified into two types according to the required access, either directly to file or hard drive. Have a view at both types.
- Hard drive access: Known also as block access, this type of access happens when the client requires direct access to the disk. The file system of the client computer manages the access to disks. There are three possible situations:
1.- Internal disk: The client is accessing directly to its internal disk using the internal buses. If it is a personal computer it would likely use ATA or SATA, and if it is a server it would surely use SCSI.
2.- DAS (Direct attached storage): The client accesses a cabinet of hard drive directly connected to the computer.
3.- SAN (Storage Area Network): The client also accesses a cabinet of hard drives and this time it is not directly connected to the computer but is networked.
- File access: The client works at the file level, which requests a NAS (Network attached storage) server that manages all the accesses.
In the following figure you can see the four storage architectures discussed:
