Courseiva

200-301 · topic practice

Subnetting practice questions

Practise 200-301 subnetting questions covering CIDR notation, subnet mask conversion, network and broadcast address calculation, usable host ranges, and determining which subnet a device belongs to.

Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.

Reviewed byJohnson Ajibi· MSc IT Security
20 questionsDomain: Subnetting

What the exam tests

What to know about Subnetting

Subnetting questions test whether you can calculate network ranges, usable hosts, masks, prefixes and the correct subnet for a device.

CIDR notation and subnet mask conversion.

Network, broadcast and usable host ranges.

How many hosts or subnets are required.

Which subnet a given IP address belongs to.

Why learners struggle

Why Subnetting questions are commonly missed

Subnetting questions are missed when learners calculate the right subnet size but pick the wrong network address, forget to subtract network and broadcast addresses from usable hosts, or confuse the number of subnets with the number of hosts per subnet.

  • ·Network and broadcast are not usable — subtract 2 from the host count for every subnet
  • ·Block size — always a power of 2; 2^host-bits gives addresses per subnet
  • ·Which subnet a host is in — divide the host octet by block size to find the network address
  • ·Subnets vs hosts per subnet — different calculations that learners frequently swap
  • ·CIDR prefix vs subnet mask — /24 = 255.255.255.0, /25 = 255.255.255.128
  • ·A valid mask does not mean it meets the design requirement — check the host count

Watch out for

Common Subnetting exam traps

  • Network and broadcast addresses are not usable host addresses in normal IPv4 subnets.
  • Subnets and hosts per subnet are different calculations.
  • The prefix length must be checked against the block size.
  • A mathematically valid mask may still fail the design requirement.

Practice set

Subnetting questions

20 questions · select your answer, then reveal the explanation

Question 1hardmultiple choice
Read the full NAT/PAT explanation →

A network engineer notices that internal hosts (192.168.1.0/24) can reach external servers on the internet, but replies from external servers never reach the internal hosts. The router R1 is configured with dynamic NAT to translate the internal subnet to a pool of public IPs (203.0.113.10-203.0.113.20). The engineer runs 'show ip nat translations' and sees only a few stale translations. What is the most likely cause of the issue?

Exhibit

R1# show ip nat translations
Pro Inside global      Inside local       Outside local      Outside global
--- 203.0.113.10       192.168.1.10       198.51.100.1       198.51.100.1
--- 203.0.113.11       192.168.1.20       198.51.100.2       198.51.100.2

R1# show ip nat statistics
Total active translations: 2 (0 static, 2 dynamic; 2 extended)
Pool translations: 2
Outside interfaces: GigabitEthernet0/0
Inside interfaces: GigabitEthernet0/1
Hits: 5  Misses: 0
CEF Translated packets: 5, CEF Punted packets: 0
Expired translations: 0
Dynamic mappings:
-- Inside Source
[Id] ip nat pool POOL 203.0.113.10 203.0.113.20 netmask 255.255.255.0
   access-list NAT permit 192.168.1.0 0.0.0.255
Refcount: 2
Question 2hardmultiple choice
Study the full IPv6 explanation →

A network administrator is troubleshooting an IPv6 connectivity issue on a newly deployed router. The router's G0/0/0 interface is configured with an IPv6 address using EUI-64, but hosts on that subnet cannot reach the router's link-local address. The administrator runs 'show ipv6 interface g0/0/0' and sees that the interface is up/up but the IPv6 address is not in the expected format. What is the most likely cause of the problem?

Exhibit

Router# show ipv6 interface g0/0/0
GigabitEthernet0/0/0 is up, line protocol is up
  IPv6 is enabled, link-local address is FE80::21A:2BFF:FE3C:4D5E
  No global unicast address is configured
  Joined group address(es):
    FF02::1
    FF02::2
    FF02::1:FF3C:4D5E
  MTU is 1500 bytes
  ICMP error messages limited to one every 100 milliseconds
  ICMP redirects are enabled
  ICMP unreachables are sent
  ND DAD is enabled, number of DAD attempts: 1
  ND reachable time is 30000 milliseconds (using 30000)
  ND advertised reachable time is 0 (unspecified)
  ND advertised retransmit interval is 0 (unspecified)
  ND router advertisements are sent every 200 seconds
  ND router advertisements live for 1800 seconds
  ND advertised default router preference is Medium
  Hosts use stateless autoconfiguration for addresses.
Question 3mediummultiple choice
Read the full DNS explanation →

A network administrator is configuring a new Windows workstation on a small office network that uses IPv4 addressing. The workstation must be able to communicate with devices on other subnets and resolve hostnames via a company DNS server at 10.10.10.5. The administrator has already set the IP address to 10.10.10.10 and the subnet mask to 255.255.255.0. Which additional parameter must be configured to meet both requirements?

