SlideShare une entreprise Scribd logo
1  sur  25
MAGNETIC DATA STORAGE AND
RECORDING
DATA ADDRESSING

BY,
A. POOJA SHUKLA
M.Tech (NANO) Ist Yr

1821310006
SRM UNIVERSITY
DATA ADDRESSING
 A data or information found in a particular address

 A data can be randomly selected or easy to find in
the given array with the help of the given address
 Types of data addressing,
 CHS
 ECHS

 LBA
ADVANTAGES
 Write Protection
 Erasing
 Security

 Removable media
 Removable device
 Managing
BIOS
• Basic Input Output System.
• Is a set of initial code to run your PC.

• Intel have designed their CPUs always to begin
execution of code at address FFFF0.

• The first instruction is a jump instruction to the main
part of BIOS code which could be "anywhere" else
• As well as testing and initializing the hardware in the
Power On Self Test (POST)
For the purpose of booting up the computer, the BIOS is
used for three main functions:
– Providing a set of assembler subroutines that can be
called by the operating system and whose function is
to access the hardware components of the computer

such as hard disk.
– Initiates Power On Self Test (POST).

– Allowing changes to the low level setup options.
– Initiating the boot sequence after a hardware Reset.
ATA
A set of standards called the ATA (AT-Attachment) came
into being in 1989 that effectively put a boundary on
what was possible in terms of cylinder, head and sector
numbers.
• ATA-5 says (amongst other things) that:
– The cylinder number must be represented by 16

binary digits.
– The head number must be represented by 4 binary

digits.
– The sector number must be represented by 8 binary
digits.
• A total of 28 bits.
CYLINDER – HEAD – SECTOR
(CHS)
• CHS, Method for giving addresses to each physical
block of data on a hard disk drive
• It can be low level formatted to different capacities
• Identifying individual sectors on a disk by their
position in a track
• The track is determined by the head and cylinder

number
• For addressing the sector in smallest unit
Hard Disk Geometry
Description

Terminology

Heads on a Platter

Head

A stack of Rings or "Tracks"

Cylinder

Segment

Sector
Where the data is physically on the disk?
• “disk controller” allows us to specify only the
Cylinder, Head and Sector that we want to access
• The disk controller calculates where the data is

physically on the disk and hands the data back to
us
• More accurately CHS is a pointer in memory to
the data.
How the physical disk is accessed
If we wanted to access one particular sector, we could

reference it by specifying
–C

which head it was on,

–H

which cylinder it was on and finally

–S

which sector it was on.

That would then uniquely identify the sector that we
wanted to access.
CHS Values
• 16-bit Cylinder value (C)
• 4-bit Head Value (H)
• 8-bit Sector Value (S)
• Old BIOS:
– 10-bit C
– 8-bit H
– 6-bit S
– Limited to 528MB disk
LOGICAL BLOCK ADDRESSING
(LBA)
 Used for specifying the location of blocks of data stored
 Generally in secondary storage system eg, hard disks
 It is an simple linear addressing scheme

 Blocks are arranged by an integer index
example : LBA 0, LBA 1
The five most important things to note about LBA are:
• LBA is a translation method based on the CHS
addressing scheme

• LBA was not (as many web sites claim) invented to
overcome any disk size limits

• It is simply a different way of accessing the hard disk
• LBA does not require the BIOS to know anything about
the disk geometry to access the disk
• LBA is used to address data
EXTENDED CHS (ECHS)
• It is also called as large mode CHS
• It uses BIOS translation method
• It is inherited by CHS mode to be in given size barrier

(504 MB)
• The BIOS coders agreed on a way round the 504 MB
limitation. They came up with a system called “Enhanced
CHS”, or ”ECHS”.
• ECHS is a simple translation method written on the end of
the interrupt INT13h.

In summary, this is what happens:
O/S --> INT13h --> ECHS Translation --> CHS call --> Disk

Controller
• Consequently, the requirements for this type of disk
access are as follows:

An operating system that can make INT13h calls.
A BIOS that understands INT13h calls.

