wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Network Security Quiz

Total questions: 40

Worksheet time: 20mins

Name
Class
Date
1.

Wireshark primarily operates at which OSI layer

a)

Application layer

b)

Data Link layer

c)

Transport layer

d)

Session layer

2.

Which protocol is MOST vulnerable to packet sniffing

a)

HTTPS

b)

SSH

c)

FTP

d)

SFTP

3.

What is the main purpose of ARP poisoning

a)

Denial of Service

b)

Man-in-the-Middle attack

c)

Port scanning

d)

Password cracking

4.

Which HTTP method is mainly abused for unauthorized data modification

a)

GET

b)

POST

c)

HEAD

d)

OPTIONS

5.

Which OWASP Top 10 (2021) category includes SQL Injection

a)

Broken Access Control

b)

Injection

c)

Security Misconfiguration

d)

Cryptographic Failures

6.

What does XSS primarily target

a)

Database

b)

Server OS

c)

User’s browser

d)

Network device

7.

Stored XSS differs from reflected XSS because it is

a)

Executed only once

b)

Stored on server permanently

c)

Client-side only

d)

Network based

8.

What is the primary goal of threat modeling

a)

Patch vulnerabilities

b)

Rank threats by risk

c)

Detect malware

d)

Encrypt data

9.

Which tool acts as an intercepting proxy

a)

Wireshark

b)

Burp Suite

c)

Nessus

d)

Metasploit

10.

Which type of scan does not complete TCP handshake

a)

TCP connect scan

b)

SYN scan

c)

UDP scan

d)

Ping scan

11.

Which TCP flags are set in an XMAS scan

a)

SYN, ACK

b)

FIN only

c)

FIN, PSH, URG

d)

ACK only

12.

Idle scan requires a zombie host with

a)

High traffic

b)

Predictable IPID

c)

Closed ports

d)

No firewall

13.

Banner grabbing mainly helps identify

a)

Open ports

b)

Service versions

c)

Exploit code

d)

Passwords

14.

Which protocol is used for DNS zone transfer

a)

HTTP

b)

FTP

c)

DNS AXFR

d)

SNMP

15.

MAC flooding targets which table

a)

Routing table

b)

ARP cache

c)

CAM table

d)

NAT table

16.

Which malware spreads without user interaction

a)

Trojan

b)

Virus

c)

Worm

d)

Rootkit

17.

A Trojan is best described as

a)

Self-replicating malware

b)

Kernel-level malware

c)

Malicious software disguised as legitimate

d)

Network-only attack

18.

Polymorphic malware changes its

a)

Functionality

b)

Target OS

c)

Signature

d)

Payload size

19.

Which tool is used for system file integrity verification

a)

Nessus

b)

Tripwire

c)

Wireshark

d)

Nmap

20.

Smurf attack abuses

a)

TCP handshake

b)

ICMP broadcast

c)

DNS recursion

d)

UDP flooding

21.

SYN flood attack exhausts

a)

Bandwidth

b)

CPU

c)

Half-open connections

d)

Disk space

22.

Session hijacking is easiest when

a)

HTTPS is used

b)

Session IDs are predictable

c)

IDS is enabled

d)

Firewall is present

23.

Which wireless protocol is weakest

a)

WPA2

b)

WPA

c)

WEP

d)

802.1X

24.

Deauthentication attack operates at

a)

Layer 1

b)

Layer 2

c)

Layer 3

d)

Layer 7

25.

Evil Twin attack involves

a)

Fake client

b)

Fake access point

c)

Fake DNS server

d)

Fake IP address

26.

IDS differs from IPS because IDS

a)

Blocks traffic

b)

Drops packets

c)

Generates alerts

d)

Modifies payload

27.

Signature-based IDS fails mainly against

a)

Known attacks

b)

Brute force

c)

Zero-day attacks

d)

Port scans

28.

Application proxy firewall works at

a)

Layer 3

b)

Layer 4

c)

Layer 5

d)

Layer 7

29.

Honeypots are primarily used to

a)

Block attackers

b)

Replace firewall

c)

Observe attacker behavior

d)

Encrypt traffic

30.

The major legal concern with honeypots is

a)

Malware hosting

b)

Entrapment

c)

Packet loss

d)

IDS bypass

31.

Android app sandboxing is enforced by

a)

Dalvik VM

b)

Google Play

c)

Linux kernel UID model

d)

Application signature

32.

ADB is mainly used for

a)

Packet sniffing

b)

Device debugging

c)

Malware creation

d)

Network scanning

33.

MobSF supports

a)

Static analysis only

b)

Dynamic analysis only

c)

Both static and dynamic analysis

d)

Network scanning

34.

Which phase of ethical hacking defines scope and permission

a)

Reconnaissance

b)

Scanning

c)

Planning

d)

Exploitation

35.

Penetration testing differs from vulnerability scanning because it

a)

Uses tools

b)

Is automated

c)

Actively exploits vulnerabilities

d)

Generates reports

36.

Google dorking is mainly used for

a)

Exploitation

b)

OSINT gathering

c)

Password cracking

d)

Network scanning

37.

Which command performs host discovery only in Nmap

a)

nmap -sS

b)

nmap -A

c)

nmap -sn

d)

nmap -p 80

38.

True Positive means

a)

Attack exists but not detected

b)

No attack but detected

c)

Attack exists and detected

d)

No attack and not detected

39.

False Positive means

a)

Attack exists and missed

b)

No attack but detected

c)

Attack exists and detected

d)

No attack and not detected

40.

The MOST common real-world attack vector is

a)

Zero-day exploit

b)

Buffer overflow

c)

Social engineering

d)

SQL injection