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
-
To ensure that no one can read the message except the intended receiver
-
To assure the receiver that the received message has not been altered in any way from the original
-
A mechanism to prove that the sender really sent this message
-
The process of proving one's identity
-
None of the above
B
Correct answer
Explanation
This is called integrity requirement in application-to-application communication. Integrity checks the format of the message after received by the receiver.
-
It uses asymmetric encryption.
-
A digital certificate can also provide information about the user's public key.
-
The other party's public key can be extracted from the certificate.
-
A digital certificate is issued by the client and server communication.
-
All of the above
E
Correct answer
Explanation
All options are correct about digital certificate in cryptography.
-
It is slower than symmetric encryption.
-
Both the sender and recipient can encrypt and decrypt all messages by the secret key.
-
Any message that is encrypted by using the private key can only be decrypted by using the matching public key.
-
The same message encrypted by the public key must be decrypted by the private key but with the same process.
-
None of the above
B
Correct answer
Explanation
This is false as in this encryption, the private key and public key are used simultaneously to encrypt and decrypt the message.
-
By using MAC, the authenticity assurances affirm the message's origin.
-
MAC values are both generated and verified using the same secret key.
-
MACs do not provide the property of non-repudiation.
-
All of the above
-
Both (1) and (2)
D
Correct answer
Explanation
All are the correct statements about Message Authentication Code (MAC) in cryptography.
-
In ECB, the secret key is used to encrypt the plaintext block to form a ciphertext block.
-
It is susceptible to a variety of brute-force attacks.
-
It allows data to be encrypted in units smaller than the block size.
-
It adds a feedback mechanism to the encryption scheme.
-
Both (1) and (2)
E
Correct answer
Explanation
These are the correct statements about ECB in block cipher.
-
These are the attacks by which the password database is attacked with all types of letters and combinations.
-
It is one of the attacks that uses various methods to obtain the users' passwords.
-
It checks the encrypted password database with words found in a dictionary.
-
In this attack, the session is captured and replayed against the system.
-
Both (1) and (3)
A
Correct answer
Explanation
This is true as in brute force attack, the password database is hacked by the symmetric letter combination techniques.
-
These are the attacks by which the password database is attacked with all types of letters and combinations.
-
It is one of the attacks that uses various methods to obtain the users' passwords.
-
It checks the encrypted password database with words found in a dictionary.
-
In this attack, the session is captured and replayed against the system.
-
None of the above
D
Correct answer
Explanation
This is known as replay attack. It works like authentication.
-
It is used to provide mutual authentication.
-
Kerberos is build on symmetric key cryptography.
-
Kerberos does not use public-key cryptography.
-
Kerberos protocol messages are protected against eavesdropping and replay attacks.
-
None of the above
C
Correct answer
Explanation
This is incorrect as Kerberos optionally may use public-key cryptography during certain phases of authentication.
-
It provides either message authentication and/ or encryption.
-
It is a set of multiple protocols.
-
Central to IPsec is the concept of a security association (SA).
-
All of the above
-
Both (1) and (3)
D
Correct answer
Explanation
All are the correct statements of IP Security (IPsec) protocol.
-
It is based on the public key cryptographic algorithm.
-
It is used for digital signature.
-
PGP is available as a plug-in for many e-mail clients.
-
It used SHA or MD5 algorithm.
-
All of the above
E
Correct answer
Explanation
All are the correct statements about PGP.
-
It is an internet facing proxy used to retrieve from a wide range of sources.
-
It is usually an internet facing proxy used as a front end to control and protect access to a server on a private network.
-
It performs tasks such as load balancing, authentication, decryption or caching.
-
It is also known as Tunnelling proxy.
-
Only (2) and (3).
E
Correct answer
Explanation
These are the correct statements about Reverse proxy.
-
Hacking attacks can have detrimental effects on the victim.
-
The Malware infects desktop computers can reveal administrator credentials or FTP credentials.
-
Vulnerabilities in the server operating system can provide a hacker access to the files that make up the web site.
-
All of the above
-
Only (1) and (3) are correct
D
Correct answer
Explanation
These are the correct statements about the effects of hacking attacks.
-
It involves gathering information regarding a potential target without the targeted individual or company’s knowledge.
-
It involves probing the network to discover individual hosts, IP addresses and services on the network.
-
In this phase, once a hacker has gained access, they want to keep that access for future exploitation and attacks.
-
It involves taking the information discovered during reconnaissance and using it to examine the network.
-
Both (3) and (4)
D
Correct answer
Explanation
This is called 'Scanning phase' of hacking. In this process, the information obtained after the reconnaissance process is used in the networking medium to provide better accessibility.
-
It involves gathering information regarding a potential target without the targeted individual or company’s knowledge.
-
It involves probing the network to discover individual hosts, IP addresses and services on the network.
-
It involves taking the information discovered during reconnaissance and using it to examine the network.
-
In this phase, once a hacker has gained access, they want to keep that access for future exploitation and attacks.
-
Both (1) and (2)
E
Correct answer
Explanation
These are the correct statements about 'Reconnaissance phase' of hacking.
-
It is the process to gather the information about a target machine by actively connecting to it.
-
This process is used to check and identify the user's specific details.
-
This process is used to establish null sessions and connections.
-
All of the above
-
Only (1) and (2)
D
Correct answer
Explanation
These are the correct statements about 'Enumeration' in Ethical Hacking.