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

What's hot (20)

TMS320C6X Architecture
TMS320C6X ArchitectureTMS320C6X Architecture
TMS320C6X Architecture
 
Conditional branches
Conditional branchesConditional branches
Conditional branches
 
80486 and pentium
80486 and pentium80486 and pentium
80486 and pentium
 
Introduction to AVR Microcontroller
Introduction to AVR Microcontroller Introduction to AVR Microcontroller
Introduction to AVR Microcontroller
 
Sram pdf
Sram pdfSram pdf
Sram pdf
 
Introduction to Digital Signal processors
Introduction to Digital Signal processorsIntroduction to Digital Signal processors
Introduction to Digital Signal processors
 
Nand 4011 design
Nand 4011 designNand 4011 design
Nand 4011 design
 
Fabrication steps of IC
Fabrication steps of ICFabrication steps of IC
Fabrication steps of IC
 
Digital electronics and logic design
Digital electronics and logic designDigital electronics and logic design
Digital electronics and logic design
 
Microprocessor ppt
Microprocessor pptMicroprocessor ppt
Microprocessor ppt
 
System On Chip
System On ChipSystem On Chip
System On Chip
 
Internal memory
Internal memoryInternal memory
Internal memory
 
Seminar report on third generation solid state drive
Seminar report on third generation solid state driveSeminar report on third generation solid state drive
Seminar report on third generation solid state drive
 
Memory modules
Memory modulesMemory modules
Memory modules
 
Memory interface
Memory interfaceMemory interface
Memory interface
 
Smart card system ppt
Smart card system ppt Smart card system ppt
Smart card system ppt
 
Arduino Projects
Arduino ProjectsArduino Projects
Arduino Projects
 
Wallace tree multiplier.pptx1
Wallace tree multiplier.pptx1Wallace tree multiplier.pptx1
Wallace tree multiplier.pptx1
 
8251 USART
8251 USART8251 USART
8251 USART
 
DDR3
DDR3DDR3
DDR3
 

Viewers also liked

Computer organization memory hierarchy
Computer organization memory hierarchyComputer organization memory hierarchy
Computer organization memory hierarchyAJAL A J
 
Secondary Storage Device Magnetic Tapes
Secondary Storage Device  Magnetic TapesSecondary Storage Device  Magnetic Tapes
Secondary Storage Device Magnetic TapesRico
 
Memory Organization
Memory OrganizationMemory Organization
Memory OrganizationAcad
 
Hierarchical Memory System
Hierarchical Memory SystemHierarchical Memory System
Hierarchical Memory SystemJenny Galino
 
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 networksSivagowry Shathesh
 
Unit 4 memory system
Unit 4   memory systemUnit 4   memory system
Unit 4 memory systemchidabdu
 
Associative memory 14208
Associative memory 14208Associative memory 14208
Associative memory 14208Ameer Mehmood
 
Virtual memory
Virtual memoryVirtual memory
Virtual memoryAnuj Modi
 
Chapter1 9-07
Chapter1 9-07Chapter1 9-07
Chapter1 9-07dereennn
 
Secondary storage devices
Secondary storage devicesSecondary storage devices
Secondary storage devicesSrijan Jaiswal
 
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 treeAjay Chimmani
 
computer memory ,., .
computer memory ,., .computer memory ,., .
computer memory ,., .santokh00700
 

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
 
Unit 4 memory system
Unit 4   memory systemUnit 4   memory system
Unit 4 memory system
 
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
 

Similar to Auxiliary memory Computer Architecture and Computer Organization

06_External Memory.ppt
06_External Memory.ppt06_External Memory.ppt
06_External Memory.pptRaziAhmed30
 
06 external memory
06 external memory06 external memory
06 external memorydilip kumar
 
06_External Memory.ppt
06_External Memory.ppt06_External Memory.ppt
06_External Memory.pptsaurabhpawar98
 
Unit-III_External Memory.ppt
Unit-III_External Memory.pptUnit-III_External Memory.ppt
Unit-III_External Memory.pptShantanuDharekar
 
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.pdfJESUNPK
 
Hard disk and optical disk
Hard disk and optical diskHard disk and optical disk
Hard disk and optical diskRashmi R Upadhya
 
External memory - Computer Architecture
External memory - Computer ArchitectureExternal memory - Computer Architecture
External memory - Computer ArchitectureBretz Harllynne Moltio
 
Externalmemory 141218043503-conversion-gate02
Externalmemory 141218043503-conversion-gate02Externalmemory 141218043503-conversion-gate02
Externalmemory 141218043503-conversion-gate02waseem aslam
 
Disk scheduling geekssay.com
Disk scheduling geekssay.comDisk scheduling geekssay.com
Disk scheduling geekssay.comHemant Gautam
 
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 memoryIIUM
 
Secondarystoragedevices1 130119040144-phpapp02
Secondarystoragedevices1 130119040144-phpapp02Secondarystoragedevices1 130119040144-phpapp02
Secondarystoragedevices1 130119040144-phpapp02Seshu Chakravarthy
 
Types of Storage Devices
Types of  Storage DevicesTypes of  Storage Devices
Types of Storage DevicesMaryam Fida
 

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

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 

Recently uploaded (20)

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 

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