2.5 Compare and contrast storage types
📘CompTIA ITF+ (FC0-U61)
Definition:
Cloud storage is a way to store data on the internet instead of on your computer’s local hard drive or a local server. The data is stored in large data centers managed by cloud providers. Users can access it from anywhere, on any device, as long as they have an internet connection.
Key Features of Cloud Storage
- Accessibility
- Data can be accessed from anywhere with an internet connection.
- Example: Employees in different offices can access the same company files stored in cloud storage like Google Drive or OneDrive for Business.
- Scalability
- Storage capacity can grow or shrink depending on needs.
- Example: A small project team may start with 100 GB, but if the team grows or the data increases, the cloud storage automatically scales to accommodate more.
- Managed by Provider
- The cloud provider handles maintenance, backups, and security.
- Example: Amazon S3 automatically replicates data to multiple locations to prevent data loss.
- Pay-as-you-go
- Users or organizations pay only for the storage they use.
- Example: If a company stores 500 GB in Microsoft Azure Storage, they pay only for that 500 GB, not for extra unused space.
- Collaboration
- Multiple users can work on the same file at the same time.
- Example: Teams can edit a document in Google Drive simultaneously without creating multiple copies.
Types of Cloud Storage Services
- Public Cloud Storage
- Owned and managed by a third-party provider.
- Resources are shared among multiple organizations.
- Example Providers: Google Drive, Dropbox, Amazon S3
- Advantages:
- Cost-effective
- Easy to scale
- Disadvantages:
- Less control over security
- Dependent on provider’s uptime
- Private Cloud Storage
- Dedicated to one organization.
- Hosted either on-premises or by a private provider.
- Example: A company using VMware vSphere to store sensitive financial data.
- Advantages:
- Greater control over security
- Can comply with strict regulations
- Disadvantages:
- More expensive than public cloud
- Requires IT staff to manage
- Hybrid Cloud Storage
- Combination of public and private cloud.
- Allows sensitive data to stay in a private cloud, while less critical data can be in a public cloud.
- Example: A healthcare provider storing patient records in private cloud, but storing general research data in a public cloud like AWS.
- Advantages:
- Flexible
- Balance of security and cost
- Disadvantages:
- Complex to manage
- Requires proper integration
- Multi-Cloud Storage
- Using multiple cloud providers to avoid dependence on a single vendor.
- Example: A company storing some files in Microsoft Azure and others in Amazon S3.
- Advantages:
- Reduces risk of vendor outage
- Can pick best features from different providers
- Disadvantages:
- Can be complicated to manage
- Higher management overhead
Cloud Storage Models
- Object Storage
- Stores data as objects (files + metadata).
- Good for large files like videos, backups, and logs.
- Example: Amazon S3, Google Cloud Storage
- File Storage
- Provides shared file systems that multiple users can access.
- Example: Azure Files, Google Drive for Business
- Block Storage
- Divides data into fixed-size blocks and stores them separately.
- Often used for databases and virtual machines.
- Example: Amazon EBS (Elastic Block Store)
Advantages of Cloud Storage in IT Environments
- Reduces the need for physical hardware like servers or hard drives.
- Supports remote work by allowing access to files from anywhere.
- Offers automatic backup and recovery options.
- Can integrate with other cloud services (like cloud-based email, applications, and analytics).
Disadvantages / Limitations
- Internet dependency: No access if there’s no internet.
- Security concerns: Sensitive data must be encrypted and properly managed.
- Potential cost: Large-scale storage can become expensive without monitoring.
Exam Tips for Cloud Storage
- Remember the difference between public, private, hybrid, and multi-cloud.
- Know the difference between object, file, and block storage.
- Focus on accessibility, scalability, and pay-as-you-go—these are common exam points.
- Think about real IT examples: remote work, backup solutions, database storage, and collaboration tools.
