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

Memory & I/O interfacing
Memory & I/O  interfacingMemory & I/O  interfacing
Memory & I/O interfacingdeval patel
 
Computer architecture virtual memory
Computer architecture virtual memoryComputer architecture virtual memory
Computer architecture virtual memoryMazin Alwaaly
 
Os Swapping, Paging, Segmentation and Virtual Memory
Os Swapping, Paging, Segmentation and Virtual MemoryOs Swapping, Paging, Segmentation and Virtual Memory
Os Swapping, Paging, Segmentation and Virtual Memorysgpraju
 
Cache memory ppt
Cache memory ppt  Cache memory ppt
Cache memory ppt Arpita Naik
 
Memory Management in OS
Memory Management in OSMemory Management in OS
Memory Management in OSvampugani
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationIJERD Editor
 
Cache memory
Cache memoryCache memory
Cache memoryAnuj Modi
 
8259 Programmable Interrupt Controller
8259 Programmable Interrupt Controller8259 Programmable Interrupt Controller
8259 Programmable Interrupt Controllerabhikalmegh
 
Swap-space Management
Swap-space ManagementSwap-space Management
Swap-space ManagementAgnas Jasmine
 

What's hot (20)

Memory & I/O interfacing
Memory & I/O  interfacingMemory & I/O  interfacing
Memory & I/O interfacing
 
Magnetic disks
Magnetic disksMagnetic disks
Magnetic disks
 
Computer architecture virtual memory
Computer architecture virtual memoryComputer architecture virtual memory
Computer architecture virtual memory
 
RAID
RAIDRAID
RAID
 
Magnetic tape
Magnetic tapeMagnetic tape
Magnetic tape
 
cache memory
 cache memory cache memory
cache memory
 
Os Swapping, Paging, Segmentation and Virtual Memory
Os Swapping, Paging, Segmentation and Virtual MemoryOs Swapping, Paging, Segmentation and Virtual Memory
Os Swapping, Paging, Segmentation and Virtual Memory
 
Flash memory
Flash memoryFlash memory
Flash memory
 
DMA operation
DMA operationDMA operation
DMA operation
 
Memory management
Memory managementMemory management
Memory management
 
SRAM
SRAMSRAM
SRAM
 
Cache memory ppt
Cache memory ppt  Cache memory ppt
Cache memory ppt
 
Memory Management in OS
Memory Management in OSMemory Management in OS
Memory Management in OS
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and Verification
 
Magnetic disk
Magnetic diskMagnetic disk
Magnetic disk
 
8255 PPI
8255 PPI8255 PPI
8255 PPI
 
DMA and DMA controller
DMA and DMA controllerDMA and DMA controller
DMA and DMA controller
 
Cache memory
Cache memoryCache memory
Cache memory
 
8259 Programmable Interrupt Controller
8259 Programmable Interrupt Controller8259 Programmable Interrupt Controller
8259 Programmable Interrupt Controller
 
Swap-space Management
Swap-space ManagementSwap-space Management
Swap-space Management
 

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

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.pptxheathfieldcps1
 
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...christianmathematics
 
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.pdfQucHHunhnh
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
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 ClassesCeline George
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxcallscotland1987
 
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
 
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Ữ Â...Nguyen Thanh Tu Collection
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
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.pdfNirmal Dwivedi
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
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).pptxEsquimalt MFRC
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
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
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 

Recently uploaded (20)

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
 
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...
 
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
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
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
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
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.
 
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Ữ Â...
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
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
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
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
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
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...
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 

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