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. DOS attacks

  2. Cryptanalysis

  3. Social Engineering

  4. repudiation attack

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

SYN Flooding is a classic Denial of Service (DoS) attack that exhausts a server's resources by flooding it with TCP SYN requests without completing the handshake. It does not involve cryptanalysis, social engineering, or repudiation.

Multiple choice technology security
  1. Microsoft IIS server vulnerability

  2. Vulnerability in the Google seach Engine

  3. Vulnerability in the reassembly mechanism of IP datagrams.

  4. Vulnerabilty in NETSCAPE

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

The TEAR DROP attack exploits a vulnerability in IP fragment reassembly. It sends overlapping or malformed IP fragments that crash or hang systems when they attempt to reassemble the packet.

Multiple choice technology security
  1. the clocks between the parties in communication must be in sync

  2. you need to have a system with linux installed

  3. you have to use RSA for encryption

  4. key length should be 128 bit or more

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

Kerberos authentication relies heavily on timestamps to prevent replay attacks. If the clocks on the KDC, client, and server are not synchronized, tickets will be rejected because they appear to be expired or issued in the future.

Multiple choice technology security
  1. Cryptanalysis

  2. crptology

  3. cryptogram

  4. steganography

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

Cryptanalysis is the science and practice of analyzing information systems to discover hidden aspects of the system, specifically studying methods for breaking encryption algorithms and ciphers. It is the counterpart to cryptography, which focuses on creating secure communication methods. Cryptogram refers to the encrypted text itself, steganography involves hiding messages within other content, and 'crptology' appears to be a typo.

Multiple choice technology security
  1. hole in IIS

  2. vulnerability in NETSCAPE

  3. TCP/IP three way Handshake

  4. SCTP fourway Handshake

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

SYN flooding attacks exploit the TCP three-way handshake mechanism where a client sends SYN, server responds with SYN-ACK, and client completes with ACK. The attacker sends many SYN packets but never completes the handshake, exhausting server resources. This attack does not target IIS or Netscape vulnerabilities specifically, and SCTP uses a four-way handshake which is not the target of SYN flooding.

Multiple choice technology security
  1. Hashed form

  2. Encrypted Form

  3. Plain text form

  4. none

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

Passwords should be stored in hashed form using a slow, salted hash function like bcrypt, Argon2, or PBKDF2. Hashing is one-way, so even if the password database is compromised, attackers cannot easily recover the original passwords. Encryption is reversible and less secure for password storage, and plaintext storage is a critical security failure. Modern systems never store passwords in plaintext.

Multiple choice technology security
  1. Steganography

  2. Cryptography

  3. Cryptology

  4. none

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

Steganography is the practice of concealing messages within other messages, images, or objects so that the very existence of the hidden message is not apparent to casual inspection. Unlike cryptography which hides the content of a message, steganography hides the existence of the message itself. The word derives from Greek meaning 'covered writing'. Cryptography is about encrypting messages, not hiding their existence.

Multiple choice technology security
  1. Run by the administrator

  2. Run by normal user

  3. Run by the attacker

  4. Run by the remote user

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

Buffer overflows in programs running with administrator/root privileges are most dangerous because they can lead to complete system compromise. When an administrator-level process is exploited, the attacker gains the same high privileges as that process, allowing full control over the system. Overflowing a normal user program limits the attacker's scope, and programs 'run by the attacker' or 'run by the remote user' are nonsensical distractors in this context.

Multiple choice technology security
  1. True

  2. False

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

Digital signatures DO provide protection from tampering through their integrity verification mechanism. When a document is digitally signed, any modification after signing causes the signature verification to fail, alerting the recipient that tampering occurred. The signature is based on a cryptographic hash of the document content, so even a single bit change invalidates the signature. This is a fundamental security property of digital signatures.

Multiple choice technology security
  1. DES

  2. TRIPLE DES

  3. ONE TIME PADS

  4. BLOW FISH

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

One-time pads are theoretically unbreakable if implemented correctly with truly random keys that are used only once and never reused. This assumes unlimited time and resources for proper key generation and distribution. DES and Triple DES have known vulnerabilities, and Blowfish, while strong, is not provably 100% secure.

Multiple choice technology security
  1. Private Identification Number and Private Unique Key

  2. Personal Identification Number and PIN Unlock Key

  3. Private Identification Number and PIN Unlock Key

  4. Personal Identifcation Number and Personal Unlock Key

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

PIN stands for Personal Identification Number, and PUK stands for PIN Unlock Key (also known as Personal Unblocking Key). Distractors misidentify PIN as "Private Identification Number" or PUK as "Private Unique Key" or "Personal Unlock Key," which are incorrect terms in mobile telecommunications.

Multiple choice technology security
  1. BlueBugging, which lets an attacker make calls on another Bluetooth phone.

  2. BlueJacking, which lets an attacker add contacts to a Bluetooth device's phonebook.

  3. BlueScolding, which lets an attacker trigger program crashes on a Bluetooth device.

  4. BlueSmacking, which crashes a Bluetooth device by sending a "ping-of-death" message.

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

BlueBugging, BlueJacking, and BlueSmacking are all documented Bluetooth attack vectors. BlueScolding is not a recognized Bluetooth attack. The name appears to be fabricated for this question.