export_week 12 chapter 10 peripherals Flashcards
,
what are Peripherals?
Devices that are separate from the
basic computer
▪ Not the CPU, memory, or power supply
▪ Classified as input, output, and storage
,
how Peripherals connected ?
▪ Connect via
▪ Ports
▪ Interface to systems bus
,
types of storage Devices ?
▪ Primary memory
▪ Secondary storage
,
what are the Secondary storage include?
▪ Data and programs must be copied to primary memory for CPU access
▪ Permanence of data - nonvolatile
▪ Direct access storage devices (DASDs)
▪ Online storage
▪ Offline storage – loaded when needed
▪ Network file storage
• File servers, web servers, database servers
,
how is the speed measured in storage devices ?
Measured by access time and data
transfer rate
,
Access time:
average time it takes a
computer to locate data and read it
▪ millisecond = one-thousandth of a second
,
Data transfer rate:
amount of data that
moves per second
,
Storage Hierarchy Diagram ?
https://s3.amazonaws.com/classconnection/655/flashcards/7082655/png/imageutgarx-14A5F4138920F20D2A1.png
,
what are the Secondary Storage Devices
- Solid state memory
- Magnetic disks
- Optical disk storage
- Magnetic tape
- Network storage
,
Characteristics of Secondary Storage Devices?
▪ Rotation vs. Linear
▪ Direct access vs. Sequential access
,
what is falsh memory ?
▪ Nonvolatile electronic integrated circuit memory
▪ Similar to other read-only memory but uses a
different technology
,
what does Flash memory permit ?
▪ Permits reading and writing individual bytes or small
blocks of data
▪ Small size makes it useful in portable devices such
as USB “thumb drives”, digital cameras, cell phones,
music players
,
what is the Flash Memory immune to ?
▪ Relatively immune to physical shocks
,
what is limitations of using Flash memory?
▪ Generates little heat or noise
,
Disk Layouts – CAV vs. CLV
▪ CAV – Constant Angular Velocity
▪ Number of bits on each track is the same! Denser
towards the center.
▪ Spins the same speed for every track
,
Disk Layouts – CAV vs. CLV
▪ CLV – Constant Linear Velocity
▪ All tracks have the same physical length and
number of bits
▪ Constant speed reading data off a track
▪ Drive has to speed up when accessing close to
the center of the drive and slow down when
accessing towards the edge of the drive
,
Disk Layout – Multiple Zone Multiple zone recording
▪ Multiple zone recording
▪ Also known as zone bit recording (ZBR) or zone-
CAV recording (Z-CAV)
▪ Compromise between CAV and CLV
▪ Disk divided into zones
▪ Cylinders in different zones have a different
number of sectors
▪ Number of sectors in a particular zone is constant
▪ Data is buffered so the data rate to the I/O
interface is constant
,
Multiple-Zone Disk
Configuration
https://s3.amazonaws.com/classconnection/655/flashcards/7082655/png/imagegdh9qx-14A5F4717B3088D7225.png
,
types of the Magnetic Disks
- Track – circle
- Cylinder – same track on all platters
- Block – small arc of a track
- Sector – pie-shaped part of a platter
- Head – reads data off the disk as disk rotates at high speed (4200-14000 RPM)
,
A Hard Disk Layout
https://s3.amazonaws.com/classconnection/655/flashcards/7082655/png/image7y02qx-14A5F4854A14637D5FD.png
,
A Hard Disk Layout
https://s3.amazonaws.com/classconnection/655/flashcards/7082655/png/imagevxn7qx-14A5F48A6DA69D8AA6C.png
,
Average seek time: ? how to Locate a Block of Data
time requied to move from one track
to another
,
Latency:
time required for disk to
rotate to beginning of correct
sector
,
Transfer time:
time required to
transfer a block of data to the
disk controller buffer
,
Average Seek time
average time to move from one track to another
,
Average Latency time
▪ average time to rotate to the beginning of the
sector
▪ Average Latency time = 1⁄2 * 1/rotational speed
,
Transfer time
1/(# of sectors * rotational speed)
,
Total Time to access a disk block
Avg. seek time + avg. latency time + avg. transfer time
,
Magnetic Disks
▪ Data Block Format?
▪ Interblock gap
▪ Header
▪ Data▪ Interblock gap
▪ Header
▪ Data
,
how ▪ Formatting disk ?
▪ Establishes the track positions, blocks and headers needed before use of the disk
,
Disk Block Formats
Single Data Block
,
Header for Windows disk
https://s3.amazonaws.com/classconnection/655/flashcards/7082655/png/image70lhrx-14A5F5096A667300041.png
,
what is Disk Arrays?
Grouping of multiple disks together
,
RAID
Redundant Array of Inexpensive
Disks
,
types of RAID>
▪ Mirrored array
▪ Striped array
▪ RAID 0 to RAID 5
,
RAID – Mirrored is ?
▪ Pair of disks contain the exact same stores of data
▪ Reading data – alternate blocks of data are read from
hard drives and combined
,
how is acess time is reduced inRAID – Mirrored ?
Access time is reduced by approximately a factor
equal to the number of disk drives in array
,
what is Read failure RAID mirrored ?
block is marked and then read from
the mirrored drive
When using three or more mirrored drives, majority logic is used in the event of a failure. Fault-tolerant computers use this technique.
,
what is the raid striped ?
▪ A file segment is stored divided into blocks on
different disks
▪ Minimum of three drives needed because one
disk drive is reserved for error checking
,
writers in RAID - Striped is ?
block of parity words from each block of data is created and put on the reserved error checking disk
,
what is the readers RAID - Striped?
parity data is used to check original
data