What are parity checks?
What is a parity block check and when is it used
What is a checksum?
Is calculated by using algorithm to sum all the data to be sent in a transmission
- check sum sent with transmission and recalculated at the end using same method
- if start and end do not match, data has changed during transmission
What is a echo check
What does ARQ stand for
Automatic repeat request
What are ARQs
Computers using ARQs will automatically send back a positive acknowledgment of a Data packet if deemed correct
- or they will ask for data to be resent is error detected
- if no acknowledgement returned within certain time period a timeout is registered and sending computer resends packet
- process repeats until packet received is correct or until ARQ limit is reached
What are check digits
How to calculate check digits, (module 11)
How to calculate check digits, ISBN- 13
Plaintext -
Original message/ data file
Ciphertext -
Encoded message using encryption algorithm and key
What is Symmetric encryption and how does it need to be transferred?
What is asymmetric encryption and how is it transferred?
What is a danger of using symmetric encryption?
Anyone that obtains key can encrypt/decrypt the message