Briefly describe the ES NAS network architecture.
ES NAS places strong emphasis on high availability and failover, so network configuration is divided into two different use cases: "management" and "data transmission". ES NAS has two controllers, each with a management port and two data ports. The management port is used to open the QES desktop to manage the ES NAS using a web browser, and the data port is used for data access (including Samba, NFS, and iSCSI). To achieve complete failover deployment, it is recommended that the data port on each controller be connected to a different network switch and that the data ports on both sides of the controller be configured with static IP addresses.
For example, data port 1 of controller A should be on the same subnet as data port 1 of controller B, and the same should be set for data port 2. As a result, if one controller fails, the other controller will automatically take over. The server side can still connect to the controller that has taken over through the original IP address, so that the previous ongoing data access is continued.

This image displays an example of the ES NAS' High Availability deployment.