79  IEEE 802.15.4: Quiz Bank - Index

Quiz mastery targets are easiest to plan with threshold math:

\[ C_{\text{target}} = \left\lceil 0.8 \times N_{\text{questions}} \right\rceil \]

Worked example: For a 15-question quiz, target correct answers are \(\lceil 0.8 \times 15 \rceil = 12\). If a learner moves from 8/15 to 12/15, score rises from 53.3% to 80%, crossing mastery with four additional correct answers.

Key Concepts

  • IEEE 802.15.4 Quiz Coverage: Comprehensive assessment of PHY specs, MAC operation, addressing, power management, security, and coexistence
  • Addressing Modes: Four combinations of short (2B) and extended (8B) source/destination addresses; selection impacts frame efficiency significantly
  • Cskip Formula: \(C_{skip}(d) = 1 + C_m imes (L_m - d - 1) imes R_m^{L_m - d - 1}\); determines address block size at each tree level
  • Battery Life Formula: \(I_{avg} = (I_{TX} imes DC_{TX}) + (I_{RX} imes DC_{RX}) + I_{sleep}\); sleep current dominates at sub-1% duty cycles
  • Frame Efficiency: Payload ratio accounting for 25-byte minimum MAC overhead plus optional security and GTS fields
  • Interference Diagnosis: PER and LQI degradation with stable RSSI indicates interference; degraded RSSI indicates range/path loss issues
  • Security Replay Protection: Frame counter field prevents replay attacks; must be maintained persistently across device resets

79.1 Learning Objectives

After completing this quiz bank series, you should be able to:

  • Analyze IEEE 802.15.4 frame overhead, addressing modes, and security trade-offs to diagnose design bottlenecks in constrained networks
  • Evaluate deployment scenarios by comparing device types, superframe configurations, and channel selection against application-specific constraints
  • Design 802.15.4 network configurations that balance payload efficiency, battery life, and security for real-world sensor network deployments

This page organizes all 802.15.4 quiz questions by topic, making it easy to find practice questions on the specific areas you want to study. Whether you need to review addressing, security, power management, or frame formats, you can jump directly to the relevant quiz section.

In 60 Seconds

This is the central index for 120+ IEEE 802.15.4 review questions organized across three parts: Part 1 covers addressing, power, and superframe timing; Part 2 covers deployment calculations, device types, and security; Part 3 provides a visual reference gallery. Navigate to the section matching your current study needs.

Minimum Viable Understanding

All quiz questions test application, not memorization. Each presents a real-world scenario requiring you to combine knowledge of the 127-byte frame budget, addressing overhead (6-20 bytes), duty cycle calculations (DC = 2^(SO-BO)), and AES-128 CCM security trade-offs. The three parts build progressively: foundational calculations, advanced deployment topics, and visual reference diagrams.

79.2 About This Quiz Bank

This comprehensive quiz bank tests your understanding of the IEEE 802.15.4 standard, covering PHY/MAC layers, addressing modes, device types, network topologies, and real-world deployment scenarios.

The quiz bank has been organized into multiple sections for easier navigation:

79.3 Quiz Bank Sections

79.3.1 Overview and Learning Objectives

Start here to understand: - Learning objectives and expected outcomes - Study strategy and prerequisites - Common misconceptions about 802.15.4 - Knowledge check on addressing strategies

Topics: Learning objectives, prerequisites, common misconceptions, knowledge checks Time: ~20 minutes


79.3.2 Part 1: Comprehensive Review Questions 1-60

First set of quiz questions covering: - Addressing modes and overhead calculations - Tree addressing (Cskip algorithm) - MAC layer retransmission and reliability - Battery life calculations and power management - Beacon-enabled mode and GTS allocation - 802.15.4 variants (802.15.4g for smart grid)

Topics: Addressing, power consumption, superframe structure, protocol variants Questions: ~60 MCQs with detailed explanations


79.3.3 Part 2: Comprehensive Review Questions 61-120

Second set of quiz questions covering: - Advanced addressing scenarios - Network capacity calculations - Security and encryption overhead - FFD vs RFD device capabilities - CSMA-CA channel access mechanisms - Real-world deployment challenges

Topics: Network capacity, security, device types, channel access, deployment Questions: ~60 MCQs with detailed explanations


79.4 Study Recommendations

79.4.1 For First-Time Learners

  1. Review 802.15.4 Fundamentals first
  2. Read Overview and Learning Objectives
  3. Attempt Part 1 Questions
  4. Review explanations for any missed questions
  5. Proceed to Part 2 Questions
  6. Review Visual Reference Gallery

