著作一覧 |
Whenever an octet represents a numeric quantity the left most bit in the diagram is the high order or most significant bit. That is, the bit labeled 0 is the most significant bit. For example, the following diagram represents the value 170 (decimal). 0 1 2 3 4 5 6 7 +-+-+-+-+-+-+-+-+ |1 0 1 0 1 0 1 0| +-+-+-+-+-+-+-+-+ Significance of Bits Figure 11. Similarly, whenever a multi-octet field represents a numeric quantity the left most bit of the whole field is the most significant bit. When a multi-octet quantity is transmitted the most significant octet is transmitted first.オクテット表記では最も左をMSB(または最上位桁)とし、「同様に」マルチバイトの場合も各オクテットは同じビット表記をすることになるので一番左をMSBとするということのようだ。
ジェズイットを見習え |
多バイトの長〜いアドレス+経路集約を考えると、big endian の方がルータのハードウェア実装的に微妙に有利だと思います(先に届いたビットを見て経路を判断できるので)。まあIPv4は4バイトなので、あんま関係ないといえば関係ないのですが、昔は OSIを次期 IPスタックとして使おうなんて話もあったので、全く関係ないわけじゃないような。
なるほど。最初の1オクテットを受信した時点で物理的な接続先の切り替え処理を行って……のような動きをするのなら、有利そうですね(というような想像でいいのかなぁ)。30年も前の規格だからありそうな気がします。