Describe the iSCSI technology and explain how it is typically used and configured.
What will be an ideal response?
Internet SCSI (iSCSI) is a recent SCSI technology that uses network cables to transfer data to and from remote hard disks that reside on your organization's intranet (internal TCP/IP network) or on the Internet. The computer connected to a remote hard disk via iSCSI is referred to as an iSCSI initiator, and the remote hard disk is called the iSCSI target. An iSCSI initiator can consist of a software component that is part of the Linux OS, or it can consist of a hardware component that is part of the iSCSI-compliant network card. iSCSI targets are typically contained within external network-attached devices that contain multiple hard disks (some iSCSI devices contain over 30 hard disks).The configuration settings for remote iSCSI devices vary by manufacturer. To connect the Linux computer to the remote iSCSI device, you must specify the configuration settings while installing Linux. This means you must understand the configuration settings used by your iSCSI device (name, authentication information, etc.) and ensure that your computer has an iSCSI-compliant network card before starting the installation process.
You might also like to view...
?Which of the following Hypertext Markup Language (HTML) grouping elements contains a single item from an ordered or unordered list?
A. ?nav B. ?pre C. ?li D. ?div
Case 13-1Leslie is using Java to write a quicksort algorithm.Leslie must do which of the following steps?
A. Determine if the length of the array is greater than 2. B. Locate the middle of the array. C. Tag the elements at the left and right ends of the array. D. All of the above.