Unit 4 (DBT)
Unit 4 (DBT)
FLIPPED CLASSROOM
ACTIVITY
ON
DATA BASE TECHNOLOGY(22IT14402)
• Over view of physical storage mediaBy:
• RAID concept • Pavithra• M (222071071)
• 2nd year• (IT-B)
Over view of physical
storage media
• Physical storage media
• a physical device that receives and retains electronic data for
application and users and makes the data available for retrieval.
• when you save your files on local servers or storage devices that
you control and operate yourself.
Physical storage media can
classified based on
• Accessing speed
• Cost per unit of data
• Reliability
Storage media or device
hierarchy
• Primary memory :
1. Cache memory
2. Main memory
• Secondary memory:
1. Flash memory
2. Magnetic disc
• Tertiary memory :
1. Optical Disc
2. Magnetic tape
Storage device hierarchy map
Acces
s
time
Primary Memory :
Cache :
• Most “costly” and “fastest” form of storage. Usually very small, and managed by the
operating system.
Main memory:
• Usually too small (even with megabytes) and too expensive to store the “entire
database”.
NOTE:
• Both are managed by computer system Hardware
• And, they are “volatile “
Secondary Memory :
Flash memory:
• EEPROM (electrically erasable programmable read-only memory).
• Reading data from flash memory takes about 10 nano-secs (roughly as fast as from
main memory), and writing data into flash memory is more complicated: write-once
takes about 4-10 microsecs.
Magnetic disc:
• Stores large amount of data compare to main memory
NOTE: Both are non - volatile
TERTIARY MEMORY :
Optical disc:
• CD-ROM (compact-disk read-only memory), WORM (write-once read-many) disk
Magnetic tape:
• used primarily for backup and archival data.
• Cheaper, but much slower access, since tape must be read sequentially from the
beginning.
Note :
• Both holds “large volume” of data
RAID (Redundant Arrays of Independent Disks)
• The data blocks in RAID 5 are written to different disks, but the
parity bits are spread out across all the data disks rather than
being stored on a separate disk.
• It checks the error in block wise
NOTE: Increase the time consumption
RAID 6
• The RAID 6 level extends the level 5 concept. A pair of independent
parities are generated and stored on multiple disks at this level. A
pair of independent parities are generated and stored on multiple
disks at this level. Ideally, you need four disk drives for this level