InterviewSolution
| 1. |
What is Samba Share? |
|
Answer» Samba is an open-source software suite that runs on the Unix/Linux based platforms but it is able to communicate with the Windows clients like a native application. So Samba is able to provide the service by employing the Common INTERNET File System (CIFS). At the heart of the CIFS is the SERVER Message Block (SMB) protocol. Samba does this by performing the four key things –
Samba can be run on many different platforms including Linux, Unix, OpenVMS and the operating SYSTEMS other than the Windows and allows users to interact with a Windows client or server natively. It can BASICALLY be described as Standard Windows interoperability suite of the programs for Linux and Unix. |
|