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.
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)- A5% (3)
- B2% (1)
- C92% (59)
- D2% (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.
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.
While applications use CIFS, the protocol state itself is maintained at the client and server operating system levels, not solely by the application layer.
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.
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
Community Discussion
No community discussion yet for this question.