79.4.2 For Quick Review

  1. Jump directly to quiz questions in Part 1 or Part 2
  2. Use the Visual Reference Gallery as a quick reference

79.4.3 For Exam Preparation

  1. Complete all questions in Parts 1 and 2
  2. Review incorrect answers and explanations
  3. Revisit 802.15.4 Topic Review for weak areas
  4. Reattempt missed questions

79.4.4 Knowledge Check: Quiz Navigation Strategy


79.6 Quick Navigation

Section Topics Questions Time
Overview Learning objectives, prerequisites Knowledge checks ~20 min
Part 1 Addressing, power, superframes ~60 MCQs ~60 min
Part 2 Capacity, security, deployment ~60 MCQs ~60 min
Part 3 Visual references, summary Visual aids ~10 min

Total Time: ~2.5 hours for complete quiz bank


79.7 Knowledge Checks

79.7.1 Knowledge Check: 802.15.4 Fundamentals

79.7.2 Knowledge Check: Study Strategy

Match each IEEE 802.15.4 concept with its correct description.

Place the following steps in the correct order for forming a beacon-enabled IEEE 802.15.4 personal area network.

Common Mistake: Treating Quiz Bank as a Memorization Checklist

The Mistake:

Many students approach this 120-question quiz bank as a memorization exercise: they read the questions, memorize the answers (e.g., “duty cycle = 2^(SO-BO)”, “max payload = 102 bytes”), and attempt to apply these formulas mechanically in exams or real-world scenarios. This approach fails when:

  1. Exam questions use different parameters — memorized “SO=4, BO=6 → 25% duty cycle” does not help when the question uses SO=3, BO=7
  2. Real deployments have constraints not in the quiz — quiz assumes ideal conditions; actual networks have interference, firmware bugs, and vendor-specific implementations
  3. Design requires trade-off analysis — memorizing “short addressing saves 12 bytes” misses the critical question: when is the added complexity justified?

Why This Happens:

The quiz bank presents 120 worked solutions with detailed calculations, creating an illusion that 802.15.4 network design is a deterministic math problem. Students see:

  • Question 5: “Calculate battery life with 15-minute interval → Answer: 8.7 years”
  • Question 12: “Calculate CAP percentage with 2 GTS slots → Answer: 87.5%”
  • Question 23: “Infrastructure cost 2.4 GHz vs 915 MHz → Answer: 40x difference”

And incorrectly conclude: “If I memorize these 120 calculations, I understand 802.15.4.”

The Correct Approach:

Use the quiz bank as a framework for trade-off reasoning, not a formula lookup table.

For each question, extract the underlying principle:

Memorized Fact Underlying Principle Real-World Application
“Duty cycle = 2^(SO-BO)” Exponential relationship between active/inactive periods Doubling SO doubles capacity but halves battery life — quantify the trade-off for YOUR application
“Short addressing saves 12 bytes” Addressing mode impacts payload efficiency Analyze: Does your sensor data fit in 102 bytes? If yes, short addressing is mandatory. If no, extended addressing is irrelevant — you need fragmentation strategy.
“RFD cannot route” Device type constrains network role Deployment implication: Plan FFD placement first (they define coverage), then add RFDs as leaf nodes. Cannot deploy 100% RFDs and expect mesh routing.
“AES-128 CCM adds 14 bytes” Security overhead reduces payload capacity Calculate: 102 - 14 = 88 bytes usable. Does your frame fit? If no, either batch data OR redesign data format. Security is non-negotiable for actuator control.
“802.15.4g has 40x better range” Sub-GHz propagation advantage Infrastructure cost scales as (range)^-2. Doubling range reduces required routers by 4x. But: regulatory availability (915 MHz is Americas-only), lower data rate (50 kbps vs 250 kbps).

How to Study This Quiz Bank:

Step 1: Initial Pass (First 20 Questions)

  • Work through calculations manually (do not just read solutions)
  • Identify which formulas you needed to look up
  • Note which questions required understanding vs memorization

Step 2: Pattern Recognition (Next 40 Questions)

  • Group questions by type: (a) Overhead calculations, (b) Duty cycle, (c) Addressing, (d) Device types, (e) Topology
  • For each type, identify the 2-3 key parameters that determine the outcome
  • Example: Battery life questions all reduce to duty cycle × sleep current dominance

Step 3: Scenario Variation (Next 40 Questions)

  • Before reading the solution, predict how changing one parameter affects the answer
  • Example: Question asks about SO=4, BO=6. What if SO=5, BO=6? (Duty cycle doubles, battery life halves)
  • Verify your prediction against the worked solution

