wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ITE 383: Network Security P2 EXAM

Total questions: 50

Worksheet time: 25mins

Name
Class
Date
1.

What is the primary purpose of implementing a site-to-site VPN between Branch A and Branch B?

a)

To enhance internet speed for users at both locations.

b)

To establish a secure and private connection between the two branch offices over the internet.

c)

To bypass geo-restrictions imposed by the local authorities.

d)

To replace the physical network cables between the branches.

2.

Which IPsec protocol offers data confidentiality, integrity, and authentication services by encrypting the entire data payload of IP packets?

a)

AH (Authentication Header)

b)

ESP (Encapsulating Security Payload)

c)

IKE (Internet Key Exchange)

d)

GRE (Generic Routing Encapsulation)

3.

What are the benefits of using a site-to-site VPN?

a)

Enhanced security, data privacy, and bypassing geo-restrictions.

b)

Faster internet speed and remote access for users.

c)

Increased productivity for remote workers and secure data transfer.

d)

Anonymous online activities and improved network reliability.

4.

How does a VPN achieve data confidentiality between the user's device and the VPN server?

a)

By using Network Address Translation (NAT) to hide the user's IP address.

b)

By providing data integrity and authentication services using the AH protocol.

c)

By encrypting the data transmitted over the internet using encryption protocols like ESP.

d)

By creating a private subnet for the user's device within the public network.

5.

Which type of VPN is commonly used by remote workers or travelers who need to securely access company resources from outside the office?

a)

Site-to-Site VPN

b)

IPsec VPN

c)

Remote-Access VPN

d)

Virtual Private LAN Service (VPLS)

6.

What type of VPN has XYZ Enterprises implemented to ensure secure communication between their branch offices?

a)

Remote-Access VPN

b)

IPsec VPN

c)

MPLS VPN

d)

PPTP VPN

7.

What is the likely cause of the connectivity issue faced by users at Branch C?

a)

Incorrect IP addresses assigned to devices at Branch C.

b)

Firewall blocking VPN traffic at the main office.

c)

Internet connectivity issues at the main office.

d)

Misconfiguration of IPsec authentication parameters.

8.

Which IPsec protocol provides data confidentiality by encrypting the entire data payload of IP packets?

a)

ESP (Encapsulating Security Payload)

b)

AH (Authentication Header)

c)

IKE (Internet Key Exchange)

d)

GRE (Generic Routing Encapsulation)

9.

What is the purpose of a site-to-site VPN in the context of XYZ Enterprises' network?

a)

To allow remote workers to securely access company resources from outside the office.

b)

To bypass geo-restrictions for accessing specific websites.

c)

To ensure secure communication between branch offices over the public internet.

d)

To establish secure connections between individual devices within the same branch office.

10.

How does a VPN achieve data integrity and authentication between communicating devices?

a)

By encrypting the data payload of IP packets using ESP.

b)

By using Network Address Translation (NAT) to hide the devices' IP addresses.

c)

By establishing a virtual private subnet for each branch office.

d)

By using authentication protocols like AH and digital signatures.

11.

What is the purpose of enabling the Security Technology package in Cisco IOS IPS configuration?

a)

To activate IPS signatures.

b)

To enable basic firewall functionality.

c)

To enable intrusion detection.

d)

To enable IPS on the router.

12.

What command is used to create an IPS rule name in Cisco IOS IPS configuration?

a)

ip ips rule

b)

ip ips name

c)

ip ips policy

d)

ip rule name

13.

Which command is used to configure the storage location for IPS signatures in the Cisco IOS IPS configuration?

a)

ip ips location

b)

ip ips config location

c)

ip signature location

d)

ip config signature-location

14.

How can you view the IPS configuration status summary in Cisco IOS CLI?

a)

show ip ips config

b)

show ip ips status

c)

show ip ips summary

d)

show ip ips all

15.

What is the purpose of the "retired true" command in Cisco IOS IPS signature-category configuration?

a)

It enables a signature category.

b)

It activates a specific signature.

c)

It marks a signature category as retired.

d)

It configures syslog notifications.

16.

What is the primary purpose of enabling Dynamic ARP Inspection (DAI)?

a)

To prevent MAC flooding attacks.

b)

To secure the physical ports of the switch.

c)

To validate ARP requests and responses and prevent ARP spoofing attacks.

d)

To encrypt data transmission within the local network.

17.

Which Layer 2 security measure helps mitigate rogue DHCP server attacks?

a)

VLAN segmentation

b)

Port security

c)

Dynamic ARP Inspection (DAI)

d)

DHCP snooping

18.

What is the main objective of enabling port security on a switch port?

a)

To prevent unauthorized access to the network.

b)

To encrypt data transmission within the LAN.

c)

To validate ARP requests and responses.

d)

To limit the number of MAC addresses per port.

19.

Which interface should be trusted when enabling DHCP snooping?

a)

The uplink interface to the router.

b)

The interface connected to the DHCP server.

c)

Any user-facing interface.

d)

The management interface of the switch.

20.

In a CAM table attack, what does the attacker flood the switch with to compromise its operation?

a)

MAC addresses

b)

IP addresses

c)

VLAN IDs

d)

Port numbers

21.

Which security risk is associated with wireless networks?

a)

Call Tampering

b)

Data Corruption

c)

Eavesdropping

d)

Insider Threats

22.

What is the main purpose of implementing encryption for VoIP communications?

a)

To prevent unauthorized access to the VoIP network.

b)

To secure data transmission and prevent eavesdropping.

c)

To protect against rogue access points.

d)

To filter and protect against potential threats.

23.

Which SAN security measure restricts access to authorized servers only?

a)

Zoning and LUN Masking

b)

VoIP Firewall

c)

Quality of Service (QoS)

d)

