SlideShare a Scribd company logo
1 of 21
Product Introduction
Apsara File Storage NAS
Jed G. Concepcion
Alibaba Cloud MVP
What is APSARA File Storage NAS?
• NAS is a cloud service that provides file storage for compute nodes.
These compute nodes include Elastic Compute Service (ECS)
instances, E-HPC nodes, and Alibaba Cloud Container Service for
Kubernetes (ACK) nodes.
• NAS is a distributed file system that provides several benefits. These
benefits include shared access, scalability, high availability, and high
performance. Based on POSIX file APIs, NAS is compatible with
native operating systems. This ensures data consistency and
exclusive locks during shared access.
• NAS provides scalable file systems and allows simultaneous access
to a file system from multiple ECS instances. Storage capacity
automatically scales up or down when you add or remove files. NAS
provides integrated data sources for workloads and applications
that run on multiple ECS instances or servers.
Benefits
Low costs
• An NAS file system can be mounted on multiple compute nodes at
the same time while still allowing access from these nodes. This
reduces a large number of data copies and synchronization costs.
• The performance of an NAS file system increases with storage
capacity. This eliminates the need for upfront investment in high-
end file storage devices and reduces hardware costs.
• NAS allows you to pay only for the storage space that you consume
without the need to configure storage in advance. No minimum
consumption or extra configuration cost exists. For more
information .
• NAS features high availability, which allows you to reduce a large
number of data security risks and maintenance costs.
• Ease of use
You can create a file system by a few clicks without the need to deploy and
maintain the file system.
• Security
NAS provides access control based on Resource Access Management (RAM),
and access isolation based on Virtual Private Cloud (VPC) networks. NAS
supports encryption in transit and encryption at rest to prevent data
interception and tampering.
• High reliability
NAS provides multiple replicas for each piece of data that is stored in a file
system. These replicas reside in devices that are isolated across different
fault domains for geo-redundancy. NAS provides data reliability of
99.999999999% (eleven nines). This reduces a large number of data security
risks.
• High Performance
NAS provides a distributed file system whose performance scales linearly
with capacity. Compared with traditional data storage solutions, NAS
provides a high level of storage performance.
Benefits
• Compatibility
NAS supports standard protocols, such as NFS
and SMB. NAS provides data consistency and
file locking based on POSIX file APIs.
After the contents of a file are changed in an
NAS file system, you can view the result in real
time.
Benefits
Application scenarios for
NAS, OSS, and EBS
Apsara File Storage NAS provides simple, scalable, elastic, and shared file
storage. You can combine this service with Elastic Compute Service (ECS) to
construct your business system. You need to consider multiple factors
when you deploy your applications and choose among Apsara File Storage
NAS, OSS, and EBS for your applications. To help you make an informed
selection, the following describes the differences between the three
services.
Differences between Apsara File Storage NAS and OSS
The major difference between Apsara File Storage NAS and OSS
is that you can access an Apsara File Storage NAS file system in
the same way as you access a local file system without
modifying an application. Apsara File Storage NAS provides high
throughput and high IOPS, and supports random read/write
operations and online modification of files.
Compared with the directory tree hierarchy of Apsara File
Storage NAS, OSS adopts a different storage structure where
objects are stored in flat files and are accessed through RESTful
APIs. OSS does not support random read/write operations. It is
mainly applicable to the upload, download, and distribution of
massive volumes of data over the Internet.
Differences between Apsara File Storage NAS and EBS
The major difference between Apsara File Storage NAS and EBS is that
Apsara File Storage NAS provides high throughput and supports
simultaneous access by thousands of ECS instances.
EBS devices are bare disks. After an EBS device is attached to an ECS
instance, you must format the file system of the device into a file system
such as ext3, ext4, or NTFS before accessing the files stored on the device.
EBS is applicable to I/O-intensive applications that require high
performance and low latency, such as Online Transactional Processing
(OLTP) and NoSQL databases. However, the storage capacity of an EBS
device is 32 TB and is unscalable. It must work with cluster management
software such as Oracle Real Application Clusters (Oracle RAC) and
Windows Server Failover Clustering (WSFC) to provide shared access.
Therefore, each EBS device usually provides high-performance and low-
latency storage service for only one ECS instance.
FEATURES
Apsara File Storage NAS provides a wide variety of features, such as scalable
capacity, shared access, support for several standard protocols, security and
compliance, encryption, flexible access modes, data transmission, and data
backup. NAS allows you to mount file systems on various compute nodes.
These compute nodes include Elastic Compute Service (ECS) instances, ECS
Bare Metal Instance instances, E-HPC nodes, and Alibaba Cloud Container
Service for Kubernetes (ACK) nodes. After you enable communication between
different virtual private clouds (VPCs) and regions, you can mount file systems
on compute nodes across VPCs or regions.
FEATURES
Scalable capacity
NAS provides scalable file systems. You can add file systems to
increase the storage capacity, or delete file systems to
decrease the storage capacity.
Shared access
NAS allows shared access to the same data source in a file
system from multiple compute nodes and uses file locks to
ensure data consistency.
FEATURES
Protocol compatibility
NAS Supports standard protocols, such as NFS (NFSv3.0 and
NFSv4.0) and SMB (SMB 2.1 and SMB 3.0). NAS also supports
mainstream operating systems, such as Linux and Windows.
Access control and compliance
Based on Resource Access Management (RAM) authentication,
NAS provides VPC-based isolation and security group-based access
control to ensure data security.
Data backup
NAS generates multiple replicas for data based on flexible backup
policies. These replicas are used to restore corrupted data.
FEATURES
Data encryption
NAS provides data encryption to prevent user data from being
intercepted or sniffed during data transmission.
Flexible access modes
NAS allows you to access file systems from various networks, such
as VPCs, on-premises IDCs, and dedicated networks.
Data transmission
NAS supports synchronous or asynchronous data transmission
between NAS file systems or between NAS and Object Storage
Service (OSS) by using Data Transmission Service (DTS).
SCENARIOS
Enterprise applications
NAS provides high scalability, elasticity,
availability, and persistence. You can use
NAS as storage solutions for your
enterprise applications and applications
delivered as services (ADaaS). NAS
provides standard file system interfaces
and semantics. NAS allows you to migrate
your enterprise applications to Alibaba
Cloud or construct new applications.
Media and entertainment workflows
You can use NAS to share and process large files
in media workflows, such as video editing, audio
and video production, broadcast processing, and
audio design and rendering. NAS provides
powerful data consistency models, high
throughput, and shared access to files. This
reduces the time required to complete the
preceding workflows and merges multiple on-
premises file repositories into a single repository
that can be accessed by all users.
Big data analysis
NAS provides high throughput of computing
nodes, read and write consistency, and low
latency, to meet the scale and performance
requirements of big data applications. You
can use NAS for analysis workloads that
require data interactions by using file
interfaces, file locks based on file semantics,
and write operations on files.
Content management and web services
NAS provides high persistence and high
throughput. Content management systems
and web servers can use NAS to store and
provide data for websites, online publishing
applications, and archiving applications.
Container storage
You can use containers to build microservices
because containers support fast pre-
configuration and flexible resource allocation,
and can isolate processes. If some containers
must access raw data each time they are
started, you must create a shared file system
for the containers. This way, the containers can
access the file system regardless of the instance
on which they run.
Sources
• Alibabacloud.com
– Document Center

