Data Storage - Storage area network (SAN)

Card Puncher Data Processing

About

A storage area network (SAN) is an architecture to attach remote computer storage devices (such as disk arrays, tape libraries, and optical jukeboxes) to servers in such a way that the devices appear as locally attached to the operating system.

A SAN typically is its own network of storage devices that are generally not accessible through the regular network by regular devices.

A SAN alone does not provide the “file” abstraction, only block-level operations. However, file systems built on top of SANs do provide this abstraction, and are known as SAN filesystems or shared disk file systems.

Documentation / Reference





Discover More
Card Puncher Data Processing
Data Storage and Manipulation (Computer Architecture)

Computers are all manipulating Data. The efficiency of a computer is a function of: how fast it can manipulate the data (CPU speed) and how fast it can retrieve and store that data (CPU cache,...
Hierachy Storage
Drive - (Storage|Disk) Array

A disk array is a disk storage system which contains multiple disk drives. It is differentiated from a disk enclosure, in that an array has cache memory and advanced functionality, like: RAID JBOD....
Card Puncher Data Processing
IO - Block (Batch on device)

A block is a unit of storage representing a fix number of bytes called the block size. It's also known as the minimum unit of transfer. It implements the concept of batch where data is organized into...
Card Puncher Data Processing
IO - IOPS (Input/Output Operations Per Second)

IOPS (Input/Output Operations Per Second, pronounced eye-ops) is a common performance measurement used to benchmark computer storage devices like: hard disk drives (HDD) solid state drives (SSD),...
Card Puncher Data Processing
Software Design - Scalability (Scale Up|Out)

Increasing or decreasing the capacity of a system by making effective use of resources is known as scalability. A scalable system can handle increasing numbers of requests without adversely affecting response...



Share this page:
Follow us:
Task Runner