|
Computer Science & Software Engineering Computer Networks (CITS3230) - Lecture 11 |
|
||||||
The NFS Server and Client RelationshipMost operating system vendors believe that each workstation on a LAN is independent and, as a consequence, hosts acting as clients and servers have very different roles to perform when accessing file systems over a network.
The Network File System and the OSI ModelNFS uses a datagram network service, the (unreliable) User Datagram Protocol (UDP/IP). If any datagram is lost or delayed, it may simply be retransmitted by the client without consequence.
![]() Each remote input/output operation carries all information needed to complete the operation. e.g. for R/W operations, the file position is sent with each request. The client workstation does not rely on the server maintaining file position. |
|
Computer Networks (CITS3230), Lecture 11, p2, 26th May 2008. |