SlideShare una empresa de Scribd logo
1 de 17
Descargar para leer sin conexión
Chapter 8
Multimedia Storage and
Retrieval
-PRATIK MAN SINGH PRADHAN (WWW.PMSPRATIK.COM.NP)-
MMS2401 – MULTIMEDIA SYSTEMS & COMMUNICATIONS (3 CREDITS)
Storage and Retrieval
 A data storage device is a device for recording (storing) information (data).
 Recording can be done using virtually any form of energy, spanning from
manual muscle power in handwriting, to acoustic vibrations in phonographic
recording, to electromagnetic energy modulating magnetic tape and optical
discs.
 Data retrieval means obtaining data from a database management system
such as ODBMS.
 In this case, it is considered that data is represented in a structured way, and
there is no ambiguity in data.
 In order to retrieve the desired data the user present a set of criteria by a
query.
Multimedia Storage
 Multimedia can be stored in mediums such as Optical Disks, Hard Drives,
Magnetic Storage Media and such.
Multimedia Retrieval
 Multimedia retrieval depends on the type of multimedia file it is which may
be continuous or discrete.
 Continuous media is data where there is a timing relationship between
source and destination. Video, animation and audio are examples of
continuous media.
 Some media is time independent or static or discrete media: normal data,
text, single images, graphics are examples.
Disc and Disk
 Disc  Disk
Magnetic Media
 Magnetic storage or magnetic recording is the storage of data on a
magnetised medium.
 Magnetic storage uses different patterns of magnetisation in a
magnetisable material to store data and is a form of non-volatile memory.
Optical Media
 Optical media - such as the compact disk (CD) - are storage media that
hold content in digital form and that are written and read by a laser; these
media include all the various CD and DVD variations, as well as optical
jukeboxes and autochangers.
Disk Spanning
 Disc spanning is a feature of CD and DVD burning software that
automatically spreads a large amount of data across many data discs if
the data set's size exceeds the storage capacity of an individual blank
disc.
RAID Storage
 RAID is a technology that is used to increase the performance and/or
reliability of data storage.
 The abbreviation stands for Redundant Array of Inexpensive Disks.
 A RAID system consists of two or more disks working in parallel.
RAID Levels
 Raid Level 0
 Raid Level 1
 Raid Level 2
 Raid Level 3
 Raid Level 4
 Raid Level 5
 Raid Level 6
RAID Level 0
 RAID 0 (also known as a stripe set or striped volume) splits
("stripes") data evenly across two or more disks, without parity
information, redundancy, or fault tolerance.
 Since RAID 0 provides no fault tolerance or redundancy, the
failure of one drive will cause the entire array to fail; as a result of
having data striped across all disks, the failure will result in total
data loss.
 This configuration is typically implemented having speed as the
intended goal.
 RAID 0 is normally used to increase performance, although it can
also be used as a way to create a large logical volume out of
two or more physical disks.
RAID Level 1
 RAID 1 consists of an exact copy (or mirror) of a set of data on
two or more disks; a classic RAID 1 mirrored pair contains two
disks.
 This configuration offers no parity, striping, or spanning of disk
space across multiple disks, since the data is mirrored on all disks
belonging to the array, and the array can only be as big as the
smallest member disk.
 This layout is useful when read performance or reliability is more
important than write performance or the resulting data storage
capacity.
RAID Level 2
 RAID 2, which is rarely used in practice, stripes
data at the bit (rather than block) level, and
uses a Hamming code for error correction.
 The disks are synchronized by the controller to
