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
    🧩
    Information Technology Infrastructure
    ITEC3128
    Progress0 / 56 topics
    Topics
    1. Overview: Definitions and Infrastructure management activities2. Evolutions of Systems since 1960s (Mainframes-to-Midrange-to-PCs-to-Client-server computing-to-New age systems) and their Management3. Growth of internet, current business demands and IT systems issues4. Complexity of today's computing environment5. Total cost of complexity issues6. Value of Systems management for business7. Factors to consider in designing IT organizations and IT infrastructure8. Determining customer's Requirements9. Identifying System Components to manage10. Exist Processes, Data, applications, Tools and their integration11. Patterns for IT systems management12. Introduction to the design process for information systems13. Current computing environment: Complexity of current computing, multiple technologies, multiple vendors, multiple users14. e-Waste disposal15. Total cost of ownership16. IT system Management: Common tasks in IT system management17. Approaches for organization Management18. Models in IT system design19. IT management systems context diagram20. Patterns for IT system Management21. Information system costs and benefits22. Capital budgeting for information system23. Real Options pricing models24. Limitation of financial models25. Service Delivery Processes: IT services continuity management26. Capacity management27. Availability management and service desk28. Service Support Management: Service support process29. Configuration Management30. Incident management31. Problem management32. Change management33. Release management34. Storage Management: backups, Archive, Recovery, Disaster recovery35. Space management36. Hierarchical storage management37. Network attached storage38. Storage area network39. Bare machine recovery40. Data retention41. Database protection42. Security Management: Introduction Security43. Identity management44. Single sign-on45. Access Management46. Basics of network security47. LDAP fundamentals48. Intrusion detection49. Firewall50. Security information management51. IT Ethics: Introduction to Cyber Ethics52. Intellectual Property53. Privacy and Law54. Computer Forensics55. Ethics and Internet56. Cyber Crimes
    ITEC3128›Hierarchical storage management
    Information Technology InfrastructureTopic 36 of 56

    Hierarchical storage management

    3 minread
    554words
    Beginnerlevel

    📘 Topic: Hierarchical Storage Management (HSM)

    Subject: Information Technology Infrastructure


    1. 📌 Introduction

    In modern organizations, data grows very quickly. Some data is used frequently, while other data is rarely accessed. Keeping all data in expensive fast storage is inefficient.

    👉 To solve this, organizations use Hierarchical Storage Management (HSM) to automatically move data between different storage types based on usage.


    2. ✅ Definition

    Hierarchical Storage Management (HSM) is the automated process of managing data by moving it between different levels of storage (fast, medium, slow) based on how frequently it is used, to optimize cost and performance.

    👉 Simple idea: It ensures “frequently used data stays fast, rarely used data moves to cheap storage.”


    3. 🎯 Objectives of HSM

    • Reduce storage cost
    • Improve system performance
    • Automatically manage data placement
    • Optimize use of storage resources
    • Ensure easy access to important data

    4. 🧩 Storage Hierarchy Levels

    HSM works based on storage speed and cost levels:


    🔑 1. Primary Storage (Fastest, Most Expensive)

    • RAM, SSD
    • Frequently accessed data

    📊 Example:

    • Active database transactions

    🔑 2. Secondary Storage (Medium Speed)

    • Hard disks (HDD)
    • Regularly used data

    📊 Example:

    • Recent customer records

    🔑 3. Tertiary Storage (Slowest, Cheapest)

    • Tape drives, cloud archive storage
    • Rarely used data

    📊 Example:

    • Old financial records

    5. ⚙️ How HSM Works


    🔄 Step-by-Step Process

    🔹 1. Data Monitoring

    • System tracks how often data is used

    🔹 2. Data Classification

    • Frequently used vs rarely used data

    🔹 3. Data Migration

    • Moves data between storage levels automatically

    🔹 4. Retrieval on Demand

    • If needed, data is moved back to faster storage

    📊 Diagram Description

    Primary Storage (Fast)
            ↑ ↓
    Secondary Storage (Medium)
            ↑ ↓
    Tertiary Storage (Slow)
    

    6. 🧠 Real-Life Example

    A bank system:

    • Daily transactions stored in SSD (fast storage)
    • Monthly records stored in HDD
    • Old records stored in tape backup/cloud archive

    👉 Result:

    • Fast performance for active data
    • Low cost for old data storage

    7. ⚙️ Key Features of HSM

    • Automatic data movement
    • Policy-based storage management
    • Transparent to users
    • Balances performance and cost
    • Supports large-scale data systems

    8. 📌 Importance of HSM

    • Reduces expensive storage usage
    • Improves system efficiency
    • Provides fast access to important data
    • Helps manage big data systems
    • Optimizes storage lifecycle

    9. ⚠️ Challenges

    • Complexity in configuration
    • Migration delays for large data
    • Risk of slow retrieval from archive
    • Requires intelligent policies
    • Dependency on system automation

    10. 🔄 HSM vs Simple Storage Management

    Feature HSM Normal Storage Management
    Data Movement Automatic Manual
    Efficiency High Medium
    Cost Optimization Excellent Limited
    Complexity High Low

    11. 📝 Likely Exam Questions

    ⭐ Short Questions:

    1. Define hierarchical storage management.
    2. What is primary storage?
    3. What is tertiary storage?
    4. What is data migration in HSM?
    5. Why is HSM used?

    ⭐ Long Questions:

    1. Explain hierarchical storage management with diagram.
    2. Describe storage levels in HSM.
    3. Discuss importance of HSM in IT systems.
    4. Explain working of hierarchical storage management.
    5. Compare HSM with normal storage management.

    12. 📌 Quick Summary / Conclusion

    • Hierarchical Storage Management (HSM) manages data based on usage frequency and storage cost.

    • It uses:

      • ✔ Fast storage for active data
      • ✔ Medium storage for regular data
      • ✔ Slow storage for old data

    👉 Final Idea: HSM ensures efficient, cost-effective, and performance-optimized storage management in modern IT systems.


    ✅ Exam Tip: Always include:

    • Definition
    • Storage levels (very important)
    • Working steps
    • Diagram
    • Real-life example for full marks
    Previous topic 35
    Space management
    Next topic 37
    Network attached storage

    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 count554
      Code examples0
      DifficultyBeginner