A BIOS that can perform the ECHS translations.
A BIOS that can make CHS calls.

A disk controller that understands the (translated)
CHS values referenced.
Storage Characteristics
•

Volatility
– Non-Volatile
– Volatile

•

Mutability

– Read/Write
– Read Only
– Slow Write, Fast Read Storage
•

Accessibility
– Random Access
– Sequential Access

•

Addressability
– Location
– File
– Content
THANK YOU……!!

Contenu connexe

Tendances

Swap-space Management
Swap-space ManagementSwap-space Management
Swap-space ManagementAgnas Jasmine
 
Sheik Mohamed Shadik - BSc - Project Details
Sheik Mohamed Shadik - BSc - Project DetailsSheik Mohamed Shadik - BSc - Project Details
Sheik Mohamed Shadik - BSc - Project Detailsshadikbsc
 
Chapter 12 - Mass Storage Systems
Chapter 12 - Mass Storage SystemsChapter 12 - Mass Storage Systems
Chapter 12 - Mass Storage SystemsWayne Jones Jnr
 
Secondary storage tutorial
Secondary storage tutorialSecondary storage tutorial
Secondary storage tutorialMarvin Burke
 
Mass storage structurefinal
Mass storage structurefinalMass storage structurefinal
Mass storage structurefinalmarangburu42
 
I/O System and Csae Study
I/O System and Csae StudyI/O System and Csae Study
I/O System and Csae Studypalpandi it
 
Chapter 4 record storage and primary file organization
Chapter 4 record storage and primary file organizationChapter 4 record storage and primary file organization
Chapter 4 record storage and primary file organizationJafar Nesargi
 
Coal presentationt
Coal presentationtCoal presentationt
Coal presentationtfika sweety
 
Mass storage device
Mass storage deviceMass storage device
Mass storage deviceRaza Umer
 
Swap Administration in linux platform
Swap Administration in linux platformSwap Administration in linux platform
Swap Administration in linux platformashutosh123gupta
 

Tendances (20)

Swap-space Management
Swap-space ManagementSwap-space Management
Swap-space Management
 
Os
OsOs
Os
 
Mass storage systemsos
Mass storage systemsosMass storage systemsos
Mass storage systemsos
 
Sheik Mohamed Shadik - BSc - Project Details
Sheik Mohamed Shadik - BSc - Project DetailsSheik Mohamed Shadik - BSc - Project Details
Sheik Mohamed Shadik - BSc - Project Details
 
Mass storage structure
Mass storage structureMass storage structure
Mass storage structure
 
Ch10
Ch10Ch10
Ch10
 
Massstorage
MassstorageMassstorage
Massstorage
 
Chapter 12 - Mass Storage Systems
Chapter 12 - Mass Storage SystemsChapter 12 - Mass Storage Systems
Chapter 12 - Mass Storage Systems
 
Secondary storage tutorial
Secondary storage tutorialSecondary storage tutorial
Secondary storage tutorial
 
Mass storage structurefinal
Mass storage structurefinalMass storage structurefinal
Mass storage structurefinal
 
Disk management
Disk managementDisk management
Disk management
 
Data recovery glossary p
Data recovery glossary   pData recovery glossary   p
Data recovery glossary p
 
Palpandi
PalpandiPalpandi
Palpandi
 
I/O System and Csae Study
I/O System and Csae StudyI/O System and Csae Study
I/O System and Csae Study
 
Chapter 4 record storage and primary file organization
Chapter 4 record storage and primary file organizationChapter 4 record storage and primary file organization
Chapter 4 record storage and primary file organization
 
Os
OsOs
Os
 
Coal presentationt
Coal presentationtCoal presentationt
Coal presentationt
 
Mass storage device
Mass storage deviceMass storage device
Mass storage device
 
Swap Administration in linux platform
Swap Administration in linux platformSwap Administration in linux platform
Swap Administration in linux platform
 
Hard disk
Hard diskHard disk
Hard disk
 

En vedette (6)

