NFSv2
Network File System version 2, commonly known as NFSv2, is an early protocol for distributed file system access developed by Sun Microsystems. It allows a client computer to access files over a network in a manner that appears to be local storage. NFSv2 was released in the late 1980s and became a widely adopted standard for sharing files across different Unix-based systems.
The protocol operates on a client-server model. The NFS server exports directories that clients can then mount.
A key characteristic of NFSv2 is its stateless design on the server side. This means the server
NFSv2 has limitations, notably its lack of support for larger file sizes and its performance characteristics