Content deleted Content added
Dangeredwolf (talk | contribs) Added citation |
m →Features: Style edit |
||
Line 7:
Server Message Block (SMB) enables [[file sharing]], [[Print server|printer sharing]], network browsing, and [[inter-process communication]] (through [[Named pipe|named pipes]]) over a [[computer network]]. SMB serves as the basis for Microsoft's [[Distributed File System (Microsoft)|Distributed File System]] implementation.
SMB relies on the [[Transmission Control Protocol|TCP]] and [[Internet Protocol|IP]] protocols for transport. This combination
In Microsoft Windows, two vaguely named [[Windows service]]s implement SMB. The "Server" service (ID: <code>LanmanServer</code>) is in charge of serving [[shared resource]]s. The "Workstation" service (ID: <code>LanmanWorkstation</code>) maintains the computer name and helps access shared resources on other computers.<ref name=":0" /> SMB uses the [[Kerberos (protocol)|Kerberos]] protocol to authenticate users against [[Active Directory]] on [[Windows ___domain]] networks. On simpler, peer-to-peer networks, SMB uses the [[NTLM]] protocol.
|