Question 4hardmultiple choice
Review the full subnetting walkthrough →

Based on the exhibit, which action is most likely required to allow AP-22 to join the controller successfully?

Exhibit

AP-22 status:
- Ethernet link: up
- IP address: 10.75.22.18/24
- Default gateway: 10.75.21.1
- Controller: 10.75.22.5
- Other APs joined: yes
Question 5hardmultiple choice
Read the full wireless explanation →

A wireless client joins the correct SSID and gets an address in the correct employee subnet, but cannot reach only one internal application while everything else works. Which troubleshooting area is the strongest first target?

Question 6hardmultiple choice
Review the full subnetting walkthrough →

A host is configured as 192.168.50.130/25. Which address is the broadcast address for its subnet?

Question 7hardmultiple choice
Study the full ACL explanation →

A standard ACL and an extended ACL are both available for a design. Which requirement most strongly indicates that an extended ACL is needed?

Question 8hardmultiple choice
Review the full subnetting walkthrough →

A host with address 172.16.5.10/23 wants to determine whether 172.16.6.20 is on the same local network. What is the correct conclusion?

Question 9hardmultiple choice
Review the full subnetting walkthrough →

A subnet has the network address 192.168.30.0/26. What is the broadcast address?

Question 10hardmultiple choice
Review the full subnetting walkthrough →

A host is configured with 10.1.1.34/30. Which address is the broadcast address for its subnet?

Question 11mediummulti select
Review the full subnetting walkthrough →

Which two statements accurately describe the relationship between a network address and a broadcast address in IPv4 subnetting?

Question 12hardmultiple choice
Review the full subnetting walkthrough →

A host is configured with 192.168.10.129/25. Which subnet contains that host?

Question 13hardmultiple choice
Review the full subnetting walkthrough →

A host is configured as 10.20.30.95/27. Which address is the network address of its subnet?

Question 14mediumdrag order
Open the full VLAN trunking answer →

Drag and drop the following steps into the correct order to configure a Cisco IOS-XE router as a DHCP server for a VLAN 10 subnet and enable DHCP relay for a remote client on VLAN 20.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
Question 15hardmultiple choice
Review the full subnetting walkthrough →

A host is configured with IP address 192.168.70.18/30. Which addresses belong to the same subnet block?

Question 16mediummultiple choice
Open the full VLAN trunking answer →

Exhibit: A host on VLAN 10 can ping the local SVI but not a server in VLAN 20. The Layer 3 switch has both VLAN interfaces up. What is the next item to verify first?

Exhibit

MLS# show ip interface brief | include Vlan
Vlan10   192.168.10.1   YES manual up up
Vlan20   192.168.20.1   YES manual up up

You are connected to R1. The network administrator has partially configured IPv4 and IPv6 on the interfaces. However, PC1 (connected to R1's G0/1) cannot reach PC2 (connected to R2's G0/1). Configure R1 and R2 so that PC1 can ping PC2. Fix any addressing errors. Use IPv4 subnet 192.0.2.0/30 for the link between R1 and R2, and 198.51.100.0/24 for the PC LANs. For IPv6, use 2001:db8:1::/64 on R1's G0/1 and 2001:db8:2::/64 on R2's G0/1, with R1's G0/1 using EUI-64 and R2's G0/1 using a static address 2001:db8:2::1/64.

Exhibit

R1#show running-config
...
interface GigabitEthernet0/0
 ip address 192.0.2.1 255.255.255.0
 duplex auto
 speed auto
!
interface GigabitEthernet0/1
 ip address 198.51.100.1 255.255.255.0
 ipv6 address 2001:db8:1::/64 eui-64
 duplex auto
 speed auto
!
ip route 0.0.0.0 0.0.0.0 192.0.2.2
...
R2#show running-config
...
interface GigabitEthernet0/0
 ip address 192.0.2.2 255.255.255.252
 duplex auto
 speed auto
!
interface GigabitEthernet0/1
 ip address 198.51.100.2 255.255.255.0
 ipv6 address 2001:db8:2::1/64
 duplex auto
 speed auto
!
...
PC1: IP 198.51.100.10/24, gateway 198.51.100.1
PC2: IP 198.51.100.20/24, gateway 198.51.100.2

You are troubleshooting a PC (PC-A) connected to switch SW1, which is connected to router R1. PC-A has an APIPA address (169.254.23.45) and cannot reach the internet (203.0.113.1). You confirm that R1 has a correctly configured DHCP pool for the 192.168.10.0/24 subnet, but the DHCP service is not enabled. The network uses VLAN 10 with subnet 192.168.10.0/24. Verify and correct the configuration on PC-A, SW1, and R1 to restore full connectivity.

Exhibit

PC-A ipconfig output:

