What is use of SCSI-ID?



What is use of SCSI-ID?..

Answer / dillip palai

SCSI - Small Computer System Interface
SCSI is an industry standard system interface, which allows
multiple peripheral devices to be installed on the system.
The number of devices that can be installed depends on the
type of SCSI Host adapter that you have installed in your
system. Most SCSI systems have an older "Narrow" 8-bit SCSI
host adapter, which have 8-bit data paths and allow for up
to 7 devices to be installed on the same channel. Newer
"Wide" Host adapters have 16-bit wide data paths and provide
support for up to 15 devices.


A SCSI ID is a unique identifier assigned to each SCSI
device on the bus. It determines the SCSI device's priority.
There are 16 IDs, ranging from 0 to 15. The order of the
priorities is a bit unusual. From highest priority to lowest
they are: 7, 6, 5, 4, 3, 2, 1, 0, 15, 14, 13, 12 ,11, 10, 9,
8. ID 7 is almost always reserved for the SCSI Host Adapter.
The other IDs are free to be assigned as desired, although
your computer may have assigned them automatically.

Never assign the same ID to more than one device

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Testing AllOther Interview Questions

What the difference between a 'defect' and a 'failure' in software testing is?

0 Answers  


How will you conduct risk analysis?

0 Answers  


With the help of Bug Id how will u find in which module or in which test case a bug hv been arised... ie hw will u track down the bug.....

4 Answers  


What is metric?

0 Answers  


The later in the development life cycle a fault is discovered, the more expensive it is to fix. Why?

0 Answers  






Is it true that we can do system testing at any stage?

0 Answers  


When a bug is found, what is the first action?

3 Answers   TCS,


In an Testing interview the following question asked. who will write usecases?

5 Answers   MBT,


How will you define a critical bug?

0 Answers  


1.WHY DO YOU GO FOR WHITE BOX TESTING,WHEN BLOCK BOX TESTING AVALIABLE? 2.WHY DO YOU MAINTAIN REPOSITERIES AND WHAT IS REPOSITORY?

2 Answers  


How to test documents in a project that span across the software development lifecycle?

0 Answers  


How much testing is enough?

0 Answers  


Categories