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 (20)

Distributed document based system
Distributed document based systemDistributed document based system
Distributed document based system
 
Virtualization
VirtualizationVirtualization
Virtualization
 
Infrastructure as a Service ( IaaS)
Infrastructure as a Service ( IaaS)Infrastructure as a Service ( IaaS)
Infrastructure as a Service ( IaaS)
 
distributed Computing system model
distributed Computing system modeldistributed Computing system model
distributed Computing system model
 
Cloud Service Models
Cloud Service ModelsCloud Service Models
Cloud Service Models
 
5. IO virtualization
5. IO virtualization5. IO virtualization
5. IO virtualization
 
Virtualization
VirtualizationVirtualization
Virtualization
 
Replication in Distributed Systems
Replication in Distributed SystemsReplication in Distributed Systems
Replication in Distributed Systems
 
Temporal databases
Temporal databasesTemporal databases
Temporal databases
 
Cloud deployment models
Cloud deployment modelsCloud deployment models
Cloud deployment models
 
Integrating Public & Private Clouds
Integrating Public & Private CloudsIntegrating Public & Private Clouds
Integrating Public & Private Clouds
 
Cloud storage
Cloud storageCloud storage
Cloud storage
 
cluster computing
cluster computingcluster computing
cluster computing
 
Distributed Computing ppt
Distributed Computing pptDistributed Computing ppt
Distributed Computing ppt
 
Software as a service
Software as a serviceSoftware as a service
Software as a service
 
System models for distributed and cloud computing
System models for distributed and cloud computingSystem models for distributed and cloud computing
System models for distributed and cloud computing
 
Distributed system Tanenbaum chapter 1,2,3,4 notes
Distributed system Tanenbaum chapter 1,2,3,4 notes Distributed system Tanenbaum chapter 1,2,3,4 notes
Distributed system Tanenbaum chapter 1,2,3,4 notes
 
JINI Technology
JINI TechnologyJINI Technology
JINI Technology
 
The CAP Theorem
The CAP Theorem The CAP Theorem
The CAP Theorem
 
Edge Computing.pptx
Edge Computing.pptxEdge Computing.pptx
Edge Computing.pptx
 

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

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
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
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Principled Technologies
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
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
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
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
 
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 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
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
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
🐬 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
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
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
 
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
 
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
 
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
 
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
 

Recently uploaded (20)

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
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...
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
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
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
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
 
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 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
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
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
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
 
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
 
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, ...
 
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
 
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
 

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