Point to Point Protocol[edit]
Protocol ID(1/2) | Infomation | padding
- ( )内はバイト数.
- Protocol ID
- LCP = 0cC021
- PAP = 0cC023
- CHAP = 0xC223
- IPCP = 0x8021
- EAP = 0xC227
- IP = 0x0021
- ....
- Information + padding: PPPペイロード.デフォルトで最大 1500バイト.
- ヘッダサイズは 通常は 2バイト
- カプセル化などに使用される.
PPPフレーム[edit]
- 2つのノード間のリンクを形成するデータリンク層のプロトコルとして使用.
Flag Sequence(1) | Address(1) | Control(1) | Protocol ID(1/2) | PPPペイロード | FCS(2/4)
- ( )内はバイト数.
- Flag Sequence,0x7E 固定.直接送受信する場合に同期用として使用.通常はヘッダとしては扱わない.
- Address: 0xFF 固定
- Control: 0x03 固定
- FCS: Frame Check Sequence. 通常は 2Byte.
- ヘッダサイズは Address(1) + Control(1) + Protocol ID(2) + FCS(2) で 6バイト(通常は Flag Sequenceは数えない)