Hi,
SMB, which stands for Server Message Block, is a protocol for sharing files, printers, serial ports, and communications abstractions such as named pipes and mail slots between computers.
SMB is a client server, request-response protocol. . The only exception to the request-response nature of SMB (that is, where the client makes requests and the server sends back responses) is when the client has requested opportunistic locks (oplocks) and the server subsequently has to break an already granted oplock because another client has requested a file open with a mode that is incompatible with the granted oplock. In this case, the server sends an unsolicited message to the client signalling the oplock break.
Servers make file systems and other resources (printers, mailslots, named pipes, APIs) available to clients on the network. Client computers may have their own hard disks, but they also want access to the shared file systems and printers on the servers
thanks
Many things in Windows use SMB. Items such as file shares and inter system communications. So the login share and group policy share will both have SMB traffic and some login traffic may use SMB.
CIFS is an effort to rebrand SMB by Microsoft.
Here’s everything you need to know about SMB protocol.
If you run a network analyzer to monitor the network backbone or the server itself you’ll likely see that CIFS/SMB are the protocols used the most. In fact a network analysis may be a good idea to see what’s running efficiently and what’s not. You’ll be surprised at all the junk on any given network that can create network and server utilization issues.