Grammatical fix (#28776)
Changed grammatical errors such as diction and spelling mistakes.
This commit is contained in:
committed by
Randell Dawson
parent
276fdbc06b
commit
d6666e9a8f
@ -3,7 +3,7 @@ title: Cloud Storage
|
||||
---
|
||||
|
||||
## STORAGE AS A SERVICE (STaaS)
|
||||
When you use cloud storage, that is STaaS. In this case, a cloud system gives you the ability to store data online and acesss it as if it was local.
|
||||
When you use cloud storage, that is STaaS. In this case, a cloud system gives you the ability to store data online and access it as if it was local.
|
||||
The Cloud system should have the capability of Storage Scaling.
|
||||
We can integrate all storage. For example, if we have multiple pen-drives then we can integrate all pen-drive storages in a single one.
|
||||
|
||||
@ -14,13 +14,13 @@ There are mainly two types of storage
|
||||
### Object Storage
|
||||
- We can not a make partition in cloud storage. We can only store files and folders there. This is called object storage. We can’t install OS there as there are no partitions.
|
||||
- **Example**
|
||||
- Google drive (google compute engine, GCE), OneDrive, drop box, Microsoft azure.
|
||||
- Amazon has its own cloud service AWS. S3(Simple Storage Service, SSS) is the product of amazon that provides StAAS. It’s a public cloud. Anyone can use their services.
|
||||
- Google drive (google compute engine, GCE), OneDrive, Drop Box, Microsoft Azure.
|
||||
- Amazon has its own cloud service AWS. S3(Simple Storage Service, SSS) is the product of Amazon that provides StAAS. It’s a public cloud. Anyone can use their services.
|
||||
- OpenStack is the biggest private cloud. OpenStack has product swift (Object Storage).
|
||||
|
||||
### Block Storage
|
||||
- If we’re able to make partitions in provided storage, then we can install OS. We have a hard-disk and we can make partitions in them, this type of storage is known as block storage.
|
||||
- **Example**
|
||||
- Block storage service of AWS – EBS (Elastic Block Storage)
|
||||
- Cloud provides facility of scaling storage that’s the elastic property of cloud.
|
||||
- Cloud provides the facility of scaling storage that’s the elastic property of cloud.
|
||||
- Block storage of OpenStack – Cinder
|
||||
|
Reference in New Issue
Block a user