Study

Subnetting, CIDR, and VLSM

11 questions. Nothing is recorded — answers are graded and shown, not stored.

  1. How many addresses can be assigned to interfaces on a /26?
  2. The two formulas that cover most subnetting arithmetic are 2^n and 2^n minus 2. What decides which one applies?
  3. A host with address 10.10.10.10 and mask 255.255.255.0 wants to send to 10.10.20.5. What does it do with the mask, and what does it conclude?
  4. Which of these is not a valid subnet mask?
  5. What does writing 10.10.10.10/24 give you that writing 10.10.10.10 with mask 255.255.255.0 does not?
  6. Can 10.1.0.0/16 and 10.2.0.0/16 be advertised as a single aggregate route?
  7. You are dividing 10.10.10.0/24 for three segments needing 45, 25, and 10 hosts. Why allocate the largest first?
  8. A segment needs 45 usable addresses. What is the shortest prefix that is not wasteful — that is, the smallest block that fits?
  9. Beyond conserving addresses, what does dividing a network into subnets buy you?
  10. You ping your network’s broadcast address and get two replies on a segment you know has a dozen hosts. What should you conclude?
  11. Given the reason for learning the arithmetic by hand, what is the argument for using ipcalc in day-to-day work?