SlideShare a Scribd company logo
1 of 34
Auxiliary
Memory
Presented by:
Nazir Ahmad 110215
Shaakir Mozzam 110222
Junaid Javeed 110229
Presented to:
Mr. Aafaq Alam Khan
Contents
• Memory hierarchy
• Magnetic disks
• RAID
• Optical disks
• References
Memory hierarchy
Magnetic disk
• Based on the concept of magnetism.
• A disk is a circular platter constructed of nonmagnetic material,
called the substrate, coated with a magnetizable material like iron
oxide. Particles are magnetized to store data.
• Substrate used to be aluminum.
• Nowadays, glass is used because:
 improved magnetic film surface uniformity, thus reliability.
 reduction in surface defects, helps to reduce read/write errors.
 Support lower fly heights.
Magnetic disk- write mechanism
• Data recorded and retrieve via a conducting coil, called a head.
• Head, consists of a core, with an air gap and a set of coils.
• May be separate read and write head.
• During read/write, the head is stationary, the platter rotates
beneath it .
• For writing data onto the medium, the data is converted into
current and is passed through the read/write head coils. This
generates a magnetic flux. This magnetic flux, is used to
magnetize the particles on the surface.
Magnetic disk- read mechanism
• During the read operation, when the flux transitions pass under a
head gap, a voltage is introduced in the read/write coils. This
voltage is converted into the data pulses.
• New method:
 separate read head, positioned close to write head for
convenience.
 Read head consists of a partially magnetoresistive (MR) sensor.
 MR material has an electrical resistance, which depends on the
direction of magnetic field moving under it.
Read mechanism contd…
• By passing current through MR sensor, resistance
changes are detected as voltage levels.
• Allows greater storage density , high frequency
operation and high speeds.
Disk organization and formatting
• Concentric Rings or tracks
Each track has the width same as of disk head.
Tracks separated by gaps, minimizes errors in case of interference or
head misalignment.
• tracks divided into sectors- pie shaped segments, data transferred to
and from the disk sectors.
• Minimum block size is one sector; 512 bytes in most systems.
• May have more than one sector per block.
Disk data layout
Disk Velocity
• Bit near centre of rotating disk passes fixed point slower than bit on
outside of disk
• Increase spacing between bits in different tracks
• Rotate disk at constant angular velocity (CAV)
 Gives pie shaped sectors and concentric tracks
 Individual tracks and sectors addressable
 Move head to given track and wait for given sector
 Waste of space on outer tracks
Lower data density
• Can use zones to increase capacity
 Each zone has fixed bits per track
 More complex circuitry
Disk layout diagrams
Multiple Platter
• One head per side
• Heads are joined and aligned
• Aligned tracks on each platter form cylinders
• Data is striped by cylinder
 reduces head movement
 Increases speed (transfer rate)