More Related Content

What's hot

Network attached storage
Network attached storageNetwork attached storage
Network attached storageashutosh rai
 
IBM Spectrum Scale Secure- Secure Data in Motion and Rest
IBM Spectrum Scale Secure- Secure Data in Motion and RestIBM Spectrum Scale Secure- Secure Data in Motion and Rest
IBM Spectrum Scale Secure- Secure Data in Motion and RestSandeep Patil
 
IBM Spectrum Scale Security
IBM Spectrum Scale Security IBM Spectrum Scale Security
IBM Spectrum Scale Security Sandeep Patil
 
Panasas® ActiveStor ® 16
Panasas® ActiveStor ® 16Panasas® ActiveStor ® 16
Panasas® ActiveStor ® 16Panasas
 
IBM Spectrum Scale for File and Object Storage
IBM Spectrum Scale for File and Object StorageIBM Spectrum Scale for File and Object Storage
IBM Spectrum Scale for File and Object StorageTony Pearson
 
Achieving Cost & Resource Effeciencies through Trove Database As-A-Service (D...
Achieving Cost & Resource Effeciencies through Trove Database As-A-Service (D...Achieving Cost & Resource Effeciencies through Trove Database As-A-Service (D...
Achieving Cost & Resource Effeciencies through Trove Database As-A-Service (D...Dean Delamont
 
Huawei Symantec Oceanspace N8000 clustered NAS Overview
Huawei Symantec Oceanspace N8000 clustered NAS OverviewHuawei Symantec Oceanspace N8000 clustered NAS Overview
Huawei Symantec Oceanspace N8000 clustered NAS OverviewUtopia Media
 
Software-Defined Storage (SDS)
Software-Defined Storage (SDS)Software-Defined Storage (SDS)
Software-Defined Storage (SDS)HTS Hosting
 
Ozone: Evolution of HDFS scalability & built-in GDPR compliance
Ozone: Evolution of HDFS scalability & built-in GDPR complianceOzone: Evolution of HDFS scalability & built-in GDPR compliance
Ozone: Evolution of HDFS scalability & built-in GDPR complianceDinesh Chitlangia
 
Active stak cloud 2017
Active stak cloud 2017Active stak cloud 2017
Active stak cloud 2017Zunaid Khan
 
Hitachi NAS Software Datasheet
Hitachi NAS Software DatasheetHitachi NAS Software Datasheet
Hitachi NAS Software DatasheetHitachi Vantara
 
Evolution of RAID
Evolution of RAIDEvolution of RAID
Evolution of RAIDPanasas
 
1. beyond mission critical virtualizing big data and hadoop
1. beyond mission critical   virtualizing big data and hadoop1. beyond mission critical   virtualizing big data and hadoop
1. beyond mission critical virtualizing big data and hadoopChiou-Nan Chen
 
Maginatics @ SDC 2013: Architecting An Enterprise Storage Platform Using Obje...
Maginatics @ SDC 2013: Architecting An Enterprise Storage Platform Using Obje...Maginatics @ SDC 2013: Architecting An Enterprise Storage Platform Using Obje...
Maginatics @ SDC 2013: Architecting An Enterprise Storage Platform Using Obje...Maginatics
 
Presentation on Databases in the Cloud
Presentation on Databases in the CloudPresentation on Databases in the Cloud
Presentation on Databases in the Cloudmoshfiq
 
Introduction to storage
Introduction to storageIntroduction to storage
Introduction to storagesagaroceanic11
 
Red Hat Storage Day Boston - OpenStack + Ceph Storage
Red Hat Storage Day Boston - OpenStack + Ceph StorageRed Hat Storage Day Boston - OpenStack + Ceph Storage
Red Hat Storage Day Boston - OpenStack + Ceph StorageRed_Hat_Storage
 
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...xKinAnx
 

What's hot (20)

Network attached storage
Network attached storageNetwork attached storage
Network attached storage
 
IBM Spectrum Scale Secure- Secure Data in Motion and Rest
IBM Spectrum Scale Secure- Secure Data in Motion and RestIBM Spectrum Scale Secure- Secure Data in Motion and Rest
IBM Spectrum Scale Secure- Secure Data in Motion and Rest
 
IBM Spectrum Scale Security
IBM Spectrum Scale Security IBM Spectrum Scale Security
IBM Spectrum Scale Security
 
Panasas® ActiveStor ® 16
Panasas® ActiveStor ® 16Panasas® ActiveStor ® 16
Panasas® ActiveStor ® 16
 
IBM Spectrum Scale for File and Object Storage
IBM Spectrum Scale for File and Object StorageIBM Spectrum Scale for File and Object Storage
IBM Spectrum Scale for File and Object Storage
 
Azure bootcamp (1)
Azure bootcamp (1)Azure bootcamp (1)
Azure bootcamp (1)
 
Achieving Cost & Resource Effeciencies through Trove Database As-A-Service (D...
Achieving Cost & Resource Effeciencies through Trove Database As-A-Service (D...Achieving Cost & Resource Effeciencies through Trove Database As-A-Service (D...
Achieving Cost & Resource Effeciencies through Trove Database As-A-Service (D...
 
Huawei Symantec Oceanspace N8000 clustered NAS Overview
Huawei Symantec Oceanspace N8000 clustered NAS OverviewHuawei Symantec Oceanspace N8000 clustered NAS Overview
Huawei Symantec Oceanspace N8000 clustered NAS Overview
 
Software-Defined Storage (SDS)
Software-Defined Storage (SDS)Software-Defined Storage (SDS)
Software-Defined Storage (SDS)
 
Ozone: Evolution of HDFS scalability & built-in GDPR compliance
Ozone: Evolution of HDFS scalability & built-in GDPR complianceOzone: Evolution of HDFS scalability & built-in GDPR compliance
Ozone: Evolution of HDFS scalability & built-in GDPR compliance
 
Active stak cloud 2017
Active stak cloud 2017Active stak cloud 2017
Active stak cloud 2017
 
Hitachi NAS Software Datasheet
Hitachi NAS Software DatasheetHitachi NAS Software Datasheet
Hitachi NAS Software Datasheet
 
Resume.doc
Resume.docResume.doc
Resume.doc
 
Evolution of RAID
Evolution of RAIDEvolution of RAID
Evolution of RAID
 
1. beyond mission critical virtualizing big data and hadoop
1. beyond mission critical   virtualizing big data and hadoop1. beyond mission critical   virtualizing big data and hadoop
1. beyond mission critical virtualizing big data and hadoop
 
Maginatics @ SDC 2013: Architecting An Enterprise Storage Platform Using Obje...
Maginatics @ SDC 2013: Architecting An Enterprise Storage Platform Using Obje...Maginatics @ SDC 2013: Architecting An Enterprise Storage Platform Using Obje...
Maginatics @ SDC 2013: Architecting An Enterprise Storage Platform Using Obje...
 
Presentation on Databases in the Cloud
Presentation on Databases in the CloudPresentation on Databases in the Cloud
Presentation on Databases in the Cloud
 
Introduction to storage
Introduction to storageIntroduction to storage
Introduction to storage
 
Red Hat Storage Day Boston - OpenStack + Ceph Storage
Red Hat Storage Day Boston - OpenStack + Ceph StorageRed Hat Storage Day Boston - OpenStack + Ceph Storage
Red Hat Storage Day Boston - OpenStack + Ceph Storage
 
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
 

Similar to Product introduction- Apsara File Storage NAS

SoftNAS Cloud for AWS
SoftNAS Cloud for AWSSoftNAS Cloud for AWS
SoftNAS Cloud for AWSTara Jones
 
Nas and san
Nas and sanNas and san
Nas and sansongaco
 
PARALLEL FILE SYSTEM FOR LINUX CLUSTERS
PARALLEL FILE SYSTEM FOR LINUX CLUSTERSPARALLEL FILE SYSTEM FOR LINUX CLUSTERS
PARALLEL FILE SYSTEM FOR LINUX CLUSTERSRaheemUnnisa1
 
Deep Dive on Elastic File System - February 2017 AWS Online Tech Talks
Deep Dive on Elastic File System - February 2017 AWS Online Tech TalksDeep Dive on Elastic File System - February 2017 AWS Online Tech Talks
Deep Dive on Elastic File System - February 2017 AWS Online Tech TalksAmazon Web Services
 
Consolidating File Servers into the Cloud
Consolidating File Servers into the CloudConsolidating File Servers into the Cloud
Consolidating File Servers into the CloudBuurst
 
Network attached storage (nas)
Network attached storage (nas)Network attached storage (nas)
Network attached storage (nas)Vîvék Thørät
 
Network Attached Storage (NAS)
Network Attached Storage (NAS) Network Attached Storage (NAS)
Network Attached Storage (NAS) Kshitij Shete
 
Cloud storage with AWS
Cloud storage with AWSCloud storage with AWS
Cloud storage with AWSAhmad karawash
 
Data storage in cloud computing
Data storage in cloud computingData storage in cloud computing
Data storage in cloud computingjamunaashok
 
What is Object storage ?
What is Object storage ?What is Object storage ?
What is Object storage ?Nabil Kassi
 
Deep Dive on Amazon Elastic File System - June 2017 AWS Online Tech Talks
Deep Dive on Amazon Elastic File System - June 2017 AWS Online Tech TalksDeep Dive on Amazon Elastic File System - June 2017 AWS Online Tech Talks
Deep Dive on Amazon Elastic File System - June 2017 AWS Online Tech TalksAmazon Web Services
 
SRV401 Deep Dive on Amazon Elastic File System (Amazon EFS)
SRV401 Deep Dive on Amazon Elastic File System (Amazon EFS)SRV401 Deep Dive on Amazon Elastic File System (Amazon EFS)
SRV401 Deep Dive on Amazon Elastic File System (Amazon EFS)Amazon Web Services
 
A Look at the Future of Storage
A Look at the Future of StorageA Look at the Future of Storage
A Look at the Future of StorageIT Brand Pulse
 
DataKeeper_SAN-SANLess_Clusters_Windows_Product_Brief(RaxcoBE)
DataKeeper_SAN-SANLess_Clusters_Windows_Product_Brief(RaxcoBE)DataKeeper_SAN-SANLess_Clusters_Windows_Product_Brief(RaxcoBE)
DataKeeper_SAN-SANLess_Clusters_Windows_Product_Brief(RaxcoBE)Peter Vervaene
 
Oracle ACFS High Availability NFS Services (HANFS) Part-I
Oracle ACFS High Availability NFS Services (HANFS) Part-IOracle ACFS High Availability NFS Services (HANFS) Part-I
Oracle ACFS High Availability NFS Services (HANFS) Part-IAnju Garg
 
SoftNAS Cloud NAS Architecture on AWS whitepaper
SoftNAS Cloud NAS Architecture on AWS whitepaperSoftNAS Cloud NAS Architecture on AWS whitepaper
SoftNAS Cloud NAS Architecture on AWS whitepaperMH Riad
 

Similar to Product introduction- Apsara File Storage NAS (20)

SoftNAS Cloud for AWS
SoftNAS Cloud for AWSSoftNAS Cloud for AWS
SoftNAS Cloud for AWS
 
Nas and san
Nas and sanNas and san
Nas and san
 
Nas101
Nas101Nas101
Nas101
 
PARALLEL FILE SYSTEM FOR LINUX CLUSTERS
PARALLEL FILE SYSTEM FOR LINUX CLUSTERSPARALLEL FILE SYSTEM FOR LINUX CLUSTERS
PARALLEL FILE SYSTEM FOR LINUX CLUSTERS
 
Deep Dive on Elastic File System - February 2017 AWS Online Tech Talks
Deep Dive on Elastic File System - February 2017 AWS Online Tech TalksDeep Dive on Elastic File System - February 2017 AWS Online Tech Talks
Deep Dive on Elastic File System - February 2017 AWS Online Tech Talks
 
Consolidating File Servers into the Cloud
Consolidating File Servers into the CloudConsolidating File Servers into the Cloud
Consolidating File Servers into the Cloud
 
Scality - RING Overview
Scality - RING OverviewScality - RING Overview
Scality - RING Overview
 
Network attached storage (nas)
Network attached storage (nas)Network attached storage (nas)
Network attached storage (nas)
 
Network Attached Storage (NAS)
Network Attached Storage (NAS) Network Attached Storage (NAS)
Network Attached Storage (NAS)
 
Cloud storage infrastructures
Cloud storage infrastructuresCloud storage infrastructures
Cloud storage infrastructures
 
Cloud storage with AWS
Cloud storage with AWSCloud storage with AWS
Cloud storage with AWS
 
Data storage in cloud computing
Data storage in cloud computingData storage in cloud computing
Data storage in cloud computing
 
What is Object storage ?
What is Object storage ?What is Object storage ?
What is Object storage ?
 
Deep Dive on Amazon Elastic File System - June 2017 AWS Online Tech Talks
Deep Dive on Amazon Elastic File System - June 2017 AWS Online Tech TalksDeep Dive on Amazon Elastic File System - June 2017 AWS Online Tech Talks
Deep Dive on Amazon Elastic File System - June 2017 AWS Online Tech Talks
 
SRV401 Deep Dive on Amazon Elastic File System (Amazon EFS)
SRV401 Deep Dive on Amazon Elastic File System (Amazon EFS)SRV401 Deep Dive on Amazon Elastic File System (Amazon EFS)
SRV401 Deep Dive on Amazon Elastic File System (Amazon EFS)
 
A Look at the Future of Storage
A Look at the Future of StorageA Look at the Future of Storage
A Look at the Future of Storage
 
DataKeeper_SAN-SANLess_Clusters_Windows_Product_Brief(RaxcoBE)
DataKeeper_SAN-SANLess_Clusters_Windows_Product_Brief(RaxcoBE)DataKeeper_SAN-SANLess_Clusters_Windows_Product_Brief(RaxcoBE)
DataKeeper_SAN-SANLess_Clusters_Windows_Product_Brief(RaxcoBE)
 
Oracle ACFS High Availability NFS Services (HANFS) Part-I
Oracle ACFS High Availability NFS Services (HANFS) Part-IOracle ACFS High Availability NFS Services (HANFS) Part-I
Oracle ACFS High Availability NFS Services (HANFS) Part-I
 
Amazon Web Service.pdf
Amazon Web Service.pdfAmazon Web Service.pdf
Amazon Web Service.pdf
 
SoftNAS Cloud NAS Architecture on AWS whitepaper
SoftNAS Cloud NAS Architecture on AWS whitepaperSoftNAS Cloud NAS Architecture on AWS whitepaper
SoftNAS Cloud NAS Architecture on AWS whitepaper
 

More from Jed Concepcion

Leadership in Construction Industry for Building Elecronics
Leadership in Construction Industry for Building ElecronicsLeadership in Construction Industry for Building Elecronics
Leadership in Construction Industry for Building ElecronicsJed Concepcion
 
Goal Setting and Planning for the Young Professional
Goal Setting and Planning for the Young ProfessionalGoal Setting and Planning for the Young Professional
Goal Setting and Planning for the Young ProfessionalJed Concepcion
 
Data network Fundamentals
Data network FundamentalsData network Fundamentals
Data network FundamentalsJed Concepcion
 
Building Electronics (Fire Detection and Alarm System and CCTV)
Building Electronics (Fire Detection and Alarm System and CCTV)Building Electronics (Fire Detection and Alarm System and CCTV)
Building Electronics (Fire Detection and Alarm System and CCTV)Jed Concepcion
 
Leading to difficult people
Leading to difficult peopleLeading to difficult people
Leading to difficult peopleJed Concepcion
 
Project management (A Basic Approach)
Project management (A Basic Approach)Project management (A Basic Approach)
Project management (A Basic Approach)Jed Concepcion
 
Sustaining excellence through leadership in the new normal
Sustaining excellence through leadership in the new normalSustaining excellence through leadership in the new normal
Sustaining excellence through leadership in the new normalJed Concepcion
 

More from Jed Concepcion (11)

Interact Club - Basic
Interact Club - BasicInteract Club - Basic
Interact Club - Basic
 
Leadership in Construction Industry for Building Elecronics
Leadership in Construction Industry for Building ElecronicsLeadership in Construction Industry for Building Elecronics
Leadership in Construction Industry for Building Elecronics
 
Goal Setting and Planning for the Young Professional
Goal Setting and Planning for the Young ProfessionalGoal Setting and Planning for the Young Professional
Goal Setting and Planning for the Young Professional
 
Data network Fundamentals
Data network FundamentalsData network Fundamentals
Data network Fundamentals
 
Building Electronics (Fire Detection and Alarm System and CCTV)
Building Electronics (Fire Detection and Alarm System and CCTV)Building Electronics (Fire Detection and Alarm System and CCTV)
Building Electronics (Fire Detection and Alarm System and CCTV)
 
Leading to difficult people
Leading to difficult peopleLeading to difficult people
Leading to difficult people
 
E commerce
E commerceE commerce
E commerce
 
Basic instrumentation
Basic instrumentationBasic instrumentation
Basic instrumentation
 
Backup Solution
Backup SolutionBackup Solution
Backup Solution
 
Project management (A Basic Approach)
Project management (A Basic Approach)Project management (A Basic Approach)
Project management (A Basic Approach)
 
Sustaining excellence through leadership in the new normal
Sustaining excellence through leadership in the new normalSustaining excellence through leadership in the new normal
Sustaining excellence through leadership in the new normal
 

Recently uploaded

Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 

Recently uploaded (20)

Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 

Product introduction- Apsara File Storage NAS

  • 1. Product Introduction Apsara File Storage NAS Jed G. Concepcion Alibaba Cloud MVP
  • 2. What is APSARA File Storage NAS? • NAS is a cloud service that provides file storage for compute nodes. These compute nodes include Elastic Compute Service (ECS) instances, E-HPC nodes, and Alibaba Cloud Container Service for Kubernetes (ACK) nodes. • NAS is a distributed file system that provides several benefits. These benefits include shared access, scalability, high availability, and high performance. Based on POSIX file APIs, NAS is compatible with native operating systems. This ensures data consistency and exclusive locks during shared access. • NAS provides scalable file systems and allows simultaneous access to a file system from multiple ECS instances. Storage capacity automatically scales up or down when you add or remove files. NAS provides integrated data sources for workloads and applications that run on multiple ECS instances or servers.
  • 3. Benefits Low costs • An NAS file system can be mounted on multiple compute nodes at the same time while still allowing access from these nodes. This reduces a large number of data copies and synchronization costs. • The performance of an NAS file system increases with storage capacity. This eliminates the need for upfront investment in high- end file storage devices and reduces hardware costs. • NAS allows you to pay only for the storage space that you consume without the need to configure storage in advance. No minimum consumption or extra configuration cost exists. For more information . • NAS features high availability, which allows you to reduce a large number of data security risks and maintenance costs.
  • 4. • Ease of use You can create a file system by a few clicks without the need to deploy and maintain the file system. • Security NAS provides access control based on Resource Access Management (RAM), and access isolation based on Virtual Private Cloud (VPC) networks. NAS supports encryption in transit and encryption at rest to prevent data interception and tampering. • High reliability NAS provides multiple replicas for each piece of data that is stored in a file system. These replicas reside in devices that are isolated across different fault domains for geo-redundancy. NAS provides data reliability of 99.999999999% (eleven nines). This reduces a large number of data security risks. • High Performance NAS provides a distributed file system whose performance scales linearly with capacity. Compared with traditional data storage solutions, NAS provides a high level of storage performance. Benefits
  • 5. • Compatibility NAS supports standard protocols, such as NFS and SMB. NAS provides data consistency and file locking based on POSIX file APIs. After the contents of a file are changed in an NAS file system, you can view the result in real time. Benefits
  • 7. Apsara File Storage NAS provides simple, scalable, elastic, and shared file storage. You can combine this service with Elastic Compute Service (ECS) to construct your business system. You need to consider multiple factors when you deploy your applications and choose among Apsara File Storage NAS, OSS, and EBS for your applications. To help you make an informed selection, the following describes the differences between the three services.
  • 8. Differences between Apsara File Storage NAS and OSS The major difference between Apsara File Storage NAS and OSS is that you can access an Apsara File Storage NAS file system in the same way as you access a local file system without modifying an application. Apsara File Storage NAS provides high throughput and high IOPS, and supports random read/write operations and online modification of files. Compared with the directory tree hierarchy of Apsara File Storage NAS, OSS adopts a different storage structure where objects are stored in flat files and are accessed through RESTful APIs. OSS does not support random read/write operations. It is mainly applicable to the upload, download, and distribution of massive volumes of data over the Internet.
  • 9. Differences between Apsara File Storage NAS and EBS The major difference between Apsara File Storage NAS and EBS is that Apsara File Storage NAS provides high throughput and supports simultaneous access by thousands of ECS instances. EBS devices are bare disks. After an EBS device is attached to an ECS instance, you must format the file system of the device into a file system such as ext3, ext4, or NTFS before accessing the files stored on the device. EBS is applicable to I/O-intensive applications that require high performance and low latency, such as Online Transactional Processing (OLTP) and NoSQL databases. However, the storage capacity of an EBS device is 32 TB and is unscalable. It must work with cluster management software such as Oracle Real Application Clusters (Oracle RAC) and Windows Server Failover Clustering (WSFC) to provide shared access. Therefore, each EBS device usually provides high-performance and low- latency storage service for only one ECS instance.
  • 10.
  • 11. FEATURES Apsara File Storage NAS provides a wide variety of features, such as scalable capacity, shared access, support for several standard protocols, security and compliance, encryption, flexible access modes, data transmission, and data backup. NAS allows you to mount file systems on various compute nodes. These compute nodes include Elastic Compute Service (ECS) instances, ECS Bare Metal Instance instances, E-HPC nodes, and Alibaba Cloud Container Service for Kubernetes (ACK) nodes. After you enable communication between different virtual private clouds (VPCs) and regions, you can mount file systems on compute nodes across VPCs or regions.
  • 12. FEATURES Scalable capacity NAS provides scalable file systems. You can add file systems to increase the storage capacity, or delete file systems to decrease the storage capacity. Shared access NAS allows shared access to the same data source in a file system from multiple compute nodes and uses file locks to ensure data consistency.
  • 13. FEATURES Protocol compatibility NAS Supports standard protocols, such as NFS (NFSv3.0 and NFSv4.0) and SMB (SMB 2.1 and SMB 3.0). NAS also supports mainstream operating systems, such as Linux and Windows. Access control and compliance Based on Resource Access Management (RAM) authentication, NAS provides VPC-based isolation and security group-based access control to ensure data security. Data backup NAS generates multiple replicas for data based on flexible backup policies. These replicas are used to restore corrupted data.
  • 14. FEATURES Data encryption NAS provides data encryption to prevent user data from being intercepted or sniffed during data transmission. Flexible access modes NAS allows you to access file systems from various networks, such as VPCs, on-premises IDCs, and dedicated networks. Data transmission NAS supports synchronous or asynchronous data transmission between NAS file systems or between NAS and Object Storage Service (OSS) by using Data Transmission Service (DTS).
  • 16. Enterprise applications NAS provides high scalability, elasticity, availability, and persistence. You can use NAS as storage solutions for your enterprise applications and applications delivered as services (ADaaS). NAS provides standard file system interfaces and semantics. NAS allows you to migrate your enterprise applications to Alibaba Cloud or construct new applications.
  • 17. Media and entertainment workflows You can use NAS to share and process large files in media workflows, such as video editing, audio and video production, broadcast processing, and audio design and rendering. NAS provides powerful data consistency models, high throughput, and shared access to files. This reduces the time required to complete the preceding workflows and merges multiple on- premises file repositories into a single repository that can be accessed by all users.
  • 18. Big data analysis NAS provides high throughput of computing nodes, read and write consistency, and low latency, to meet the scale and performance requirements of big data applications. You can use NAS for analysis workloads that require data interactions by using file interfaces, file locks based on file semantics, and write operations on files.
  • 19. Content management and web services NAS provides high persistence and high throughput. Content management systems and web servers can use NAS to store and provide data for websites, online publishing applications, and archiving applications.
  • 20. Container storage You can use containers to build microservices because containers support fast pre- configuration and flexible resource allocation, and can isolate processes. If some containers must access raw data each time they are started, you must create a shared file system for the containers. This way, the containers can access the file system regardless of the instance on which they run.