Courseiva
Business Continuity, DR & Incident ResponsehardMultiple ChoiceObjective-mapped

ISC2 CC Business Continuity, DR & Incident Response Practice Question

Exhibit

access-list 100 permit tcp host 10.0.1.0 0.0.0.255 host 192.168.2.100 eq 443
access-list 100 deny tcp any any eq 443
access-list 100 permit ip any any

Refer to the exhibit. What is the effect of this ACL?

⚠ Common exam trap

ISC2 often tests the implicit deny any at the end of ACLs, causing candidates to forget that even if a permit statement exists, all other traffic is denied unless explicitly permitted.

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

HTTPS traffic from 10.0.1.0/24 to 192.168.2.100 is permitted; all other HTTPS is denied

The ACL explicitly permits HTTPS (TCP port 443) traffic from source network 10.0.1.0/24 to destination host 192.168.2.100. Since ACLs have an implicit deny all at the end, any HTTPS traffic not matching this permit statement is denied. Option C correctly states that only this specific traffic is permitted and all other HTTPS is denied.

Answer analysis

Option-by-option breakdown

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

  • All HTTPS traffic is permitted

    Why it's wrong here

    The deny line blocks all other HTTPS except the permitted traffic.

  • Only hosts from 10.0.1.0/24 can access HTTPS on 192.168.2.100

    Why it's wrong here

    This is true but incomplete; the ACL also denies HTTPS to other destinations.

  • HTTPS traffic from 10.0.1.0/24 to 192.168.2.100 is permitted; all other HTTPS is denied

    Why this is correct

    This accurately describes the combined effect of the permit and deny statements.

  • The ACL is invalid due to ordering

    Why it's wrong here

    The ordering is correct; specific permit before the broad deny, followed by permit all.

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

One of 976 original CC practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.