MODULE 6: COMMUNICATION TECHNOLOGIES Flashcards
(28 cards)
Encryption
Transforming info that can’t be read
Decryption
Transforming it into its original form
Cryptography
Math to encrypt and decrypt data
Pig Pen Cipher
Uses dots & boxes
Dancing Men Cipher
Stick men code
Caesar’s Cipher
Letters shift by a certain number
Vigenere Cipher
A = 0…Z = 25
Symmetric Encryption
Encrypt to decrypt (same key)
Asymmetric Encryption
Encrypt (public key) to Decrypt (private key)
Encryption Formula
C = E(M) = M x Pb
Decryption Formula
M = D(C) = C x Pv
Pv = D(1/Pb)
Goals of Coding Theory
Error Detection & Corrections
Source Coding
Changing message to suitable code
Sourcing Encoder
Transforms output into a sequence of symbols
Codeword
String of Binary digits representing a message
Code
Collection of all codewords
Parity
Even or Odd
Even Parity
Number of 1’s is even
Odd Parity
Number of 1’s is odd
Hamming Code
X1 + X2 + X3 + X4 + X5 + X6 +7
Hamming Distance
Just find the number of differences each code has
Nearest Neighbor Decoding
D(y) = Cn
How to get X5
X1 + X2 + X4
How to get X6
X1 + X3 + X4