InterviewSolution
Saved Bookmarks
| 1. |
What is the hamming distance between these 2 codes: 10010010 and 11011001?(a) 3(b) 4(c) 6(d) 2This question was posed to me in quiz.Asked question is from Layers topic in section Cryptography Overview, TCP/IP and Communication Networks of Cryptograph & Network Security |
|
Answer» CORRECT choice is (b) 4 Explanation: HAMMING distance is number of dissimilar BITS between 2 streams. |
|