chapter 5 memory external

34
1 William Stallings Computer Organization and Architecture Chapter 5 Memori External

Upload: wawankoerniawan

Post on 18-Dec-2014

442 views

Category:

Documents


3 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Chapter 5 memory external

1

William Stallings Computer Organization and Architecture

Chapter 5Memori External

Page 2: Chapter 5 memory external

2

Jenis Memori External

Magnetic Disk RAID Removable

Optical CD-ROM CD-Writable (WORM) CD-R/W DVD

Magnetic Tape

Page 3: Chapter 5 memory external

3

Magnetic Disk

Metal atau plastic dilapisi dg material yg bersifat magnet (iron oxide)

Jenis kemasan Floppy Winchester hard disk Removable hard disk

Page 4: Chapter 5 memory external

4

Format dan Organisasi Data

Lingkaran konsentris atau track Ada Gap antar track Gap sempit, kapasitas bertambah Jumlah bit per track sama (kerapatan bervariasi) Kecepatan putar tetap

Track dibagi menjadi beberapa sectorUkuran minimum block adalah satu sectorSatu block bisa berisi lebih dari satu sector

Page 5: Chapter 5 memory external

5

Fixed/Movable Head Disk

Fixed head Ada satu head (r/w) per track Head diletakkan pada tangkai yg tetap

Movable head Hanya ada satu head per side Diletakkan pada tangkai yg dpt bergerak

Page 6: Chapter 5 memory external

6

Removable / Nonremovable

Removable disk Dapat dilepas dari drive dan diganti dg disk

lain Memberikan kapasitas simpanan yg tak

terbatas Mudah melakukan transfer data antar sistem

Nonremovable disk Terpasanang permanen dalam drive

Page 7: Chapter 5 memory external

7

Floppy Disk

8”, 5.25”, 3.5”Kapasitas kecil

sampai 1.44Mbyte (ada yg 2.88M)

LambatUmum dipakaiMurah

Page 8: Chapter 5 memory external

8

Winchester Hard Disk (1)

Dikembangkan oleh IBM di Winchester (USA)

Dikemas dalam satu unitBerisi satu cakram atau lebihHead sangat kecilHandal

Page 9: Chapter 5 memory external

9

Winchester Hard Disk (2)

Umum digunakanMurahSbg external storage yg sangat cepatKapasitas semakin besar

Dalam orde GB

Page 10: Chapter 5 memory external

10

Removable Hard DiskZIP

Murah Banyak digunakan 100MB

JAZ Mahal 1G

L-120 (a: drive) Juga dpt untuk membaca 3.5” floppy

Page 11: Chapter 5 memory external

11

Pencarian Sector

Harus dapat mengenali awal suatu track dan sector

Format disk Menambahkan informasi tambahan Memberi tanda awal track dan sector

Page 12: Chapter 5 memory external

12

Gap1 Id Gap2 Data Gap3 Gap1 Id Gap2 Data Gap3

TrackSyncByte

Head Sector CRC SyncByte

Data CRC

ST506 format (old!)

Page 13: Chapter 5 memory external

13

Karakteristik

Fixed head atau movable headRemovable disk atau fixed diskSingle side atau double sideSingle platter atau multiple platterMekanisme head

Contact (Floppy) Fixed gap Flying (Winchester)

Page 14: Chapter 5 memory external

14

Multiple Platter

Satu head per sideSemua head di-join dan di-alignTrack-track yg setiap platter membentuk

cylinderData dipecah berdasarkan cylinder

Mengurangi gerakan head Meningkatkan kecepatan (transfer rate)

Page 15: Chapter 5 memory external

15

Kecepatan

Seek time gerakan head ke track yg dituju

(Rotational) latency Putar platter sampai posisi data dibawah head

Access time = Seek + LatencyTransfer rate

Page 16: Chapter 5 memory external

16

RAID

Redundant Array of Independent Disks Redundant Array of Inexpensive DisksAda 6 level Tidak berhirarkiSejumlah disks (fisik) yg dipandang sbg

satu drive (logical) oleh Sistem OperasiData tersebar diantara disk fisik

Page 17: Chapter 5 memory external

17

RAID 0

