extra questions computer security Flashcards
What is authentication?
Authentication is the process of verifying the identity of a person or device. Authentication system makes sure that right people enters the system and access the right information.
What are the types of authentication?
Types of authentications:
1) Password
2) Biometric
What are four criteria for keeping a strong password?
Any four criteria for strong password are:
1) Do not keep a password which can be easily guessed such as date of birth, nickname, etc.
2) Do not keep word as password that is currently popular.
3) Keep a password with mixture of alphabet and numbers which is difficult to guess.
4) Keep changing your password regularly.
What is cryptography?
Cryptography is a technique of securing information and communications through use of codes so that only those people for whom the information is intended can understand it and process it. Thus preventing unauthorized access to information.
What are the features of cryptography?
Features of Cryptography:
1) Confidentiality: Information can only be accessed by the person for whom it is intended.
2) Integrity: Information cannot be modified in storage or transition without detection.
3) Non-repudiation: The creator/sender cannot deny their intention to send information.
4) Authentication: The identities of sender and receiver are confirmed.
What is encryption?
Encryption is a process which transforms the original information into an unrecognizable form. This new form of the message is entirely different from the original message.
What is decryption?
Decryption is a process of converting encoded/encrypted data into a form that is readable and understood by a human or a computer.
Differentiate between encryption and decryption.
Differences:
1) Encryption converts normal data into an unreadable form; Decryption converts unreadable data into its original form.
2) Encryption is done by the sender; Decryption is done by the receiver.
3) The same algorithm with the same key is used for both processes.
What is a Volt Guard?
A power protection device that provides constant output voltage to the computer system in case of high input voltage coming from the source.
What is a UPS?
UPS is a battery supported power protection device which controls the electric voltage and supplies clean and continuous power to the computer system even during power failures.
What is a Spike Guard?
A device designed to protect electrical devices from voltage spikes. Automatically maintains a constant voltage level.
Match Password with its definition.
Password: Secret word or phrase.
Match Encryption with its definition.
Encryption: Scrambled and unreadable form of information.
Match Backup with its definition.
Backup: Duplicate copy of data.
Match Access Control with its definition.
Access Control: Authentication.