0
0
Computer Networksknowledge~20 mins

Subnetting and subnet masks in Computer Networks - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Subnetting Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding subnet mask purpose

What is the primary purpose of a subnet mask in a network?

ATo divide an IP address into network and host parts
BTo assign IP addresses to devices automatically
CTo encrypt data sent over the network
DTo increase the speed of data transmission
Attempts:
2 left
💡 Hint

Think about how networks separate devices into groups.

📋 Factual
intermediate
2:00remaining
Number of hosts in a subnet

If a subnet mask is 255.255.255.240, how many usable host addresses are available in that subnet?

A32
B16
C14
D30
Attempts:
2 left
💡 Hint

Calculate the number of host bits and subtract network and broadcast addresses.

🔍 Analysis
advanced
2:00remaining
Determining subnet mask from hosts needed

You need to create a subnet that supports at least 100 hosts. Which subnet mask should you use?

A255.255.255.128
B255.255.255.192
C255.255.255.0
D255.255.255.224
Attempts:
2 left
💡 Hint

Calculate how many host bits are needed to support 100 hosts.

Comparison
advanced
2:00remaining
Comparing subnet masks and network sizes

Which subnet mask creates the largest number of subnets but the smallest number of hosts per subnet?

A255.255.255.0
B255.255.255.128
C255.255.255.192
D255.255.255.224
Attempts:
2 left
💡 Hint

More subnet bits mean more subnets but fewer hosts per subnet.

Reasoning
expert
2:00remaining
Identifying subnet mask from IP and broadcast address

You have a subnet with IP address 192.168.1.64 and broadcast address 192.168.1.95. What is the subnet mask?

A255.255.255.192
B255.255.255.224
C255.255.255.240
D255.255.255.128
Attempts:
2 left
💡 Hint

Calculate the range size between IP and broadcast to find host bits.