Computer Knowledge · General Awareness

Information Security

4,634 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 cisco-ccna
  1. All passwords can be encrypted

  2. A password can be set before a user can enter the privileged mode

  3. A password can be set for individual lines

  4. TACACS or Radius password authentication can be used.

  5. all of the above

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

Cisco IOS supports comprehensive security: 'service password-encryption' encrypts all passwords in the config, 'enable secret' secures privileged mode, 'password' can be set on VTY/Console lines, and AAA (TACACS+/RADIUS) provides external authentication. Thus, all are true.

Multiple choice mcse
  1. Use the startup type of Manual for the IPSec service.

  2. Configure the IPSec policy as static using the netsh command.

  3. Configure the IPSec policy as dynamic using the netsh command.

  4. Assign the IPSec policy on each server in the local computer policy.

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

The 'netsh' command can be used to manage IPSec policies. Configuring the policy as dynamic ensures that the settings are applied and updated correctly across the domain environment. Static policies are usually manually assigned and less flexible for domain-wide enforcement.

Multiple choice networking
  1. Share level

  2. User Level

  3. Resource level

  4. Secure Level

  5. Network Level

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

User-level security provides the most granular control by authenticating individual users rather than groups or shares. Each user has unique credentials and permissions that are independently managed, making it more secure than share-level or resource-level models.

Multiple choice networking osi-model
  1. physical

  2. presentation

  3. application

  4. session

  5. data link

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

Encryption and decryption are primarily presentation layer (Layer 6) functions in the OSI model. The presentation layer handles data translation, encryption, and compression. While encryption can also occur at the application layer, the OSI model specifically assigns it to the presentation layer.

Multiple choice server
  1. Changes in file permissions

  2. Unexplained or common system shutdown and restarts

  3. Host performance degradation

  4. Failed logins

  5. Changes in user privileges

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

Intrusion Detection Systems (IDS) require system resources (CPU, memory, and I/O) to monitor traffic or log files. This overhead often results in host performance degradation, which is a common security tradeoff for increased visibility.

Multiple choice server
  1. troubleshooting

  2. planning

  3. auditing

  4. system design

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

To answer this question, the user needs to understand the purpose of the security log in Windows 2000 server.

The security log in Windows 2000 server is primarily used for auditing purposes. It records events related to security and authentication, such as successful or failed logon attempts, changes to user accounts and permissions, and other security-related events.

Therefore, the correct option is:

The Answer is: C. auditing.

Multiple choice server
  1. Train the users

  2. Install a firewall

  3. Create a written plan

  4. Use a strong password

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

A written security policy establishes the foundation by defining what needs protection, acceptable use, incident response procedures, and compliance requirements. Technical controls and user training must flow from this documented plan to be effective.

Multiple choice security
  1. Phishing

  2. Forging

  3. ID Theft

  4. IP Spoofing

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

IP spoofing involves hackers forging their IP address to appear as a trusted machine on the network, allowing them to gain unauthorized access. Phishing tricks users into revealing credentials, forging is a general term (not specific to IP addresses), ID theft involves stealing personal identity information.

Multiple choice network basics2
  1. PAP

  2. MSCHAP

  3. EAP

  4. CHAP

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

Smart Cards in Windows 2000 use the Extensible Authentication Protocol (EAP) as the RAS authentication protocol. EAP provides a framework that supports multiple authentication methods, including smart card-based authentication via certificate-based credentials. PAP is plain-text (insecure), CHAP and MS-CHAP are challenge-response protocols for passwords, while EAP is specifically designed to accommodate smart cards and other advanced authentication methods.

Multiple choice general knowledge science & technology
  1. True

  2. False

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

An attack is an intentional act attempting to compromise security by exploiting weaknesses, while a vulnerability is a weakness or flaw in a system that could be exploited. They are fundamentally different concepts: one is the potential weakness (vulnerability), the other is the active exploitation attempt (attack).

Multiple choice general knowledge science & technology
  1. Cgisecurity

  2. ha.ckers.org

  3. owasp

  4. securityfocus

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

OWASP (Open Web Application Security Project) is a global nonprofit foundation dedicated to improving software security. It operates as an open community with free resources, projects, and tools. The other options (cgisecurity, ha.ckers.org, securityfocus) are websites or organizations but not the primary worldwide free community OWASP represents.

Multiple choice general knowledge science & technology
  1. Watch the indicator light on your modem. If its starts to flash or blink, someone may be trying to send you unwanted software.

  2. Surf fast. If you do not linger on any one page for more than a few seconds, you can reduce your risk of drive-by downloads

  3. Make sure that the security setting for your browser is high enough to detect unauthorized downloads (for eg: atleast the medium setting in Internet Explorer). Also make sure that you have installed the most recent version of the browser software.

  4. None of the above

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

Browser security settings are the primary defense against drive-by downloads. Setting your browser to at least 'medium' high security helps detect and block unauthorized downloads. Keeping browser software updated ensures you have the latest security patches. Modem indicator lights and surfing speed are not related to security.