SlideShare a Scribd company logo
1 of 22
Storage As A
Service (StAAS)
Contents
1. Introduction
2. Why StAAS?
3. Types of Storage
4. Object Storage
5. How to create our own Object Storage?
6. Algorithm: Linux
7. Block Storage
8. Benefits of StAAS
9. Future Applications
10.Conclusion
11.References
1. StAAS
● One of the most amazing services of cloud computing service for
providing Cyber Storage or Online Remote Storage.
● This remains independent of the Client system and the platform
it uses.
● This is a business model where large companies rent space in
their storage infrastructure to a smaller company or individual.
2. Why StAAS?
● A good alternative for a small or midsize business that lacks the
capital budget and/or personnel to implement and maintain
their own storage infrastructure.
● This is also a way to mitigate risks in disaster recovery, provide
long-term retention of records and enhance both business
continuity and availability.
● Gives the assurance of the following things that are of utmost
importance:
1. Security : You would want to make sure that the data is in a
secure environment, more secure than you can do yourself.
2. Cost Effectiveness : The service provider must be able to do the
handling job at a lower cost than you.
3. Service Developer : The data that you are about to share goes to
a trusted source and who takes reliability and gives assurance of
the data as and when required.
3. Types of Storage
There are 2 types of Remote Storage generally provided by Cloud
Storage:
1. Object Storage
2. Block Storage
4. Object Storage
● This is the kind of storage where client only can store its data
like Doc, PDF, text, etc.
● You cannot change filesystem if the provided storage and also
you cannot create any partitions.
● Type of data storage typically used in SAN(Storage Area
Network) environments where dta is stored in volumes, also
referred to as blocks.
● Each block acts as an individual hard drive and is configured by
the storage administrator.
Examples of Object Storage
Amazon : Simple Storage Service (S3)
Google : Google Drive
Dropbox : Free Storage
Openstack : Swift
5. How to Create our own Object Storage
Service?
Case 1: You are going to share Storage from (/) partition Linux.
Case 2: Storage sharing with CISF/SMB.
6. Algorithm: Linux
Server Side:
1. Select a drive for storage
2. Format it (explain formatting)
3. Create a folder
4. Mount drive into that folder
5. Configure export files
6. NFS install and start
7. Security checks
1. Select a device for storage: Here we would select one device in
which all the documents and files would be stored. This is like a
target destination for our future works.
2. Format the drive: Formatting refers to the removal of the
referral links in a disc space. The links to the space locations are
all removed.
3. Create a folder: This folder is created so as to mark the file that we
are going to transfer. All the documents that we want to transfer will
be kept in this file and this can be directly read from the server/client
side.
4. Mount drive into that Folder: Now, we mount a drive into the
folder which we have specified.
5. Configure export files: gedit/etc/exports
In this file, we have to specify the address from where the data is
sent, the access permissions where * represents all and the various
permissions associated.
/root/Desktop/hi *(rw,no_root_squash)
This file moderates the amount of access that is to be given and the
various protocols associated with file sharing.
6. NFS install and Start: Network File is a server-client protocol for
sharing files between computers on the same network.
You can then directly access any of the files on that remote file
system. The server and client do not have to use the same operating
system. The client system just needs to be running an NFS client
compatible with the NFS server.
systemctl restart nfs
After this, by inconfig, check the IP of the server and that will be used
at a later stage.
7. Security Checks: Sometimes, the firewall may block the data from
being exchanged. In that case, we do need to stop the firewall
settings for a brief time so as to allow the data to flow from one way
to another. We do this by:
Also, sometimes enforce is active. Check enforce by getenforce. If it
is active, then setenforce 0. This will make the system permissive of
the data transfer.
How to access storage from client side?
Client Side
1. Mount folder using sever IP: The client has to just allow the
information to come to itself.
mount IP:/root/Desktop/hi /mydrive
Mount the folder to a particular IP:from where to where.
7. Block Storage
● Breaks a file into individual blocks of data and then stores the
blocks as a single piece of data.
● A storage system can do this without having a file folder
structure because each block of data has a unique address.
● This allows the storage system to spread the individual blocks of
data wherever in the storage system it finds the most efficient.
● The storage system software pulls the necessary blocks back
together to assemble the file whenever it is accessed.
8. Benefits of StAAS
● Cost: Time and Money.
● Invisibility: Physical Office Space.
● Security: No Unauthorized
Access.
● Automation: Backing Up needs no effort.
● Accessibility: Various devices can be used.
● Syncing: All devices updated at
once.
● Sharing: Easy sharing options
of file.
● Collaboration: Multiple people can work
9. Future Applications
● Business are becoming more data-driven. Its the new normal.
Captured data from a variety of sources has intrinsic value to
the whole organization. Your own data might have more value
when it’s combined with other public data sources using an
analytic or cognitive cloud service.
● 47% of marketing departments will have 60% or more of their
applications on a cloud platform in two years. This speaks a lot.
10. Conclusion
So, if you have a storage appliance already running in an environment and feel safe that your data is
secure, then you better think twice about it. If in case, you have branched offices geographically
separated and operate on the data provided by your data storage appliance, then imagine, if your
main office gets struck with floods. Your data will vanish and the remote office guys cannot access
the data and thus your business continuity will fall into jeopardy.
But now imagine, if you synchronized your data storage appliance with cloud storage? Then all your
enterprise data will be safe in the cloud and can be accessed by any of your authorized employee
from anywhere in the world and will definitely ensure business continuity.
11. References
● https://storageservers.wordpress.com/2015/08/10/advantages-of-storage-as-a-service/
● https://blogs.it.ox.ac.uk/staas/sample-page/
● Cloud Computing: LinuxWorld
● https://www.ibm.com/blogs/cloud-computing/2016/08/hybrid-cloud-storage-past-
present-future/
● https://www.networkcomputing.com/storage/future-data-storage-flash-and-hybrid-
cloud/396697859
Thank You!

