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.
アプリケーション層が下の TCP 層に渡すことができるデータの最大サイズは?
任意のサイズ
TCP ヘッダーの 2^16 バイト サイズ
2^16 バイト
1500バイト
TCP プロトコルは、OPTIONS フィールドを使用して、2 つのホストの TCP レイヤー間で受け入れられる最大セグメント サイズなどの情報を交換します。したがって、それは任意のサイズである必要があります。