wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CNS CA2: Quiz Set A

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

The security of the RSA algorithm is based on the difficulty of:

a)

Finding the discrete logarithm of a large number

b)

Factoring large composite numbers

c)

Solving the knapsack problem

d)

Breaking the substitution cipher

2.

Which cryptographic technique generates a fixed-size output (digest) regardless of the input message size?

a)

Block Ciphers

b)

Stream Ciphers

c)

Hashing Functions

d)

Public Key Cryptography

3.

CMAC (Cipher-based Message Authentication Code) is typically based on which type of cipher?

a)

Stream cipher

b)

Public key cipher

c)

Block cipher

d)

Substitution cipher

4.

A Digital Signature Scheme like DSS (Digital Signature Standard) provides which two security services?

a)

Confidentiality and Availability

b)

Integrity and Non-repudiation

c)

Confidentiality and Integrity

d)

Availability and Non-repudiation

5.

The X.509 standard defines the format for what component of a PKI?

a)

Symmetric encryption keys

b)

Digital Certificates

c)

Hash algorithms

d)

Block cipher modes of operation

6.

What is the role of the Certificate Authority (CA) in a PKI (Public Key Infrastructure)?

a)

To manage private keys for users

b)

To encrypt all communications within the network

c)

To issue and revoke digital certificates, binding a public key to an identity

d)

To perform brute-force attacks against weak encryption

7.

Which IPSec protocol provides both confidentiality and integrity for the IP packet payload?

a)

Authentication Header (AH)

b)

Encapsulating Security Payload (ESP)

c)

Internet Key Exchange (IKE)

d)

Transport Layer Security (TLS)

8.

Which property of a cryptographic hash function ensures that it’s computationally infeasible to find two different inputs giving the same output?

a)

Avalanche effect

b)

Collision resistance

c)

Preimage resistance

d)

Diffusion

9.

The “ChangeCipherSpec” message in TLS indicates:

a)

The switch from unencrypted to encrypted communication

b)

Change of public key

c)

Certificate revocation

d)

Server authentication

10.

NAC primarily enforces security policies based on:

a)

IP routing table

b)

Network traffic rate

c)

User’s identity and device posture

d)

Port number allocation

11.

Which sequence correctly represents the order of TLS handshake steps?

a)

ClientHello → ServerHello → Certificate → Key Exchange → Finished

b)

ServerHello → ClientHello → Finished → Certificate

c)

ClientHello → Key Exchange → Certificate → Finished

d)

ClientHello → Finished → ServerHello

12.

HTTPS uses which port by default?

a)

21

b)

35

c)

80

d)

443

13.

. In IPSec, the term “Security Association (SA)” refers to:

a)

A digital certificate

b)

The policy

c)

A logical connection defining security parameters between peers

d)

Keys

14.

If Alice signs a message hash using her private key, but the hash algorithm is weak (e.g., SHA-1), what could happen?

a)

Private key exposure

b)

Signature won’t verify

c)

Key exchange failure

d)

Attackers may find a different message with the same signature

15.

A malicious user captures a Kerberos ticket and replays it later. Which Kerberos feature stops this?

a)

Encrypted timestamp in the authenticator

b)

Mutual authentication flag

c)

Session-key length

d)

TGS secret rotation