Computer Knowledge ยท General Awareness
Information Security
4,634 Questions
Information security involves protecting computer systems and data from unauthorized access, cyber threats, and damage. It is a core part of the computer knowledge section in various banking and government exams. Practicing these concepts helps in understanding digital signatures, network security, and access control effectively.
Cybersecurity threatsAccess controlCryptography basicsSecurity risk managementDatabase protection
Information Security Questions
Which of the following is a symmetric key cryptography algorithm?
B
Correct answer
Explanation
AES (Advanced Encryption Standard) is a symmetric key cryptography algorithm that is widely used for encrypting sensitive data.
In symmetric key cryptography, how are the encryption and decryption keys related?
-
They are the same key.
-
They are different keys.
-
They are derived from a common key.
-
They are generated randomly.
A
Correct answer
Explanation
In symmetric key cryptography, the same key is used for both encryption and decryption.
Which of the following is a common method for securely exchanging the symmetric key between two parties?
-
Public key cryptography
-
Diffie-Hellman key exchange
-
Man-in-the-middle attack
-
Brute-force attack
B
Correct answer
Explanation
Diffie-Hellman key exchange is a method for securely exchanging a symmetric key between two parties over an insecure channel.
What is the term used to describe the process of converting plaintext into ciphertext using a symmetric key?
-
Encryption
-
Decryption
-
Hashing
-
Encoding
A
Correct answer
Explanation
Encryption is the process of converting plaintext into ciphertext using a symmetric key.
Which of the following is a common mode of operation used in symmetric key cryptography?
-
Electronic Codebook (ECB)
-
Cipher Block Chaining (CBC)
-
Counter (CTR) mode
-
Galois/Counter Mode (GCM)
B
Correct answer
Explanation
Cipher Block Chaining (CBC) is a common mode of operation used in symmetric key cryptography that provides better security compared to Electronic Codebook (ECB) mode.
What is the term used to describe the process of converting ciphertext back into plaintext using a symmetric key?
-
Encryption
-
Decryption
-
Hashing
-
Decoding
B
Correct answer
Explanation
Decryption is the process of converting ciphertext back into plaintext using a symmetric key.
Which of the following is a common attack against symmetric key cryptography?
-
Brute-force attack
-
Man-in-the-middle attack
-
Replay attack
-
Side-channel attack
A
Correct answer
Explanation
Brute-force attack is a common attack against symmetric key cryptography where an attacker tries all possible keys until the correct key is found.
What is the term used to describe the process of generating a random symmetric key?
-
Key generation
-
Key exchange
-
Key derivation
-
Key management
A
Correct answer
Explanation
Key generation is the process of generating a random symmetric key.
Which of the following is a common method for managing symmetric keys?
-
Key escrow
-
Key distribution center (KDC)
-
Public key infrastructure (PKI)
-
Certificate authority (CA)
B
Correct answer
Explanation
Key distribution center (KDC) is a common method for managing symmetric keys in a secure and centralized manner.
What is the term used to describe the process of securely storing and protecting symmetric keys?
-
Key management
-
Key exchange
-
Key derivation
-
Key generation
A
Correct answer
Explanation
Key management is the process of securely storing and protecting symmetric keys.
Which of the following is a common symmetric key cryptography algorithm used for encrypting data in transit?
A
Correct answer
Explanation
AES (Advanced Encryption Standard) is a common symmetric key cryptography algorithm used for encrypting data in transit due to its strong security and efficiency.
What is the term used to describe the process of deriving a symmetric key from a shared secret?
-
Key generation
-
Key exchange
-
Key derivation
-
Key management
C
Correct answer
Explanation
Key derivation is the process of deriving a symmetric key from a shared secret.
Which of the following is a common method for securely exchanging a symmetric key between two parties over a public network?
-
Public key cryptography
-
Diffie-Hellman key exchange
-
Man-in-the-middle attack
-
Brute-force attack
A
Correct answer
Explanation
Public key cryptography can be used to securely exchange a symmetric key between two parties over a public network.
What is the term used to describe the process of converting a symmetric key into a form that is more secure for storage or transmission?
-
Key wrapping
-
Key encryption
-
Key management
-
Key generation
A
Correct answer
Explanation
Key wrapping is the process of converting a symmetric key into a form that is more secure for storage or transmission.
Which of the following is NOT a common type of IoT security attack?
-
Malware
-
Phishing
-
Man-in-the-Middle (MitM)
-
Denial-of-Service (DoS)
B
Correct answer
Explanation
Phishing is a type of cyber attack that targets users, not devices, and is not specific to IoT.