• Cylinder- set of all tracks in same relative position on the
platter.
Magnetic disk types
• Floppy disks
• Hard disks
o Zip/bernoulli disk- on platter, 100 MB capacity
o Winchester disk- two or more platters, capacity in GBs.
Speed/ Access time
• Seek time: time taken by head to move to a specific track
• Latency/Rotational delay: time required to spin the desired sector
under the head.
• Transfer time: time taken to transfer data.
• Access time=seek time + latency+ transfer time
RAID
RAID
•Redundant array of independent disks.
•Coined at University of Berkeley in 1987 as redundant array
of inexpensive disks.
•Simultaneous data access by using multiple heads.
•Separate physical drives viewed by os a single drive.
Stripping:
Data is segmented into equal-size partitions (the
striping unit), which are transparently distributed
across multiple disks.
Mirroring:
Data is replicated across multiple redundant disks
RAID levels
•RAID Level 0
•RAID Level 1
•RAID Level 2
•RAID Level 3
•RAID Level 4
•RAID Level 5
..........
RAID controller
Software Controller: Stored program concept
Hardware Controller: Hardware based
RAID 0
•Striping
•No error correction
•No redundancy
•High speed transfer
RAID 1
•Mirroring
•Mirroring makes exact copy of data
•Each write to both the disks
•No error correcting mechanism
•Provides fault tolerance
RAID 2
•Parity used to introduce redundancy
•Error correcting
•Fault tolerance
•Parallel access
•Small data stripes for high speed transfer
RAID 5
•Independent access technique.
•Block parity in distributed manner.
•Fault tolerance
OPTICAL MEMORY
Compact Disk
• First made in 1983.
• Compact Disk types
• CR-Read only
• CD-Recordable
• CD-R/W
• Data is encoded and read optically with a laser
• Can store around 600MB to 700MB data
Data representation in CD-ROM
• Digital data is represented as a series of Pits and
Lands:
– Pit = a little depression, forming a lower level in the track
– Land = the flat part between pits, or the upper levels in the
track
Organization of data
• Reading a CD is done by shining a laser at the disc and
detecting changing reflections patterns.
– 1 = change in height (land to pit or pit to land)
– 0 = a “fixed” amount of time between 1’s
LAND PIT LAND PIT LAND
...------+ +-------------+ +---...
|_____| |_______|
..0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 ..
• Note : we cannot have two 1’s in a row!
CD-ROM
• Because of the heritage from CD audio, the data is stored
as a single spiral track on the CD-ROM, contrary to
magnetic hard disk’s discrete track concept.
• Thus, the rotation speed is controlled by CLV-Constant
Linear velocity. The rotational speed at the center is
highest, slowing down towards the outer edge. Because,
the recording density is the same every where.
• Note that with CLV, the linear speed of the spiral passing
under the R/W head remains constant.
• CLV is the result for the poor seek time in CD-ROMs
• The advantage of CLV is that the disk is utilized at its best
capacity, as the recording density is the same every where.
CD-ROM
• Note that: Since 0's are represented by the length of
time between transitions, we must travel at constant
linear velocity (CLV)on the tracks.
• Sectors are organized along a spiral
• Sectors have same linear length
• Advantage: takes advantage of all storage space
available.
• Disadvantage: has to change rotational speed when
seeking (slower towards the outside)
Digital Versatile Disc
•The DVD (Digital Video Disc or Digital Versatile Disc)
technology is based on CD technology with
increased storage density.
• The DVD’s come with a storage capacity of up to
17GB
• Multi-layer
• Very high capacity (4.7GB to 17GB)
• Has same three types as CD
Why DVD has higher data capacity?
References
• Stalling William, Computer Organization and
Architecture, Pearson Publications, 2010
• Govindarajalu B, Computer Architecture
and Organization, Tata McGraw Hill, 2009
• Wikipedia/RAID.html

More Related Content

What's hot

Page replacement algorithms
Page replacement algorithmsPage replacement algorithms
Page replacement algorithms
Piyush Rochwani
 
02 Computer Evolution And Performance
02  Computer  Evolution And  Performance02  Computer  Evolution And  Performance
02 Computer Evolution And Performance
Jeanie Delos Arcos
 
Unit 4 memory system
Unit 4   memory systemUnit 4   memory system
Unit 4 memory system
chidabdu
 
Thrashing allocation frames.43
Thrashing allocation frames.43Thrashing allocation frames.43
Thrashing allocation frames.43
myrajendra
 

What's hot (20)

DDR SDRAMs
DDR SDRAMsDDR SDRAMs
DDR SDRAMs
 
SSD - Solid State Drive PPT by Shyam jos
SSD - Solid State Drive PPT by Shyam jos SSD - Solid State Drive PPT by Shyam jos
SSD - Solid State Drive PPT by Shyam jos
 
Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)
 
MPMC Microprocessor
MPMC MicroprocessorMPMC Microprocessor
MPMC Microprocessor
 
Page replacement algorithms
Page replacement algorithmsPage replacement algorithms
Page replacement algorithms
 
key distribution in network security
key distribution in network securitykey distribution in network security
key distribution in network security
 
02 Computer Evolution And Performance
02  Computer  Evolution And  Performance02  Computer  Evolution And  Performance
02 Computer Evolution And Performance
 
Unit 4 memory system
Unit 4   memory systemUnit 4   memory system
Unit 4 memory system
 
Universal serial bus(usb)
Universal serial bus(usb)Universal serial bus(usb)
Universal serial bus(usb)
 
Cache memory
Cache memoryCache memory
Cache memory
 
Processor organization & register organization
Processor organization & register organizationProcessor organization & register organization
Processor organization & register organization
 
Solid state drives
Solid state drivesSolid state drives
Solid state drives
 
Solid state drives
Solid state drivesSolid state drives
Solid state drives
 
Memory mapping
Memory mappingMemory mapping
Memory mapping
 
Error Detection And Correction
Error Detection And CorrectionError Detection And Correction
Error Detection And Correction
 
Dma
DmaDma
Dma
 