Escrito por Acevedo Perez Hilton_CAN
Escrito por Acevedo Perez Hilton_CANEscrito por Acevedo Perez Hilton_CAN
Escrito por Acevedo Perez Hilton_CAN
 
Hard Disk Drive
Hard Disk DriveHard Disk Drive
Hard Disk Drive
 
Harddisk pcb repairing
Harddisk pcb repairingHarddisk pcb repairing
Harddisk pcb repairing
 
Hard disk drive
Hard disk driveHard disk drive
Hard disk drive
 
Hard disk
Hard diskHard disk
Hard disk
 
Hard disk PPT
Hard disk PPTHard disk PPT
Hard disk PPT
 

Similaire à Magnetism data addressing

BSP.pptx
BSP.pptxBSP.pptx
BSP.pptxtaruian
 
Raj Amrutiya PPT.pptx
Raj Amrutiya PPT.pptxRaj Amrutiya PPT.pptx
Raj Amrutiya PPT.pptxRajAmrutiya1
 
File system performance
File system performanceFile system performance
File system performanceVijay Yadav
 
Dheeraj chugh -_presentation_on_ms-dos
Dheeraj chugh -_presentation_on_ms-dosDheeraj chugh -_presentation_on_ms-dos
Dheeraj chugh -_presentation_on_ms-dosREXY J
 
Board support package_on_linux
Board support package_on_linuxBoard support package_on_linux
Board support package_on_linuxVandana Salve
 
3.1.computer foundations
3.1.computer foundations3.1.computer foundations
3.1.computer foundationsMiriam Baig
 
diskmanagement-170307012154.pdf
diskmanagement-170307012154.pdfdiskmanagement-170307012154.pdf
diskmanagement-170307012154.pdfBhanuCharan9
 
Presentacion pujol
Presentacion pujolPresentacion pujol
Presentacion pujolDylan Real G
 
Chap2 5e u v2 - theory
Chap2 5e u v2 - theoryChap2 5e u v2 - theory
Chap2 5e u v2 - theorydd25251
 
1 study of motherboard
1 study of motherboard1 study of motherboard
1 study of motherboardAnkit Dubey
 
Cache Memory for Computer Architecture.ppt
Cache Memory for Computer Architecture.pptCache Memory for Computer Architecture.ppt
Cache Memory for Computer Architecture.pptrularofclash69
 
Computer Architecture | Computer Fundamental and Organization
Computer Architecture | Computer Fundamental and OrganizationComputer Architecture | Computer Fundamental and Organization
Computer Architecture | Computer Fundamental and OrganizationSmit Luvani
 

Similaire à Magnetism data addressing (20)

BSP.pptx
BSP.pptxBSP.pptx
BSP.pptx
 
Raj Amrutiya PPT.pptx
Raj Amrutiya PPT.pptxRaj Amrutiya PPT.pptx
Raj Amrutiya PPT.pptx
 
IMD 203 - Ch08
IMD 203 - Ch08IMD 203 - Ch08
IMD 203 - Ch08
 
File system performance
File system performanceFile system performance
File system performance
 
Dheeraj chugh -_presentation_on_ms-dos
Dheeraj chugh -_presentation_on_ms-dosDheeraj chugh -_presentation_on_ms-dos
Dheeraj chugh -_presentation_on_ms-dos
 
Microprocessor
MicroprocessorMicroprocessor
Microprocessor
 
Os
OsOs
Os
 
Board support package_on_linux
Board support package_on_linuxBoard support package_on_linux
Board support package_on_linux
 
3.1.computer foundations
3.1.computer foundations3.1.computer foundations
3.1.computer foundations
 
Disk Scheduling
Disk SchedulingDisk Scheduling
Disk Scheduling
 
CH10.pdf
CH10.pdfCH10.pdf
CH10.pdf
 
diskmanagement-170307012154.pdf
diskmanagement-170307012154.pdfdiskmanagement-170307012154.pdf
diskmanagement-170307012154.pdf
 
Presentacion pujol
Presentacion pujolPresentacion pujol
Presentacion pujol
 
