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

Multiple choice technology security
  1. Passwords

  2. Factors

  3. Credentials

  4. Identities

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Multi-factor authentication uses two or more independent categories: something you know (password), something you have (token), something you are (biometric). This question describes the combination of knowledge and possession factors. Passwords (A) are one factor, credentials (C) are the authentication data itself, and identities (D) are who is being authenticated.

Multiple choice technology security
  1. Detection of some attacks

  2. Configuration and performance

  3. Flexible policy enforcement

  4. Specialized security knowledge

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Web application firewalls require careful configuration to balance security coverage with performance impact, and improper rules can degrade application performance. They can detect attacks (A), enforce policies (C), and require security knowledge (D), but configuration complexity and performance overhead are the primary drawbacks.

Multiple choice technology security
  1. A denial-of-service attack on servers on a network

  2. Hacking into a router

  3. A virus outbreak saturating network capacity

  4. A man-in-the-middle attack

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

When a virus saturates network capacity, the network itself is the victim (congested bandwidth), not the target. The actual target is the infected endpoint systems. In contrast, DoS attacks on servers (A), router hacking (B), and man-in-the-middle attacks (D) directly target network infrastructure or use it as the attack surface.

Multiple choice technology security
  1. On the network perimeter, to alert the network administrator of all attack attempts

  2. On network segments with business-critical systems

  3. At the network operations center (NOC)

  4. At an external service provider

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

NIDS should be placed on segments with business-critical systems to detect attacks targeting high-value assets. Perimeter placement (A) generates too many alerts and may miss internal threats. The NOC (C) is a location, not a network segment, and external provider placement (D) delays detection of internal attacks.

Multiple choice technology security
  1. Users using peer-to-peer file-sharing networks for breaches of intellectual property

  2. PCs connected permanently to the Internet are prone to receive more spam mails, thereby increasing the risk for the user to become infected with viruses and Trojans.

  3. PCs will become infected with dialers on DSL lines (run over telephony lines), thereby exposing the user to almost limitless financial risk

  4. Home computers that are not securely configured or maintained and are permanently connected to the Internet become easy prey for attackers

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The primary risk is that home broadband provides always-on connectivity to systems that users often lack expertise to secure properly. This creates a large pool of vulnerable machines that attackers can exploit as bots or entry points. The other options describe secondary risks (spam, file-sharing issues) or incorrect scenarios (dialers on DSL).

Multiple choice technology security
  1. Lack of authentication of servers, and thereby authenticity of records

  2. Its latency, which enables insertion of records between the time when a record has expired and when it is refreshed

  3. The fact that it is a simple, distributed, hierarchical database instead of a singular, relational one, thereby giving rise to the possibility of inconsistencies going undetected for a certain amount of time

  4. The fact that addresses in e-mail can be spoofed without checking their validity in DNS, caused by the fact that DNS addresses are not digitally signed

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

DNS was originally designed without authentication mechanisms, making it vulnerable to cache poisoning and spoofing attacks where malicious actors can inject false DNS records. DNSSEC was later developed to address this weakness by adding digital signatures to verify record authenticity. Options B and C describe characteristics that are not security weaknesses, while D confuses email spoofing with DNS vulnerabilities.

Multiple choice technology security
  1. All configuration information should be documented

  2. The end users are not normally a part of the process.

  3. Configuration decisions have security implications.

  4. Documentation should be placed under secure version control

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Configuration decisions directly impact security posture - incorrect settings can introduce vulnerabilities, weak controls, or exposure of sensitive data. While documentation (A) and version control (D) are good practices, they are not the primary reason for creating detailed security configuration instructions. Option B is incorrect because end users should be involved in security configuration processes.

Multiple choice technology security
  1. Social engineering

  2. Weak authentication controls

  3. Ticket-granting server authorization

  4. Voice recognition software

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Social engineering involves manipulating people to gain confidential information, such as tricking employees into revealing passwords through phone calls or impersonation. This attack targets human psychology rather than technical controls. Options B, C, and D refer to technical security mechanisms, not psychological manipulation techniques used in social engineering attacks.

Multiple choice technology security
  1. Data entry

  2. Database administration

  3. Change management

  4. Network management

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Change management and security both focus on managing risk, controlling modifications, and preventing unauthorized changes to systems. Both functions require documentation, approval processes, and monitoring to ensure stability and security. Data entry, database administration, and network management are operational functions that don't share the same risk management philosophy as security.

Multiple choice technology security
  1. Single point of failure

  2. Asymmetric key compromise

  3. Use of dynamic passwords

  4. Limited lifetimes for authentication credentials

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Kerberos Key Distribution Center (KDC) is a single point of failure - if it fails, no authentication can occur, potentially disrupting entire network services. Kerberos uses symmetric cryptography (not asymmetric), and dynamic passwords with limited lifetimes are actually security strengths, not vulnerabilities. The single point of failure is why production environments typically deploy multiple KDCs for redundancy.

Multiple choice technology security
  1. Validation

  2. Need to know

  3. Consensus

  4. Verification

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Mandatory Access Control (MAC), the system enforces access based on security labels and clearances, while data owners determine who has a legitimate need to know the information. The system controls technical access validation, but need-to-know is a business decision made by owners. Validation, consensus, and verification are system functions, not owner determinations in MAC models.

Multiple choice technology security
  1. Revoking credentials

  2. Encryption

  3. Communications

  4. Placement

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Biometric characteristics cannot be revoked or changed - if your fingerprint data is compromised, you cannot get a new fingerprint like you can change a password. This creates a permanent security risk. Encryption, communications, and sensor placement are practical challenges but not fundamental disadvantages. The revocation problem is considered the most significant limitation of biometric authentication.

Multiple choice technology security
  1. Consistent time-out enforcement across platforms

  2. A compromised password exposes all authorized resources

  3. Use of multiple passwords to remember

  4. Password change control

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Single sign-on creates a single point of failure - if a user's password is compromised, the attacker gains access to all systems and resources that SSO covers, amplifying the damage. Options A and D describe advantages or features, while C is incorrect because SSO actually reduces the number of passwords users need to remember. The security trade-off is convenience versus centralized risk.

Multiple choice technology security
  1. Denial of services

  2. Fires, floods, and hurricanes

  3. Unreadable backup tapes

  4. Unauthorized transactions

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Availability ensures information is accessible when needed by protecting against disruptions like DoS attacks, natural disasters, and data loss from unreadable backups. Unauthorized transactions (D) are a confidentiality and integrity issue, not an availability issue - they can occur even when systems are fully available. The CIA triad treats availability, confidentiality, and integrity as separate security goals.

Multiple choice technology security
  1. Encryption of data

  2. Access controls

  3. Nonrepudiation

  4. Steganography

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Asymmetric cryptography is used for encryption (A), access control through digital signatures and certificates (B), and nonrepudiation via digital signatures that prove origin (C). Steganography (D) is about hiding the existence of a message itself, not encrypting it - it's a different field entirely. Steganography can be combined with encryption but is not a use case for asymmetric cryptography itself.