CoAP - Web Protocol for IoT
CoAP - Web Protocol for IoTCoAP - Web Protocol for IoT
CoAP - Web Protocol for IoT
 
Understanding RAID Levels (RAID 0, RAID 1, RAID 2, RAID 3, RAID 4, RAID 5)
Understanding RAID Levels (RAID 0, RAID 1, RAID 2, RAID 3, RAID 4, RAID 5)Understanding RAID Levels (RAID 0, RAID 1, RAID 2, RAID 3, RAID 4, RAID 5)
Understanding RAID Levels (RAID 0, RAID 1, RAID 2, RAID 3, RAID 4, RAID 5)
 
Thrashing allocation frames.43
Thrashing allocation frames.43Thrashing allocation frames.43
Thrashing allocation frames.43
 
Types of instructions
Types of instructionsTypes of instructions
Types of instructions
 

Viewers also liked

Secondary Storage Device Magnetic Tapes
Secondary Storage Device  Magnetic TapesSecondary Storage Device  Magnetic Tapes
Secondary Storage Device Magnetic Tapes
Rico
 
Principles of soft computing-Associative memory networks
Principles of soft computing-Associative memory networksPrinciples of soft computing-Associative memory networks
Principles of soft computing-Associative memory networks
Sivagowry Shathesh
 
Virtual memory
Virtual memoryVirtual memory
Virtual memory
Anuj Modi
 
Chapter1 9-07
Chapter1 9-07Chapter1 9-07
Chapter1 9-07
dereennn
 

Viewers also liked (20)

Memory hierarchy
Memory hierarchyMemory hierarchy
Memory hierarchy
 
Computer organization memory hierarchy
Computer organization memory hierarchyComputer organization memory hierarchy
Computer organization memory hierarchy
 
Memory Organization
Memory OrganizationMemory Organization
Memory Organization
 
Secondary Storage Device Magnetic Tapes
Secondary Storage Device  Magnetic TapesSecondary Storage Device  Magnetic Tapes
Secondary Storage Device Magnetic Tapes
 
Memory organization
Memory organizationMemory organization
Memory organization
 
Virtual memory ppt
Virtual memory pptVirtual memory ppt
Virtual memory ppt
 
Memory Organization
Memory OrganizationMemory Organization
Memory Organization
 
Hierarchical Memory System
Hierarchical Memory SystemHierarchical Memory System
Hierarchical Memory System
 
Principles of soft computing-Associative memory networks
Principles of soft computing-Associative memory networksPrinciples of soft computing-Associative memory networks
Principles of soft computing-Associative memory networks
 
Associative memory 14208
Associative memory 14208Associative memory 14208
Associative memory 14208
 
Virtual memory
Virtual memoryVirtual memory
Virtual memory
 
Chapter1 9-07
Chapter1 9-07Chapter1 9-07
Chapter1 9-07
 
Secondary storage devices
Secondary storage devicesSecondary storage devices
Secondary storage devices
 
Difference between complete,ordered,full,strict,perfect and balanced binary tree
Difference between complete,ordered,full,strict,perfect and balanced binary treeDifference between complete,ordered,full,strict,perfect and balanced binary tree
Difference between complete,ordered,full,strict,perfect and balanced binary tree
 
Memory units
Memory unitsMemory units
Memory units
 
Código de la Democracia Ecuador (3)
Código de la Democracia Ecuador (3)Código de la Democracia Ecuador (3)
Código de la Democracia Ecuador (3)
 
computer memory ,., .
computer memory ,., .computer memory ,., .
computer memory ,., .
 
Read & write
Read & writeRead & write
Read & write
 
Main Memory
Main MemoryMain Memory
Main Memory
 
Secondary Memory
Secondary MemorySecondary Memory
Secondary Memory
 

Similar to Auxiliary memory Computer Architecture and Computer Organization

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
 
Externalmemory 141218043503-conversion-gate02
Externalmemory 141218043503-conversion-gate02Externalmemory 141218043503-conversion-gate02
Externalmemory 141218043503-conversion-gate02
waseem aslam
 
Secondary storage devices
Secondary storage devices Secondary storage devices
Secondary storage devices
Slideshare
 
Csc1401 lecture07 -external memory
Csc1401   lecture07 -external memoryCsc1401   lecture07 -external memory
Csc1401 lecture07 -external memory
IIUM
 

Similar to Auxiliary memory Computer Architecture and Computer Organization (20)

