wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Network Security Quiz

Total questions: 45

Worksheet time: 24mins

Name
Class
Date
1.

A company transmits sensitive customer information across its network. Which of the following technologies should it use to protect data in motion?

a)

AES encryption

b)

TLS or IPsec

c)

Full disk encryption

d)

Access control lists

2.

Which of the following methods would best protect a database stored on a server from unauthorized access?

a)

Encrypting the database with AES

b)

Using a firewall to block unauthorized users

c)

Implementing a VPN for remote access

d)

Using TLS encryption

3.

Which entity is responsible for digitally signing and issuing certificates to verify the authenticity of websites and users?

a)

Firewall

b)

Certificate Authority (CA)

c)

Intrusion Prevention System (IPS)

d)

File Integrity Checker

4.

A company assigns employees to specific job roles and grants access permissions accordingly. This is an example of:

a)

Mandatory Access Control (MAC)

b)

Multi-Factor Authentication (MFA)

c)

Discretionary Access Control (DAC)

d)

Role-Based Access Control (RBAC)

5.

Which of the following best describes the Principle of Least Privilege (PoLP)?

a)

Users should have administrator access to all systems

b)

Users should be granted only the minimum permissions necessary to perform their job functions

c)

All users must be assigned to a single security group

d)

Users should have full access to their department's data

6.

A company wants to ensure that employees can only access their work applications while connected to the corporate VPN. Which method would enforce this?

a)

Digital Certificate Signing

b)

Network Access Control (NAC)

c)

File Integrity Monitoring

d)

Role-Based Access Control

7.

Which of the following best describes the security strategy for SCADA networks?

a)

Complete isolation from external networks

b)

Full integration with public internet

c)

Allowing remote access for all employees

d)

Using strong passwords only

8.

What is the primary reason for segmenting IIoT devices from other networks?

a)

To increase device efficiency

b)

To ensure real-time communication remains uninterrupted

c)

To allow external users access to IIoT devices

d)

To improve wireless connectivity

9.

Why is network segmentation critical for SCADA and ICS systems?

a)

To ensure restricted access to industrial control systems

b)

To increase download speeds

c)

To allow remote access from any device

d)

To enhance corporate email security

10.

What is the main reason Operational Technology (OT) networks are segmented from traditional IT networks?

a)

To allow faster internet browsing

b)

To prevent cyberattacks from disrupting critical infrastructure

c)

To enable employees to connect personal devices

d)

To reduce firewall costs

11.

An organization wants to allow users to authenticate across multiple web applications using a single set of credentials. Which protocol is best suited for this?

a)

TACACS+

b)

RADIUS

c)

SAML

d)

LDAP

12.

A person without a security badge closely follows an employee through a secured door without using their own access card. The employee does not challenge them. What type of attack does this scenario demonstrate?

a)

Tailgating

b)

Piggybacking

c)

Dumpster Diving

d)

Shoulder Surfing

13.

Which of the following is responsible for verifying that a user is who they claim to be in the AAA framework?

a)

Authentication

b)

Identification

c)

Authorization

d)

Accounting

14.

After a user has successfully logged into a corporate network, they are only allowed to access specific files. Which AAA function does this represent?

a)

Authentication

b)

Authorization

c)

Accounting

d)

Identification

15.

An IT administrator needs to track login attempts, including failed logins. Which component of AAA is responsible for this?

a)

Authentication

b)

Authorization

c)

Accounting

d)

Identification

16.

Which of the following authentication protocols is commonly used in VPNs and 802.1X authentication?

a)

TACACS+

b)

Kerberos

c)

RADIUS

d)

SAML

17.

A company uses a directory service that allows employees to log in with their network credentials and access shared resources. Which protocol is likely being used?

a)

RADIUS

b)

LDAP

c)

TACACS+

d)

OAuth

18.

Your server experiences an attack where multiple requests exhaust the server's ability to establish new connections. What type of attack does this describe?

a)

SYN Flood Attack

b)

Phishing Attack

c)

SQL Injection

d)

Session Hijacking

19.

An attacker uses a botnet to generate large volumes of traffic towards a target, causing the server to exhaust all available bandwidth. Which defense mechanism could help mitigate this attack?

a)

Implementing CAPTCHA verification

b)

Using a Content Delivery Network (CDN)

c)

Enabling strong password policies

d)

Conducting regular software updates

20.

You notice unusual traffic between VLANs without an authorized router. Which attack might this indicate?

a)

Double Tagging

b)

Keylogging

c)

DDoS Attack

d)

Packet Sniffing

21.

Your switch uses the default native VLAN ID 1. An attacker uses double tagging to access another VLAN. What configuration change can mitigate this risk?

a)

Increase the native VLAN ID to a higher number

b)

Set the native VLAN ID to a non-default value

c)

Disable VLAN tagging

d)

Allow all VLANs on the trunk port

22.

An attacker sends numerous frames with random source MAC addresses to a switch. What attack method is being used?

a)

MAC Flooding

b)

Phishing

c)

Man-in-the-Middle

d)

Double Tagging

23.

A network administrator wants to prevent a MAC flooding attack. Which security measure should they implement?

a)

Enable port security

b)

Allow all MAC addresses by default

c)

Increase the size of the MAC address table

d)

Disable switch learning mode

24.

Scenario: A device with a MAC address not present in the switch's MAC address table sends data. What action does the switch take?

a)

Broadcasts the frame to all ports

