58
Memory and physical storage Unit objective: Identify memory characteristics and install storage devices

Memory and physical storage

  • Upload
    malise

  • View
    47

  • Download
    0

Embed Size (px)

DESCRIPTION

Memory and physical storage. Unit objective: Identify memory characteristics and install storage devices. Topic A. Topic A: Memory Topic B: Storage devices. Memory. RAM: random access memory Working area for data during processing Need sufficient RAM for Performance Software support - PowerPoint PPT Presentation

Citation preview

Page 1: Memory and physical storage

Memory and physical storage

Unit objective: Identify memory characteristics and

install storage devices

Page 2: Memory and physical storage

Topic A

Topic A: Memory Topic B: Storage devices

Page 3: Memory and physical storage

Memory

RAM: random access memory Working area for data during

processing Need sufficient RAM for

– Performance– Software support

Quality of RAM is important

Page 4: Memory and physical storage

Measuring memory

Cells– Store a single bit of data– 0 or 1– Represents on/off or yes/no

Measurement units – Bit– Nibble = 4 bits– Byte = 8 bits– Word = based on CPU

32-bit processor: 32-bit word 64-bit processor: 64-bit word

Page 5: Memory and physical storage

Larger memory units Byte (B) = 8 bits Kilobyte (KB) = 1024 bytes = 210 bytes Megabyte (MB) = 1024 KB = 220 bytes Gigabyte (GB) = 1024 MB = 230 bytes Terabyte (TB) = 1024 GB = 240 bytes

Page 6: Memory and physical storage

Memory types

Classify memory as:– Volatile vs. non-volatile– Static vs. dynamic– Asynchronous vs. synchronous

Page 7: Memory and physical storage

Volatile vs. non-volatile memory

Volatile: Loses contents without power Non-volatile: Keeps contents without power

RAM Volatile Random access memory

CMOS Volatile Complementary metal oxide semiconductor

ROM Non-volatile Read-only memory

PROM Non-volatile Programmable read-only memory

EPROM Non-volatile Erasable programmable read-only memory

EEPROM Non-volatile Electronically erasable programmable read-only memory

Flash Non-volatile

Page 8: Memory and physical storage

Dynamic vs. static memory

Dynamic (DRAM)– Must be continually refreshed– Inexpensive– Physically small chips

Static (SRAM)– Refreshing not required– More expensive– Larger– Faster

Typical uses– Main system memory: DRAM– Cache memory and CMOS: SRAM

Page 9: Memory and physical storage

Asynchronous vs. synchronous

Asynchronous– Not synchronized to system clock– Consistent time to access and read data

Synchronous– Synchronized to system clock– Accesses data and returns in one or

more clock cycles

SDRAM faster than ADRAM

Page 10: Memory and physical storage

Memory access typesDRAM Dynamic RAM Older technology

FPM Fast Page Mode Improved over DRAM

VRAM Video RAM Dual port, optimized for video

EDO Extended Data Out Improved over FPM

BEDO Burst Extended Data Out Adds pipelining to EDO

SDR SDRAM

Synchronous DRAM Interleaving permits overlapped requests

DRDRAM Direct Rambus DRAM 16-bit memory bus and two transfers per clock cycle

continued

Page 11: Memory and physical storage

Memory access types, continuedDDR SDRAM

Double Data Rate Double transfer rate of SDR SDRAM with two transfers per clock cycle

DDR2 SDRAM

Double Data Rate 2 Double transfer rate of DDR SDRAM with four transfers per clock cycle

DDR3 SDRAM

Double Data Rate 3 Double transfer rate of DDR2 SDRAM with eight transfers per clock cycle

Page 12: Memory and physical storage

Access time

Latency Memory speed

– Nanoseconds vs. megahertz

Overall speed– Doesn’t include latency

Bandwidth

Page 13: Memory and physical storage

Packaging Early PCs used individual DRAM chips

continued

Page 14: Memory and physical storage

Packaging, continued

Package– Small circuit board– More commonly called a module– Installed in slot

Module contains– Memory chips– Connecting wires– Support chips– Pins or edge contacts

Page 15: Memory and physical storage

Single- and double-sided modules

Early DRAM had chips on just one side

Double memory by placing chips on both sides

Double-sided modules have two rows of pins at bottom– Pins on front aren’t connected to pins on

back

Number of chips no longer has a 1:1 chip-to-bit limit

Page 16: Memory and physical storage

Package types

SIMM 30-pin – ADRAM

SIMM 72-pin – ADRAM

DIMM 100-pin – printer SDRAM DIMM 168-pin – SDR SDRAM

DIMM 184-pin – DDR SDRAM

DIMM 240-pin – DDR2– DDR3

continued

Page 17: Memory and physical storage

Package types, continued

RIMM– 184-pin – 16-bit– 232-pin – 32--bit

MicroDIMM 144-pin SODIMM 144-pin – SDR SDRAM

SODIMM 200-pin– DDR– DDR2

SODIMM 204-pin – DDR3 SDRAM

Page 18: Memory and physical storage

30 pin SIMM

Page 19: Memory and physical storage

72 pin simm

Page 20: Memory and physical storage

168 pin dimm

Page 21: Memory and physical storage

184 pin ddr

Page 22: Memory and physical storage

240 pin ddr2

Page 23: Memory and physical storage

Ddr and ddr2 difference

Page 24: Memory and physical storage

240 pin Ddr3

Page 25: Memory and physical storage

RIMM

Page 26: Memory and physical storage

sodimm