06_External Memory.ppt
06_External Memory.ppt06_External Memory.ppt
06_External Memory.ppt
 
06 external memory
06 external memory06 external memory
06 external memory
 
06_External Memory.ppt
06_External Memory.ppt06_External Memory.ppt
06_External Memory.ppt
 
Unit-III_External Memory.ppt
Unit-III_External Memory.pptUnit-III_External Memory.ppt
Unit-III_External Memory.ppt
 
06 external memory
06 external memory06 external memory
06 external memory
 
External memory
External memoryExternal memory
External memory
 
Magnetic Disk
Magnetic Disk Magnetic Disk
Magnetic Disk
 
external_memory
external_memoryexternal_memory
external_memory
 
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
 
Hard disk and optical disk
Hard disk and optical diskHard disk and optical disk
Hard disk and optical disk
 
Os7
Os7Os7
Os7
 
External memory - Computer Architecture
External memory - Computer ArchitectureExternal memory - Computer Architecture
External memory - Computer Architecture
 
Externalmemory 141218043503-conversion-gate02
Externalmemory 141218043503-conversion-gate02Externalmemory 141218043503-conversion-gate02
Externalmemory 141218043503-conversion-gate02
 
Disk scheduling geekssay.com
Disk scheduling geekssay.comDisk scheduling geekssay.com
Disk scheduling geekssay.com
 
Secondary storage devices
Secondary storage devices Secondary storage devices
Secondary storage devices
 
Csc1401 lecture07 -external memory
Csc1401   lecture07 -external memoryCsc1401   lecture07 -external memory
Csc1401 lecture07 -external memory
 
Secondarystoragedevices1 130119040144-phpapp02
Secondarystoragedevices1 130119040144-phpapp02Secondarystoragedevices1 130119040144-phpapp02
Secondarystoragedevices1 130119040144-phpapp02
 
Types of Storage Devices
Types of  Storage DevicesTypes of  Storage Devices
Types of Storage Devices
 
Secondary storage
Secondary storageSecondary storage
Secondary storage
 
Devices Management
Devices ManagementDevices Management
Devices Management
 

Recently uploaded

Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 
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
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
ssuserdda66b
 
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
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 

Recently uploaded (20)

Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
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
 
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...
 
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...
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
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
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
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
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
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
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
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
 
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
 

