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 .net
  1. sensitive information.

  2. critical applications.

  3. an intranet.

  4. Both a and b.

  5. All of the above.

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

Client-side state management should not be used for sensitive information (tampering risk) or critical applications (unreliable). It's more appropriate for controlled environments like intranets where security is less of a concern. Public-facing applications with sensitive data need server-side state management.

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 six-sigma green-belt
  1. Inspection

  2. Error Proofing

  3. Potential Problem Analysis

  4. Robust System

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

Error Proofing (Poka-Yoke) mechanisms prevent errors by designing processes that make mistakes impossible or immediately detectable. Using employee ID validation against a database is a classic example - it creates a foolproof check that prevents unauthorized logins. This differs from simple inspection, which catches defects after they occur, rather than preventing them.

Multiple choice java
  1. Encapuslation

  2. Abstraction

  3. Information Hiding

  4. Polymorphism

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

Abstraction involves showing only essential features and hiding implementation details from the user. It focuses on what an object does rather than how it does it. Encapsulation bundles data and methods together. Information hiding is a related principle but more restrictive. Polymorphism allows objects of different types to be treated uniformly.

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.