spin at the same angular orientation (they
reach index at the same, so it generally cannot
service multiple requests simultaneously.
 Extremely high data transfer rates are possible.
RAID Level 3
 RAID 3, which is rarely used in practice,
consists of byte-level striping with a dedicated
parity disk.
 One of the characteristics of RAID 3 is that it
generally cannot service multiple requests
simultaneously, which happens because any
single block of data will, by definition, be
spread across all members of the set and will
reside in the same location.
 Therefore, any I/O operation requires activity
on every disk and usually requires
synchronized spindles.
RAID Level 4
 RAID 4 consists of block-level striping with a
dedicated parity disk.
 As a result of its layout, RAID 4 provides
good performance of random reads, while
the performance of random writes is low
due to the need to write all parity data to
a single disk.
RAID Level 5
 RAID 5 consists of block-level striping with
distributed parity.
 Unlike in RAID 4, parity information is
distributed among the drives.
 It requires that all drives but one be present to
operate.
 Upon failure of a single drive, subsequent
reads can be calculated from the distributed
parity such that no data is lost.
 RAID 5 requires at least three disks.
RAID Level 6
 RAID 6 extends RAID 5 by adding
another parity block; thus, it uses
block-level striping with two parity
blocks distributed across all
member disks.

Más contenido relacionado

La actualidad más candente

Distributed file system
Distributed file systemDistributed file system
Distributed file systemAnamika Singh
 
Multimedia networking
Multimedia networkingMultimedia networking
Multimedia networkingKikima Jimmy
 
File system Os
File system OsFile system Os
File system OsNehal Naik
 
Video compression
Video compressionVideo compression
Video compressionDarkNight14
 
Operating system paging and segmentation
Operating system paging and segmentationOperating system paging and segmentation
Operating system paging and segmentationhamza haseeb
 
Comparison between Lossy and Lossless Compression
Comparison between Lossy and Lossless CompressionComparison between Lossy and Lossless Compression
Comparison between Lossy and Lossless Compressionrafikrokon
 
multimedia data and file format
multimedia data and file formatmultimedia data and file format
multimedia data and file formatALOK SAHNI
 
Chapter 5 - Data Compression
Chapter 5 - Data CompressionChapter 5 - Data Compression
Chapter 5 - Data CompressionPratik Pradhan
 
Communication primitives
Communication primitivesCommunication primitives
Communication primitivesStudent
 
Terminologies Used In Big data Environments,G.Sumithra,II-M.sc(computer scien...
Terminologies Used In Big data Environments,G.Sumithra,II-M.sc(computer scien...Terminologies Used In Big data Environments,G.Sumithra,II-M.sc(computer scien...
Terminologies Used In Big data Environments,G.Sumithra,II-M.sc(computer scien...sumithragunasekaran
 
Network security - OSI Security Architecture
Network security - OSI Security ArchitectureNetwork security - OSI Security Architecture
Network security - OSI Security ArchitectureBharathiKrishna6
 
Multimedia system(OPEN DOCUMENT ARCHITECTURE AND INTERCHANGING FORMAT)
Multimedia system(OPEN DOCUMENT ARCHITECTURE AND INTERCHANGING FORMAT)Multimedia system(OPEN DOCUMENT ARCHITECTURE AND INTERCHANGING FORMAT)
Multimedia system(OPEN DOCUMENT ARCHITECTURE AND INTERCHANGING FORMAT)pavishkumarsingh
 
Distributed shred memory architecture
Distributed shred memory architectureDistributed shred memory architecture
Distributed shred memory architectureMaulik Togadiya
 
Security services and mechanisms
Security services and mechanismsSecurity services and mechanisms
Security services and mechanismsRajapriya82
 
distributed Computing system model
distributed Computing system modeldistributed Computing system model
distributed Computing system modelHarshad Umredkar
 

La actualidad más candente (20)

operating system structure
operating system structureoperating system structure
operating system structure
 
Distributed file system
Distributed file systemDistributed file system
Distributed file system
 
Multimedia networking
Multimedia networkingMultimedia networking
Multimedia networking
 
RAID
RAIDRAID
RAID
 
File system Os
File system OsFile system Os
File system Os
 
Video compression
Video compressionVideo compression
Video compression
 
Operating system paging and segmentation
Operating system paging and segmentationOperating system paging and segmentation
Operating system paging and segmentation
 
Comparison between Lossy and Lossless Compression
Comparison between Lossy and Lossless CompressionComparison between Lossy and Lossless Compression
Comparison between Lossy and Lossless Compression
 
multimedia data and file format
multimedia data and file formatmultimedia data and file format
multimedia data and file format
 
Chapter 5 - Data Compression
Chapter 5 - Data CompressionChapter 5 - Data Compression
Chapter 5 - Data Compression
 
data compression.
data compression.data compression.
data compression.
 
Multimedia Database
Multimedia DatabaseMultimedia Database
Multimedia Database
 
Multimedia systems
Multimedia systemsMultimedia systems
Multimedia systems
 
Communication primitives
Communication primitivesCommunication primitives
Communication primitives
 
Terminologies Used In Big data Environments,G.Sumithra,II-M.sc(computer scien...
Terminologies Used In Big data Environments,G.Sumithra,II-M.sc(computer scien...Terminologies Used In Big data Environments,G.Sumithra,II-M.sc(computer scien...
Terminologies Used In Big data Environments,G.Sumithra,II-M.sc(computer scien...
 
Network security - OSI Security Architecture
Network security - OSI Security ArchitectureNetwork security - OSI Security Architecture
Network security - OSI Security Architecture
 
Multimedia system(OPEN DOCUMENT ARCHITECTURE AND INTERCHANGING FORMAT)
Multimedia system(OPEN DOCUMENT ARCHITECTURE AND INTERCHANGING FORMAT)Multimedia system(OPEN DOCUMENT ARCHITECTURE AND INTERCHANGING FORMAT)
Multimedia system(OPEN DOCUMENT ARCHITECTURE AND INTERCHANGING FORMAT)
 
Distributed shred memory architecture
Distributed shred memory architectureDistributed shred memory architecture
Distributed shred memory architecture
 
Security services and mechanisms
Security services and mechanismsSecurity services and mechanisms
Security services and mechanisms
 
distributed Computing system model
distributed Computing system modeldistributed Computing system model
distributed Computing system model
 

Similar a Chapter 8 - Multimedia Storage and Retrieval

You will get DBA Jobs If You Learn What is Storage System, Hurry Up!
You will get DBA Jobs If You Learn What is Storage System, Hurry Up!You will get DBA Jobs If You Learn What is Storage System, Hurry Up!
You will get DBA Jobs If You Learn What is Storage System, Hurry Up!raima sen
 
Exercise 3-1 This chapter’s opening scenario illustrates a specific .docx
Exercise 3-1 This chapter’s opening scenario illustrates a specific .docxExercise 3-1 This chapter’s opening scenario illustrates a specific .docx
Exercise 3-1 This chapter’s opening scenario illustrates a specific .docxnealwaters20034
 
Data center core elements, Data center virtualization
Data center core elements, Data center virtualizationData center core elements, Data center virtualization
Data center core elements, Data center virtualizationMadhuraNK
 
Dr module 3 assignment Management homework help.docx
Dr module 3 assignment Management homework help.docxDr module 3 assignment Management homework help.docx
Dr module 3 assignment Management homework help.docxwrite31
 
Raid Levels Technology
Raid Levels TechnologyRaid Levels Technology
Raid Levels TechnologyIshwor Panta
 
Raid the redundant array of independent disks technology overview
Raid the redundant array of independent disks technology overviewRaid the redundant array of independent disks technology overview
Raid the redundant array of independent disks technology overviewIT Tech
 
Sistemas operacionais raid
Sistemas operacionais   raidSistemas operacionais   raid
Sistemas operacionais raidCarlos Melo
 
Raid (Redundant Array of Inexpensive Disks) in Computer Architecture
Raid (Redundant Array of Inexpensive Disks) in Computer ArchitectureRaid (Redundant Array of Inexpensive Disks) in Computer Architecture
Raid (Redundant Array of Inexpensive Disks) in Computer ArchitectureAiman Hafeez
 
disk structure and multiple RAID levels .ppt
disk structure and multiple  RAID levels .pptdisk structure and multiple  RAID levels .ppt
disk structure and multiple RAID levels .pptRAJASEKHARV10
 
Various raid levels pros & cons
Various raid levels pros & consVarious raid levels pros & cons
Various raid levels pros & consIT Tech
 

Similar a Chapter 8 - Multimedia Storage and Retrieval (20)

DBMS RAID.pptx
DBMS RAID.pptxDBMS RAID.pptx
DBMS RAID.pptx
 
You will get DBA Jobs If You Learn What is Storage System, Hurry Up!
You will get DBA Jobs If You Learn What is Storage System, Hurry Up!You will get DBA Jobs If You Learn What is Storage System, Hurry Up!
You will get DBA Jobs If You Learn What is Storage System, Hurry Up!
 
Raid(Storage Technology)
Raid(Storage Technology)Raid(Storage Technology)
Raid(Storage Technology)
 
Exercise 3-1 This chapter’s opening scenario illustrates a specific .docx
Exercise 3-1 This chapter’s opening scenario illustrates a specific .docxExercise 3-1 This chapter’s opening scenario illustrates a specific .docx
Exercise 3-1 This chapter’s opening scenario illustrates a specific .docx
 
Data center core elements, Data center virtualization
Data center core elements, Data center virtualizationData center core elements, Data center virtualization
Data center core elements, Data center virtualization
 
UNIT III.pptx
UNIT III.pptxUNIT III.pptx
UNIT III.pptx
 
RAID and LVM
RAID and LVMRAID and LVM
RAID and LVM
 
Dr module 3 assignment Management homework help.docx
Dr module 3 assignment Management homework help.docxDr module 3 assignment Management homework help.docx
Dr module 3 assignment Management homework help.docx
 
RAID LEVELS
RAID LEVELSRAID LEVELS
RAID LEVELS
 
RAID
RAIDRAID
RAID
 
Raid Levels Technology
Raid Levels TechnologyRaid Levels Technology
Raid Levels Technology
 
Raid the redundant array of independent disks technology overview
Raid the redundant array of independent disks technology overviewRaid the redundant array of independent disks technology overview
Raid the redundant array of independent disks technology overview
 
SEMINAR
SEMINARSEMINAR
SEMINAR
 
Raid and its levels
Raid and its levelsRaid and its levels
Raid and its levels
 
Sistemas operacionais raid
Sistemas operacionais   raidSistemas operacionais   raid
Sistemas operacionais raid
 
Raid (Redundant Array of Inexpensive Disks) in Computer Architecture
Raid (Redundant Array of Inexpensive Disks) in Computer ArchitectureRaid (Redundant Array of Inexpensive Disks) in Computer Architecture
Raid (Redundant Array of Inexpensive Disks) in Computer Architecture
 
disk structure and multiple RAID levels .ppt
disk structure and multiple  RAID levels .pptdisk structure and multiple  RAID levels .ppt
disk structure and multiple RAID levels .ppt
 
Various raid levels pros & cons
Various raid levels pros & consVarious raid levels pros & cons
Various raid levels pros & cons
 
Linux admin
Linux adminLinux admin
Linux admin
 
RAID seminar
RAID seminarRAID seminar
RAID seminar
 

Más de Pratik Pradhan

Popular multimedia video tutorial websites pratik man singh pradhan - slides
Popular multimedia video tutorial websites   pratik man singh pradhan - slidesPopular multimedia video tutorial websites   pratik man singh pradhan - slides
Popular multimedia video tutorial websites pratik man singh pradhan - slidesPratik Pradhan
 
Popular Multimedia Video Tutorial Websites - Pratik Man Singh Pradhan - Thesis
Popular Multimedia Video Tutorial Websites -  Pratik Man Singh Pradhan - ThesisPopular Multimedia Video Tutorial Websites -  Pratik Man Singh Pradhan - Thesis
Popular Multimedia Video Tutorial Websites - Pratik Man Singh Pradhan - ThesisPratik Pradhan
 
Chapter 11 - Emerging Multimedia Technologies
Chapter 11 - Emerging Multimedia TechnologiesChapter 11 - Emerging Multimedia Technologies
Chapter 11 - Emerging Multimedia TechnologiesPratik Pradhan
 
Chapter 10 - Multimedia Over Atm
Chapter 10 - Multimedia Over AtmChapter 10 - Multimedia Over Atm
Chapter 10 - Multimedia Over AtmPratik Pradhan
 
Chapter 9 -Multimedia on The Internet
Chapter 9 -Multimedia on The InternetChapter 9 -Multimedia on The Internet
Chapter 9 -Multimedia on The InternetPratik Pradhan
 
Chapter 7 - Multimedia Networking Issues
Chapter 7 - Multimedia Networking IssuesChapter 7 - Multimedia Networking Issues
Chapter 7 - Multimedia Networking IssuesPratik Pradhan
 
Chapter 6 - Multimedia Over Ip
Chapter 6 - Multimedia Over IpChapter 6 - Multimedia Over Ip
Chapter 6 - Multimedia Over IpPratik Pradhan
 
Chapter 4 - Introduction of International Standards
Chapter 4 - Introduction of International StandardsChapter 4 - Introduction of International Standards
Chapter 4 - Introduction of International StandardsPratik Pradhan
 
Chapter 3 - Multimedia System Design
Chapter 3 - Multimedia System DesignChapter 3 - Multimedia System Design
Chapter 3 - Multimedia System DesignPratik Pradhan
 
Chapter 2 - Multimedia Communications
Chapter 2 - Multimedia CommunicationsChapter 2 - Multimedia Communications
Chapter 2 - Multimedia CommunicationsPratik Pradhan
 
Chapter 1 - Multimedia Fundamentals
Chapter 1 - Multimedia FundamentalsChapter 1 - Multimedia Fundamentals
Chapter 1 - Multimedia FundamentalsPratik Pradhan
 
MMS2401 - Multimedia system and Communication Notes
MMS2401 - Multimedia system and Communication NotesMMS2401 - Multimedia system and Communication Notes
MMS2401 - Multimedia system and Communication NotesPratik Pradhan
 
CT1101 - Computer Technology
CT1101 - Computer TechnologyCT1101 - Computer Technology
CT1101 - Computer TechnologyPratik Pradhan
 

Más de Pratik Pradhan (13)

Popular multimedia video tutorial websites pratik man singh pradhan - slides
Popular multimedia video tutorial websites   pratik man singh pradhan - slidesPopular multimedia video tutorial websites   pratik man singh pradhan - slides
Popular multimedia video tutorial websites pratik man singh pradhan - slides
 
Popular Multimedia Video Tutorial Websites - Pratik Man Singh Pradhan - Thesis
Popular Multimedia Video Tutorial Websites -  Pratik Man Singh Pradhan - ThesisPopular Multimedia Video Tutorial Websites -  Pratik Man Singh Pradhan - Thesis
Popular Multimedia Video Tutorial Websites - Pratik Man Singh Pradhan - Thesis
 
Chapter 11 - Emerging Multimedia Technologies
Chapter 11 - Emerging Multimedia TechnologiesChapter 11 - Emerging Multimedia Technologies
Chapter 11 - Emerging Multimedia Technologies
 
Chapter 10 - Multimedia Over Atm
Chapter 10 - Multimedia Over AtmChapter 10 - Multimedia Over Atm
Chapter 10 - Multimedia Over Atm
 
Chapter 9 -Multimedia on The Internet
Chapter 9 -Multimedia on The InternetChapter 9 -Multimedia on The Internet
Chapter 9 -Multimedia on The Internet
 
Chapter 7 - Multimedia Networking Issues
Chapter 7 - Multimedia Networking IssuesChapter 7 - Multimedia Networking Issues
Chapter 7 - Multimedia Networking Issues
 
Chapter 6 - Multimedia Over Ip
Chapter 6 - Multimedia Over IpChapter 6 - Multimedia Over Ip
Chapter 6 - Multimedia Over Ip
 
Chapter 4 - Introduction of International Standards
Chapter 4 - Introduction of International StandardsChapter 4 - Introduction of International Standards
Chapter 4 - Introduction of International Standards
 
Chapter 3 - Multimedia System Design
Chapter 3 - Multimedia System DesignChapter 3 - Multimedia System Design
Chapter 3 - Multimedia System Design
 
Chapter 2 - Multimedia Communications
Chapter 2 - Multimedia CommunicationsChapter 2 - Multimedia Communications
Chapter 2 - Multimedia Communications
 
Chapter 1 - Multimedia Fundamentals
Chapter 1 - Multimedia FundamentalsChapter 1 - Multimedia Fundamentals
Chapter 1 - Multimedia Fundamentals
 
MMS2401 - Multimedia system and Communication Notes
MMS2401 - Multimedia system and Communication NotesMMS2401 - Multimedia system and Communication Notes
MMS2401 - Multimedia system and Communication Notes
 
CT1101 - Computer Technology
CT1101 - Computer TechnologyCT1101 - Computer Technology
CT1101 - Computer Technology
 

Último

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.docxRamakrishna Reddy Bijjam
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxPooja Bhuva
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
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.christianmathematics
 
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 FellowsMebane Rash
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxUmeshTimilsina1
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 

Último (20)

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
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
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
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
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.
 
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
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 

Chapter 8 - Multimedia Storage and Retrieval

  • 1. Chapter 8 Multimedia Storage and Retrieval -PRATIK MAN SINGH PRADHAN (WWW.PMSPRATIK.COM.NP)- MMS2401 – MULTIMEDIA SYSTEMS & COMMUNICATIONS (3 CREDITS)
  • 2. Storage and Retrieval  A data storage device is a device for recording (storing) information (data).  Recording can be done using virtually any form of energy, spanning from manual muscle power in handwriting, to acoustic vibrations in phonographic recording, to electromagnetic energy modulating magnetic tape and optical discs.  Data retrieval means obtaining data from a database management system such as ODBMS.  In this case, it is considered that data is represented in a structured way, and there is no ambiguity in data.  In order to retrieve the desired data the user present a set of criteria by a query.
  • 3. Multimedia Storage  Multimedia can be stored in mediums such as Optical Disks, Hard Drives, Magnetic Storage Media and such.
  • 4. Multimedia Retrieval  Multimedia retrieval depends on the type of multimedia file it is which may be continuous or discrete.  Continuous media is data where there is a timing relationship between source and destination. Video, animation and audio are examples of continuous media.  Some media is time independent or static or discrete media: normal data, text, single images, graphics are examples.
  • 5. Disc and Disk  Disc  Disk
  • 6. Magnetic Media  Magnetic storage or magnetic recording is the storage of data on a magnetised medium.  Magnetic storage uses different patterns of magnetisation in a magnetisable material to store data and is a form of non-volatile memory.
  • 7. Optical Media  Optical media - such as the compact disk (CD) - are storage media that hold content in digital form and that are written and read by a laser; these media include all the various CD and DVD variations, as well as optical jukeboxes and autochangers.
  • 8. Disk Spanning  Disc spanning is a feature of CD and DVD burning software that automatically spreads a large amount of data across many data discs if the data set's size exceeds the storage capacity of an individual blank disc.
  • 9. RAID Storage  RAID is a technology that is used to increase the performance and/or reliability of data storage.  The abbreviation stands for Redundant Array of Inexpensive Disks.  A RAID system consists of two or more disks working in parallel.
  • 10. RAID Levels  Raid Level 0  Raid Level 1  Raid Level 2  Raid Level 3  Raid Level 4  Raid Level 5  Raid Level 6
  • 11. RAID Level 0  RAID 0 (also known as a stripe set or striped volume) splits ("stripes") data evenly across two or more disks, without parity information, redundancy, or fault tolerance.  Since RAID 0 provides no fault tolerance or redundancy, the failure of one drive will cause the entire array to fail; as a result of having data striped across all disks, the failure will result in total data loss.  This configuration is typically implemented having speed as the intended goal.  RAID 0 is normally used to increase performance, although it can also be used as a way to create a large logical volume out of two or more physical disks.
  • 12. RAID Level 1  RAID 1 consists of an exact copy (or mirror) of a set of data on two or more disks; a classic RAID 1 mirrored pair contains two disks.  This configuration offers no parity, striping, or spanning of disk space across multiple disks, since the data is mirrored on all disks belonging to the array, and the array can only be as big as the smallest member disk.  This layout is useful when read performance or reliability is more important than write performance or the resulting data storage capacity.
  • 13. RAID Level 2  RAID 2, which is rarely used in practice, stripes data at the bit (rather than block) level, and uses a Hamming code for error correction.  The disks are synchronized by the controller to spin at the same angular orientation (they reach index at the same, so it generally cannot service multiple requests simultaneously.  Extremely high data transfer rates are possible.
  • 14. RAID Level 3  RAID 3, which is rarely used in practice, consists of byte-level striping with a dedicated parity disk.  One of the characteristics of RAID 3 is that it generally cannot service multiple requests simultaneously, which happens because any single block of data will, by definition, be spread across all members of the set and will reside in the same location.  Therefore, any I/O operation requires activity on every disk and usually requires synchronized spindles.
  • 15. RAID Level 4  RAID 4 consists of block-level striping with a dedicated parity disk.  As a result of its layout, RAID 4 provides good performance of random reads, while the performance of random writes is low due to the need to write all parity data to a single disk.
  • 16. RAID Level 5  RAID 5 consists of block-level striping with distributed parity.  Unlike in RAID 4, parity information is distributed among the drives.  It requires that all drives but one be present to operate.  Upon failure of a single drive, subsequent reads can be calculated from the distributed parity such that no data is lost.  RAID 5 requires at least three disks.
  • 17. RAID Level 6  RAID 6 extends RAID 5 by adding another parity block; thus, it uses block-level striping with two parity blocks distributed across all member disks.