No redundancyData striped across all disksRound Robin stripingIncrease speed

Multiple data requests probably not on same disk

Disks seek in parallel A set of data is likely to be striped across

multiple disks

Page 18: Chapter 5 memory external

18

RAID 1

Mirrored DisksData is striped across disks2 copies of each stripe on separate disksRead from eitherWrite to bothRecovery is simple

Swap faulty disk & re-mirror No down time

Expensive

Page 19: Chapter 5 memory external

19

RAID 2Disks are synchronizedVery small stripes

Often single byte/word

Error correction calculated across corresponding bits on disks

Multiple parity disks store Hamming code error correction in corresponding positions

Lots of redundancy Expensive Not used

Page 20: Chapter 5 memory external

20

RAID 3

Similar to RAID 2Only one redundant disk, no matter how

large the arraySimple parity bit for each set of

corresponding bitsData on failed drive can be reconstructed

from surviving data and parity infoVery high transfer rates

Page 21: Chapter 5 memory external

21

RAID 4

Each disk operates independentlyGood for high I/O request rateLarge stripesBit by bit parity calculated across stripes

on each diskParity stored on parity disk

Page 22: Chapter 5 memory external

22

RAID 5

Like RAID 4Parity striped across all disksRound robin allocation for parity stripeAvoids RAID 4 bottleneck at parity diskCommonly used in network servers

N.B. DOES NOT MEAN 5 DISKS!!!!!

Page 23: Chapter 5 memory external

23

Optical Storage CD-ROM

Originally for audio650Mbytes giving over 70 minutes audioPolycarbonate coated with highly

reflective coat, usually aluminumData stored as pitsRead by reflecting laserConstant packing densityConstant linear velocity

Page 24: Chapter 5 memory external

24

CD-ROM Drive Speeds

Audio is single speed Constant linier velocity 1.2 ms-1

Track (spiral) is 5.27km long Gives 4391 seconds = 73.2 minutes

Other speeds are quoted as multiplese.g. 24xThe quoted figure is the maximum the

drive can achieve

Page 25: Chapter 5 memory external

25

00 00FF x 10 M

in

Sec

Sec

tor

Mod

e

DataLayeredECC

12 byteSync

4 byteId

2048 byte 288 byte

2352 byte

CD-ROM Format

Mode 0=blank data fieldMode 1=2048 byte data+error correctionMode 2=2336 byte data

Page 26: Chapter 5 memory external

26

Random Access on CD-ROM

DifficultMove head to rough positionSet correct speedRead addressAdjust to required location(Yawn!)

Page 27: Chapter 5 memory external

27

CD-ROM for & against

Large capacity (?)Easy to mass produceRemovableRobust

Expensive for small runsSlowRead only

Page 28: Chapter 5 memory external

28

Other Optical Storage

CD-Writable WORM Now affordable Compatible with CD-ROM drives

CD-RW Erasable Getting cheaper Mostly CD-ROM drive compatible

Page 29: Chapter 5 memory external

29

DVD - what’s in a name?

Digital Video Disk Used to indicate a player for movies

Only plays video disks

Digital Versatile Disk Used to indicate a computer drive

Will read computer disks and play video disks

Dogs Veritable DinnerOfficially - nothing!!!

Page 30: Chapter 5 memory external

30

DVD - technology

Multi-layerVery high capacity (4.7G per layer)Full length movie on single disk

Using MPEG compression

Finally standardized (honest!)Movies carry regional codingPlayers only play correct region filmsCan be “fixed”

Page 31: Chapter 5 memory external

31

DVD - Writable

Loads of trouble with standardsFirst generation DVD drives may not read

first generation DVD-W disksFirst generation DVD drives may not read

CD-RW disksWait for it to settle down before buying!

Page 32: Chapter 5 memory external

32

Foreground Reading

Check out optical disk storage optionsCheck out Mini Disk

Page 33: Chapter 5 memory external

33

Magnetic Tape

Serial accessSlowVery cheapBackup and archive

Page 34: Chapter 5 memory external

34

Digital Audio Tape (DAT)

Uses rotating head (like video)High capacity on small tape

4Gbyte uncompressed 8Gbyte compressed

Backup of PC/network servers