Page 27: Memory and physical storage

Modules and chips

PC100 and PC133 use SDRAM PC1600, PC2100, PC2700, and

PC3200 use DDR SDRAM PC2-3200, PC2-4200, PC2-5300,

PC2-6400, and PC28500 use DDR2 SDRAM

PC3-6400, PC3-8500, PC3-10600, PC3-12800, PC3-14900, andPC-17000 use DDR3 SDRAM

Page 28: Memory and physical storage

Memory error recovery

Parity — Detects an error– Even– Odd– Mark– Space

ECC — Detects and corrects an error Desktop memory — No parity or ECC Server memory — Often includes

parity or ECC

Page 29: Memory and physical storage

Parity

9 chips,supportsparity

8 chips,no parity

Page 30: Memory and physical storage

Topic B

Topic A: Memory Topic B: Storage devices

Page 31: Memory and physical storage

CDs

Recordable CDs CD drives CD drive speeds

Page 32: Memory and physical storage

DVDs

DVD media DVD storage capacities

Page 33: Memory and physical storage

Blu-Ray discs

Blu-Ray disc specifications Recordable Blu-Ray

Page 34: Memory and physical storage

Optical drive installation

Connectors Drivers

Page 35: Memory and physical storage

Using optical drives

CD software Playing DVD and Blu-Ray discs

Page 36: Memory and physical storage

Hard disk drives

Components Solid-state drives (SSDs)

Page 37: Memory and physical storage

Hard disk installation

Chassis Cables and connectors Power cable

Page 38: Memory and physical storage

Fault tolerance

Ensure continued operations RAID

– RAID 0– RAID 1– RAID 5– RAID 01– RAID 10

RAID considerations Level-specific considerations

Page 39: Memory and physical storage

RAID levels

RAID level 0– Striping with no other redundancy

features

RAID level 1 (Mirroring)– Simple disk mirroring

continued

Page 40: Memory and physical storage

RAID

Redundant Array of Independent Disks– Previously Inexpensive disks– RAID 1, 3 and 5 are most common

See http://www.acnc.com/raid

Page 41: Memory and physical storage

RAID levels, continued

RAID level 1 – different type– Disk duplexing (simple disk mirroring

again but each disk on a separate controller)

continued

Page 42: Memory and physical storage

RAID levels, continued

RAID level 2 (Stripping)– Data is striped across all disks in the

array disk wear is limited and stripping allows for reconstruction if a drive fails

Page 43: Memory and physical storage

RAID levels, continued

RAID level 3 (Disk Stripping)– Uses disk striping – Stores error-correcting information– Information written to only one disk in the

array– If disk fails, array cannot rebuild its

contents

continued

Page 44: Memory and physical storage

RAID levels, continued

RAID level 4– Stripes data and stores error-correcting

information on all drives– Can perform checksum verification

RAID level 5– Combines the best features of RAID– Striping– Error correction– Checksum verification

Page 45: Memory and physical storage

Windows OS software RAID does not support RAID 2 through to 4

Page 46: Memory and physical storage

Choosing a RAID level

Boot and system files can be placed on disks configured for RAID level 1, but not for RAID level 5

RAID level 1 uses two hard disks; RAID level 5 uses 3–32 disks

RAID level 1 is more expensive to implement than RAID level 5

RAID level 5 requires more memory than RAID level 1

Page 47: Memory and physical storage

Reading from disk is faster than write access in both RAID level 1 and RAID level 5

RAID 5 has faster read access than RAID level 1

Page 48: Memory and physical storage

Striped volume

Reduces the wear on multiple disk drives by equally spreading the load

Increases disk performance compared to other methods of configuring dynamic disk volumes

Page 49: Memory and physical storage

Mirrored volume

Creates a copy of data on a backup disk One of the most guaranteed forms of

disk fault tolerance Time to write information is doubled If 3 or more volumes are mirrored or

duplexed, RAID 1 is more expensive than other RAID levels

Can’t be striped Requires two dynamic disks Well suited when data is mission-critical

Page 50: Memory and physical storage

RAID 5

Provides better fault tolerance than a striped volume

Uses disk space more efficiently than a RAID 1 volume

RAID 5 with parity can reconstruct lost data on any disk

Requires minimum of three disks

continued

Page 51: Memory and physical storage

RAID 5, continued

Performance isn’t as fast as striped volume Reading is as fast Good choice for mission-critical data Parity information based on formula

– 1/n – n = number of physical disks in volume

Page 52: Memory and physical storage

Software and hardware RAID

Software RAID implements fault tolerance through the computer’s OS

Hardware RAID is implemented through the server hardware and is independent of the OS

Many manufacturers implement hardware RAID on the adapter

Chip on the adapter Battery backup Hardware RAID more expensive

Page 53: Memory and physical storage

Hardware RAID advantages

Faster read and write response Ability to place boot and system files

on disks with different RAID levels Ability to hot-swap a failed disk More setup options to retrieve

damaged data and to combine different RAID levels within one array

Page 54: Memory and physical storage

Media cards

SD xD SmartMedia CompactFlash Memory stick

Page 55: Memory and physical storage

Floppy disk storage

Form factors Capacities Identifying capacities Write protection

Page 56: Memory and physical storage

Floppy drive installation

Cable Connectors Motherboard connector

Page 57: Memory and physical storage

Tape drives

Hard drive backups Offsite storage Burst mode Sequential access Compression

Page 58: Memory and physical storage

Unit summary

Identified memory characteristics and installed storage devices