wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Information Assurance and Security 1 Midterm

Total questions: 46

Worksheet time: 26mins

Name
Class
Date
1.

Which goal of cryptography is achieved by using hash functions to verify that a file has not been altered since it was created?

a)

Confidentiality

b)

Availability

c)

Authentication

d)

Integrity

2.

What is the technical term for the scrambled, unreadable result after an encryption algorithm has been applied to the readable message?

a)

Plaintext

b)

Key Stream

c)

Ciphertext

d)

Hash

3.

The security of a modern cryptosystem relies primarily on the secrecy and complexity of the key, even if the algorithm is publicly known. This concept aligns with:

a)

The CIA Triad

b)

The principle of Least Privilege

c)

Kerckhoffs's Principle

d)

The Bell-LaPadula Model

4.

The Caesar Cipher is an example of which type of classical cryptographic technique?

a)

Transposition Cipher

b)

Substitution Cipher

c)

Block Cipher

d)

Stream Cipher

5.

Classical relies on computers; Modern relies on manual methods. Which is correct?

a)

Classical relies on computers; Modern relies on manual methods.

b)

Classical focuses on confidentiality; Modern focuses on integrity.

c)

Classical relies on the secrecy of the algorithm; Modern relies on the secrecy of the key.

d)

Classical uses symmetric keys, Modern uses asymmetric keys.

6.

Which type of encryption is defined using a single, shared secret key for both encryption and decryption?

a)

Asymmetric Encryption

b)

Public-Key Cryptography

c)

Symmetric Encryption

d)

Digital Signature

7.

The Advanced Encryption Standard (AES) is a widely used example of which type of algorithm?

a)

Asymmetric Algorithm

b)

Hash Function

c)

Symmetric Encryption Algorithm

d)

Digital Signature Scheme

8.

In an Asymmetric Encryption system, which key must be kept secret and is used by the owner to decrypt messages sent to them?

a)

The Public Key

b)

The Session Key

c)

The Private Key

d)

The Symmetric Key

9.

What is the primary role of Asymmetric Encryption (e.g., RSA) in a hybrid security session?

a)

To encrypt all bulk data because it is the most secure.

b)

To provide the fixed-size output for hashing.

c)

To securely distribute the faster Symmetric Session Key.

d)

To prevent Denial of Service attacks.

10.

A Digital Signature is created by encrypting the document's hash using the sender's Private Key. This process primarily enforces which cryptographic goal?

a)

Confidentiality

b)

Non-repudiation

c)

Availability

d)

Key Management

11.

Which layer of the OSI Model is primarily responsible for IP addressing and routing data between different networks?

a)

Transport Layer (Layer 4)

b)

Data Link Layer (Layer 2)

c)

Network Layer (Layer 3)

d)

Application Layer (Layer 7)

12.

Which network attack involves a malicious actor crafting IP packets with a false source address to impersonate a legitimate host?

a)

Session Hijacking

b)

Man-in-the-Middle (MITM)

c)

IP Spoofing

d)

Distributed Denial of Service (DDoS)

13.

The main security advantage of using Subnetting to divide a network into smaller segments is to:

a)

Encrypt all network traffic.

b)

Isolate critical resources and limit the spread of a security breach.

c)

Prevent all external connection attempts.

d)

Speed up the network's packet processing.

14.

Which device operates at Layer 2 (Data Link) and uses MAC addresses to forward traffic only to the intended recipient on the local segment?

a)

Router

b)

Hub

c)

Switch

d)

Firewall

15.

In the TCP/IP Model, which layer is responsible for combining the Application, Presentation, and Session layers of the OSI Model?

a)

Network Access Layer

b)

Transport Layer

c)

Internet Layer

d)

Application Layer

16.

Which type of firewall maintains a table of active sessions to ensure that only incoming traffic that is part of an established internal request is allowed back into the network?

a)

Packet Filtering Firewall

b)

Application Layer Firewall

17.

A security policy states that all traffic not explicitly permitted by a firewall rule must be blocked. This is known as the:

a)

Rule of Least Privilege

b)

