SlideShare ist ein Scribd-Unternehmen logo
1 von 25
Overview of Physical Storage Media
• Several types of data storage exist in most
computer systems.
• These storage media are classified by the
speed with which data can be accessed, by the
cost per unit of data to buy the medium, and
by the medium’s reliability.
Types Of Storage Media
• cache
• main memory
• flash memory
• magnetic disk
• optical disk
• magnetic tapes
Cache
• The cache is the fastest and most costly form
of storage.
• Cachememory is relatively small
• its use is managed by the computer system
hardware.
• We shall not be concerned about managing
cache storage in the database system.
• It is, however, worth noting that database
implementors do pay attention to cache
effects when designing query processing data
structures and algorithms.
Main memory
• The storage medium used for data that are
available to be operated on is main memory.
• Although main memory may contain several
gigabytes of data on a personal computer, or
even hundreds of gigabytes of data in large
server systems, it is generally too small (or too
expensive) for storing the entire database.
• The contents of main memory are usually lost
if a power failure or system crash occurs.
Flash memory
• Flash memory differs from main memory in
that stored data are retained even if power is
turned off (or fails).
• Two Types of Flash Memory:
– Nand
– Nor
• NAND flash has a much higher storage
capacity for a given cost, and is widely used
for data storage in devices such as cameras,
music players, and cell phones, and
increasingly, in laptop computers as well.
• Flash memory has a lower cost per byte than
main memory, in addition to being
nonvolatile; that is, it retains stored data even
if power is switched off.
• Flash memory is alsowidely used for storing
data in “USB keys,” which can be plugged into
the Universal Serial Bus (USB) slots of
computing devices.
• Flash memory is also increasingly used as a
replacement for magnetic disks for storing
moderate amounts of data.
• Such disk-drive replacements are called solid-
state drives
• As of 2009, a 64 GB solid-state hard drive
costs less than $200, and capacities range up
to 160 GB.
• Further, flash memory is increasingly being
used in server systems to improve
performance by caching frequently used data,
since it providesfaster access than disk, with
larger storage capacity than main memory (for
a given cost).
Magnetic-disk storage
• The primary medium for the long-term online
storage of data is the magnetic disk.
• Usually, the entire database is stored on
magnetic disk.
• The system must move the data from disk to
main memory so that they can be accessed.
• After the system has performed the
designated
• operations, the data that have been modified
must be written to disk.
• As of 2009, the size of magnetic disks ranges
from 80 gigabytes to 1.5 terabytes, and a 1
terabyte disk costs about $100.
• Disk capacities have been growing at about 50
percent per year, and we can expect disks of
much larger capacity every year.
• Disk storage survives power failures and
system crashes.
• Disk-storage devices themselves may
sometimes fail and thus destroy data,
• but such failures usually occur much less
frequently than do system crashes.
Optical storage.
• The most popular forms of optical storage
are the
• Compact disk (CD), which can hold about
700 megabytes of data and has a playtime of
about 80 minutes
• Digital video disk (DVD), which can hold 4.7
or 8.5 gigabytes of data per side of the disk
(or up to 17 gigabytes on a two-sided disk).
• The expression digital versatile disk is also
used in place of digital video disk, since DVDs
can hold any digital data, not just video data.
• Data are stored optically on a disk, and are
read by a laser.
• A higher capacity format called Blu-ray DVD
can store 27 gigabytes per layer, or 54
gigabytes in a double-layer disk.
• The optical disks used in read-only compact
disks (CD-ROM) or read-only digital video
disks (DVD-ROM) cannot be written, but are
supplied with data prerecorded.
• There are also “record-once” versions of
compact disk (called CD-R) and digital video
disk (called DVD-R and DVD+R), which can be
written only once. such disks are also called
write-once, read-many (WORM) disks.
• There are also “multiple-write” versions of
compact disk (called CD-RW) and digital video
disk (DVD-RW, DVD+RW, and DVD-RAM),
which can be written multiple times.
• Optical disk jukebox systems contain a few
drives and numerous disks that can be loaded
into one of the drives automatically (by a
robot arm) on demand.
Tape storage
• Tape storage is used primarily for backup and
archival data.
• Although magnetic tape is cheaper than disks,
access to data is much slower, because the
tape must be accessed sequentially from the
beginning.
• For this reason, tape storage is referred to as
sequential-access storage.
• In contrast, disk storage is referred to as
direct-access storage because it is possible to
read data from any location on disk.
• Tape libraries (jukeboxes) are used to hold
exceptionally large collections of data such as
data from satellites,which could include as
much as hundreds of terabytes (1 terabyte =
1012 bytes), or even multiple petabytes (1
petabyte = 1015 bytes) of data in a few cases.
• The fastest storage media—for example, cache and
main memory—are referredto as primary storage.
• The media in the next level in the hierarchy—for
example, magnetic disks—are referred to as secondary
storage, or online storage.
• The media in the lowest level in the hierarchy—for
example, magnetic tape and optical-disk jukeboxes—
are referred to as tertiary storage, or offline storage.
• In addition to the speed and cost of the various storage
systems, there is also the issue of storage volatility.
Volatile storage loses its contents when the power to
the device is removed
• In the hierarchy shown in Figure 10.1, the
storage systems from main memory up are
volatile, whereas the storage systems
belowmain memory are nonvolatile. Data
must be written to nonvolatile storage for
safekeeping.
• Thank you!!!!!!!!!!!!!!!!!!!!

