wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Networking Concepts Quiz

Total questions: 50

Worksheet time: 25mins

Name
Class
Date
1.

What is the primary role of DNS in networking?

a)

Encrypt data

b)

Assign IP addresses

c)

Translate domain names to IP addresses

d)

Monitor internet traffic

2.

What would happen without DNS?

a)

Devices won’t connect

b)

Users would type IP addresses instead of domain names

c)

All IPs would be hidden

d)

Browsers would stop working

3.

What is a recursive DNS resolver responsible for?

a)

Registering IP addresses

b)

Sending email

c)

Resolving a DNS query by contacting other servers

d)

Encrypting DNS traffic

4.

What type of attack sends large DNS replies from small queries?

a)

DNS Spoofing

b)

DNS Tunneling

c)

DNS Amplification

d)

DNS Brute-forcing

5.

What does a DNS Spoofing attack do?

a)

Blocks DNS traffic

b)

Sends a fake DNS reply

c)

Encrypts DNS queries

d)

Forces DNS to timeout

6.

How can malware exfiltrate data using DNS?

a)

DNS Encryption

b)

DNS Spoofing

c)

DNS Tunneling

d)

DNS Broadcasting

7.

What port does DNS typically use?

a)

25

b)

80

c)

443

d)

53

8.

Which protocol is faster for normal DNS queries?

a)

TCP

b)

SSH

c)

UDP

d)

FTP

9.

What is the purpose of the command nmap --script=dns-brute ?

a)

To update DNS cache

b)

To brute-force DNS subdomains

c)

To clear DNS records

d)

To test DNS encryption

10.

What does DHCP do?

a)

Routes packets across networks

b)

Translates domain names

c)

Assigns IP addresses and settings

d)

Creates virtual machines

11.

Which device is considered a DHCP client?

a)

Router

b)

DHCP server

c)

Any device requesting an IP

d)

DNS Resolver

12.

What’s the first message in a DHCP handshake?

a)

Acknowledge

b)

Offer

c)

Discover

d)

Request

13.

In the DHCP process, which device sends the 'Offer'?

a)

Client

b)

Switch

c)

Server

d)

Gateway

14.

What does a DHCP “Lease” refer to?

a)

DNS expiration

b)

Temporary IP assignment

c)

MAC address

d)

VLAN permission

15.

What is the purpose of ipconfig /renew on Windows?

a)

Display DNS records

b)

Assign a static IP

c)

Request a new IP lease

d)

Configure MAC address

16.

Which of the following is a risk associated with DHCP?

a)

Data encryption

b)

Rogue DHCP server

c)

VLAN hopping

d)

DNS redirection

17.

What does the DHCP “Acknowledge” message signify?

a)

IP was rejected

b)

Lease expired

c)

IP address was successfully assigned

d)

Discover failed

18.

What is the main function of NAT?

a)

Encrypt network traffic

b)

Translate private IPs to a public IP

c)

Increase bandwidth

d)

Assign MAC addresses

19.

What does PAT do?

a)

Encrypt DNS traffic

b)

Assign VLANs

c)

Maps ports to internal devices

d)

Disables routers

20.

What command shows your public IP via browser?

a)

ipconfig

b)

nslookup

c)

whatismyip.com

d)

tracert

21.

What does tracert help identify?

a)

MAC address

b)

NAT boundaries

c)

DNS records

d)

VM resources

22.

NAT helps hide:

a)

Public network structure

b)

VLAN IDs

c)

Internal IPs

d)

MAC address

23.

What does ARP do?

a)

Assign IP addresses

b)

Resolve IP to MAC addresses

c)

Encrypt data

d)

Assign subnets

24.

What’s stored temporarily in the ARP cache?

a)

DNS entries

b)

VLAN tags

c)

MAC to IP mappings

d)

DHCP leases

25.

What is ARP Spoofing?

a)

Encrypting MAC addresses

b)

Sending incorrect MAC for an IP

c)

IP lease expiration

d)

MAC address renewal

26.

ARP works only within:

a)

The cloud

b)

WAN

c)

The local network (LAN)

d)

Internet

27.

What is a VLAN used for?

a)

Speeding up Wi-Fi

b)

Separating networks logically

c)

Managing IP addresses

d)

Mapping MAC addresses

28.

What protocol tags VLAN traffic?

a)

802.11

b)

IPv6

c)

802.1Q

d)

DNSSEC

29.

What is VLAN 1?

a)

Reserved for admin

b)

Default VLAN

c)

Public VLAN

d)

DNS VLAN

30.

What does VLAN segmentation help reduce?

a)

IP conflict

b)

DNS lookups

c)

Broadcast domains

d)

DHCP errors

31.

What Nmap command helps scan devices on the same VLAN?

a)

nmap -sn

b)

nmap -p 80 -A

c)

nmap -Pn

d)

nmap --dns-server

32.

What is typically hosted in a DMZ?

a)

Internal workstations

b)

Smart home devices

c)

Public-facing servers

d)

VLAN configurations

33.

What does a DMZ protect?

a)

Switch configuration

b)

DNS logs

c)

Internal LAN from outside attacks

d)

VPN traffic

34.

Where can you find DMZ settings on a home network?

a)

DNS server

b)

Router admin panel

c)

File explorer

d)

Windows registry

35.

What is a common Nmap command to scan DMZ services?

a)

nmap -p 53

b)

nmap -e

c)

nmap -sS

d)

nmap --dns-brute

36.

What is a Virtual Machine?

a)

A router with firewall

b)

Physical hardware

c)

A simulated computer

d)

Network protocol

37.

What does each VM have?

a)

Shared IP

b)

One MAC address

c)

No OS

d)

Shared memory only

38.

What is one advantage of using a VM?

a)

Slower boot time

b)

Easier physical access

c)

Safer testing environment

d)

No internet needed

39.

What does IPAM primarily manage?

a)

DNS security

b)

Public websites

c)

IP usage and records

d)

MAC address filtering

40.

What can IPAM help avoid?

a)

DMZ breaches

b)

VLAN hopping

c)

IP conflicts

d)

DNS tunneling

41.

IPAM is most useful in:

a)

Home networks

b)

Manual address assignment

c)

Large enterprise networks

d)

Browser configurations

42.

Which of these uses both TCP and UDP on port 53?

a)

HTTP

b)

FTP

c)

DNS

d)

Telnet

43.

What port does HTTPS use?

a)

25

b)

80

c)

443

d)

21

44.

What tool do you use to release and renew IP on Windows?

a)

netstat

b)

ping

c)

ipconfig

d)

arp

45.

Which layer handles IP-to-MAC resolution?

a)

Application

b)

Transport

c)

Data Link

d)

Presentation

46.

In the DORA process, which step follows 'Request'?

a)

Offer

b)

Acknowledge

c)

Discover

d)

Response

47.

Why can't Nmap scan across VLANs easily?

a)

VLANs encrypt packets

b)

VLANs are routed

c)

VLANs are logically isolated

d)

NAT prevents access

48.

A traceroute showing few hops could indicate:

a)

Slow internet

b)

DNS failure

c)

Short route or NAT

d)

VLAN segmentation

49.

Which command helps detect NAT presence?

a)

nmap -sS

b)

tracert

c)

nslookup

d)

nmap --traceroute

50.

What information does DHCP NOT provide?

a)

IP Address

b)

MAC Address

c)

DNS Server

d)

Subnet Mask