Step 4: Design Synthesis (Final 20 Questions + Review)

  • For each question, ask: “What design decision does this calculation inform?”
  • Example: Frame overhead question informs: “Should I use short or extended addressing in THIS deployment?”
  • Example: Variant selection question informs: “Should I use 2.4 GHz or sub-GHz for THIS factory layout?”

Step 5: Real-World Adaptation (Post-Quiz Exercise)

  • Take any question and change 2-3 parameters to match a real scenario YOU might encounter
  • Example: Change “warehouse (800m × 600m)” to “hospital (5 floors, 50m × 100m per floor)”
  • Rework the calculation: Does 802.15.4g still win? Or does 2.4 GHz win because vertical propagation matters more than horizontal range?

Self-Test: Are You Memorizing or Understanding?

Memorization Indicators (Bad):

  • “I know duty cycle = 2^(SO-BO) but I do not know why BO must be >= SO”
  • “I can calculate battery life for 15-minute intervals but not for event-driven sensors”
  • “I memorized that AES-128 adds 14 bytes but I do not know what happens if I change MIC size”

Understanding Indicators (Good):

  • “I can derive the duty cycle formula from active period / beacon interval definitions”
  • “I can explain why sleep current dominates for duty cycles < 1% using the weighted average formula”
  • “I can calculate security overhead for any combination of MIC size, key identifier mode, and addressing”

Key Insight:

This quiz bank is a case study library, not a formula sheet. Each question demonstrates a design trade-off in a specific scenario. Your goal is to internalize the trade-off reasoning so you can apply it to scenarios NOT in the quiz bank.

If you can only solve the 120 questions in this quiz bank, you have memorized 120 solutions.

If you can solve variations of these questions with different parameters, deployment contexts, and constraints, you understand 802.15.4 network design.

Concept Relationships:
Quiz Bank Section Core Focus Connects To Assessment Goal
Part 1: Addressing & Power Frame overhead, duty cycle math Network capacity, battery life design Can you calculate payload budget and battery lifetime?
Part 2: Deployment & Security Variant selection, security overhead Infrastructure cost, frame capacity Can you choose the right 802.15.4 variant for a scenario?
Part 3: Visual Reference Protocol stack, frame structure Diagrams for all concepts Can you interpret and apply visual representations?
Common Thread 127-byte frame constraint All topics limited by frame budget Every decision trades off overhead vs payload

79.8 See Also


Common Pitfalls

A common calculation error is computing frame efficiency with short (2-byte) addresses but describing a scenario where extended (8-byte) addresses are used. Always identify the addressing mode from the scenario context — a device that hasn’t yet associated uses extended addresses for discovery frames.

Battery life = capacity / I_avg, not capacity / I_TX. The average current must weight TX, RX, and sleep currents by their actual time fractions. For a sensor transmitting 1% of the time at 20 mA with 5 µA sleep current, I_avg ≈ 205 µA — not 20 mA.

When 802.15.4 security is enabled, acknowledgment frames are sent without encryption (to avoid decryption delay before ACK timeout). Confusing which frame types are secured leads to incorrect overhead calculations in exam scenarios.

The 16 channels in the 2.4 GHz band (11-26) are NOT equivalent for deployment. Channels 15 and 26 provide the best separation from Wi-Fi. Randomly selecting a channel without coexistence analysis is a common deployment mistake that appears in quiz error scenarios.

79.9 Summary and Key Takeaways

  • Comprehensive coverage: This quiz bank spans 120+ questions across addressing, power management, superframe structure, device types, security, and deployment scenarios for IEEE 802.15.4.
  • Three-part structure: Part 1 covers foundational calculations (addressing overhead, Cskip algorithm, battery life), Part 2 covers advanced deployment topics (variant selection, GTS allocation, channel hopping), and Part 3 provides visual reference diagrams.
  • Study strategy: Start with the Overview for learning objectives, work through Parts 1-2 sequentially, review missed questions, and use Part 3’s visual gallery as a reference during review.
  • Practical focus: Questions emphasize real-world calculations (battery life, frame capacity, infrastructure cost) rather than rote memorization, preparing you for actual 802.15.4 network design decisions.

79.10 What’s Next

Chapter Focus
IEEE 802.15.4: Topic Review Comprehensive topic-by-topic review consolidating all quiz bank concepts
IEEE 802.15.4: Pitfalls and Best Practices Common deployment mistakes and field-proven design guidelines
Zigbee Exercises and Knowledge Checks Higher-layer protocol quiz covering Zigbee mesh networking over 802.15.4
6LoWPAN Review Quiz IPv6 header compression and adaptation layer assessment
RPL Fundamentals and Construction Routing protocol for low-power lossy networks built on 802.15.4