Weitere ähnliche Inhalte

Was ist angesagt? (20)

Swapping | Computer Science
Swapping | Computer ScienceSwapping | Computer Science
Swapping | Computer Science
 
13. Query Processing in DBMS
13. Query Processing in DBMS13. Query Processing in DBMS
13. Query Processing in DBMS
 
overview of physical storage media
overview of physical storage mediaoverview of physical storage media
overview of physical storage media
 
Distributed Database
Distributed DatabaseDistributed Database
Distributed Database
 
Query processing
Query processingQuery processing
Query processing
 
Distributed Processing
Distributed ProcessingDistributed Processing
Distributed Processing
 
Distributed dbms architectures
Distributed dbms architecturesDistributed dbms architectures
Distributed dbms architectures
 
DDBMS Paper with Solution
DDBMS Paper with SolutionDDBMS Paper with Solution
DDBMS Paper with Solution
 
File organization
File organizationFile organization
File organization
 
RAID LEVELS
RAID LEVELSRAID LEVELS
RAID LEVELS
 
Memory Organization
Memory OrganizationMemory Organization
Memory Organization
 
File access methods.54
File access methods.54File access methods.54
File access methods.54
 
Dbms ppt
Dbms pptDbms ppt
Dbms ppt
 
Memory Management in OS
Memory Management in OSMemory Management in OS
Memory Management in OS
 
Parallel databases
Parallel databasesParallel databases
Parallel databases
 
Structure of the page table
Structure of the page tableStructure of the page table
Structure of the page table
 
Process management os concept
Process management os conceptProcess management os concept
Process management os concept
 
Distributed database management system
Distributed database management  systemDistributed database management  system
Distributed database management system
 
File Management in Operating System
File Management in Operating SystemFile Management in Operating System
File Management in Operating System
 
Memory management
Memory managementMemory management
Memory management
 

Ähnlich wie Overview of physical storage media

19IS305_U4_LP10_LM10-22-23.pdf
19IS305_U4_LP10_LM10-22-23.pdf19IS305_U4_LP10_LM10-22-23.pdf
19IS305_U4_LP10_LM10-22-23.pdfJESUNPK
 
Storage Devices PPt For class 9
Storage Devices PPt For class 9Storage Devices PPt For class 9
Storage Devices PPt For class 9Saurabh Singh
 
unit 3 cyber security 19.4.22.pptx
unit 3 cyber security  19.4.22.pptxunit 3 cyber security  19.4.22.pptx
unit 3 cyber security 19.4.22.pptxssuserd5e356
 
Conceptual framework storage devices (2)
Conceptual framework   storage devices (2)Conceptual framework   storage devices (2)
Conceptual framework storage devices (2)Rajendra Sharma
 
Introduction to Computers Lecture # 10
Introduction to Computers Lecture # 10Introduction to Computers Lecture # 10
Introduction to Computers Lecture # 10Sehrish Rafiq
 
Memory and storage
Memory and storage Memory and storage
Memory and storage Tapan Khilar
 
Types of Storage Devices
Types of  Storage DevicesTypes of  Storage Devices
Types of Storage DevicesMaryam Fida
 
