InterviewSolution
Saved Bookmarks
| 1. |
Hamming Distance (hd): What Does It Mean? |
|
Answer» The hamming distance is a measure for how secure a protocol is against misinterpretation of a packet.. HD=4 tells us that at least 4 bits have to be WRONG, YET still match the checksum calculations, in order for it to be mistaken as a valid packet. The hamming distance is a measure for how secure a protocol is against misinterpretation of a packet.. HD=4 tells us that at least 4 bits have to be wrong, yet still match the checksum calculations, in order for it to be mistaken as a valid packet. |
|