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
-
authorization
-
data integrity
-
confidentiality
-
authentication
A
Correct answer
Explanation
Authorization is a server-side mechanism that determines whether an authenticated user has permission to access specific resources or perform certain operations. While authentication verifies identity (can be client-side), confidentiality and data integrity are broader security properties applicable to data in transit and storage, not specifically resource access control.
-
Nautical
-
Delf
-
Backage
-
None of the above
D
Correct answer
Explanation
None of the listed Trojans (Nautical, Delf, Backage) utilize Port 129 (Password Generator Protocol) for their primary attacks, making "None of the above" the correct answer.
-
Antigen
-
Barok
-
BSE
-
All of the Above
D
Correct answer
Explanation
Antigen, Barok, and BSE are all Trojans that utilize port 25 (SMTP) to send out stolen information or spam, making "All of the Above" the correct choice.
-
Nautical
-
Delf
-
Backage
-
None of the above
D
Correct answer
Explanation
None of the listed Trojans (Nautical, Delf, Backage) utilize Port 129 (Password Generator Protocol) for their primary attacks, making "None of the above" the correct answer.
-
Antigen
-
Barok
-
BSE
-
All of the Above
D
Correct answer
Explanation
Antigen, Barok, and BSE are all Trojans that utilize port 25 (SMTP) to send out stolen information or spam, making "All of the Above" the correct choice.
-
When the application is running behind a firewall
-
Never; any program that accepts input can be exploited
-
When the application is written in Perl using the language's "taint mode"
-
When the user is your own mother
B
Correct answer
Explanation
Input validation is essential regardless of environment. Firewalls don't prevent application-level exploits, taint mode can be bypassed, and trusting any input source creates vulnerabilities. 'Never' is the only safe answer - any unvalidated input is a potential attack vector.
-
Cross Site scripting
-
SQL Injection
-
Session Fixation
-
Cross Site Request Forgery
A
Correct answer
Explanation
This scenario describes Cross-Site Scripting (XSS), where malicious script is injected into a trusted site's output and executed in a user's browser under the trusted site's context. SQL Injection involves database manipulation, Session Fixation involves session hijacking, and CSRF involves forced actions.
-
Phishing
-
Injection flaws
-
Session Fixation
-
Http Response splitting attack
C
Correct answer
Explanation
Session Fixation attacks occur when an attacker sets a user's session ID before authentication, then uses that known session after the user logs in. Phishing and injection are different attack vectors.
-
Eavesdropping attack
-
Path traversal attack
-
URL Tampering attack
-
Denial Of Service attack
D
Correct answer
Explanation
A Denial of Service (DoS) attack aims to make a service unavailable by overwhelming it with traffic or exploiting vulnerabilities, causing delays, losses, and interruptions. This directly impacts availability as described. Eavesdropping, path traversal, and URL tampering focus on data theft or unauthorized access rather than service degradation.
-
Trojan horse
-
Spyware
-
Man in the middle attack
-
HTTP Request Smuggling
A
Correct answer
Explanation
A Trojan horse is malicious code disguised as legitimate software - it can be injected into benign applications, delivered via email links, or hidden in JavaScript for covert attacks. Spyware monitors activity without masquerading, MITM intercepts communications, and HTTP smuggling exploits request parsing vulnerabilities.
-
Network Eavesdropping
-
Man in the Middle
-
Page Hijacking
-
Path Manipulation
A
Correct answer
Explanation
Network eavesdropping (also called sniffing) involves capturing packets from the network to read sensitive data like passwords and tokens. MITM is an active attack that intercepts and potentially modifies communications. Page hijacking and path manipulation are different attack types.
-
Entire
-
Modulus
-
Round Robin
-
Random
-
Hash
A,C,D
Correct answer
Explanation
Entire, Round Robin, and Random partitioning methods are keyless - they distribute data without using a key field. Hash and Modulus require key values to determine partition assignment.
B
Correct answer
Explanation
HTTP defines specific request methods: GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS, TRACE. ENCRYPT is not a valid HTTP method; encryption is handled at the transport layer via SSL/TLS using the https: scheme, not as an HTTP verb.
-
When the Web server specifically requests it via an HTTP header
-
For all URLs beginning with an https: scheme identifier
-
Only when the user has enabled support in the advanced configuration options
-
When the user has identified the Web server as a trusted host
C
Correct answer
Explanation
Firefox 3.x disabled SSL 2.0 by default due to security vulnerabilities; it only supports SSL 2.0 when users explicitly enable it in about:config advanced settings. Modern browsers use SSL 3.0 and TLS instead.
-
You might not receive any e-mail.
-
You might receive a lot of junk e-mail.
-
You might receive e-mail intended for someone else.
-
None of these
B
Correct answer
Explanation
The Safe Recipients List is designed to allow emails sent to distribution lists or groups you belong to. If you add yourself to this list, Outlook may treat more emails as safe, potentially allowing junk email that would otherwise be filtered.