Computer Network Systems Part 2 Flashcards
serial interface
bits transmitted one at a time along a single line in a cable
parallel interface
- all bits representing a character (typically seven, eight, or nine) transmitted at once
- a separate line in the cable for each bit
- additional line used as a strobe signal to carry a timing signal
universal serial bus (USB)
External bus standard that supports serial data transfer
- can connect up to 127 devices
- supports plug and play
- allows hot plugging (also called hot swapping)
buffer
- small amount of memory within a peripheral device
- peripheral sends status of buffer to computer by means of flow control (handshaking)
software flow control (handshaking)
technique for the computer to monitor the peripheral and begin sending more data as soon as the device is ready
peripheral signals
XOFF–> transmission off; buffer full, do not send data
XON –> transmission on; buffer is ready for more data
hardware handshaking
One or more lines between the computer and peripheral can be used for this.
- serial printers require only two or three lines: data in, data out, and ground
- further lines can be used for data terminal ready (DTR) or clear to send (CTS) handshaking
composite link
- several peripherals along a single cable
- data can be carried via multiplexers
- achieved using frequency division or time division multiplexing
frequency division multiplexing (FDM)
available transmission band is divided into narrower bands, each used for a separate channel
time division multiplexing (TDM)
- connection channel is operated at a much higher clock rate, and each peripheral shares equally in the available cycles
multiplexer (MUX)
Device that combines two or more signals for transmission over a single channel or line
demultiplexer (DMUX or DEMUX)
device used to separate two or more signals previously combined and transmitted over a single channel or line
random access (direct access) storage device (mass storage devices)
permit access to individual records without having to read through entire file types include: - magnetic disk drives - hard drives - optical disk drives
hard drives
- composed of several platters, each with one or more read/write heads
- platters spin at high speeds (thousands of rpms)
- organized into tracks, sectors, and cylinders
track
concentric storage areas
sector
pie-shaped subdivisions of each track
cylinder
consists of the same numbered track on all drive platters
optical disk drives
- drive that uses laser light as part of the process of reading or writing data
- -> read only (R/0)
- -> read/write (R/W)
- -> WORM (write once, read many)
- -> CDR
- -> DVD-R
- -> CD-ROM
solid state drives (SSD)
Store data in arrays of interconnected, nonvolatile flash memory chips
- faster data transfers than traditional disk drives
- also more expensive
performance measures of a disk drive
- memory size in MB (megabytes)
- area density
- -> a measure of the number of data bits stored per square inch of disk surface
- -> the number of bits per track multiplied by the number of tracks per radial inch
- average seek time
- -> average time it takes to move from one location to a new location
- track-to-track seek time
- -> time required to move from one track to an adjacent track
latency (rotational delay)
- time it takes to for a disk to spin a particular sector under the head for reading
- latency is one-half the time to spin a full revolution