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 architecture
  1. The intruder

  2. The network administrator

  3. The user who initiated the session

  4. The resource manager

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

The user who initiated the session remains accountable for all activities occurring during that session. This principle establishes clear security responsibility, ensuring users protect their credentials and properly terminate sessions.

Multiple choice technology architecture
  1. Flooding

  2. Saturating

  3. Inundation

  4. Data-surge

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

A flooding attack is a type of DoS attack where a target is overwhelmed with more traffic or packets than it can process. This exhausts the target's resources, making it unavailable to legitimate users. The other terms (saturating, inundation, data-surge) are not standard terminology for DoS attack types.

Multiple choice technology architecture
  1. Back-door

  2. Birthday

  3. Man-in-the-middle

  4. Spoofing

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

IP spoofing is an attack where hackers forge the source IP address in packets to disguise their identity or impersonate a trusted system. This allows attackers to bypass basic IP-based authentication and launch attacks while hiding their true location. Back-door, birthday attacks, and man-in-the-middle are different types of attacks with distinct mechanisms.

Multiple choice technology architecture
  1. Back-door

  2. Birthday

  3. Man-in-the-middle

  4. Spoofing

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

A backdoor attack involves a deliberate hidden access point in software that allows unauthorized entry, bypassing normal authentication. This could be intentionally left by developers or maliciously inserted. Birthday attacks involve hash collisions, man-in-the-middle intercepts communications, and spoofing forges identities - none match the deliberate code opening scenario.

Multiple choice technology architecture
  1. Inbox rules

  2. End user education

  3. Firewall

  4. The corporate intranet

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

Social engineering attacks manipulate human psychology, so end user education is the primary defense against them in organizations. While firewalls and technical controls help, they cannot prevent users from being manipulated. Inbox rules and corporate intranets are technical tools that don't address the human vulnerability that social engineering exploits.

Multiple choice technology architecture
  1. Dynamic

  2. One time

  3. Static

  4. Hybrid

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

A one-time password (OTP) is valid only for a single login session and then discarded, providing strong security against replay attacks. Dynamic passwords may change but aren't necessarily single-use, static passwords don't change, and hybrid passwords aren't a standard authentication category.

Multiple choice technology architecture
  1. Data collection techniques

  2. Enrollment time

  3. Throughput rates

  4. User and system contact

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

Throughput rates measure how fast a biometric system can process verification attempts, and larger biometric data files take longer to process, reducing throughput. Data collection techniques, enrollment time, and user contact are not directly affected by file size in the same way.

Multiple choice technology architecture
  1. Plaintext password

  2. One-way hash value

  3. Digital signature

  4. Asymmetric encryption key

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

CHAP (Challenge Handshake Authentication Protocol) uses a one-way hash value to authenticate without sending the actual password across the link, protecting against eavesdropping. Plaintext passwords would be insecure, digital signatures are for non-repudiation, and asymmetric encryption is not CHAP's mechanism.

Multiple choice technology architecture
  1. Hackers steal passwords from mail clients by disguising themselves as administrators

  2. Hackers send data packets with bogus IP source addresses pretendding to be packets from an internet station

  3. Hackers pretend to work for internet security company and ask employees to reveal their passwords

  4. Hackers attempting to acquire sensitive information such as usernames, passwords and credit card details by masquerading as a trustworthy web site

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

IP spoofing involves forging source IP addresses in packets to appear as if they originate from trusted sources. Options A and C describe different attacks (password theft, social engineering), and D describes phishing.

Multiple choice technology architecture
  1. Authentication services

  2. Authorization services

  3. Directory services

  4. Personalization services

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

Directory services (like LDAP or Active Directory) serve as the centralized repository storing user IDs, credentials, and profile information. Authentication services validate credentials against this directory, but the directory itself holds the identity data. Authorization services determine permissions, and personalization services customize user experience - neither act as the primary repository.

Multiple choice technology architecture
  1. Password single sign on

  2. Password management

  3. Password self-help

  4. Password synchronization

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

Password synchronization automatically propagates password changes across multiple systems to ensure consistency. When a user changes their password on one system, synchronization updates it on all connected systems. Single sign-on (A) is about logging in once, password management (B) is about overall policy, and self-help (C) is about user-driven reset workflows.

Multiple choice technology architecture
  1. Authentication services

  2. Authorization services

  3. Directory services

  4. Personalization services

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

Directory services act as the central repository storing user IDs, credentials, and profile information. They play a critical role in authentication by providing the data against which login credentials are verified. Authentication services (A) perform the verification, authorization services (B) control permissions, and personalization services (D) customize user experiences.

Multiple choice technology architecture
  1. Hardware

  2. Operating System

  3. Application

  4. Web/application server

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

Frameworks operate at the application layer, providing security features like authentication, authorization, input validation, and protection against common attacks (SQL injection, XSS, etc.). While hardware, OS, and web servers have security roles, frameworks offer application-level security that developers directly leverage. Option C is correct.

Multiple choice technology
  1. To display nzpassword

  2. To encrypt nzpassword

  3. To connect Netezza database

  4. All of the above

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

The nzpassword utility is used to encrypt Netezza passwords for secure storage and transmission. It allows administrators to store encrypted credentials instead of plaintext passwords, improving system security.