Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

No cookies to display.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

No cookies to display.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

No cookies to display.

Blog

Home  /  MoSMB SMB3 NAS server   /  All about MoSMB Architecture – Part I

All about MoSMB Architecture – Part I

We are pleased to present excerpts from an interview with Dr. Sunu Engineer, CTO of Ryussi Technologies who is talking about his vision for “MoSMB – SMB with Mojo” architecture and how it will enable storage companies to embrace SMB 3.0 in their systems easily in a very short time.

How would you describe MoSMB in brief?
MoSMB is designed to be a fully compliant, light-weight, low footprint, proprietary license bearing SMB (Server Message Block) server component in user space which can be integrated into other storage stacks quickly and efficiently.

What versions of SMB protocol will MoSMB support?
We are going to support SMB 3.x and 2.x protocols and we will also support latest revision of SMB protocol – SMB 3.11.

What is the license type for MoSMB?
MoSMB is a proprietary, closed source (and not open source) software thus eliminating open source issues. There is absolutely no encumbrance related to GPL or third party software.

Can you please give a quick overview of MoSMB architecture?
MoSMB is architected as distributed software and can be run as a single process as well as a set of multiple processes. Furthermore, it has been designed as a set of libraries and can be used by anyone and integrated with their storage systems easily.

 

The library is designed to provide SMB protocol compatibility for any type of storage – it can be POSIX file system or object storage or even a row of blocks

The architecture is such that the server comprises of the multiple components:

  1. The core protocol engine which does the SMB protocol handling.
  2. The Connection manager which does the multichannel connection management. We will support full multichannel including RDMA. Our connection manager is event based which allows us to scale out infinitely. This received the events and passes the events to the core protocol handler. This in turn delegates the event to the
  3. The IO subsystem supporting synchronous and asynchronous mechanisms.
    The IO subsystem manages the IO with the file systems through the IO driver. We have a pluggable IO driver framework that can work with the IO driver created for a particular IO system.

​The other critical design element is the ability to create multiple instances of the MoSMB server which helps it to scale – this ability to create clustered framework is being done by the clustering manager. However, if the customers have their own ways of synchronizing data we have an interface with the cluster manager can synchronize using their shared buses for customers who are already building scale out devices.