More Related Content

What's hot

Cloud platforms - Cloud Computing
Cloud platforms - Cloud ComputingCloud platforms - Cloud Computing
Cloud platforms - Cloud ComputingAditi Rai
 
NIST Cloud Computing Reference Architecture
NIST Cloud Computing Reference ArchitectureNIST Cloud Computing Reference Architecture
NIST Cloud Computing Reference ArchitectureThanakrit Lersmethasakul
 
Unit 3 -Data storage and cloud computing
Unit 3 -Data storage and cloud computingUnit 3 -Data storage and cloud computing
Unit 3 -Data storage and cloud computingMonishaNehkal
 
Cloud Security, Standards and Applications
Cloud Security, Standards and ApplicationsCloud Security, Standards and Applications
Cloud Security, Standards and ApplicationsDr. Sunil Kr. Pandey
 
Vision of cloud computing
Vision of cloud computingVision of cloud computing
Vision of cloud computinggaurav jain
 
What is private cloud Explained
What is private cloud ExplainedWhat is private cloud Explained
What is private cloud Explainedjeetendra mandal
 
Unit 2 -Cloud Computing Architecture
Unit 2 -Cloud Computing ArchitectureUnit 2 -Cloud Computing Architecture
Unit 2 -Cloud Computing ArchitectureMonishaNehkal
 
Data security in cloud computing
Data security in cloud computingData security in cloud computing
Data security in cloud computingPrince Chandu
 
Cloud Computing - Benefits and Challenges
Cloud Computing - Benefits and ChallengesCloud Computing - Benefits and Challenges
Cloud Computing - Benefits and ChallengesThoughtWorks Studios
 
Cloud Computing Fundamentals
Cloud Computing FundamentalsCloud Computing Fundamentals
Cloud Computing FundamentalsSonia Nagpal
 
Virtual Machine provisioning and migration services
Virtual Machine provisioning and migration servicesVirtual Machine provisioning and migration services
Virtual Machine provisioning and migration servicesANUSUYA T K
 
Key Challenges In CLOUD COMPUTING
Key Challenges In CLOUD COMPUTINGKey Challenges In CLOUD COMPUTING
Key Challenges In CLOUD COMPUTINGAtul Chounde
 
Migration into a Cloud
Migration into a CloudMigration into a Cloud
Migration into a CloudDivya S
 

What's hot (20)

Cloud platforms - Cloud Computing
Cloud platforms - Cloud ComputingCloud platforms - Cloud Computing
Cloud platforms - Cloud Computing
 