Explicit Deny Rule

c)

Implicit Deny Rule

d)

Stateful Inspection Rule

18.

What is the fundamental difference between an Intrusion Detection System (IDS) and an Intrusion Prevention System (IPS)?

a)

A. IDS is active, while IPS is passive.

b)

B. IDS monitors and alerts, while IPS monitors and actively blocks the threat.

c)

C. IDS uses signatures, while IPS uses anomaly detection.

d)

D. IDS is host-based, while IPS is network-based.

19.

Which detection method relies on establishing a baseline of normal network behavior and flags traffic that deviates significantly from that norm?

a)

Anomaly-Based Detection

b)

Signature-Based Detection

c)

Packet Filtering

d)

Stateful Inspection

20.

A security system correctly identifies and blocks a malicious packet based on its comparison to a known virus signature in a database. This is an example of:

a)

Anomaly-Based Detection

b)

Signature-Based Detection

c)

False Positive

d)

Implicit Deny

21.

A sender calculates a message digest (hash) of a contract and sends both the contract and the digest. The receiver calculates a digest of the received contract and compares it to the sent digest. If the two digests match, which security goal is primarily verified?

a)

Confidentiality

b)

Non-repudiation

c)

Integrity

d)

Authentication

22.

An attacker obtains a long string of ciphertext encrypted using a simple Caesar Cipher. The most effective way to break this cipher, rather than brute-forcing 25 possible keys, is to look for common letter patterns (e.g., 'e', 't', 'a'). This cryptanalytic technique is known as:

a)

Brute-force key search

b)

Ciphertext-only attack

c)

Dictionary attack

d)

Frequency Analysis

23.

An algorithm takes the original password 'SECRET' and uses a secret password ('KEY1') to produce the scrambled output 'XTYZAB'. In this process, the original password 'SECRET' is referred to as the:

a)

Ciphertext

b)

Plaintext

c)

Key

d)

Hash Value

24.

Alice wants to send a large 1GB file securely to Bob. To maximize speed and ensure security, Alice encrypts the file with a newly generated AES Key, and then encrypts the AES Key itself using Bob's Public Key. What term describes this two-tiered approach to secure communication?

a)

Bell-LaPadula Model

b)

Hybrid Cryptosystem

c)

Symmetric-only Scheme

d)

Vigenère Cipher

25.

A recipient verifies a digital signature using the sender's Public Key and successfully recovers the original hash value. What two conclusions can the recipient immediately draw based on this successful verification?

a)

The message is confidential, and the key is strong.

b)

The sender's private key was not used, and the integrity is verified.

c)

The message was signed by the holder of the Private Key (Authentication/Non-repudiation) and has not been tampered with (Integrity).

d)

The symmetric key used for the session is secure, and the file is small.

26.

A system administrator needs to choose a key generation method for a device that has very limited processing power (e.g., an IoT sensor), but still requires high security (equivalent to a 2048-bit RSA key). Which asymmetric algorithm is the best choice due to its efficiency with smaller key sizes?

a)

DES

b)

RSA

c)

AES

d)

ECDSA

27.

An attacker is attempting to sniff all network traffic between two workstations on the same local segment. The most effective way to mitigate this threat is to ensure the network uses a Switch instead of a Hub. Why?

a)

The Switch encrypts all Layer 3 data.

b)

The Switch operates at Layer 3 and blocks all unauthorized IP addresses.

c)

The Switch operates at Layer 2 and directs frames only to the intended MAC address, preventing other hosts from receiving the data.

d)

The Switch automatically implements an IDS.

28.

A company decides to use Subnetting to separate its Finance department computers from its Guest Wi-Fi network. What is the primary security outcome of this action?

a)

Ensures confidentiality using encryption.

b)

Limits the scope of a breach (e.g., if the Guest Wi-Fi is compromised, attackers cannot directly access the Finance subnet).

c)

Guarantees non-repudiation for all internal communications.

d)

Makes the network entirely immune to IP Spoofing.

29.

A security analyst observes a high volume of packets arriving at the server with a false source IP address, causing the system to send response packets to an unintended victim. This activity is a hallmark of which network protocol vulnerability?

