iSCSI - 2.3.1. 단어 규칙

목록

2.3.1. Word Rule

2.3.1. 단어 규칙

A word holds four consecutive bytes.

워드는 4개의 연속 바이트를 보유합니다.

Whenever a word has numeric content, it is considered an unsigned number in base 2 positional representation with the lowest numbered byte (e.g., byte 0) bit 0 representing 2**31 and bit 1 representing 2**30 through lowest numbered byte + 3 (e.g.,byte 3) bit 7 representing 2**0.

단어에 숫자 내용이 있을 때마다 가장 낮은 번호의 바이트 (예: 바이트 0) 비트 0은 2**31을 나타내고 비트 1은 2**30을 통해 가장 낮은 번호의 바이트 + 3을 나타내는 기본 2 위치 표현에서 부호 없는 숫자로 간주됩니다. (예: 바이트 3) 비트 7은 2**0을 나타냅니다.

Decimal and hexadecimal representation of word values map this representation to decimal or hexadecimal positional notation.

단어 값의 10진수 및 16진수 표현은 이 표현을 10진수 또는 16진수 위치 표기법으로 매핑합니다.