NIST Cloud Computing Reference Architecture
NIST Cloud Computing Reference ArchitectureNIST Cloud Computing Reference Architecture
NIST Cloud Computing Reference Architecture
 
Underlying principles of parallel and distributed computing
Underlying principles of parallel and distributed computingUnderlying principles of parallel and distributed computing
Underlying principles of parallel and distributed computing
 
Unit 3 -Data storage and cloud computing
Unit 3 -Data storage and cloud computingUnit 3 -Data storage and cloud computing
Unit 3 -Data storage and cloud computing
 
Cloud Security, Standards and Applications
Cloud Security, Standards and ApplicationsCloud Security, Standards and Applications
Cloud Security, Standards and Applications
 
Naming in Distributed System
Naming in Distributed SystemNaming in Distributed System
Naming in Distributed System
 
Vision of cloud computing
Vision of cloud computingVision of cloud computing
Vision of cloud computing
 
Task programming
Task programmingTask programming
Task programming
 
Middleware
MiddlewareMiddleware
Middleware
 
What is private cloud Explained
What is private cloud ExplainedWhat is private cloud Explained
What is private cloud Explained
 
Unit 2 -Cloud Computing Architecture
Unit 2 -Cloud Computing ArchitectureUnit 2 -Cloud Computing Architecture
Unit 2 -Cloud Computing Architecture
 
Data security in cloud computing
Data security in cloud computingData security in cloud computing
Data security in cloud computing
 
Cloud Computing Architecture
Cloud Computing ArchitectureCloud Computing Architecture
Cloud Computing Architecture
 
Cloud Computing - Benefits and Challenges
Cloud Computing - Benefits and ChallengesCloud Computing - Benefits and Challenges
Cloud Computing - Benefits and Challenges
 
Replication in Distributed Systems
Replication in Distributed SystemsReplication in Distributed Systems
Replication in Distributed Systems
 
Cloud Computing Fundamentals
Cloud Computing FundamentalsCloud Computing Fundamentals
Cloud Computing Fundamentals
 
Virtual Machine provisioning and migration services
Virtual Machine provisioning and migration servicesVirtual Machine provisioning and migration services
Virtual Machine provisioning and migration services
 
CLOUD COMPUTING AND STORAGE
CLOUD COMPUTING AND STORAGECLOUD COMPUTING AND STORAGE
CLOUD COMPUTING AND STORAGE
 
Key Challenges In CLOUD COMPUTING
Key Challenges In CLOUD COMPUTINGKey Challenges In CLOUD COMPUTING
Key Challenges In CLOUD COMPUTING
 
Migration into a Cloud
Migration into a CloudMigration into a Cloud
Migration into a Cloud
 

Similar to Storage As A Service (StAAS)

IRJET- Distributed Decentralized Data Storage using IPFS
IRJET- Distributed Decentralized Data Storage using IPFSIRJET- Distributed Decentralized Data Storage using IPFS
IRJET- Distributed Decentralized Data Storage using IPFSIRJET Journal
 
final-unit-ii-cc-cloud computing-2022.pdf
final-unit-ii-cc-cloud computing-2022.pdffinal-unit-ii-cc-cloud computing-2022.pdf
final-unit-ii-cc-cloud computing-2022.pdfSamiksha880257
 
Introduction to Enterprise Data Storage, Direct Attached Storage, Storage Ar...
Introduction to Enterprise Data Storage,  Direct Attached Storage, Storage Ar...Introduction to Enterprise Data Storage,  Direct Attached Storage, Storage Ar...
Introduction to Enterprise Data Storage, Direct Attached Storage, Storage Ar...ssuserec8a711
 
Mca cloud-storage-report
Mca cloud-storage-reportMca cloud-storage-report
Mca cloud-storage-reportGRajendra
 
Alluxio: Unify Data at Memory Speed
Alluxio: Unify Data at Memory SpeedAlluxio: Unify Data at Memory Speed
Alluxio: Unify Data at Memory SpeedAlluxio, Inc.
 
on the most suitable storage architecture for virtualization
on the most suitable storage architecture for virtualizationon the most suitable storage architecture for virtualization
on the most suitable storage architecture for virtualizationJordi Moles Blanco
 
