Computer Knowledge ยท General Awareness
Information Security
4,143 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 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 type of online privacy concern?
-
Data collection and use
-
Identity theft
-
Cyberbullying
-
Malware and viruses
D
Correct answer
Explanation
Malware and viruses are not directly related to online privacy concerns, as they are malicious software that can infect and damage computer systems.
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.
Which of the following is NOT a recommended strategy for managing a crisis involving a data breach?
-
Notifying affected individuals and authorities promptly
-
Conducting a thorough investigation
-
Offering credit monitoring and identity theft protection to affected individuals
-
Ignoring the issue and hoping it will go away
D
Correct answer
Explanation
Ignoring a data breach crisis can lead to severe consequences for the organization's reputation and legal liability.