Chap2 5e u v2 - theory
Chap2 5e u v2 - theoryChap2 5e u v2 - theory
Chap2 5e u v2 - theory
 
Ch9 mass storage systems
Ch9   mass storage systemsCh9   mass storage systems
Ch9 mass storage systems
 
1 study of motherboard
1 study of motherboard1 study of motherboard
1 study of motherboard
 
Mother board
Mother boardMother board
Mother board
 
Cache Memory for Computer Architecture.ppt
Cache Memory for Computer Architecture.pptCache Memory for Computer Architecture.ppt
Cache Memory for Computer Architecture.ppt
 
Computer Architecture | Computer Fundamental and Organization
Computer Architecture | Computer Fundamental and OrganizationComputer Architecture | Computer Fundamental and Organization
Computer Architecture | Computer Fundamental and Organization
 
Vivekanand Motherboard Ppt
Vivekanand Motherboard PptVivekanand Motherboard Ppt
Vivekanand Motherboard Ppt
 

Plus de Pooja Shukla

One time research and longitudinal research
One time research and longitudinal researchOne time research and longitudinal research
One time research and longitudinal researchPooja Shukla
 
Nanotechnology in sunscreen uv protection
Nanotechnology in sunscreen uv protectionNanotechnology in sunscreen uv protection
Nanotechnology in sunscreen uv protectionPooja Shukla
 
Double gate mosfet
Double gate mosfetDouble gate mosfet
Double gate mosfetPooja Shukla
 
SIMULATION OF TEMPERATURE SENSOR USING LABVIEW
SIMULATION OF TEMPERATURE SENSOR USING LABVIEWSIMULATION OF TEMPERATURE SENSOR USING LABVIEW
SIMULATION OF TEMPERATURE SENSOR USING LABVIEWPooja Shukla
 
Light wave-system-3855513
Light wave-system-3855513Light wave-system-3855513
Light wave-system-3855513Pooja Shukla
 
Wireless communicationpe-3855140
Wireless communicationpe-3855140Wireless communicationpe-3855140
Wireless communicationpe-3855140Pooja Shukla
 
Fabrication of silicon on insulator (soi)
Fabrication of silicon on insulator (soi)Fabrication of silicon on insulator (soi)
Fabrication of silicon on insulator (soi)Pooja Shukla
 

Plus de Pooja Shukla (13)

Biosensors
BiosensorsBiosensors
Biosensors
 
One time research and longitudinal research
One time research and longitudinal researchOne time research and longitudinal research
One time research and longitudinal research
 
Nanotechnology in sunscreen uv protection
Nanotechnology in sunscreen uv protectionNanotechnology in sunscreen uv protection
Nanotechnology in sunscreen uv protection
 
Double gate mosfet
Double gate mosfetDouble gate mosfet
Double gate mosfet
 
Mosfet
MosfetMosfet
Mosfet
 
Self assembly
Self assemblySelf assembly
Self assembly
 
SIMULATION OF TEMPERATURE SENSOR USING LABVIEW
SIMULATION OF TEMPERATURE SENSOR USING LABVIEWSIMULATION OF TEMPERATURE SENSOR USING LABVIEW
SIMULATION OF TEMPERATURE SENSOR USING LABVIEW
 
Gsm
GsmGsm
Gsm
 
Light wave-system-3855513
Light wave-system-3855513Light wave-system-3855513
Light wave-system-3855513
 
Wireless communicationpe-3855140
Wireless communicationpe-3855140Wireless communicationpe-3855140
Wireless communicationpe-3855140
 
Ppt nc
Ppt ncPpt nc
Ppt nc
 
Fabrication of silicon on insulator (soi)
Fabrication of silicon on insulator (soi)Fabrication of silicon on insulator (soi)
Fabrication of silicon on insulator (soi)
 
Vlsi
VlsiVlsi
Vlsi
 

Dernier

Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 

Dernier (20)

Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 

