1.3.1 compression, encryption and hashing Flashcards
what name is given to the public and private keys used in asymmetric encryption?
key pair
name the 2 categories of compression
lossy and lossless
in which type of compression is the quality of a file not degraded?
lossless
what is the purpose of encryption?
to keep data secure during transmission
name one type of lossless compression
run length encoding, dictionary encoding
in which form of encryption do the send and receiver share the same private key?
symmetric encryption
how many keys are used in asymmetric encryption?
two - one public and one private
what is said to have occurred when 2 keys map to the same hash?
a collision
in which kind of lossless compression are repeated characters replaced by one occurrence and the number of times to repeat the character?
run length encoding
what name is given to the process of turning an input into a fixed size valued
hashing
which data structure uses hashing to store information with constant lookup time?
hash table
what is meant by compression?
the process of reducing the same required to store a file