Introduction of storage devices(Brief Knowledge)
Introduction of storage devices(Brief Knowledge)Introduction of storage devices(Brief Knowledge)
Introduction of storage devices(Brief Knowledge)Afaq Siddiqui
 
Storage and File Structure in DBMS
Storage and File Structure in DBMSStorage and File Structure in DBMS
Storage and File Structure in DBMSA. S. M. Shafi
 
04.01 file organization
04.01 file organization04.01 file organization
04.01 file organizationBishal Ghimire
 
Data storage
Data storageData storage
Data storagetonysusu
 
BAIT1003 Chapter 5
BAIT1003 Chapter 5BAIT1003 Chapter 5
BAIT1003 Chapter 5limsh
 

Ähnlich wie Overview of physical storage media (20)

19IS305_U4_LP10_LM10-22-23.pdf
19IS305_U4_LP10_LM10-22-23.pdf19IS305_U4_LP10_LM10-22-23.pdf
19IS305_U4_LP10_LM10-22-23.pdf
 
Storage Devices PPt For class 9
Storage Devices PPt For class 9Storage Devices PPt For class 9
Storage Devices PPt For class 9
 
unit 3 cyber security 19.4.22.pptx
unit 3 cyber security  19.4.22.pptxunit 3 cyber security  19.4.22.pptx
unit 3 cyber security 19.4.22.pptx
 
Conceptual framework storage devices (2)
Conceptual framework   storage devices (2)Conceptual framework   storage devices (2)
Conceptual framework storage devices (2)
 
Introduction to Computers Lecture # 10
Introduction to Computers Lecture # 10Introduction to Computers Lecture # 10
Introduction to Computers Lecture # 10
 
Memory and storage
Memory and storage Memory and storage
Memory and storage
 
Storage Technologies
Storage TechnologiesStorage Technologies
Storage Technologies
 
Unit 4 DBMS.ppt
Unit 4 DBMS.pptUnit 4 DBMS.ppt
Unit 4 DBMS.ppt
 
Types of Storage Devices
Types of  Storage DevicesTypes of  Storage Devices
Types of Storage Devices
 
Fundamentals of Computing Chapter 6
Fundamentals of Computing Chapter 6Fundamentals of Computing Chapter 6
Fundamentals of Computing Chapter 6
 
Introduction of storage devices(Brief Knowledge)
Introduction of storage devices(Brief Knowledge)Introduction of storage devices(Brief Knowledge)
Introduction of storage devices(Brief Knowledge)
 
Disk storage devices
Disk storage devicesDisk storage devices
Disk storage devices
 
Storage devices
Storage devicesStorage devices
Storage devices
 
Storage and File Structure in DBMS
Storage and File Structure in DBMSStorage and File Structure in DBMS
Storage and File Structure in DBMS
 
Secondary storage
Secondary storageSecondary storage
Secondary storage
 
S tora ge devices
S tora ge devicesS tora ge devices
S tora ge devices
 
04.01 file organization
04.01 file organization04.01 file organization
04.01 file organization
 
Storage Devices
Storage DevicesStorage Devices
Storage Devices
 
Data storage
Data storageData storage
Data storage
 
BAIT1003 Chapter 5
BAIT1003 Chapter 5BAIT1003 Chapter 5
BAIT1003 Chapter 5
 

Kürzlich hochgeladen

USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxnelietumpap1
 

Kürzlich hochgeladen (20)

USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptx
 

