Bird
0
0

You want to create subnets that support exactly 30 hosts each. Which subnet mask should you choose?

hard📝 Application Q9 of 15
Computer Networks - IP Addressing
You want to create subnets that support exactly 30 hosts each. Which subnet mask should you choose?
A255.255.255.192 (/26)
B255.255.255.128 (/25)
C255.255.255.240 (/28)
D255.255.255.224 (/27)
Step-by-Step Solution
Solution:
  1. Step 1: Calculate hosts per subnet for each mask

    /27 = 32 addresses, hosts = 32 - 2 = 30 hosts.
  2. Step 2: Verify other options

    /26 = 64 addresses, 62 hosts; /28 = 16 addresses, 14 hosts; /25 = 128 addresses, 126 hosts.
  3. Final Answer:

    Subnet mask 255.255.255.224 (/27) supports 30 hosts -> Option D
  4. Quick Check:

    /27 = 30 hosts per subnet [OK]
Quick Trick: Hosts = 2^(32-mask) - 2 [OK]
Common Mistakes:
MISTAKES
  • Choosing mask with too few or too many hosts
  • Forgetting to subtract network and broadcast
  • Mixing up mask bits and host bits

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Computer Networks Quizzes