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
-
It is available as freeware
-
It is regulated by the IETF
-
It first appeared in 1992
-
It uses the same algorithms as PEM
A
Correct answer
Explanation
PGP (Pretty Good Privacy) was created by Phil Zimmermann in 1991, not 1992. It has been available as freeware since its inception. The IETF (Internet Engineering Task Force) standardized OpenPGP (RFC 4880) but doesn't 'regulate' PGP. While PGP uses similar cryptographic concepts to PEM (Privacy Enhanced Mail), they use different algorithms and formats.
-
Use a random key to encrypt that hash before applying your private key
-
Use your private key to encrypt the hash before applying a random key
-
Generate a hash of the digital signature and encrypt it with your public key
-
Use a random key to encrypt the message before you generate the hash
A
Correct answer
Explanation
Encrypting the hash with a random key before applying your private key adds an extra layer of security to the digital signature. This technique, sometimes called 'hash encryption with a random key', means an attacker would need both the random key and your private key to forge the signature. It strengthens the standard digital signature process which directly signs the hash with the private key.
-
Authenticity, confidentiality, integrity, and non repudiation
-
Detection, analysis, containment and recovery
-
Encryption and decryption
-
Review, identification, substantiation and elimination
A
Correct answer
Explanation
Cryptography provides four fundamental security services: authenticity (verifying the sender's identity), confidentiality (keeping data secret), integrity (ensuring data isn't tampered with), and non-repudiation (preventing senders from denying their actions). These are the core security functions defined in cryptography standards. Options B and D describe incident response or audit processes, not cryptographic functions.
-
Chosen Plaintext
-
Know plaintext
-
Meet-in-the-middle
-
Man-in-the-middle
C
Correct answer
Explanation
The meet-in-the-middle attack is a cryptanalysis technique that works on double encryption schemes like 2DES. It reduces the effective security from 2^56 to 2^57 by attacking both encryption directions simultaneously and comparing intermediate results. This attack was the primary reason 2DES was abandoned and 3DES was adopted instead. Man-in-the-middle is a different attack involving intercepting communications.
-
Known plaintext
-
Meet-in-the-middle
-
Man-in-the-middle
-
Brute force
D
Correct answer
Explanation
Brute force attacks involve trying every possible key until the correct one is found. As CPU power increases exponentially (Moore's Law), the time required to brute-force encryption decreases proportionally. A 56-bit key that took years in the 1990s can now be broken in hours or days on modern hardware. This is why key lengths must increase over time to maintain security.
C
Correct answer
Explanation
ECB (Electronic Codebook) mode is the simplest block cipher mode where each plaintext block is encrypted independently without any chaining or feedback. The ciphertext is produced directly from the block cipher applied to the plaintext, with no XOR operation with previous blocks. CBC, CFB, and OFB all use XOR with previous ciphertext blocks or feedback in some way, making ECB the only mode that applies the cipher directly to plaintext.
-
Beneficiaries
-
Trustees
-
Holders
-
Issuers
B
Correct answer
Explanation
In escrowed encryption systems, the trusted third parties that hold the split key components are called trustees. These trustees are authorized to release the key components to authorized parties (like law enforcement with proper warrants). The term 'trustee' reflects their trusted role in safeguarding and releasing escrowed keys. Beneficiaries, holders, and issuers are not the standard terminology for this role.
-
Fun
-
Not Allowed
-
Allowed wih permission
-
Show security and take it.
B
Correct answer
Explanation
Stealing company property is explicitly prohibited and constitutes theft, which is both a violation of company policy and a criminal offense. There is no circumstance where this would be allowed.
-
"Security through obscurity"
-
"Hiding the code is way to security"
-
"Given enough eyeballs, all bugs are shallow"
-
"Everything should be Free"
C
Correct answer
Explanation
Linus's Law states that 'given enough eyeballs, all bugs are shallow' - meaning that with enough people reviewing code, bugs become easy to find and fix. This is a core principle of open-source development, contrasting with security through obscurity.
-
hackers
-
spam
-
viruses
-
identity theft
B
Correct answer
Explanation
Kaspersky Lab is a Russian multinational cybersecurity and anti-virus provider founded by Eugene Kaspersky in 1997. It is NOT a product of Symantec - Symantec (now part of Broadcom) produces Norton Antivirus and other security products. These are two entirely separate, competing companies in the cybersecurity space. The statement 'Kaspersky is a product of Symantec' is therefore false.
-
browsing for personal needs in office hours
-
browsing for personal needs in collefe
-
browsing in others computer
-
browsing in others mobile
A
Correct answer
Explanation
Cyberslacking refers to employees using internet access at work for personal purposes instead of job duties - social media, shopping, etc. Option B has 'collefe' typo, C and D describe unauthorized access to others' devices, which is hacking, not cyberslacking.
-
Hacking into others system and finding out what they do
-
Internet service provider collecting personal information of it clients and giving it to third parties
-
hacking others mobile to find call logs information
-
Browsers collecting information about popular site from users clicks
B
Correct answer
Explanation
Data pimping is when ISPs collect and sell users' personal data to third parties for profit. Option A describes hacking/spying, C is about mobile hacking, D describes browser tracking - none match the ISP data brokerage model of pimping.
-
foregone
-
short-circuit
-
properly
-
involved
D
Correct answer
Explanation
The correct answer is 'involved' because 'byzantine' describes something extremely complex, intricate, or convoluted - often used for bureaucratic procedures or systems with many complicated layers. This metaphor comes from the Byzantine Empire's reputation for elaborate political ceremonies and palace intrigues. 'Foregone', 'short-circuit', and 'properly' don't capture the complexity aspect.
-
Always
-
Some times
-
Very Less
-
Sending emails to undisclosed Recepient
D
Correct answer
Explanation
BCC (Blind Carbon Copy) should be used when sending emails to undisclosed recipients who shouldn't see each other's addresses. This protects privacy and is appropriate for mass emails or when recipients shouldn't know who else received the message. The question is grammatically awkward but tests knowledge of when to use BCC.