Overview of physical storage media

  • 1. Overview of Physical Storage Media
  • 2. • Several types of data storage exist in most computer systems. • These storage media are classified by the speed with which data can be accessed, by the cost per unit of data to buy the medium, and by the medium’s reliability.
  • 3. Types Of Storage Media • cache • main memory • flash memory • magnetic disk • optical disk • magnetic tapes
  • 4. Cache • The cache is the fastest and most costly form of storage. • Cachememory is relatively small • its use is managed by the computer system hardware.
  • 5. • We shall not be concerned about managing cache storage in the database system. • It is, however, worth noting that database implementors do pay attention to cache effects when designing query processing data structures and algorithms.
  • 6. Main memory • The storage medium used for data that are available to be operated on is main memory. • Although main memory may contain several gigabytes of data on a personal computer, or even hundreds of gigabytes of data in large server systems, it is generally too small (or too expensive) for storing the entire database.
  • 7. • The contents of main memory are usually lost if a power failure or system crash occurs.
  • 8. Flash memory • Flash memory differs from main memory in that stored data are retained even if power is turned off (or fails). • Two Types of Flash Memory: – Nand – Nor
  • 9. • NAND flash has a much higher storage capacity for a given cost, and is widely used for data storage in devices such as cameras, music players, and cell phones, and increasingly, in laptop computers as well. • Flash memory has a lower cost per byte than main memory, in addition to being nonvolatile; that is, it retains stored data even if power is switched off.
  • 10. • Flash memory is alsowidely used for storing data in “USB keys,” which can be plugged into the Universal Serial Bus (USB) slots of computing devices. • Flash memory is also increasingly used as a replacement for magnetic disks for storing moderate amounts of data. • Such disk-drive replacements are called solid- state drives
  • 11. • As of 2009, a 64 GB solid-state hard drive costs less than $200, and capacities range up to 160 GB. • Further, flash memory is increasingly being used in server systems to improve performance by caching frequently used data, since it providesfaster access than disk, with larger storage capacity than main memory (for a given cost).
  • 12. Magnetic-disk storage • The primary medium for the long-term online storage of data is the magnetic disk. • Usually, the entire database is stored on magnetic disk. • The system must move the data from disk to main memory so that they can be accessed. • After the system has performed the designated • operations, the data that have been modified must be written to disk.
  • 13. • As of 2009, the size of magnetic disks ranges from 80 gigabytes to 1.5 terabytes, and a 1 terabyte disk costs about $100. • Disk capacities have been growing at about 50 percent per year, and we can expect disks of much larger capacity every year.
  • 14. • Disk storage survives power failures and system crashes. • Disk-storage devices themselves may sometimes fail and thus destroy data, • but such failures usually occur much less frequently than do system crashes.
  • 15. Optical storage. • The most popular forms of optical storage are the • Compact disk (CD), which can hold about 700 megabytes of data and has a playtime of about 80 minutes • Digital video disk (DVD), which can hold 4.7 or 8.5 gigabytes of data per side of the disk (or up to 17 gigabytes on a two-sided disk).
  • 16. • The expression digital versatile disk is also used in place of digital video disk, since DVDs can hold any digital data, not just video data. • Data are stored optically on a disk, and are read by a laser. • A higher capacity format called Blu-ray DVD can store 27 gigabytes per layer, or 54 gigabytes in a double-layer disk.
  • 17. • The optical disks used in read-only compact disks (CD-ROM) or read-only digital video disks (DVD-ROM) cannot be written, but are supplied with data prerecorded. • There are also “record-once” versions of compact disk (called CD-R) and digital video disk (called DVD-R and DVD+R), which can be written only once. such disks are also called write-once, read-many (WORM) disks.
  • 18. • There are also “multiple-write” versions of compact disk (called CD-RW) and digital video disk (DVD-RW, DVD+RW, and DVD-RAM), which can be written multiple times. • Optical disk jukebox systems contain a few drives and numerous disks that can be loaded into one of the drives automatically (by a robot arm) on demand.
  • 19. Tape storage • Tape storage is used primarily for backup and archival data. • Although magnetic tape is cheaper than disks, access to data is much slower, because the tape must be accessed sequentially from the beginning.
  • 20. • For this reason, tape storage is referred to as sequential-access storage. • In contrast, disk storage is referred to as direct-access storage because it is possible to read data from any location on disk.
  • 21. • Tape libraries (jukeboxes) are used to hold exceptionally large collections of data such as data from satellites,which could include as much as hundreds of terabytes (1 terabyte = 1012 bytes), or even multiple petabytes (1 petabyte = 1015 bytes) of data in a few cases.
  • 22.
  • 23. • The fastest storage media—for example, cache and main memory—are referredto as primary storage. • The media in the next level in the hierarchy—for example, magnetic disks—are referred to as secondary storage, or online storage. • The media in the lowest level in the hierarchy—for example, magnetic tape and optical-disk jukeboxes— are referred to as tertiary storage, or offline storage. • In addition to the speed and cost of the various storage systems, there is also the issue of storage volatility. Volatile storage loses its contents when the power to the device is removed
  • 24. • In the hierarchy shown in Figure 10.1, the storage systems from main memory up are volatile, whereas the storage systems belowmain memory are nonvolatile. Data must be written to nonvolatile storage for safekeeping.