Penguin
Annotated edit history of iSCSI version 5, including all changes. View license author blame.
Rev Author # Line
3 AristotlePagaltzis 1 [Acronym] for InterNet [SCSI].
1 CraigBox 2
3 AristotlePagaltzis 3 [iSCSI] is a [TCP/IP] [Protocol] for encapsulating [SCSI] commands. It is defined in RFC:3720. This allows making block devices available on the network, accessed as if they were mounted locally. It also means only one host can mount an [iSCSI] device at a time, unless the FileSystem is read-only.
1 CraigBox 4
3 AristotlePagaltzis 5 Contrast [NAS].
1 CraigBox 6
3 AristotlePagaltzis 7 [iSCSI] has gained popularity over ~FibreChannel over [IP] (FCIP) because it can run over standard [Ethernet] (or any other) networks.
1 CraigBox 8
3 AristotlePagaltzis 9 [iSCSI] is generally implemented in a driver (the ''initiator'') that takes [SCSI] commands generated by the OperatingSystem, encapsulates and encrypts them, adds a packet header and trasmits them as [IP] packets. The [iSCSI] device receives the packets, decrypts and disassembles them, and separates the [SCSI] commands and request. The [SCSI] commands are sent through the [SCSI] controller to the [SCSI] device (the ''target'').
10
11 The return trip works analogously.
1 CraigBox 12
13 See also:
14
5 DanielLawson 15 * [iSCSINotes]
1 CraigBox 16 * WikiPedia:ISCSI
17 * [A Quick Guide to iSCSI on Linux|http://www.cuddletech.com/articles/iscsi/]
18 * [Cisco]'s [iSCSI initiator driver for Linux|http://linux-iscsi.sourceforge.net/]
19 * [Ardistech's iSCSI target driver for Linux|http://www.ardistech.com/iscsi/]
20 * [Microsoft|MicrosoftCorporation]'s [iSCSI resources for Windows|http://www.microsoft.com/windowsserver2003/technologies/storage/iscsi/default.mspx]
4 DanielLawson 21 * [ATAoE]
2 CraigBox 22
23 -----
24 CategoryStorage