Secured Multi Cloud Storage Using CPDP
Secured Multi Cloud Storage Using CPDPSecured Multi Cloud Storage Using CPDP
Secured Multi Cloud Storage Using CPDPIJSRD
 
Cloud Storage System like Dropbox
Cloud Storage System like DropboxCloud Storage System like Dropbox
Cloud Storage System like DropboxIRJET Journal
 
Understanding the Windows Server Administration Fundamentals (Part-2)
Understanding the Windows Server Administration Fundamentals (Part-2)Understanding the Windows Server Administration Fundamentals (Part-2)
Understanding the Windows Server Administration Fundamentals (Part-2)Tuan Yang
 
Introduction to Data Storage and Cloud Computing
Introduction to Data Storage and Cloud ComputingIntroduction to Data Storage and Cloud Computing
Introduction to Data Storage and Cloud ComputingRutuja751147
 
Consolidating File Servers into the Cloud
Consolidating File Servers into the CloudConsolidating File Servers into the Cloud
Consolidating File Servers into the CloudBuurst
 
Dynamic Resource Allocation and Data Security for Cloud
Dynamic Resource Allocation and Data Security for CloudDynamic Resource Allocation and Data Security for Cloud
Dynamic Resource Allocation and Data Security for CloudAM Publications
 
(Speaker Notes Version) Architecting An Enterprise Storage Platform Using Obj...
(Speaker Notes Version) Architecting An Enterprise Storage Platform Using Obj...(Speaker Notes Version) Architecting An Enterprise Storage Platform Using Obj...
(Speaker Notes Version) Architecting An Enterprise Storage Platform Using Obj...Niraj Tolia
 
Iaetsd time constrained self-destructing
Iaetsd time constrained self-destructingIaetsd time constrained self-destructing
Iaetsd time constrained self-destructingIaetsd Iaetsd
 
Performance,cost and reliability through hybrid cloud storage
Performance,cost and reliability through hybrid cloud storagePerformance,cost and reliability through hybrid cloud storage
Performance,cost and reliability through hybrid cloud storageNetmagic Solutions Pvt. Ltd.
 
Advantages Of SAMBA
Advantages Of SAMBAAdvantages Of SAMBA
Advantages Of SAMBAAngela Hays
 
Top 6 Practices to Harden Docker Images to Enhance Security
Top 6 Practices to Harden Docker Images to Enhance SecurityTop 6 Practices to Harden Docker Images to Enhance Security
Top 6 Practices to Harden Docker Images to Enhance Security9 series
 

Similar to Storage As A Service (StAAS) (20)

IRJET- Distributed Decentralized Data Storage using IPFS
IRJET- Distributed Decentralized Data Storage using IPFSIRJET- Distributed Decentralized Data Storage using IPFS
IRJET- Distributed Decentralized Data Storage using IPFS
 
final-unit-ii-cc-cloud computing-2022.pdf
final-unit-ii-cc-cloud computing-2022.pdffinal-unit-ii-cc-cloud computing-2022.pdf
final-unit-ii-cc-cloud computing-2022.pdf
 
Introduction to Enterprise Data Storage, Direct Attached Storage, Storage Ar...
Introduction to Enterprise Data Storage,  Direct Attached Storage, Storage Ar...Introduction to Enterprise Data Storage,  Direct Attached Storage, Storage Ar...
Introduction to Enterprise Data Storage, Direct Attached Storage, Storage Ar...
 
Mca cloud-storage-report
Mca cloud-storage-reportMca cloud-storage-report
Mca cloud-storage-report
 
Alluxio: Unify Data at Memory Speed
Alluxio: Unify Data at Memory SpeedAlluxio: Unify Data at Memory Speed
Alluxio: Unify Data at Memory Speed
 
on the most suitable storage architecture for virtualization
on the most suitable storage architecture for virtualizationon the most suitable storage architecture for virtualization
on the most suitable storage architecture for virtualization
 
Secured Multi Cloud Storage Using CPDP
Secured Multi Cloud Storage Using CPDPSecured Multi Cloud Storage Using CPDP
Secured Multi Cloud Storage Using CPDP
 
Cloud Storage System like Dropbox
Cloud Storage System like DropboxCloud Storage System like Dropbox
Cloud Storage System like Dropbox
 
