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
,
what does RAID levels ?
▪ RAID 0 – not true RAID, no error checking or
redundancy, but data is placed across all
drives for increased speed
▪ RAID 1 – mirrored array
▪ RAID 2, 3, 4 – arrays that are striped in
different ways
▪ RAID 5 – error checking blocks are spread
across all drives
,
how Optical Storage ?
Reflected light off a mirrored or pitted surface
,
CD rom for the optical storage ?
CD-ROM
▪ 650 MB of data, approximately 550 MB after
formatting and error checking
▪ Spiral 3 miles long, containing 15 billion bits!
,
what does CLV for optical storage do ?
▪ CLV – all blocks are same physical length
▪ Block – 2352 bytes
2k of data (2048 bytes)
16 bytes for header (12 start, 4 id)
288 bytes for advanced error control
,
DVD – similar technology to CD-ROM
DID you know
,
WORM
write-once read-many
,
Optical Storage
types ?
▪ Laser strikes land: light reflected into detector
▪ Laser strikes a pit: light scattered
,
Layout: CD-ROM vs. Standard Disk
CD-ROM
,
Layout: CD-ROM vs. Standard Disk
Hard Disk
,
Types of Optical Storage
WORM Disks
Medium-powered laser blister technology also used
for
,
Medium-powered laser blister technology also used
for what ?
▪ CD-R, DVD-R, DVD-R, DVD+R
▪ CD-RW, DVD-RW, DVD+RW, DVD-RAM, DVD+RAMBD-RE
,
what are the issues for Types of Optical Storage
▪ File compatibility issues between the different CD,
DVD and WORM formats
,
talk about magnetic tape ?
- Offline storage
- Archival purposes
- Disaster recovery
- Tape Cartridges
,
what are Tape Cartridges
▪ Linear tape open format vs. helical scan tape format
,
Displays:
Pixel
picture element
,
Screen Size
diagonal length of screen
,
Aspect ratio
X pixels to Y pixels
▪ 4:3 – older displays
▪ 16:9 – widescreen displays
,
Pixel color is determined by ?
Pixel color is determined by intensity of
3 colors – Red, Green and Blue (RGB)
,
True Color what is it ?
8 bits for each color
▪ 256 levels of intensity for each color
▪ 256 * 256 * 256 = 16.7 million colors
,
what is resolution ?examples
Resolution
▪ Measured as either number of pixels per inch or size of an individual pixel
▪ Screen resolution examples:
768 x 1024
1440 x 900
1920 x 1080
,
what is the Picture size calculation?
▪ Resolution * bits required to represent number of colors in picture
▪ Example: resolution is 100 pixels by 50 pixels, 4 bits required for a 16 color image
100 * 50 * 4 bits = 20,000 bits
,
Video memory requirements are,,,,,,,,,
significant!
,
Interlaced vs. Progressive Scan diagram ?
https://s3.amazonaws.com/classconnection/655/flashcards/7082655/png/imagem9jzqx-14A60C6B35C39AA9222.png
,
Diagram of Raster Screen
Generation Process
https://s3.amazonaws.com/classconnection/655/flashcards/7082655/png/imageqqucrx-14A60C70EE0065869CC.png
,
Color Transformation Table
https://s3.amazonaws.com/classconnection/655/flashcards/7082655/png/imagen681qx-14A60C7715C29E8AB2E.png
,
Display Example diagram ?
https://s3.amazonaws.com/classconnection/655/flashcards/7082655/png/imagejcy0qx-14A60C7CF9A2957E1E9.png
,
LCD – Liquid Crystal Display known as ?
Fluorescent light or LED panel
,
how many colors in the LCD?
3 color cells per pixel
,
Operation of the LCD
1 st filter polarizes light in a specific direction
▪ Electric charge rotates molecules in liquid crystal
cells proportional to the strength of colors
▪ Color filters only let through red, green, and blue
light
▪ Final filter lets through the brightness of light
proportional to the polarization twist
,
LCDs (continued) what types of matrices ?
▪ Active matrix
▪ One transistor per cell
▪ More expensive
▪ Brighter picture
▪ Passive matrix
▪ One transistor per row or column
▪ Each cell is lit in succession
▪ Display is dimmer since pixels are lit less
frequently
,
CRT Display Technology
- CRTs (similar to TVs)
- 3 stripes of phosphors for each color
- 3 separate electron guns for each color
- Strength of beam → brightness of color
- Raster scan
* 30x per second
* Interlaced vs. non-interlaced (progressive scan)
,
OLED Display Technology traits ?
No backlight
Consists of red, green and blue LEDs
Each LED lights up individually
Very thin displays with panels less than
3mm thick!
,
Printers comapsion between dots vs pixels ?
▪ Dots vs. pixels
▪ 300-2400 dpi vs. 70-100 pixels per inch
▪ Dots are on or off, pixels have intensities
,
types of printers ?
- Typewriter / Daisy wheels – obsolete
- Impact printing - dot matrix – mostly obsolete
- Inkjet – squirts heated droplets of ink
- Laser printer
- Thermal wax transfer
- Dye Sublimation
,
Creating a Gray Scale how diagram ?
https://s3.amazonaws.com/classconnection/655/flashcards/7082655/png/imageyr50qx-14A60CE89856F80B0FC.png
,
Laser Printer Operation
- Dots of laser light are beamed onto a drum
- Drum becomes electrically charged
- Drum passes through toner which then sticks to the electrically charged places
- Electrically charged paper is fed toward the drum
- Toner is transferred from the drum to the paper
,
Laser Printer Operation (cont)
- The fusing system heats and melts the toner
onto the paper
7.A corona wire resets the electrical charge on the
drum
,
Laser Printer Operation
https://s3.amazonaws.com/classconnection/655/flashcards/7082655/png/imagewvqgrx-14A60D1DAF72B87B9F6.png
,
Laser Printer Operation (cONT)
https://s3.amazonaws.com/classconnection/655/flashcards/7082655/png/imageez72qx-14A60D23E8A3FD1D530.png
,
what other Computer Peripherals?
- Scanners
▪ Flatbed, sheet-fed, hand-held
▪ Light is reflected off the sheet of paper
▪ User Input Devices
▪ Keyboard, mouse, light pens, graphics tablets
▪ Communication Devices
▪ Telephone modems
▪ Network devices
,
Network Communication Devices is just ?
▪ Network is just another I/O device
▪ Network I/O controller is the network
interface card (NIC)
,
types of networking connection
?
▪ Ethernet, FDDI fiber, token-ring
,
Medium access control (MAC) protocols what does it define ?
Define the specific rules of communication
for the network
,
Storage Hierarchy
– Performance is driven by latency and bandwidth.
– The more layers away from the CPU . . .
– . . . the higher the latency
– . . . the larger the capacity
,
Storage Hierarchy
https://s3.amazonaws.com/classconnection/655/flashcards/7082655/png/selection_193-14A60DB3ABF2FB371BE.png
,
Storage Hierarchy 2
https://s3.amazonaws.com/classconnection/655/flashcards/7082655/png/selection_193-14A60DB6F9B5D5FCC87.png
,
Magnetic Disk Technology
– Terminology
Platter?
a spinning disc within a drive, made of glass or aluminum, and coated with magnetic media
,
Magnetic Disk Technology
– Terminology Head:
floats above the media, reading or writing the magnetically encoded data
,
Magnetic Disk Technology
– Terminology track?
a ring on a single platter
,
Magnetic Disk Technology
– Terminology
Cylinder?
a track across all platters
,
Magnetic Disk Technology
– Terminology sector?
a wedge shaped slice of a platter
,
Block
in the Magnetic disk terminology
the intersection of a track and a sector
,
CAV (constant angular velocity):
used by HDD; disk always spins at the same speed.
Problem: wastes space on the outer rings
,
– CLV (constant linear velocity):
The number of bits passing under the head is
constant. Faster angular velocity at the inner tracks; slower on the outer
,
Raid: most Disks fail why ?
Disks often fail because they are at least partly mechanical. RAID (redundant array of independent disks) attempts to improve redundancy and bandwidth
,
Raid combine 3 functions?
– Combine three primary functions:
– Mirroring
– Striping
– Parity checks
,
RAID 0: Striping D?
https://s3.amazonaws.com/classconnection/655/flashcards/7082655/png/imageaqe2qx-14A60E13B8531F798C4.png
,
RAID 1: Mirroring D?
https://s3.amazonaws.com/classconnection/655/flashcards/7082655/png/image4x7drx-14A60E1990236841F31.png
,
RAID 5: Striping with distributed parity D?
https://s3.amazonaws.com/classconnection/655/flashcards/7082655/png/imageywpbrx-14A60E1EFC62DB94602.png
,
– RAID 10: Stripe across mirrors D?
https://s3.amazonaws.com/classconnection/655/flashcards/7082655/png/imagelpzgrx-14A60E254722BA1C6BF.png
,
what does Memory hierarchy show ?
Memory hierarchy shows the inverse relationship between speed and capacity
in computing systems.
,
– Magnetic disks have several kinds of latency:?
seek time, rotational delay, and
transfer time.
,
how RAID try and fix ?
RAID attempts to compensate for latency and failures by employing striping,
mirroring, and parity checks.