この製品は、チェックサムのような送信中のデータの完全性を検証するメカニズムを含まない送信プロトコルを使用しています。
完全性チェック値や「チェックサム」がプロトコルで省略されている場合、データが送信中に破損したかどうかを判断する方法はない。プロトコルにチェックサム機能がないことで、使用可能なデータの最初のアプリケーションレベルのチェックが削除されます。チェックのエンドツーエンドの哲学は、完全性チェックは完全に実装可能な最も低いレベルで実行されるべきであると述べている。アプリケーションによって実行される更なるサニティチェックや入力検証を除けば、プロトコルのチェックサムは、それ以前のどのレベルよりも完全に実行でき、単一のパケットとは対照的にメッセージ全体を考慮に入れることができるため、チェックサムの最も重要なレベルである。
The product uses a transmission protocol that does not include a mechanism for verifying the integrity of the data during transmission, such as a checksum.
If integrity check values or "checksums" are omitted from a protocol, there is no way of determining if data has been corrupted in transmission. The lack of checksum functionality in a protocol removes the first application-level check of data that can be used. The end-to-end philosophy of checks states that integrity checks should be performed at the lowest level that they can be completely implemented. Excluding further sanity checks and input validation performed by applications, the protocol's checksum is the most important level of checksum, since it can be performed more completely than at any previous level and takes into account entire messages, as opposed to single packets.