b)

Drops the frame

c)

Sends the frame to a random port

d)

Sends the frame only to the default gateway

25.

A user tries to visit a legitimate website but is redirected to a phishing site that looks identical. What kind of attack might have occurred?

a)

Brute Force Attack

b)

DNS Spoofing

c)

IP Address Blocking

d)

Password Spraying

26.

A device with IP 192.168.1.9 wants to connect to the router 192.168.1.1, but an attacker intercepts the traffic. What type of attack is this scenario describing?

a)

ARP Spoofing

b)

SQL Injection

c)

Social Engineering

d)

Phishing

27.

An attacker uses a spoofed DNS response to redirect a victim to a fake banking site. What is the goal of this attack?

a)

To capture the victim’s banking credentials

b)

To increase network bandwidth

c)

To improve DNS resolution times

d)

To provide a secure connection

28.

The organization deploys Multi-Factor Authentication (MFA) for all network access. How does this help prevent spoofing attacks?

a)

By requiring more than just a password, it mitigates the risk if a spoofing attack compromises credentials.

b)

It allows faster access to the network.

c)

It improves email delivery speeds.

d)

It automatically encrypts all network traffic.

29.

An unauthorized access point is detected during a routine network scan. What should the IT team do first?

a)

Increase the network bandwidth

b)

Physically disconnect the rogue access point

c)

Ignore the device if it has low signal strength

d)

Automatically connect all devices to it

30.

An attacker uses session hijacking to gain control of a user's active session. Which broader category of attacks does this belong to?

a)

On-Path Attacks

b)

Malware Attacks

c)

Phishing Attacks

d)

Physical Attacks

31.

Which of the following is a key difference between a standard and an extended ACL?

a)

Standard ACLs filter by protocol type, while extended ACLs do not.

b)

Extended ACLs can filter by source and destination IPs, ports, and protocols, while standard ACLs filter by source IP only.

c)

Standard ACLs are more granular than extended ACLs.

d)

Extended ACLs only work on routers, not firewalls.

32.

Which security technique involves categorizing websites to allow or block access?

a)

URL Filtering

b)

Port Forwarding

c)

MAC Address Filtering

d)

Load Balancing

33.

What is the purpose of a screened subnet (DMZ) in network security?

a)

To allow unrestricted access to the internal network

b)

To provide a secure area for public-facing services without exposing the internal network

c)

To store sensitive company data

d)

To isolate network devices from each other

34.

You are setting up a new router for your home office. Which of the following is a best practice?

a)

Keep the default password for easy access

b)

Change the default credentials to a strong, unique password

c)

Share the default credentials with everyone on the network

d)

Disable all security features

35.

Which practice helps reduce the attack surface on a networked device?

a)

Keeping all ports open for flexibility

b)

Closing unused ports and services

c)

Using the same password for all devices

d)

Avoiding security updates

36.

What is the primary difference between a virus and a worm?

a)

A virus requires human intervention to spread, while a worm spreads automatically.

b)

A worm requires human intervention to spread, while a virus spreads automatically.

c)

Both viruses and worms require human intervention to spread.

d)

Neither viruses nor worms can replicate themselves.

37.

An attacker uses a rootkit to gain administrative control of a system. What makes this malware difficult to detect?

a)

It is not installed on the operating system.

b)

It hides itself within system files and processes.

c)

It only displays advertisements.

d)

It does not affect system performance.

38.

A person dressed as a delivery driver asks an employee to hold the door open as they bring in packages. The employee does not verify their identity. What security risk does this scenario illustrate?

a)

Dumpster Diving

b)

Phishing

c)

Piggybacking

d)

Shoulder Surfing

39.

You are working on confidential information in a public space. What is a good security practice?

a)

Use a privacy screen on your laptop

b)

Share your screen with those nearby

c)

Leave your laptop unattended

d)

Connect to any open Wi-Fi network

40.

A technician is assigned to harden a laptop for a medical practice. Which of the following should be used to protect PII in the event of hardware theft?

a)

Hard drive encryption

b)

Disable bluetooth

c)

Password expiration

d)

Host based firewall

41.

Match the Following Networking Terms

a)

Defense-in-Depth

1.

Combining multiple security layers

b)

NAC Controls

2.

Manage who & what connects to the netwrk

c)

Reflective Attack

3.

Redirects traffic from legitimate server

d)

On Path Attack

4.

Intercepts & alters communication

e)

Amplified Attack

5.

Exploit response with high volume data

42.

A switch is configured to only allow DHCP responses from a legitimate server. What feature is being used?

a)

 DHCP Snooping

b)

Port Mirroring

c)

VLAN Tagging

d)

Load Balancing

43.

A network administrator implements encryption for all communications using HTTPS and TLS. How does this help prevent on-path attacks?

a)

It makes data unreadable to attackers even if intercepted.

b)

 It increases internet speed.

c)

It blocks all external connections.

d)

 It disables unauthorized DHCP servers automatically.

44.

You need to allow SSH access on port 22 to a server from any source. Which ACL rule would achieve this?

a)

permit tcp any any eq 80

b)

permit tcp any any eq 22

c)

permit tcp any any eq 21

d)

permit udp any any eq 22

45.

An administrator wants to block all ICMP (ping) traffic on a firewall. Which rule should be implemented?

a)

permit icmp any any

b)

deny icmp any any

c)

deny tcp any any eq 443

d)

allow icmp any any