What is a SMB protocol ?
2995 pts.
0
Q:
What is a SMB protocol ?
We have Windows 2003 Servers as our domain controller. we are facing some problem with CPU utilization. When I captured to traffic using sniffers I figured out a portocl called SMB which is freqently used by clients to communicate with Domain Controllers. I am wondering what is this SMB protocol?

Software/Hardware used:
Windows 2003, Domain Controllers, CPU utlization, protocols, sniffer
ASKED: Oct 29 2009  7:29 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
135 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
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
Last Answered: Oct 30 2009  3:59 PM GMT by Jayaram   135 pts.
Latest Contributors: Sonotsky   660 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Pjb0222   1095 pts.  |   Oct 29 2009  10:04PM GMT

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 trafic may use SMB.

CIFS is an effort to rebrand SMB by Microsoft.

 <a href="http://en.wikipedia.org/wiki/Server_Message_Block" title="http://en.wikipedia.org/wiki/Server_Message_Block" target="_blank">http://en.wikipedia.org/wiki/Server_Mess…</a>

 

KevinBeaver   7610 pts.  |   Oct 30 2009  7:09PM GMT

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.

 
0