Which method do SCSI-1 and SCSI-2 use for error detection
-
CRC
-
Parity
-
Hash Code
-
None
B
Correct answer
Explanation
Early SCSI implementations (SCSI-1 and SCSI-2) use a simple single-bit parity check (even or odd) on the 8-bit or 16-bit parallel data bus for error detection. Cyclic Redundancy Check (CRC) was introduced later in the SCSI-3 standard to handle higher speeds. Parity is the correct traditional method.