Data Encryption

24.

What is the primary security concern associated with unauthorized access to a Storage Area Network (SAN)?

a)

Data Interception

b)

Data Corruption

c)

Unauthorized access to VoIP endpoints

d)

Unauthorized access to critical data

25.

Which wireless network security measure helps detect unauthorized access points?

a)

Zoning and LUN Masking

b)

Data Encryption

c)

Intrusion Detection for wireless traffic

d)

Quality of Service (QoS)

26.

What is the primary goal of confidentiality in cryptography?

a)

Ensuring data remains unchanged and unaltered.

b)

Verifying the identity of the sender.

c)

Protecting data from unauthorized access.

d)

Guaranteeing data remains confidential and accessible to authorized users.

27.

What cryptographic practice aims to mitigate side-channel attacks during encryption?

a)

Applying constant-time algorithms and power analysis resistance.

b)

Using strong encryption algorithms.

c)

Implementing secure key management.

d)

Utilizing cryptographically secure random number generators.

28.

Which type of cryptanalysis attack exploits information obtained from power consumption during encryption?

a)

Brute-Force Attack

b)

Frequency Analysis

c)

Side-Channel Attack

d)

Known Plaintext Attack

29.

Why is HMAC (Hash-Based Message Authentication Code) used?

a)

To encrypt data during transmission.

b)

To create secure backups of cryptographic keys.

c)

To ensure the integrity and authenticity of a message.

d)

To generate strong cryptographic keys.

30.

What is the purpose of key rotation in key management?

a)

To ensure proper initialization vector handling.

b)

To mitigate the impact of potential key compromise.

c)

To verify the security of cryptographic libraries.

d)

To prevent data corruption during transmission.

31.

What was the main reason for the vulnerability of the Data Encryption Standard (DES) and its subsequent replacement?

a)

Inadequate Feistel network structure

b)

Weak substitution-permutation operations

c)

Short 56-bit encryption key

d)

Lack of symmetric encryption

32.

Which encryption algorithm is considered a suitable replacement for DES due to its security and versatility?

a)

MD5

b)

RSA

c)

AES

d)

SHA-1

33.

Which encryption mode introduces feedback from the previous ciphertext block into the encryption process of the current block?

a)

Electronic Codebook (ECB)

b)

Cipher Block Chaining (CBC)

c)

Cipher Feedback (CFB)

d)

Output Feedback (OFB)

34.

What is the primary purpose of a Digital Signature in asymmetric cryptography?

a)

Encrypting data for secure transmission

b)

Ensuring data integrity during transmission

c)

Verifying the authenticity and integrity of digital messages

d)

Creating random numbers for key generation

35.

Which type of Certificate Authority (CA) is operated by organizations for internal use and issues certificates for securing internal communications?

a)

Public CA

b)

Private CA

c)

Self-Signed CA

d)

Third-party CA

36.

What is the primary purpose of a VPN (Virtual Private Network)?

a)

Enhancing website speed

b)

Providing free internet access

c)

Creating a secure and private connection over a public network

d)

Blocking access to restricted websites

37.

Which of the following benefits is NOT associated with using a VPN?

a)

Enhanced security through encryption

b)

Remote access to private resources

c)

Bypassing geo-restrictions

d)

Increased visibility of online activities

38.

What type of VPN is commonly used by remote workers to securely access company resources from outside the office?

a)

Remote-access VPN

b)

Site-to-site VPN

c)

IPsec VPN

d)

IKE VPN

39.

Which IPsec protocol is responsible for providing data confidentiality through encryption in a VPN?

a)

AH (Authentication Header)

b)

ESP (Encapsulating Security Payload)

c)

IKE (Internet Key Exchange)

d)

GRE (Generic Routing Encapsulation)

40.

In a site-to-site VPN, what is the main purpose of the GRE (Generic Routing Encapsulation) tunnel?

a)

Encrypting data between remote users and a private network

b)

Creating a secure communication channel between remote workers

c)

Bypassing geo-restrictions on websites

d)

Establishing secure communication between geographically dispersed networks

41.

The Data Encryption Standard (DES) operates on 128-bit blocks of data and uses a 64-

bit encryption key.

a)

TRUE

b)

FALSE

42.

DES uses a symmetric encryption algorithm, meaning it uses different keys for encryption

and decryption.

a)

TRUE

b)

FALSE

43.

DES is considered a highly secure encryption algorithm even in modern applications due

to its complex Feistel network structure.

a)

TRUE

b)

FALSE

44.

Triple DES (3DES) enhances the security of DES by applying the encryption process

twice in sequence with different keys.

a)

TRUE

b)

FALSE

45.

The Advanced Encryption Standard (AES) is widely used as a replacement for DES and

supports key lengths of 128, 192, or 256 bits.

a)

TRUE

b)

FALSE

46.

VPNs can be used for both remote-access and site-to-site scenarios. Site-to-site VPNs

establish secure connections between multiple private networks, allowing them to

communicate securely over an untrusted network.

a)

TRUE

b)

FALSE

47.

IPsec operates at the network layer (Layer 3) of the OSI model. While it provides

authentication and encryption services, it primarily operates at the network layer to secure

IP communications.

a)

TRUE

b)

FALSE

48.

The Authentication Header (AH) protocol in IPsec encrypts the entire data payload of the

IP packet, ensuring the confidentiality of the data.

a)

TRUE

b)

FALSE

49.

IKE (Internet Key Exchange) is responsible for securely transmitting the actual data

between two devices in an IPsec VPN.

a)

TRUE

b)

FALSE

50.

A site-to-site GRE (Generic Routing Encapsulation) tunnel allows remote users to

connect securely to a private network over the internet, enhancing productivity for remote

workers.

a)

TRUE

b)

FALSE