Auxiliary memory Computer Architecture and Computer Organization

  • 1. Auxiliary Memory Presented by: Nazir Ahmad 110215 Shaakir Mozzam 110222 Junaid Javeed 110229 Presented to: Mr. Aafaq Alam Khan
  • 2. Contents • Memory hierarchy • Magnetic disks • RAID • Optical disks • References
  • 4. Magnetic disk • Based on the concept of magnetism. • A disk is a circular platter constructed of nonmagnetic material, called the substrate, coated with a magnetizable material like iron oxide. Particles are magnetized to store data. • Substrate used to be aluminum. • Nowadays, glass is used because:  improved magnetic film surface uniformity, thus reliability.  reduction in surface defects, helps to reduce read/write errors.  Support lower fly heights.
  • 5. Magnetic disk- write mechanism • Data recorded and retrieve via a conducting coil, called a head. • Head, consists of a core, with an air gap and a set of coils. • May be separate read and write head. • During read/write, the head is stationary, the platter rotates beneath it . • For writing data onto the medium, the data is converted into current and is passed through the read/write head coils. This generates a magnetic flux. This magnetic flux, is used to magnetize the particles on the surface.
  • 6.
  • 7. Magnetic disk- read mechanism • During the read operation, when the flux transitions pass under a head gap, a voltage is introduced in the read/write coils. This voltage is converted into the data pulses. • New method:  separate read head, positioned close to write head for convenience.  Read head consists of a partially magnetoresistive (MR) sensor.  MR material has an electrical resistance, which depends on the direction of magnetic field moving under it.
  • 8. Read mechanism contd… • By passing current through MR sensor, resistance changes are detected as voltage levels. • Allows greater storage density , high frequency operation and high speeds.
  • 9. Disk organization and formatting • Concentric Rings or tracks Each track has the width same as of disk head. Tracks separated by gaps, minimizes errors in case of interference or head misalignment. • tracks divided into sectors- pie shaped segments, data transferred to and from the disk sectors. • Minimum block size is one sector; 512 bytes in most systems. • May have more than one sector per block.
  • 11. Disk Velocity • Bit near centre of rotating disk passes fixed point slower than bit on outside of disk • Increase spacing between bits in different tracks • Rotate disk at constant angular velocity (CAV)  Gives pie shaped sectors and concentric tracks  Individual tracks and sectors addressable  Move head to given track and wait for given sector  Waste of space on outer tracks Lower data density • Can use zones to increase capacity  Each zone has fixed bits per track  More complex circuitry
  • 13. Multiple Platter • One head per side • Heads are joined and aligned • Aligned tracks on each platter form cylinders • Data is striped by cylinder  reduces head movement  Increases speed (transfer rate) • Cylinder- set of all tracks in same relative position on the platter.
  • 14.
  • 15. Magnetic disk types • Floppy disks • Hard disks o Zip/bernoulli disk- on platter, 100 MB capacity o Winchester disk- two or more platters, capacity in GBs.
  • 16. Speed/ Access time • Seek time: time taken by head to move to a specific track • Latency/Rotational delay: time required to spin the desired sector under the head. • Transfer time: time taken to transfer data. • Access time=seek time + latency+ transfer time
  • 17. RAID
  • 18. RAID •Redundant array of independent disks. •Coined at University of Berkeley in 1987 as redundant array of inexpensive disks. •Simultaneous data access by using multiple heads. •Separate physical drives viewed by os a single drive.
  • 19. Stripping: Data is segmented into equal-size partitions (the striping unit), which are transparently distributed across multiple disks. Mirroring: Data is replicated across multiple redundant disks
  • 20. RAID levels •RAID Level 0 •RAID Level 1 •RAID Level 2 •RAID Level 3 •RAID Level 4 •RAID Level 5 ..........
  • 21. RAID controller Software Controller: Stored program concept Hardware Controller: Hardware based
  • 22. RAID 0 •Striping •No error correction •No redundancy •High speed transfer
  • 23. RAID 1 •Mirroring •Mirroring makes exact copy of data •Each write to both the disks •No error correcting mechanism •Provides fault tolerance
  • 24. RAID 2 •Parity used to introduce redundancy •Error correcting •Fault tolerance •Parallel access •Small data stripes for high speed transfer
  • 25. RAID 5 •Independent access technique. •Block parity in distributed manner. •Fault tolerance
  • 27. Compact Disk • First made in 1983. • Compact Disk types • CR-Read only • CD-Recordable • CD-R/W • Data is encoded and read optically with a laser • Can store around 600MB to 700MB data
  • 28. Data representation in CD-ROM • Digital data is represented as a series of Pits and Lands: – Pit = a little depression, forming a lower level in the track – Land = the flat part between pits, or the upper levels in the track
  • 29. Organization of data • Reading a CD is done by shining a laser at the disc and detecting changing reflections patterns. – 1 = change in height (land to pit or pit to land) – 0 = a “fixed” amount of time between 1’s LAND PIT LAND PIT LAND ...------+ +-------------+ +---... |_____| |_______| ..0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 .. • Note : we cannot have two 1’s in a row!
  • 30. CD-ROM • Because of the heritage from CD audio, the data is stored as a single spiral track on the CD-ROM, contrary to magnetic hard disk’s discrete track concept. • Thus, the rotation speed is controlled by CLV-Constant Linear velocity. The rotational speed at the center is highest, slowing down towards the outer edge. Because, the recording density is the same every where. • Note that with CLV, the linear speed of the spiral passing under the R/W head remains constant. • CLV is the result for the poor seek time in CD-ROMs • The advantage of CLV is that the disk is utilized at its best capacity, as the recording density is the same every where.
  • 31. CD-ROM • Note that: Since 0's are represented by the length of time between transitions, we must travel at constant linear velocity (CLV)on the tracks. • Sectors are organized along a spiral • Sectors have same linear length • Advantage: takes advantage of all storage space available. • Disadvantage: has to change rotational speed when seeking (slower towards the outside)
  • 32. Digital Versatile Disc •The DVD (Digital Video Disc or Digital Versatile Disc) technology is based on CD technology with increased storage density. • The DVD’s come with a storage capacity of up to 17GB • Multi-layer • Very high capacity (4.7GB to 17GB) • Has same three types as CD
  • 33. Why DVD has higher data capacity?
  • 34. References • Stalling William, Computer Organization and Architecture, Pearson Publications, 2010 • Govindarajalu B, Computer Architecture and Organization, Tata McGraw Hill, 2009 • Wikipedia/RAID.html