nerdexam
Network_Appliance

NS0-157 · Question #163

Which of the following is a feature of NFS 4.1?

The correct answer is B. Clients can re-acquire a delegation without re-opening a file. NFSv4.1 allows clients to re-acquire a delegation on a file without re-opening it, improving stateful session efficiency over prior NFS versions.

Network Configuration and Data Access

Question

Which of the following is a feature of NFS 4.1?

Options

  • AACLs are not used
  • BClients can re-acquire a delegation without re-opening a file
  • CSymbolic links are not support
  • DTraffic can occur over Fibre Channel
  • EIt is stateless

How the community answered

(22 responses)
  • B
    91% (20)
  • C
    5% (1)
  • D
    5% (1)

Why each option

NFSv4.1 allows clients to re-acquire a delegation on a file without re-opening it, improving stateful session efficiency over prior NFS versions.

AACLs are not used

NFSv4.1 fully supports ACLs (Access Control Lists) as a mandatory part of the protocol specification, making this statement incorrect.

BClients can re-acquire a delegation without re-opening a fileCorrect

In NFSv4.1, the delegation reclaim mechanism lets a client re-acquire a previously held delegation without issuing a new OPEN operation on the file, reducing round trips and improving performance. This is an enhancement to the stateful delegation model first introduced in NFSv4.0.

CSymbolic links are not support

NFSv4.1 supports symbolic links; they are a standard file system object type supported across all NFS versions.

DTraffic can occur over Fibre Channel

NFS is an IP-based protocol that runs over TCP/UDP, not Fibre Channel, which is a storage networking transport for block-level protocols like FCP.

EIt is stateless

NFSv4.1 is a stateful protocol that maintains server-side state for locks and delegations; statelessness was a characteristic of NFSv2 and NFSv3.

Concept tested: NFSv4.1 delegation reclaim and stateful protocol features

Source: https://datatracker.ietf.org/doc/html/rfc5661

Topics

#NFS 4.1#file delegation#NFS features#stateful protocol

Community Discussion

No community discussion yet for this question.

Full NS0-157 Practice