CCNA Plan

Network Fundamentals

20% of the CCNA · blueprint 200-301 v1.1 (effective 2024-08-20)

Short answer

Domain 1.0 is 20% of the CCNA 200-301 and is where subnetting lives. It covers the roles of routers, switches, firewalls, access points and controllers; two-tier, three-tier, spine-leaf and WAN topologies; copper and fiber cabling and how to spot duplex, speed and collision problems; TCP versus UDP; IPv4 addressing and subnetting; IPv6 address types; wireless principles; virtualization; and switching concepts such as MAC learning and aging.

Why it matters on this exam

Subnetting appears here and inside IP Connectivity questions. If you cannot find a network address quickly, you lose time on two domains worth 45% together.

Key concepts (objectives 1.1–1.13)

Common mistakes

Worked example

172.16.45.200/20: mask 255.255.240.0, block size 16 in the third octet; multiples of 16 are 32 and 48, and 45 falls in the 32 block, so the network is 172.16.32.0, broadcast 172.16.47.255, hosts 172.16.32.1–172.16.47.254 (4,094). Check it in the subnet calculator.

Original practice questions

Network FundamentalsDifficulty 2/5

What is the network address for host 172.16.45.200 with a /20 mask?

  1. A172.16.32.0
  2. B172.16.40.0
  3. C172.16.48.0
  4. D172.16.45.0
Show answer and rationale

Correct: A. A /20 mask is 255.255.240.0, so the interesting octet is the third with block size 256 − 240 = 16. Multiples of 16 up to 45 are 0, 16, 32, 48; 45 falls in the 32 block, so the network is 172.16.32.0 and the broadcast is 172.16.47.255.

  • D — That would require a /24 or longer mask.
  • B — 40 is not a multiple of the block size 16.
  • C — 48 is the start of the next block; 45 is below it.
Network FundamentalsDifficulty 3/5

How many usable host addresses are in a /31 subnet on a point-to-point link, and why?

  1. A0, because network and broadcast consume both addresses
  2. B2, because RFC 3021 allows both addresses to be assigned on point-to-point links
  3. C1, because one address is reserved for the broadcast
  4. D4, because /31 has four addresses
Show answer and rationale

Correct: B. A /31 has two addresses. RFC 3021 permits using both on point-to-point links, since no broadcast address is needed there. Cisco IOS supports this with the ip address ... 255.255.255.254 form.

  • A — The classic 2^n − 2 rule does not apply to /31 per RFC 3021.
  • C — No broadcast address is reserved on a /31 point-to-point link.
  • D — 2^(32−31) = 2 addresses, not 4.
Network FundamentalsDifficulty 2/5

Which address is in a private range defined by RFC 1918?

  1. A172.33.10.1
  2. B192.169.5.5
  3. C10.255.254.1
  4. D169.254.10.10
Show answer and rationale

Correct: C. RFC 1918 reserves 10.0.0.0/8, 172.16.0.0/12 (172.16–172.31) and 192.168.0.0/16. 10.255.254.1 is inside 10.0.0.0/8.

  • A — 172.33 is outside 172.16.0.0–172.31.255.255.
  • B — 192.169.0.0 is outside 192.168.0.0/16.
  • D — 169.254.0.0/16 is link-local (APIPA), not RFC 1918.
All 5 Network Fundamentals questions →

Tools for this topic

4 flashcards for Network Fundamentals

Practice this topic

Blueprint-mapped questions with full rationales for every choice.

Start practice
Related areas: Network Access · IP Connectivity · IP Services · Security Fundamentals

Primary references

  1. CCNA Exam v1.1 (200-301) Exam Topics — Cisco Systems · primary · retrieved 2026-09-21, verified 2026-09-21
  2. RFC 1918 — Address Allocation for Private Internets — IETF · government · retrieved 2026-09-21, verified 2026-09-21
  3. RFC 4632 — Classless Inter-domain Routing (CIDR) — IETF · government · retrieved 2026-09-21, verified 2026-09-21
Last reviewed: 2026-09-21Next review by: 2026-11-20Draft — pending editorial reviewHow we verify facts