Changes

Linux CIFS Utils and Samba

2,071 bytes added, 15:58, 27 February 2014
The following lines were added (+) and removed (-):
Samba was developed by a team by using "network analysis" or "protocol analysis" to create file and print services to Microsoft Windows clients and servers.  Samba is free open source software.  Samba makes possible interoperability between Linux/Unix servers and Windows-based clients and servers.  Samba originally worked with SMB (Server Message Block) to communicate with Windows machines.  Today CIFS (Common Internet File System) is used instead.  As a footnote, Samba dates back to 1992!  == What are the differences between CIFS and SAMBA? ==Today Samba implements the CIFS network protocol to work with changes Microsoft has made in their Windows networking platform.  CIFS is the extension of the SMB protocol.  The original protocol for sharing files, disks, directories, and printers across a network of Microsoft machines was by use of Server Message Block.  There are underlying protocols involved with SMB with some examples being: "NetBIOS over NetBEUI" and "NetBIOS over TCP/IP"  Samba traditionally required "NetBIOS over TCP/IP" and didn't support "NetBIOS over NetBEUI." This is fine as NetBEUI is not Internet routable and is not a currently support protocol, even by Microsoft.  WINS is for resolving a NetBIOS name to an IP address, however, modern implementations avoid NetBIOS usage though Internal DNS.CIFS pretty much takes care of all connectivity on a network for your *nix machines and Microsoft Windows.  However, Samba does still support SMB and an example where this is useful may be if sharing with older Windows operating systems still using NetBIOS that will want to connect to the Samba server via port 137, 138, 139.  The modern CIFS protocol is strictly port 445.  This is 'smbfs' versus the modern 'cifs' in Linux.Microsoft is the industry bully, trying to lay claim to protocols and technologies developed by others.  Microsoft tried to claim SMB as their own by calling it Microsoft Networking.  The company was a force behind the renaming of SMB (Server Message Block) to CIFS (Common Internet File System.)
Bureaucrat, administrator
16,192
edits