Device management involves four basic functions:
The system’s peripheral devices generally fall into one of three categories:
dedicated
shared
virtual
are assigned to only one job at a time; they serve that job for the entire time it’s active or until it releases them.
dedicated devices
type of device that can be assigned to several processes
Shared devices
are a combination of the first two devices: They’re dedicated devices that have been transformed into shared devices.
Virtual devices
The USB controller assigns bandwidth to each device depending on its priority
Regardless of the specific attributes of the device, the most important differences
among them are:
speed and degree of sharability
Storage media are divided into two groups: ______________, which store records sequentially, one after the other; and _____________, which can store either sequential or direct access files. There are vast differences in their speed and sharability.
sequential access media
direct access storage devices (DASD)
the density of the tape (measured in bpi), multiplied by the tape drive speed, called transport speed, which is measured in inches per second (ips)
transfer rate
transfer rate formula
transfer rate (ips) = density * transport speed
Blocking has two distinct advantages:
The two disadvantages of blocking seem mild by comparison:
______________ are devices that can directly read or write to a specific place
Direct access storage devices (DASDs)
DASDs can be grouped into three categories:
magnetic disks
optical discs
flash memory
A ________________ looks like a large CD or DVD covered with magnetic film that has been formatted, usually on both sides, into concentric circles.
fixed-head magnetic disk
advantage and disadvantage of fixed-head disk
advantage: its very fast, faster than the movable-head disks
disadvantage: high cost and its reduced storage space compared to a movable-head disk
_____________________, such as computer hard drives, have one read/write head that floats over each surface of each disk. Disks can be a single platter, or part of a disk pack, which is a stack of magnetic platters.
Movable-head magnetic disks
Two of the most important measures of optical disc drive performance are:
sustained data transfer rate and average access time
There are several types of optical-disc systems, depending on the medium and the capacity of the discs:
CDs, DVDs, and Blu-ray
A ___________ is the same physical size as a DVD or CD but the laser technology used to read and write data is quite different.
Blu-ray disc
a type of electrically erasable programmable read-only memory
Flash memory
Flash memory uses a phenomenon (known as ______________) to send electrons through a floating gate transistor where they remain even after power is
turned off
Fowler-Nordheim tunneling
Depending on whether a disk has fixed or movable heads, there can be as many as
three factors that contribute to the time required to access a file:
seek time
search time
transfer time.
formula of total access time of fixed-head drives
search time (rotational delay)
+ transfer time (data transfer)
= access time