User Tools

Site Tools


oracle:iscsi_in_deep_with_wireshark_and_tshark

This is an old revision of the document!


ISCSI IN DEEP - WITH WIRESHARK AND TSHARK

iSCSI PDU Formats

iSCSI PDU Formats: iSCSI uses one general PDU format for many purposes. The specific format of an iSCSI PDU is determined by the type of PDU. RFC 7143 defines numerous PDU types to facilitate communication between initiators and targets.

The primary PDU types include:

  • login request
  • login response
  • SCSI command
  • SCSI response
  • data-out
  • data-in
  • ready to transfer (R2T)
  • selective negative acknowledgment (SNACK) request
  • task management function (TMF) request
  • TMF response, and reject.

All iSCSI PDUs begin with a basic header segment (BHS). The BHS may be followed by one or more additional header segments (AHS), a header-digest, a data segment, or a data-digest. The data-digest may be present only if the data segment is present.

In iSCSI there are two important operations read and write to manage the data see PDUs (BHS) and the flow of those operations (thanks DELL/EMC iSCSI-Primer)

oracle/iscsi_in_deep_with_wireshark_and_tshark.1606794959.txt.gz · Last modified: 2020/11/30 22:55 by hvillanueva

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki