nerdexam
CompTIA

SG0-001 · Question #290

CIFS is a stateful service. What maintains a history of connection activities?

The correct answer is C. client and server. As a stateful protocol, CIFS (Common Internet File System) requires both the client and the server to maintain a history of connection activities, session states, and open file handles for continuous communication.

Storage Functionality

Question

CIFS is a stateful service. What maintains a history of connection activities?

Options

  • Aserver only
  • Bapplication
  • Cclient and server
  • Ddomain controller

How the community answered

(64 responses)
  • A
    5% (3)
  • B
    2% (1)
  • C
    92% (59)
  • D
    2% (1)

Why each option

As a stateful protocol, CIFS (Common Internet File System) requires both the client and the server to maintain a history of connection activities, session states, and open file handles for continuous communication.

Aserver only

If only the server maintained state, the client would have no awareness of its own connection status or previously opened files, leading to communication failures or inefficiencies.

Bapplication

While applications use CIFS, the protocol state itself is maintained at the client and server operating system levels, not solely by the application layer.

Cclient and serverCorrect

In a stateful protocol like CIFS, both the client and the server must maintain state information, including active sessions, open file handles, and locks, to ensure proper and continuous communication for file sharing.

Ddomain controller

A domain controller is primarily used for authentication and authorization in a Windows domain, not for maintaining the session state of CIFS connections between clients and file servers.

Concept tested: Stateful protocols and CIFS architecture

Source: https://learn.microsoft.com/en-us/windows-server/storage/file-server/smb-overview

Topics

#CIFS#SMB#Stateful protocol#Connection management

Community Discussion

No community discussion yet for this question.

Full SG0-001 Practice