SlideShare une entreprise Scribd logo
1  sur  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!!!!!!!!!!!!!!!!!!!!

Contenu connexe

Tendances

Tendances (20)

File Allocation Methods.ppt
File Allocation Methods.pptFile Allocation Methods.ppt
File Allocation Methods.ppt
 
Object Oriented Database Management System
Object Oriented Database Management SystemObject Oriented Database Management System
Object Oriented Database Management System
 
Multimedia Database
Multimedia Database Multimedia Database
Multimedia Database
 
File system structure
File system structureFile system structure
File system structure
 
Integrity Constraints
Integrity ConstraintsIntegrity Constraints
Integrity Constraints
 
Memory Management in OS
Memory Management in OSMemory Management in OS
Memory Management in OS
 
DATA WAREHOUSING AND DATA MINING
DATA WAREHOUSING AND DATA MININGDATA WAREHOUSING AND DATA MINING
DATA WAREHOUSING AND DATA MINING
 
FILE STRUCTURE IN DBMS
FILE STRUCTURE IN DBMSFILE STRUCTURE IN DBMS
FILE STRUCTURE IN DBMS
 
Data independence
Data independenceData independence
Data independence
 
RAID
RAIDRAID
RAID
 
Elements of cache design
Elements of cache designElements of cache design
Elements of cache design
 
Disk and File System Management in Linux
Disk and File System Management in LinuxDisk and File System Management in Linux
Disk and File System Management in Linux
 
Clustering in Data Mining
Clustering in Data MiningClustering in Data Mining
Clustering in Data Mining
 
Paging and segmentation
Paging and segmentationPaging and segmentation
Paging and segmentation
 
Disk structure
Disk structureDisk structure
Disk structure
 
Presentation on Segmentation
Presentation on SegmentationPresentation on Segmentation
Presentation on Segmentation
 
Dbms 3: 3 Schema Architecture
Dbms 3: 3 Schema ArchitectureDbms 3: 3 Schema Architecture
Dbms 3: 3 Schema Architecture
 
Big data lecture notes
Big data lecture notesBig data lecture notes
Big data lecture notes
 
Characteristic of dabase approach
Characteristic of dabase approachCharacteristic of dabase approach
Characteristic of dabase approach
 
Data Mining: Application and trends in data mining
Data Mining: Application and trends in data miningData Mining: Application and trends in data mining
Data Mining: Application and trends in data mining
 

Similaire à 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.pdf
JESUNPK
 

Similaire à 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
 

Dernier

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
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
kauryashika82
 

Dernier (20)

Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptx
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
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
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
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
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 

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.