サーバー管理者は、パッチを適用する前に Windows システム ファイルをエクスポートし、次の場所に保存しています。 \\server1\ITDept\ 管理者がこのデータを保存するために使用する可能性が最も高いストレージ プロトコルは次のうちどれですか?
正解:C
The storage protocol that the administrator is most likely using to save data to the location \server1\ITDept\ is CIFS. CIFS (Common Internet File System) is a protocol that allows file sharing and remote access over a network. CIFS is based on SMB (Server Message Block), which is a protocol that enables communication between devices on a network. CIFS uses UNC (Universal Naming Convention) paths to identify network resources, such as files or folders. A UNC path has the format \servername\sharename\path\filename. In this case, server1 is the name of the server, ITDept is the name of the shared folder, and \ is the path within the shared folder.