Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ICMPエコーパケットの最大有効サイズが次のように計算される理由を誰かが説明できますか?
65535-20-8 = 65507
ありがとう。
65535バイトはIPv4ネットワークパケットの最大許容サイズであり、20および8はIPおよびICMPヘッダーのサイズであり、ICMPデータ用に最大65507バイトを残します。