InterviewSolution
Saved Bookmarks
| 1. |
Find the checksum byte for the fallowing data words: 10110011, 10101011, 01011010, 11010101(a) 10001101(b) 01110010(c) 10110101(d) 01110010This question was addressed to me during an interview for a job.This key question is from Layers topic in chapter Cryptography Overview, TCP/IP and Communication Networks of Cryptograph & Network Security |
|
Answer» RIGHT choice is (a) 10001101 Best explanation: Do BINARY addition to COMPUTE the RESULT. |
|