Courseiva
easyMultiple ChoiceObjective-mapped

ISC2 CC Fail-safe defaults / Default deny Practice Question

Network Topology
0 0 ACCEPT alllo * 0.0.0.0/0100 5000 ACCEPT tcp50 2500 DROP tcpRefer to the exhibit.```

The exhibit shows the current iptables rules. Which security principle is most clearly enforced by the default policy?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Fail-safe defaults

The default policy is DROP on the INPUT chain, meaning any traffic not explicitly allowed is denied. This enforces the 'fail-safe defaults' principle (also known as default deny), which dictates that access should be denied unless explicitly permitted. This is correct because it ensures that any unintended or unauthorized traffic is blocked by default. In contrast, least privilege (Option D) focuses on granting minimal necessary permissions to users, separation of duties (Option C) involves dividing responsibilities, and defense in depth (Option B) refers to multiple layers of security controls—none of which are directly demonstrated by the default policy alone. Therefore, the correct answer is A.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Fail-safe defaults

    Why this is correct

    The default drop policy ensures that any unapproved traffic is blocked, which is a fail-safe default.

  • Defense in depth

    Why it's wrong here

    Defense in depth would require multiple layers; only one is shown.

  • Separation of duties

    Why it's wrong here

    Separation of duties is about dividing tasks, not firewall rules.

  • Least privilege

    Why it's wrong here

    While related, least privilege focuses on granting minimal access, whereas the default deny policy is the foundation.

Visual reference

Source Router + ACL permit 10.0.0.0/8 deny any Server 10.0.0.5 ✓ 192.168.1.1 ✗ dropped ACLs evaluate top-down; first match wins — implicit deny all at end

About these practice questions

Courseiva writes every CC question from scratch — 976 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This CC practice question is part of Courseiva's free ISC2 certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CC exam.