Jump to content

what is storage area network

Go to solution Solved by NelizMastr,

a NAS is a file based storage solution whereas a SAN is a block based storage solution. So on a NAS you create shares with individual files on them and on a SAN you create sets of blocks known as LUNs which can be used as virtual hard drives. SANs are mostly used because of their scalability. A NAS doesn't have provisions for a full rack worth of daisy chained disk shelves (talking like 100+ drives connected to it) or the required power to handle that much throughput.

a NAS is a file based storage solution whereas a SAN is a block based storage solution. So on a NAS you create shares with individual files on them and on a SAN you create sets of blocks known as LUNs which can be used as virtual hard drives. SANs are mostly used because of their scalability. A NAS doesn't have provisions for a full rack worth of daisy chained disk shelves (talking like 100+ drives connected to it) or the required power to handle that much throughput.

PC Specs - AMD Ryzen 7 5800X3D MSI B550M Mortar - 32GB Corsair Vengeance RGB DDR4-3600 @ CL16 - ASRock RX7800XT 660p 1TBGB & Crucial P5 1TB Fractal Define Mini C CM V750v2 - Windows 11 Pro

 

Link to post
Share on other sites

6 minutes ago, VegetableStu said:

so project petabyte is a SAN? o_o

It's a custom rack server, and in it's current state it's a NAS because it only offers file based storage. There's much more to the story than this than I can possibly write up in a forum post, though.

 

Also, for it to be a SAN the disks aren't supposed to have a file system on them. A SAN assigns LUNs bare metal.

PC Specs - AMD Ryzen 7 5800X3D MSI B550M Mortar - 32GB Corsair Vengeance RGB DDR4-3600 @ CL16 - ASRock RX7800XT 660p 1TBGB & Crucial P5 1TB Fractal Define Mini C CM V750v2 - Windows 11 Pro

 

Link to post
Share on other sites

the big difference is that a NAS is a single machine that shares files to multiple others on a network. A SAN is often a cluster of multiple machines that can pool thier disks so that filesystems can be more flexible in thier ability to grow, be backed up, etc. A NAS is usually a cheap solution for network storage and is best when you just need a place to store files. SAN's have many more features and are usually considered more stable, however are more complex and expensive. SAN's are generally used when you want to mount a filesystem to a server and be able to run an OS/applications off of it.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×