Mis cloud computing
Mis cloud computingMis cloud computing
Mis cloud computing
 
Understanding the Windows Server Administration Fundamentals (Part-2)
Understanding the Windows Server Administration Fundamentals (Part-2)Understanding the Windows Server Administration Fundamentals (Part-2)
Understanding the Windows Server Administration Fundamentals (Part-2)
 
Introduction to Data Storage and Cloud Computing
Introduction to Data Storage and Cloud ComputingIntroduction to Data Storage and Cloud Computing
Introduction to Data Storage and Cloud Computing
 
Consolidating File Servers into the Cloud
Consolidating File Servers into the CloudConsolidating File Servers into the Cloud
Consolidating File Servers into the Cloud
 
Dynamic Resource Allocation and Data Security for Cloud
Dynamic Resource Allocation and Data Security for CloudDynamic Resource Allocation and Data Security for Cloud
Dynamic Resource Allocation and Data Security for Cloud
 
Lesson 2
Lesson 2Lesson 2
Lesson 2
 
(Speaker Notes Version) Architecting An Enterprise Storage Platform Using Obj...
(Speaker Notes Version) Architecting An Enterprise Storage Platform Using Obj...(Speaker Notes Version) Architecting An Enterprise Storage Platform Using Obj...
(Speaker Notes Version) Architecting An Enterprise Storage Platform Using Obj...
 
Iaetsd time constrained self-destructing
Iaetsd time constrained self-destructingIaetsd time constrained self-destructing
Iaetsd time constrained self-destructing
 
Performance,cost and reliability through hybrid cloud storage
Performance,cost and reliability through hybrid cloud storagePerformance,cost and reliability through hybrid cloud storage
Performance,cost and reliability through hybrid cloud storage
 
Advantages Of SAMBA
Advantages Of SAMBAAdvantages Of SAMBA
Advantages Of SAMBA
 
Top 6 Practices to Harden Docker Images to Enhance Security
Top 6 Practices to Harden Docker Images to Enhance SecurityTop 6 Practices to Harden Docker Images to Enhance Security
Top 6 Practices to Harden Docker Images to Enhance Security
 
Auditing Cloud Data With Group
Auditing Cloud Data With GroupAuditing Cloud Data With Group
Auditing Cloud Data With Group
 

Recently uploaded

Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
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
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
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
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
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
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 

Recently uploaded (20)

Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
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
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
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
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
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
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 

