InterviewSolution
Saved Bookmarks
| 1. |
The segment of the key-stream of plaintext is obtained by _____of two sequences together.(a) ANDing(b) ORing(c) Addition(d) Modulo 2 additionThe question was asked by my school teacher while I was bunking the class.This key question is from Stream Encryption and Commercial Applications topic in chapter Spread Spectrum Techniques of Digital Communications |
|
Answer» CORRECT option is (d) Modulo 2 addition The BEST explanation: The crypt-analyst PERFORMS modulo 2 addition of two sequences together to get the sequence of key-stream of PLAINTEXT. |
|