a)

Man-in-the-Middle (MITM)

b)

IP Spoofing

c)

Session Hijacking

d)

ARP Poisoning

30.

A firewall receives a packet that attempts to connect to port 80 (HTTP) from the external network to an internal server. The firewall rule set has rules explicitly allowing all internal traffic, but no rule explicitly permits external port 80 traffic. The packet is blocked. Which firewall concept resulted in the block?

a)

Explicit Deny Rule

b)

Anomaly Detection

c)

Implicit Deny Rule

d)

Signature Match

31.

An organization deploys a security device that detects a known malware signature in a file transfer and immediately terminates the connection, preventing the file from reaching the internal host. This action was taken by a(n):

a)

Packet Filtering Firewall

b)

Intrusion Prevention System (IPS)

c)

Application Layer Firewall

d)

Intrusion Detection System (IDS)

32.

A newly implemented IDS system begins flagging network usage as "high-risk" because a specific server is sending 50% more data than its historical average, even though no known malicious signatures were found. This detection mechanism is best categorized as:

a)

Signature-Based Detection

b)

Anomaly-Based Detection

c)

Stateful Inspection

d)

Packet Filtering

33.

A company implements a Stateful Inspection Firewall to control Layer 4 ports and an IPS using Signature-Based detection. The IPS fails to block a brand new, never-seen-before zero-day SYN Flood variant which successfully exploits the TCP handshake vulnerability. Which combination of concepts is relevant to the failure to block this attack? (3pts.)

a)

The IDS/IPS failed because it relied on Anomaly-Based Detection (Week 8) instead of Symmetric Encryption (Week 6).

b)

The Firewall failed because it only operated at the Application Layer (Week 7) and required a stronger Hash Function (Week 6).

c)

The attack successfully bypassed the Signature-Based Detection (Week 8) because the zero-day attack had no known signature (Week 8), and the Stateful Firewall (Week 8) was vulnerable to attacks exploiting the TCP handshake (Week 7).

d)

The failure was due to a weak Caesar Cipher (Week 5) used in the IP Addressing scheme (Week 7).

34.

Evaluation of Modern Ciphers: A major defense contractor is developing a new encryption standard. Following Kerckhoff's Principle, which of the following scenarios poses the greatest security risk to the new cipher?

a)

The cipher uses a 2048-bit key, which is considered computationally strong.

b)

The plaintext is revealed to a third party after the decryption process.

c)

The detailed mathematical procedure (algorithm) for encryption and decryption is leaked to the public.

d)

The user reuses the same short key for multiple different messages.

35.

(Evaluation: Kerckhoffs's Principle states the algorithm is assumed public; security relies on the key. A short, reused key is the fundamental point of failure, independent of the algorithm's secrecy.)

Justification of Classical Ciphers: Why is the Vigenère Cipher fundamentally more resilient to basic cryptanalysis (like frequency analysis) than the simple Caesar Cipher?

a)

Vigenère uses a complex one-time pad (OTP) approach.

b)

Vigenère is polyalphabetic; it uses multiple shifting alphabets determined by a keyword, masking the true frequency of individual letters.

c)

Vigenère is a transposition cipher, which is immune to frequency analysis.

d)

Vigenère uses a much longer key length (56-bit vs. 26-bit).

36.

Synthesis of Cryptographic Goals: The primary role of the Key in combination with an encryption Algorithm is to transform Plaintext into Ciphertext. What security goal is directly achieved by the success of this transformation?

a)

Integrity

b)

Non-repudiation

c)

Confidentiality

d)

Availability

37.

Evaluation of Hybrid Cryptosystems: A global CDN (Content Delivery Network) must send terabytes of data daily while ensuring confidentiality. A pure Asymmetric Encryption system is ruled out for data transfer. What is the most critical reason for this exclusion?

a)

Asymmetric algorithms do not support the Integrity goal.

b)

Asymmetric encryption (e.g., RSA) is computationally too slow to encrypt large volumes of bulk data.

c)