Ethernet adapter Ethernet0:
   Connection-specific DNS Suffix  . : example.local
   IPv4 Address. . . . . . . . . . . : 169.254.23.45
   Subnet Mask . . . . . . . . . . . : 255.255.0.0
   Default Gateway . . . . . . . . . : 

SW1# show interfaces vlan 10
Vlan10 is up, line protocol is up
  Internet address is 192.168.10.2/24

R1# show ip interface brief
Interface              IP-Address      OK? Method Status                Protocol
GigabitEthernet0/0/0   192.168.10.1   YES manual up                    up
GigabitEthernet0/0/1   203.0.113.2    YES manual up                    up

R1# show running-config | section interface GigabitEthernet0/0/0
interface GigabitEthernet0/0/0
 ip address 192.168.10.1 255.255.255.0
 duplex auto
 speed auto

R1# show running-config | include dhcp
ip dhcp excluded-address 192.168.10.1 192.168.10.10
ip dhcp pool VLAN10_POOL
 network 192.168.10.0 255.255.255.0
 default-router 192.168.10.1
 dns-server 8.8.8.8

SW1# show running-config | include dhcp
! No DHCP configuration on SW1

PC-A ping 192.168.10.1
Pinging 192.168.10.1 with 32 bytes of data:
Reply from 169.254.23.45: Destination host unreachable.

PC-A ping 192.168.10.2
Pinging 192.168.10.2 with 32 bytes of data:
Reply from 169.254.23.45: Destination host unreachable.

You are connected to R1. Configure IPv4 and IPv6 addressing on R1's interfaces and verify reachability to R2. The current configuration has a wrong subnet mask on G0/0, missing default gateway for IPv4, and R1's IPv6 address is configured using EUI-64 while R2 uses a static IPv6 address. Fix these issues so that R1 can ping both R2's IPv4 and IPv6 addresses.

Exhibit

R1#show running-config
Building configuration...

hostname R1
!
interface GigabitEthernet0/0
 ip address 192.0.2.1 255.255.255.0
 ipv6 address 2001:db8:1::/64 eui-64
 no shutdown
!
interface GigabitEthernet0/1
 ip address 198.51.100.1 255.255.255.0
 ipv6 address 2001:db8:2::1/64
 no shutdown
!
ip route 0.0.0.0 0.0.0.0 192.0.2.254
!
end

R2#show running-config
Building configuration...

hostname R2
!
interface GigabitEthernet0/0
 ip address 192.0.2.2 255.255.255.252
 ipv6 address 2001:db8:1::2/64
 no shutdown
!
interface GigabitEthernet0/1
 ip address 203.0.113.1 255.255.255.0
 no shutdown
!
end

R1#show ip interface brief
Interface              IP-Address      OK? Method Status                Protocol
GigabitEthernet0/0     192.0.2.1       YES manual up                    up
GigabitEthernet0/1     198.51.100.1    YES manual up                    up

R1#ping 192.0.2.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.0.2.2, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)

R1#ping 2001:db8:1::2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:db8:1::2, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)

You are connected to R1. Configure DHCP services so that hosts on VLAN 10 (192.168.10.0/24) can obtain IP addresses from R1. Additionally, configure the switch SW1 to prevent rogue DHCP server attacks on that VLAN. The current configuration has a misconfigured helper-address and an excluded-address range that is too broad.

Exhibit

R1#show running-config | section dhcp
ip dhcp excluded-address 192.168.10.1 192.168.10.254
ip dhcp pool VLAN10_POOL
 network 192.168.10.0 255.255.255.0
 default-router 192.168.10.1
 dns-server 8.8.8.8
!
interface GigabitEthernet0/0.10
 encapsulation dot1Q 10
 ip address 192.168.10.1 255.255.255.0
 ip helper-address 10.0.0.2
!

SW1#show running-config | section dhcp
ip dhcp snooping
ip dhcp snooping vlan 10
no ip dhcp snooping information option
interface GigabitEthernet0/1
 ip dhcp snooping trust
!
interface GigabitEthernet0/2
 ip dhcp snooping limit rate 10
!

Free account

Track your progress over time

Create a free account to save your results and see which topics improve across sessions.

Focused Subnetting sessions

Start a Subnetting only practice session

Every question in these sessions is drawn from the Subnetting domain — nothing else.

Related practice questions

Related 200-301 topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the 200-301 exam test about Subnetting?
Subnetting questions test whether you can calculate network ranges, usable hosts, masks, prefixes and the correct subnet for a device.
How should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just Subnetting questions in a focused session?
Yes — the session launcher on this page draws every question from the Subnetting domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other 200-301 topics?
Use the topic links above to move to related areas, or go back to the 200-301 question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the 200-301 exam covers. They are not copied from any real exam or dump site.