SlideShare a Scribd company logo
1 of 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!!!!!!!!!!!!!!!!!!!!

More Related Content

What's hot

overview of physical storage media
overview of physical storage mediaoverview of physical storage media
overview of physical storage mediaAisu
 
Memory management
Memory managementMemory management
Memory managementcpjcollege
 
Challenges of Conventional Systems.pptx
Challenges of Conventional Systems.pptxChallenges of Conventional Systems.pptx
Challenges of Conventional Systems.pptxGovardhanV7
 
Memory Management in OS
Memory Management in OSMemory Management in OS
Memory Management in OSKumar Pritam
 
Dbms Notes Lecture 9 : Specialization, Generalization and Aggregation
Dbms Notes Lecture 9 : Specialization, Generalization and AggregationDbms Notes Lecture 9 : Specialization, Generalization and Aggregation
Dbms Notes Lecture 9 : Specialization, Generalization and AggregationBIT Durg
 
3 tier data warehouse
3 tier data warehouse3 tier data warehouse
3 tier data warehouseJ M
 
Memory Management in OS
Memory Management in OSMemory Management in OS
Memory Management in OSvampugani
 
database recovery techniques
database recovery techniques database recovery techniques
database recovery techniques Kalhan Liyanage
 
Asynchronous Data Transfer.pptx
Asynchronous Data Transfer.pptxAsynchronous Data Transfer.pptx
Asynchronous Data Transfer.pptxArunaDevi63
 
Communication primitives
Communication primitivesCommunication primitives
Communication primitivesStudent
 
Transaction states and properties
Transaction states and propertiesTransaction states and properties
Transaction states and propertiesChetan Mahawar
 
Operating system memory management
Operating system memory managementOperating system memory management
Operating system memory managementrprajat007
 

What's hot (20)

Database recovery
Database recoveryDatabase recovery
Database recovery
 
overview of physical storage media
overview of physical storage mediaoverview of physical storage media
overview of physical storage media
 
Memory management
Memory managementMemory management
Memory management
 
Challenges of Conventional Systems.pptx
Challenges of Conventional Systems.pptxChallenges of Conventional Systems.pptx
Challenges of Conventional Systems.pptx
 
Resource management
Resource managementResource management
Resource management
 
Memory Management in OS
Memory Management in OSMemory Management in OS
Memory Management in OS
 
Data Models
Data ModelsData Models
Data Models
 
File system
File systemFile system
File system
 
Big data unit i
Big data unit iBig data unit i
Big data unit i
 
Dbms Notes Lecture 9 : Specialization, Generalization and Aggregation
Dbms Notes Lecture 9 : Specialization, Generalization and AggregationDbms Notes Lecture 9 : Specialization, Generalization and Aggregation
Dbms Notes Lecture 9 : Specialization, Generalization and Aggregation
 
3 tier data warehouse
3 tier data warehouse3 tier data warehouse
3 tier data warehouse
 
Disk structure
Disk structureDisk structure
Disk structure
 
memory hierarchy
memory hierarchymemory hierarchy
memory hierarchy
 
Memory Management in OS
Memory Management in OSMemory Management in OS
Memory Management in OS
 
database recovery techniques
database recovery techniques database recovery techniques
database recovery techniques
 
Asynchronous Data Transfer.pptx
Asynchronous Data Transfer.pptxAsynchronous Data Transfer.pptx
Asynchronous Data Transfer.pptx
 
Communication primitives
Communication primitivesCommunication primitives
Communication primitives
 
Basic DBMS ppt
Basic DBMS pptBasic DBMS ppt
Basic DBMS ppt
 
Transaction states and properties
Transaction states and propertiesTransaction states and properties
Transaction states and properties
 
Operating system memory management
Operating system memory managementOperating system memory management
Operating system memory management
 

Similar to 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
 
storage devices. ITC FLOPPY DISC USB CLOUD STORAGE
storage devices. ITC FLOPPY DISC USB CLOUD STORAGEstorage devices. ITC FLOPPY DISC USB CLOUD STORAGE
storage devices. ITC FLOPPY DISC USB CLOUD STORAGEmahjabeen344727
 
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
 

Similar to 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
 
storage devices. ITC FLOPPY DISC USB CLOUD STORAGE
storage devices. ITC FLOPPY DISC USB CLOUD STORAGEstorage devices. ITC FLOPPY DISC USB CLOUD STORAGE
storage devices. ITC FLOPPY DISC USB CLOUD STORAGE
 
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
 

Recently uploaded

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 

Recently uploaded (20)

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 

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.