Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    The compact smartphone I actually want: Xiaomi 17 in a Galaxy S26 world

    Exciting laptop concept turns palm rest into an E ink notepad

    AYN Thor and Odin 3 new pricing revealed, to take effect in March

    Facebook X (Twitter) Instagram
    • Artificial Intelligence
    • Business Technology
    • Cryptocurrency
    • Gadgets
    • Gaming
    • Health
    • Software and Apps
    • Technology
    Facebook X (Twitter) Instagram Pinterest Vimeo
    Tech AI Verse
    • Home
    • Artificial Intelligence

      What the polls say about how Americans are using AI

      February 27, 2026

      Tensions between the Pentagon and AI giant Anthropic reach a boiling point

      February 21, 2026

      Read the extended transcript: President Donald Trump interviewed by ‘NBC Nightly News’ anchor Tom Llamas

      February 6, 2026

      Stocks and bitcoin sink as investors dump software company shares

      February 4, 2026

      AI, crypto and Trump super PACs stash millions to spend on the midterms

      February 2, 2026
    • Business

      FCC approves the merger of cable giants Cox and Charter

      February 28, 2026

      Finding value with AI and Industry 5.0 transformation

      February 28, 2026

      How Smarsh built an AI front door for regulated industries — and drove 59% self-service adoption

      February 24, 2026

      Where MENA CIOs draw the line on AI sovereignty

      February 24, 2026

      Ex-President’s shift away from Xbox consoles to cloud gaming reportedly caused friction

      February 24, 2026
    • Crypto

      Palladium Price Approaches a Critical Turning Point

      February 28, 2026

      Trump to Takeover Cuba, Iran War Tensions Rise, Bitcoin Crashes Again

      February 28, 2026

      A 40% XRP Crash Couldn’t Shake Its Strongest Holders — Is $1.70 Still Possible?

      February 28, 2026

      Why Is the US Stock Market Down Today?

      February 28, 2026

      SoFi Becomes First US Chartered Bank to Support Solana Deposits

      February 28, 2026
    • Technology

      The compact smartphone I actually want: Xiaomi 17 in a Galaxy S26 world

      February 28, 2026

      Exciting laptop concept turns palm rest into an E ink notepad

      February 28, 2026

      AYN Thor and Odin 3 new pricing revealed, to take effect in March

      February 28, 2026

      External desktop graphics card on a mini PC, laptop or tablet? The Minisforum DEG2 makes it possible

      February 28, 2026

      Linux-based Orange Pi Neo gaming handheld delayed due to rising RAM and storage costs

      February 28, 2026
    • Others
      • Gadgets
      • Gaming
      • Health
      • Software and Apps
    Check BMI
    Tech AI Verse
    You are at:Home»Technology»SAN vs NAS: For AI, virtual machines and containers
    Technology

    SAN vs NAS: For AI, virtual machines and containers

    TechAiVerseBy TechAiVerseDecember 17, 2025No Comments6 Mins Read4 Views
    Facebook Twitter Pinterest Telegram LinkedIn Tumblr Email Reddit
    SAN vs NAS: For AI, virtual machines and containers
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp Email

    SAN vs NAS: For AI, virtual machines and containers

    We look at block vs file storage for contemporary workloads, and find it’s largely a case of trade-offs between cost, complexity and the level of performance you can settle for

    By

    • Antony Adshead,
      Computer Weekly

    Published: 16 Dec 2025

    SAN and NAS are distinct ways of deploying storage. They differ at fundamental levels of storage architecture, according to their relation to file system and block and physical addressing, but also the network or fabric by which input/output (I/O) travels.

    Here, we look at the key differences in performance and applicability between block and file storage, focusing on key contemporary workloads in artificial intelligence (AI), virtual machines and containerised environments.

    One way to view the difference between file storage (network-attached storage, or NAS) and block storage (storage area network, or SAN) is that they provide two ways to access stored data.

    In both cases, a file system is required to intercede between the application that requests the data and the data in its physical storage. Where the two methods differ is how that plays out.

    In NAS systems, file system and storage are bundled together in the same box. Users and applications request data from, for example, a letter-designated drive, such as the C: drive commonly referred to on PCs. The request goes to the file system on the NAS box, is translated to physical addressing and the file retrieved.

    In SAN systems, the file system’s work is done elsewhere. The application or database requests data, with communications translated to physical addressing outside the SAN, and data retrieved in blocks.

    Here lies the key difference, and as the name suggests, file storage serves up entire files while block storage delivers blocks.

    What are the performance implications of NAS and SAN?

    NAS servers carry out all their file system processing on board. They also communicate with clients via protocols such as SMB and NFS over the standard IP network. For these reasons, they are generally less well-performing than SAN block access storage.

    SANs don’t have to deal with this processing overhead and are often furnished with the best-performing network connections, including dedicated high-speed networks – or fabrics in the correct SAN terminology – such as Fibre Channel.

    For these reasons, NAS has historically been the choice for department-level file access while SAN has been preferred for performance-hungry work such as transaction processing.

    Both can, however, be used for modern workloads such as AI, containerised applications and virtual machines (VMs), and in fact, very performant and scalable file access storage systems can be built from scale-out NAS hardware. 

    SAN vs NAS for AI

    SANs give the best performance overall, and that also translates to AI workloads. Excellent IOPS, latency and throughput – especially using NVMe-over-Fabrics connectivity – can feed hungry GPU clusters that need sustained bandwidth. That’s especially useful also for performance-demanding datasets in TFRecord, Parquet and LMDB formats, for example.

    SANs excel at high-speed parallel writes with less protocol overhead than NAS and usually bring advanced multipathing and quality of service (QoS) mechanisms. SANs are well-suited for model checkpointing.

    The drawback of SANs for AI workloads is that they are relatively expensive and complex, with skills in SAN management, Fibre Channel and NVMe-over-Fabrics less easy to come by.

    Obviously, also, your AI stack will need a file system layer, such as Lustre, GPFS or BeeGFS.

    NAS brings simpler file sharing across multiple compute nodes and better metadata handling than SAN. Its strong area in AI workloads is during inference, where performance demands are likely to be a little less extreme than training. In general, it’s going to be easier to set up than with a SAN.

    I/O overheads such as handling SMB/NFS protocols can lead to slower throughput, while NAS may suffer during large sequential reads, writing checkpoints and dealing with datasets with millions of small files.

    SAN vs NAS for virtual servers

    SAN block storage can be deployed successfully for a range of hypervisors, with VMware ESXi, Hyper-V and KVM all able to use block storage – although via differing protocols – to store virtual disks.

    With high performance across the network/fabric, SANs are well-suited to VMs that need transactional I/O for SQL servers and applications that depend on them, such as ERP.

    Block storage is ideal for multiple VMs that need to access heavy workloads simultaneously. SANs generally bring advanced storage services such as thin provisioning, snapshots, replication and high availability (HA) controller failover.

    As with any workload, the downsides for SAN are its cost, complexity and higher skills requirements.

    NAS systems can also support VM workloads, with hypervisors that mount via NFS (VMware, KVM) or SMB3 (Hyper-V) and VM images stored on NFS, and application data shared via SMB/NFS.

    Once again, the key strengths and weaknesses of SAN and NAS are evident in VM workloads – simplicity and relatively lower performance for NAS, performance and relative complexity for SAN.

    SAN vs NAS for containerised workloads

    Block storage, once again, comes out on top for performance, and that can make a difference in containerised workloads, which can run databases in containers – such as PostgreSQL, MySQL and MongoDB – AI training datasets or checkpoints inside pods.

    High IOPS and low latency come with SANs, and they work well with high-throughput sequential or random I/O. Most SAN hardware products support snapshots, cloning and replication.

    A chief negative is that standard block devices cannot be mounted simultaneously across nodes via ReadWriteMany – a feature of Kubernetes Persistent Volumes – without a clustered file system or CSI drivers that have to handle attach/detach logic properly.

    SANs are costly, too, and can be overkill for lightweight or ephemeral container workloads.

    NAS storage can be mounted by Kubernetes Persistent Volumes backed by NFS or SMB, often using a CSI driver. NAS also supports ReadWriteMany natively, unlike most block storage, so that multiple pods across nodes can access the same volume simultaneously.

    As usual, NAS is easier to provision and scale than SAN, while protocol overhead (NFS, SMB) can reduce throughput and hotspots can occur if multiple pods read/write large files simultaneously.

    Read more on AI and storage


    • AI storage: NAS vs SAN vs object for training and inference

      By: Stephen Pritchard


    • SAN vs. NAS vs. DAS: Key differences and best use cases

      By: Rich Castagna


    • Storage technology explained: File, block and object storage

      By: Antony Adshead


    • Cloud NAS, what is it good for?

      By: Stephen Pritchard

    Share. Facebook Twitter Pinterest LinkedIn Reddit WhatsApp Telegram Email
    Previous ArticleNumber of women in tech roles up by 1%, says BCS
    Next Article Court rule that fuelled Post Office’s prosecution rampage: Everything you need to know
    TechAiVerse
    • Website

    Jonathan is a tech enthusiast and the mind behind Tech AI Verse. With a passion for artificial intelligence, consumer tech, and emerging innovations, he deliver clear, insightful content to keep readers informed. From cutting-edge gadgets to AI advancements and cryptocurrency trends, Jonathan breaks down complex topics to make technology accessible to all.

    Related Posts

    The compact smartphone I actually want: Xiaomi 17 in a Galaxy S26 world

    February 28, 2026

    Exciting laptop concept turns palm rest into an E ink notepad

    February 28, 2026

    AYN Thor and Odin 3 new pricing revealed, to take effect in March

    February 28, 2026
    Leave A Reply Cancel Reply

    Top Posts

    Ping, You’ve Got Whale: AI detection system alerts ships of whales in their path

    April 22, 2025699 Views

    Lumo vs. Duck AI: Which AI is Better for Your Privacy?

    July 31, 2025280 Views

    6.7 Cummins Lifter Failure: What Years Are Affected (And Possible Fixes)

    April 14, 2025162 Views

    6 Best MagSafe Phone Grips (2025), Tested and Reviewed

    April 6, 2025123 Views
    Don't Miss
    Technology February 28, 2026

    The compact smartphone I actually want: Xiaomi 17 in a Galaxy S26 world

    The compact smartphone I actually want: Xiaomi 17 in a Galaxy S26 world – NotebookCheck.net…

    Exciting laptop concept turns palm rest into an E ink notepad

    AYN Thor and Odin 3 new pricing revealed, to take effect in March

    External desktop graphics card on a mini PC, laptop or tablet? The Minisforum DEG2 makes it possible

    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    About Us
    About Us

    Welcome to Tech AI Verse, your go-to destination for everything technology! We bring you the latest news, trends, and insights from the ever-evolving world of tech. Our coverage spans across global technology industry updates, artificial intelligence advancements, machine learning ethics, and automation innovations. Stay connected with us as we explore the limitless possibilities of technology!

    Facebook X (Twitter) Pinterest YouTube WhatsApp
    Our Picks

    The compact smartphone I actually want: Xiaomi 17 in a Galaxy S26 world

    February 28, 20262 Views

    Exciting laptop concept turns palm rest into an E ink notepad

    February 28, 20262 Views

    AYN Thor and Odin 3 new pricing revealed, to take effect in March

    February 28, 20262 Views
    Most Popular

    7 Best Kids Bikes (2025): Mountain, Balance, Pedal, Coaster

    March 13, 20250 Views

    VTOMAN FlashSpeed 1500: Plenty Of Power For All Your Gear

    March 13, 20250 Views

    Best TV Antenna of 2025

    March 13, 20250 Views
    © 2026 TechAiVerse. Designed by Divya Tech.
    • Home
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms & Conditions

    Type above and press Enter to search. Press Esc to cancel.