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

Memory management
Memory managementMemory management
Memory management
cpjcollege
 
Paging and segmentation
Paging and segmentationPaging and segmentation
Paging and segmentation
Piyush Rochwani
 
3.2 partitioning methods
3.2 partitioning methods3.2 partitioning methods
3.2 partitioning methods
Krish_ver2
 
Thrashing allocation frames.43
Thrashing allocation frames.43Thrashing allocation frames.43
Thrashing allocation frames.43
myrajendra
 
Memory management
Memory managementMemory management
Memory management
Rajni Sirohi
 
17. Recovery System in DBMS
17. Recovery System in DBMS17. Recovery System in DBMS
17. Recovery System in DBMS
koolkampus
 
Operating system paging and segmentation
Operating system paging and segmentationOperating system paging and segmentation
Operating system paging and segmentation
hamza haseeb
 
Pci,usb,scsi bus
Pci,usb,scsi busPci,usb,scsi bus
Pci,usb,scsi bus
Sherwin Rodrigues
 
Computer architecture virtual memory
Computer architecture virtual memoryComputer architecture virtual memory
Computer architecture virtual memory
Mazin Alwaaly
 
overview of physical storage media
overview of physical storage mediaoverview of physical storage media
overview of physical storage media
Aisu
 
Cache memory
Cache memoryCache memory
Cache memory
Anuj Modi
 
Cache memory
Cache memoryCache memory
Cache memory
Ansari Maviya
 
Auxiliary memory
Auxiliary memoryAuxiliary memory
Auxiliary memory
YuvrajVyas2
 
11. Storage and File Structure in DBMS
11. Storage and File Structure in DBMS11. Storage and File Structure in DBMS
11. Storage and File Structure in DBMS
koolkampus
 
File organization 1
File organization 1File organization 1
File organization 1
Rupali Rana
 
Cache memory ppt
Cache memory ppt  Cache memory ppt
Cache memory ppt
Arpita Naik
 
Distributed file system
Distributed file systemDistributed file system
Distributed file system
Anamika Singh
 
Memory management
Memory managementMemory management
Memory management
Muhammad Fayyaz
 
Ram and-rom-chips
Ram and-rom-chipsRam and-rom-chips
Ram and-rom-chips
Anuj Modi
 
Memory Organization
Memory OrganizationMemory Organization
Memory Organization
Kamal Acharya
 

What's hot (20)

Memory management
Memory managementMemory management
Memory management
 
Paging and segmentation
Paging and segmentationPaging and segmentation
Paging and segmentation
 
3.2 partitioning methods
3.2 partitioning methods3.2 partitioning methods
3.2 partitioning methods
 
Thrashing allocation frames.43
Thrashing allocation frames.43Thrashing allocation frames.43
Thrashing allocation frames.43
 
Memory management
Memory managementMemory management
Memory management
 
17. Recovery System in DBMS
17. Recovery System in DBMS17. Recovery System in DBMS
17. Recovery System in DBMS
 
Operating system paging and segmentation
Operating system paging and segmentationOperating system paging and segmentation
Operating system paging and segmentation
 
Pci,usb,scsi bus
Pci,usb,scsi busPci,usb,scsi bus
Pci,usb,scsi bus
 
Computer architecture virtual memory
Computer architecture virtual memoryComputer architecture virtual memory
Computer architecture virtual memory
 
overview of physical storage media
overview of physical storage mediaoverview of physical storage media
overview of physical storage media
 
Cache memory
Cache memoryCache memory
Cache memory
 
Cache memory
Cache memoryCache memory
Cache memory
 
Auxiliary memory
Auxiliary memoryAuxiliary memory
Auxiliary memory
 
11. Storage and File Structure in DBMS
11. Storage and File Structure in DBMS11. Storage and File Structure in DBMS
11. Storage and File Structure in DBMS
 
File organization 1
File organization 1File organization 1
File organization 1
 
Cache memory ppt
Cache memory ppt  Cache memory ppt
Cache memory ppt
 
Distributed file system
Distributed file systemDistributed file system
Distributed file system
 
Memory management
Memory managementMemory management
Memory management
 
Ram and-rom-chips
Ram and-rom-chipsRam and-rom-chips
Ram and-rom-chips
 
Memory Organization
Memory OrganizationMemory Organization
Memory Organization
 

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.pdf
JESUNPK
 
Storage Devices PPt For class 9
Storage Devices PPt For class 9Storage Devices PPt For class 9
Storage Devices PPt For class 9
Saurabh 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.pptx
ssuserd5e356
 
Conceptual framework storage devices (2)
Conceptual framework   storage devices (2)Conceptual framework   storage devices (2)
Conceptual framework storage devices (2)
Rajendra Sharma
 
MDFH_Session6 (1)_hayes _ chapter 6 SE 222
MDFH_Session6 (1)_hayes _ chapter 6 SE 222MDFH_Session6 (1)_hayes _ chapter 6 SE 222
MDFH_Session6 (1)_hayes _ chapter 6 SE 222
tabeh82816
 
Introduction to Computers Lecture # 10
Introduction to Computers Lecture # 10Introduction to Computers Lecture # 10
Introduction to Computers Lecture # 10
Sehrish Rafiq
 
Memory and storage
Memory and storage Memory and storage
Memory and storage
Tapan Khilar
 
Storage Technologies
Storage TechnologiesStorage Technologies
Storage Technologies
Rishav Bhurtel
 
Unit 4 DBMS.ppt
Unit 4 DBMS.pptUnit 4 DBMS.ppt
Unit 4 DBMS.ppt
HARRSHITHAASCSE
 
Types of Storage Devices
Types of  Storage DevicesTypes of  Storage Devices
Types of Storage Devices
Maryam 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 STORAGE
mahjabeen344727
 
Fundamentals of Computing Chapter 6
Fundamentals of Computing Chapter 6Fundamentals of Computing Chapter 6
Fundamentals of Computing Chapter 6
Mohd Harris Ahmad Jaal
 
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
 
Disk storage devices
Disk storage devicesDisk storage devices
Disk storage devices
Miyuru Dhammage
 
Storage devices
Storage devicesStorage devices
Storage devices
Saurabh Mishra
 
Storage and File Structure in DBMS
Storage and File Structure in DBMSStorage and File Structure in DBMS
Storage and File Structure in DBMS
A. S. M. Shafi
 
Secondary storage
Secondary storageSecondary storage
Secondary storage
fatimazaheer12
 
S tora ge devices
S tora ge devicesS tora ge devices
S tora ge devices
Anish Raj Goyal
 
04.01 file organization
04.01 file organization04.01 file organization
04.01 file organization
Bishal Ghimire
 
Storage Devices
Storage DevicesStorage Devices
Storage Devices
The University of Lahore
 

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)
 
MDFH_Session6 (1)_hayes _ chapter 6 SE 222
MDFH_Session6 (1)_hayes _ chapter 6 SE 222MDFH_Session6 (1)_hayes _ chapter 6 SE 222
MDFH_Session6 (1)_hayes _ chapter 6 SE 222
 
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
 

Recently uploaded

How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
Celine George
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
adhitya5119
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
NgcHiNguyn25
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 

Recently uploaded (20)

How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.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.