Asymmetric encryption is vulnerable to IP spoofing attacks.

d)

Asymmetric encryption uses too many different keys, leading to key management failures.

38.

Synthesis of Non-repudiation: A digital signature provides non-repudiation because the signer uses their Private Key to encrypt the document's hash. If the signer were to later deny sending the document, why would this defense fail in court?

a)

Because the symmetric key was weak and could have been easily compromised.

b)

Because the Public Key is publicly available.

c)

Because only the signer should have exclusive control over the Private Key, linking the signing action irrefutably to them.

d)

Because the document's plaintext was revealed before decryption.

39.

Justification of Algorithm Choice: Why did the US government replace the Data Encryption Standard (DES) with the Advanced Encryption Standard (AES) as the standard symmetric cipher?

a)

DES was too slow for modern computers.

b)

DES was vulnerable to brute-force attacks due to its short key length.

c)

AES is easier to implement in hardware.

d)

AES is based on public-key cryptography.

40.

Evaluation of Network Controls: A Network Administrator uses Subnetting to isolate the company's critical database servers from the rest of the network. They then configure the Router’s ACLs to only allow traffic from specific management workstations to that subnet. Which level of defense is the subnetting providing, and which is the ACL providing?

a)

A. Subnetting provides confidentiality; ACLs provide integrity.

b)

B. Subnetting provides encryption; ACLs provide hashing.

c)

C. Subnetting provides logical network segmentation/isolation; ACLs provide granular packet filtering/access control.

d)

D. Subnetting provides MAC addressing; ACLs provide port numbers.

41.

Evaluation of Protocol Vulnerabilities: The Telnet protocol sends user login credentials over the network in plaintext (unencrypted). Which core security goal is directly violated by this protocol vulnerability?

a)

A. Integrity

b)

B. Non-repudiation

c)

C. Confidentiality

d)

D. Availability

42.

Justification of Layering: A modern Firewall makes its access decisions based on the IP address (Layer 3) and the Port Number (Layer 4). Why is it functionally necessary for this critical security device to operate across multiple layers of the OSI model?

a)

To ensure the firewall can encrypt data (Layer 6).

b)

To utilize MAC addressing (Layer 2) for advanced filtering.

c)

To match an incoming packet to a specific host (IP) and a specific application/service (Port Number) simultaneously.

d)

To manage the TCP/IP connection state (Layer 4).

43.

A high-security government network is concerned about internal espionage using highly novel malware that has never been seen before. The security team decides to prioritize an Anomaly-Based Detection system over a Signature-Based Detection system. What is the most likely justification for this decision?

4 lines
44.

A company's security policy requires that any detected external network attack must be immediately and automatically stopped, without waiting for human intervention. Which security system is mandatory to meet this requirement?

a)

Stateful Inspection Firewall

b)

Intrusion Prevention System (IPS)

c)

Intrusion Detection System (IDS)

d)

Application Layer Firewall

45.

Synthesis of Firewall State: A hacker sends a sequence of random packets to an internal server without first initiating a proper three-way handshake. A Packet Filtering Firewall might allow these packets, but a Stateful Inspection Firewall would drop them. Why?

a)

The Stateful Firewall does not find a corresponding entry for a legitimate, established session in its state table and deems the traffic unauthorized.

b)

The Stateful Firewall detects a known virus signature.

c)

The Packet Filter detects a violation of the Implicit Deny rule.

d)

The Packet Filter cannot operate at Layer 4.

46.

Comprehensive Scenario Analysis: A critical database server storing AES Keys is placed on its own dedicated Subnet and is protected by a Stateful Inspection Firewall. How does this layered defense strategy best protect the Confidentiality of the keys?

a)

The Stateful Firewall actively encrypts all AES keys before storage.

b)

Subnetting prevents the server from using weak symmetric algorithms.

c)

Subnetting isolates the server from general threats, while the Stateful Firewall restricts external access, ensuring only legitimate, authorized connections can transmit the keys, thus protecting confidentiality.

d)

The Firewall uses Anomaly Detection to check for the Caesar Cipher.