Software Engineering KB

Home

❯

04 Systems and Infrastructure

❯

00 Operating Systems

❯

02 Sub Concept

❯

NFS

NFS

Feb 10, 20261 min read

  • operating-systems
  • file-systems
  • distributed-systems

NFS

← Back to Distributed File Systems

Network File System — a distributed file system protocol that allows accessing files over a network as if they were local. Stateless in v3, stateful in v4. Simple but has challenges with caching consistency, performance over high-latency networks, and security.

operating-systems file-systems distributed-systems


Graph View

Backlinks

  • Distributed File Systems

Created with Quartz v4.5.2 © 2026

  • GitHub