Skip to content
EntityQ306152· pop 23· linked from 163 articles

Also known as Internet Small Computer System Interface

Internet Small Computer Systems Interface (iSCSI; ) is an Internet Protocol-based storage networking standard for linking data storage facilities. iSCSI provides block-level access to storage devices by carrying SCSI commands over a TCP/IP network. iSCSI facilitates data transfers over intranets and to manage storage over long distances. It can be used to transmit data over local area networks (LANs), wide area networks (WANs), or the Internet and can enable location-independent data storage and retrieval.

Wikidata facts

Show 2 more facts
port
860
Commons category
ISCSI
Sources (5)

via Wikidata · CC0

~20 min read

Article

23 sections
Contents
  • Concepts
  • {{Anchor|ISOE-CARD}}Initiator
  • Target
  • Storage array
  • Software target
  • Logical unit number
  • Network booting
  • Addressing
  • iSNS
  • Security
  • Authentication
  • Logical network isolation
  • Physical network isolation
  • Authorization
  • Confidentiality and integrity
  • Implementations
  • Operating systems
  • Targets
  • Converters and bridges
  • See also
  • Notes
  • References
  • Further reading

Internet Small Computer Systems Interface (iSCSI; ) is an Internet Protocol-based storage networking standard for linking data storage facilities. iSCSI provides block-level access to storage devices by carrying SCSI commands over a TCP/IP network. iSCSI facilitates data transfers over intranets and to manage storage over long distances. It can be used to transmit data over local area networks (LANs), wide area networks (WANs), or the Internet and can enable location-independent data storage and retrieval.

The protocol allows clients (called initiators) to send SCSI commands (CDBs) to storage devices (targets) on remote servers. It is a storage area network (SAN) protocol, allowing organizations to consolidate storage into storage arrays while providing clients (such as database and web servers) with the illusion of locally attached SCSI disks. It mainly competes with Fibre Channel, but unlike traditional Fibre Channel which usually requires dedicated cabling, iSCSI can be run over long distances using existing network infrastructure. iSCSI was pioneered by IBM and Cisco in 1998 and submitted as a draft standard in March 2000.

Connections

Categories