ScholarQuill logoScholarQuillUniversity Notes
  • Notes
  • Past Papers
  • Blogs
  • Todo
Login
ScholarQuill logoScholarQuillUniversity Notes
Login
NotesPast PapersBlogsTodo
More
SubjectsDiscussionCGPA CalculatorGPA CalculatorStudent PortalCourse Outline
About
About usPrivacy PolicyReportContact
Notes
Past Papers
Blogs
Todo
Analytics
    Current Subject
    🧩
    Cloud Computing
    COMP4123
    Progress0 / 16 topics
    Topics
    1. Introduction to cloud computing2. Cloud benefits and challenges3. Cloud service providers and cloud ecosystem4. Concurrency in the cloud5. Parallel and distributed systems6. Cloud access and cloud interconnection networks7. Cloud data storage8. Cloud applications9. Cloud hardware10. Cloud software11. Cloud resource management and scheduling12. Cloud security13. Privacy and compliance issues14. Portability and interoperability issues15. Big Data16. Data streaming and Mobile cloud
    COMP4123›Cloud data storage
    Cloud ComputingTopic 7 of 16

    Cloud data storage

    3 minread
    496words
    Beginnerlevel

    🌩️ Cloud Data Storage

    ☁️ 1. What is Cloud Data Storage?

    📌 Definition

    Cloud Data Storage is a service where data is stored on remote servers (in data centers) and accessed via the internet, instead of storing it on a local computer.

    👉 In simple words: Saving your data online instead of your device


    📦 Examples

    • Google Drive
    • Dropbox
    • OneDrive

    ⚙️ 2. How Cloud Data Storage Works (Step-by-Step)

    User → Internet → Cloud Server → Data Stored
    

    🧠 Steps:

    1. User uploads data
    2. Data is sent through internet
    3. Stored in cloud data centers
    4. User can access anytime

    🧩 3. Types of Cloud Data Storage ⭐


    🟢 1. Object Storage (VERY IMPORTANT)

    📌 Definition:

    Stores data as objects (data + metadata + ID)

    ✔ Features:

    • Scalable
    • Suitable for large data

    📦 Example:

    • Images, videos

    🟢 2. Block Storage

    📌 Definition:

    Stores data in blocks (fixed-size chunks)

    ✔ Features:

    • High performance
    • Used in databases

    🟢 3. File Storage

    📌 Definition:

    Stores data as files in folders

    ✔ Features:

    • Easy to use
    • Like traditional storage

    📊 Comparison of Storage Types ⭐

    Type Structure Use Case
    Object Objects Media files
    Block Blocks Databases
    File Files/Folders Documents

    🏗️ 4. Cloud Storage Architecture

    User
     ↓
    API / Interface
     ↓
    Storage System
     ↓
    Distributed Servers (Data Centers)
    

    🔐 5. Features of Cloud Data Storage ⭐

    ✔ Scalability (increase storage anytime) ✔ Durability (data is safe) ✔ Availability (access anytime) ✔ Redundancy (multiple copies stored) ✔ Security (encryption, authentication)


    ⚙️ 6. Data Management in Cloud

    🟢 1. Data Replication ⭐

    • Copy data to multiple locations

    ✔ Prevents data loss


    🟢 2. Data Backup

    • Save copies for recovery

    🟢 3. Data Compression

    • Reduce storage size

    🟢 4. Data Deduplication

    • Remove duplicate data

    📦 7. Advantages of Cloud Data Storage

    ✅ Benefits

    ✔ Cost-effective (pay-as-you-go) ✔ Easy access from anywhere ✔ High scalability ✔ Automatic backup ✔ Disaster recovery


    ⚠️ 8. Disadvantages of Cloud Data Storage

    ❌ Challenges

    ✔ Internet dependency ✔ Security risks ✔ Data privacy issues ✔ Limited control ✔ Possible downtime


    🔄 9. Diagram: Distributed Storage System

            Cloud Storage
           /      |      \
     Server1   Server2   Server3
       |           |          |
      Data       Data       Data (Copies)
    

    👉 Data is stored in multiple servers for safety


    🧠 10. Real-Life Applications

    ✔ Backup systems ✔ Big data storage ✔ Video streaming ✔ Social media platforms ✔ Business data storage


    📝 11. Important Exam Questions ⭐

    👉 Define cloud data storage 👉 Explain types of cloud storage 👉 Difference between object, block, file storage 👉 Advantages and disadvantages 👉 What is data replication?


    📊 12. Final Summary Table (Quick Revision)

    Topic Key Idea Example
    Cloud Storage Store data online Google Drive
    Object Storage Data as objects Videos/images
    Block Storage Data in chunks Databases
    File Storage Folder structure Documents
    Replication Multiple copies Backup systems
    Benefits Scalable, low cost —
    Challenges Security, internet —

    🧠 Final Revision Tips

    ✔ Remember 3 storage types (Object, Block, File) ⭐ ✔ Learn data replication concept ✔ Understand advantages vs disadvantages ✔ Use diagrams in exams


    Previous topic 6
    Cloud access and cloud interconnection networks
    Next topic 8
    Cloud applications

    Past Papers

    Open this section to load past papers

    Click on Show Past Papers to see past papers.
    On This Page
      Reading Stats
      Est. reading time3 min
      Word count496
      Code examples0
      DifficultyBeginner