Magnetism data addressing

  • 1. MAGNETIC DATA STORAGE AND RECORDING DATA ADDRESSING BY, A. POOJA SHUKLA M.Tech (NANO) Ist Yr 1821310006 SRM UNIVERSITY
  • 2. DATA ADDRESSING  A data or information found in a particular address  A data can be randomly selected or easy to find in the given array with the help of the given address  Types of data addressing,  CHS  ECHS  LBA
  • 3. ADVANTAGES  Write Protection  Erasing  Security  Removable media  Removable device  Managing
  • 5. • Basic Input Output System. • Is a set of initial code to run your PC. • Intel have designed their CPUs always to begin execution of code at address FFFF0. • The first instruction is a jump instruction to the main part of BIOS code which could be "anywhere" else • As well as testing and initializing the hardware in the Power On Self Test (POST)
  • 6. For the purpose of booting up the computer, the BIOS is used for three main functions: – Providing a set of assembler subroutines that can be called by the operating system and whose function is to access the hardware components of the computer such as hard disk. – Initiates Power On Self Test (POST). – Allowing changes to the low level setup options. – Initiating the boot sequence after a hardware Reset.
  • 7. ATA
  • 8. A set of standards called the ATA (AT-Attachment) came into being in 1989 that effectively put a boundary on what was possible in terms of cylinder, head and sector numbers.
  • 9. • ATA-5 says (amongst other things) that: – The cylinder number must be represented by 16 binary digits. – The head number must be represented by 4 binary digits. – The sector number must be represented by 8 binary digits. • A total of 28 bits.
  • 10. CYLINDER – HEAD – SECTOR (CHS)
  • 11. • CHS, Method for giving addresses to each physical block of data on a hard disk drive • It can be low level formatted to different capacities
  • 12. • Identifying individual sectors on a disk by their position in a track • The track is determined by the head and cylinder number • For addressing the sector in smallest unit
  • 13. Hard Disk Geometry Description Terminology Heads on a Platter Head A stack of Rings or "Tracks" Cylinder Segment Sector
  • 14. Where the data is physically on the disk? • “disk controller” allows us to specify only the Cylinder, Head and Sector that we want to access • The disk controller calculates where the data is physically on the disk and hands the data back to us • More accurately CHS is a pointer in memory to the data.
  • 15. How the physical disk is accessed If we wanted to access one particular sector, we could reference it by specifying –C which head it was on, –H which cylinder it was on and finally –S which sector it was on. That would then uniquely identify the sector that we wanted to access.
  • 16. CHS Values • 16-bit Cylinder value (C) • 4-bit Head Value (H) • 8-bit Sector Value (S) • Old BIOS: – 10-bit C – 8-bit H – 6-bit S – Limited to 528MB disk
  • 18.  Used for specifying the location of blocks of data stored  Generally in secondary storage system eg, hard disks  It is an simple linear addressing scheme  Blocks are arranged by an integer index example : LBA 0, LBA 1
  • 19. The five most important things to note about LBA are: • LBA is a translation method based on the CHS addressing scheme • LBA was not (as many web sites claim) invented to overcome any disk size limits • It is simply a different way of accessing the hard disk • LBA does not require the BIOS to know anything about the disk geometry to access the disk • LBA is used to address data
  • 21. • It is also called as large mode CHS • It uses BIOS translation method • It is inherited by CHS mode to be in given size barrier (504 MB)
  • 22. • The BIOS coders agreed on a way round the 504 MB limitation. They came up with a system called “Enhanced CHS”, or ”ECHS”. • ECHS is a simple translation method written on the end of the interrupt INT13h. In summary, this is what happens: O/S --> INT13h --> ECHS Translation --> CHS call --> Disk Controller
  • 23. • Consequently, the requirements for this type of disk access are as follows: An operating system that can make INT13h calls. A BIOS that understands INT13h calls. A BIOS that can perform the ECHS translations. A BIOS that can make CHS calls. A disk controller that understands the (translated) CHS values referenced.
  • 24. Storage Characteristics • Volatility – Non-Volatile – Volatile • Mutability – Read/Write – Read Only – Slow Write, Fast Read Storage • Accessibility – Random Access – Sequential Access • Addressability – Location – File – Content