Main Page | See live article | Alphabetical index

SCSI

SCSI stands for "Small Computer System Interface", and is a standard interface for transferring data between devices on a computer bus. SCSI is pronounced "scuzzy" when spoken aloud; occasional attempts to promulgate the more flattering pronunciation "sexy" have never succeeded.

Shugart Technology (the company formed by Alan Shugart after leaving Shugart Associates) introduced SCSI in 1979, and initially referred to it as SASI (Shugart Associates System Interface). After a number of other companies (NCR being the first, in 1981) decided to adopt SASI, SASI received the new name "SCSI." NCR also helped start the standards process the next year, and in 1986, ANSI approved the SCSI spec (as X3.131-1986). Since then, SCSI has developed as an industry-wide standard, capable of being applied to virtually any computer system (there were even SCSI implementations for the venerable Commodore 64 home computer).

To attach a computer to the host bus requires a SCSI host adapter which controls the data transfer on the SCSI bus; the peripheral side must feature a SCSI controller (the SCSI controller is generally embedded—integral to the peripheral—in all but the earliest SCSI devices). SCSI is most commonly used for hard disks and tape storage devices, but also connects a wide range of other devices, including scanners, CD-ROM drives, CD writerss, and DVD drives. In fact, the entire SCSI standard promotes device independence, which means that theoretically anything can be made SCSI (SCSI printers actually exist).

SCSI has evolved over the years. Before summarizing the evolution, a distinction should be made between the terminology used in the SCSI standard itself, as promulgated by the T10 committee of INCITS, and common parlance, as codified by the SCSI trade association, SCSITA.

As of 2003, there have only been three SCSI standards: SCSI-1, SCSI-2, and SCSI-3. All SCSI standards have been modular, defining various capabilities which manufacturers can include or not. Individual vendors and SCSITA have given names to specific combinations of capabilities. For example, no term "Ultra SCSI" is defined in the standard, but is used to refer to SCSI implementations that signal at twice the rate of "Fast SCSI." Such a signalling rate is not compliant with SCSI-2 but is one option allowed by SCSI-3. Similarly, no version of the standard requires low-voltage-differential (LVD) signalling, but products called Ultra-2 SCSI include this capability. This terminology is helpful to consumers, because "Ultra-2 SCSI" device has a better-defined set of capabilities than simply identifying it as "SCSI-3."

No version of the standard has ever specified what kind of connector should be used. The connectors used by vendors have tended to evolve over time. Although SCSI-1 devices typically used bulky Blue Ribbon ("Centronics") connectors, and SCSI-2 devices typically "Mini-D" connectors, it is not correct to refer to these as "SCSI-1" and "SCSI-2" connectors.

The mainstream implementations of SCSI (in chronological order) are as follows, using common parlance:

Note: Ultra-2, ultra-160 and ultra-320 devices may be freely mixed on the LVD bus with no compromise in performance, as the host adapter will negotiate the operating speed and bus management requirements for each device. Single-ended devices should not be attached to the LVD bus, as doing so will force all devices to run at the slower single-ended speed. Support for single-ended interfaces has been deprecated in the SPI-5 standard (which describes Ultra-640), so future devices may not be electrically backward compatible.

SCSI devices are generally backward-compatible, i.e., it is possible to connect a ultra-3 SCSI hard disk to a ultra-2 SCSI controller and use it (though with reduced speed and feature set).

Each SCSI device (including the computer's [host adapter]) must be configured to have a unique SCSI ID on the bus. Also, the SCSI bus must be terminated with a terminator. Both active and passive terminators are in common use, with the active type much preferred (and required on LVD buses). Improper termination is a common problem with SCSI installations.

It is possible to convert a wide bus to a narrow one, with wide devices closer to the adapter. To do this properly requires a cable which terminates the wide part of the bus. This is sometimes referred to as a cable with high-9 termination. Specific commands allow the host to determine the active width of the bus. This arrangement is discouraged.

In the past, SCSI was very popular on all kinds of computers. SCSI remains popular on high-performance workstations, servers, and high-end peripherals. Desktop computers and notebooks more typically use the slower ATA/IDE interfaces for hard disks and USB (USB uses the SCSI command set for some operations) for other devices, since these interfaces, although less general-purpose, cost less to implement.

SCSI interface overview
Interface Bus speed (MBytes/s) Bus width (bits) Max. cable length (meters) Max. number of devices
SCSI5868
Fast SCSI1081.5-38
Wide SCSI20161.5-316
Ultra SCSI2081.5-35-8
Ultra Wide SCSI40161.5-35-8
Ultra2 SCSI408128
Ultra2 Wide SCSI80161216
Ultra3 SCSI160161216
Ultra-320 SCSI320161216
iSCSIlimited only by IP networkN/AN/A??

SCSI Architecture Model

The original SCSI-1 standards defined the physical characteristics of the bus(es) and the electrical signalling sequences required to achieve a given action. The SCSI-2 standard expanded this and, a very important addition, specified the command set that defines the different things SCSI devices can do.

However, the SCSI command set itself is useful on its own, since it is mature and has a large body of knowledgeable users and designers. The SCSI-3 standard separated the SCSI command set from its traditional "parallel" implementation.

The logical structure of the SCSI command set is called the SCSI Architecture Model (SAM), and is included within the interface definitions for Fibre Channel, Serial Storage Architecture, InfiniBand, iScsi, USB, IEEE 1394 and Serial Attached SCSI. Thus these are all capable of using the SCSI command set for some operations.

iSCSI preserves the basic SCSI paradigm, especially the command set, almost unchanged. iSCSI advocates project the iSCSI standard, an embedding of SCSI-3 over TCP/IP as displacing Fibre Channel in the long run, arguing that Ethernet data rates are currently increasing faster than data rates for Fibre Channel and similar disk-attachment technologies. iSCSI could thus address both the low-end and high-end markets with a single commodity-based technology. .

External Links