Storage As A Service (StAAS)

  • 2. Contents 1. Introduction 2. Why StAAS? 3. Types of Storage 4. Object Storage 5. How to create our own Object Storage? 6. Algorithm: Linux 7. Block Storage 8. Benefits of StAAS 9. Future Applications 10.Conclusion 11.References
  • 3. 1. StAAS ● One of the most amazing services of cloud computing service for providing Cyber Storage or Online Remote Storage. ● This remains independent of the Client system and the platform it uses. ● This is a business model where large companies rent space in their storage infrastructure to a smaller company or individual.
  • 4. 2. Why StAAS? ● A good alternative for a small or midsize business that lacks the capital budget and/or personnel to implement and maintain their own storage infrastructure. ● This is also a way to mitigate risks in disaster recovery, provide long-term retention of records and enhance both business continuity and availability.
  • 5. ● Gives the assurance of the following things that are of utmost importance: 1. Security : You would want to make sure that the data is in a secure environment, more secure than you can do yourself. 2. Cost Effectiveness : The service provider must be able to do the handling job at a lower cost than you. 3. Service Developer : The data that you are about to share goes to a trusted source and who takes reliability and gives assurance of the data as and when required.
  • 6. 3. Types of Storage There are 2 types of Remote Storage generally provided by Cloud Storage: 1. Object Storage 2. Block Storage
  • 7. 4. Object Storage ● This is the kind of storage where client only can store its data like Doc, PDF, text, etc. ● You cannot change filesystem if the provided storage and also you cannot create any partitions. ● Type of data storage typically used in SAN(Storage Area Network) environments where dta is stored in volumes, also referred to as blocks. ● Each block acts as an individual hard drive and is configured by the storage administrator.
  • 8. Examples of Object Storage Amazon : Simple Storage Service (S3) Google : Google Drive Dropbox : Free Storage Openstack : Swift
  • 9. 5. How to Create our own Object Storage Service? Case 1: You are going to share Storage from (/) partition Linux. Case 2: Storage sharing with CISF/SMB.
  • 10. 6. Algorithm: Linux Server Side: 1. Select a drive for storage 2. Format it (explain formatting) 3. Create a folder 4. Mount drive into that folder 5. Configure export files 6. NFS install and start 7. Security checks
  • 11. 1. Select a device for storage: Here we would select one device in which all the documents and files would be stored. This is like a target destination for our future works. 2. Format the drive: Formatting refers to the removal of the referral links in a disc space. The links to the space locations are all removed.
  • 12. 3. Create a folder: This folder is created so as to mark the file that we are going to transfer. All the documents that we want to transfer will be kept in this file and this can be directly read from the server/client side. 4. Mount drive into that Folder: Now, we mount a drive into the folder which we have specified.
  • 13. 5. Configure export files: gedit/etc/exports In this file, we have to specify the address from where the data is sent, the access permissions where * represents all and the various permissions associated. /root/Desktop/hi *(rw,no_root_squash) This file moderates the amount of access that is to be given and the various protocols associated with file sharing.
  • 14. 6. NFS install and Start: Network File is a server-client protocol for sharing files between computers on the same network. You can then directly access any of the files on that remote file system. The server and client do not have to use the same operating system. The client system just needs to be running an NFS client compatible with the NFS server. systemctl restart nfs After this, by inconfig, check the IP of the server and that will be used at a later stage.
  • 15. 7. Security Checks: Sometimes, the firewall may block the data from being exchanged. In that case, we do need to stop the firewall settings for a brief time so as to allow the data to flow from one way to another. We do this by: Also, sometimes enforce is active. Check enforce by getenforce. If it is active, then setenforce 0. This will make the system permissive of the data transfer.
  • 16. How to access storage from client side? Client Side 1. Mount folder using sever IP: The client has to just allow the information to come to itself. mount IP:/root/Desktop/hi /mydrive Mount the folder to a particular IP:from where to where.
  • 17. 7. Block Storage ● Breaks a file into individual blocks of data and then stores the blocks as a single piece of data. ● A storage system can do this without having a file folder structure because each block of data has a unique address. ● This allows the storage system to spread the individual blocks of data wherever in the storage system it finds the most efficient. ● The storage system software pulls the necessary blocks back together to assemble the file whenever it is accessed.
  • 18. 8. Benefits of StAAS ● Cost: Time and Money. ● Invisibility: Physical Office Space. ● Security: No Unauthorized Access. ● Automation: Backing Up needs no effort. ● Accessibility: Various devices can be used. ● Syncing: All devices updated at once. ● Sharing: Easy sharing options of file. ● Collaboration: Multiple people can work
  • 19. 9. Future Applications ● Business are becoming more data-driven. Its the new normal. Captured data from a variety of sources has intrinsic value to the whole organization. Your own data might have more value when it’s combined with other public data sources using an analytic or cognitive cloud service. ● 47% of marketing departments will have 60% or more of their applications on a cloud platform in two years. This speaks a lot.
  • 20. 10. Conclusion So, if you have a storage appliance already running in an environment and feel safe that your data is secure, then you better think twice about it. If in case, you have branched offices geographically separated and operate on the data provided by your data storage appliance, then imagine, if your main office gets struck with floods. Your data will vanish and the remote office guys cannot access the data and thus your business continuity will fall into jeopardy. But now imagine, if you synchronized your data storage appliance with cloud storage? Then all your enterprise data will be safe in the cloud and can be accessed by any of your authorized employee from anywhere in the world and will definitely ensure business continuity.
  • 21. 11. References ● https://storageservers.wordpress.com/2015/08/10/advantages-of-storage-as-a-service/ ● https://blogs.it.ox.ac.uk/staas/sample-page/ ● Cloud Computing: LinuxWorld ● https://www.ibm.com/blogs/cloud-computing/2016/08/hybrid-cloud-storage-past- present-future/ ● https://www.networkcomputing.com/storage/future-data-storage-flash-and-hybrid- cloud/396697859