Courseiva
hardMultiple ChoiceObjective-mapped

200-201 Practice Question: Refer to the exhibit

Exhibit

access-list OUT extended permit tcp any host 10.1.1.1 eq 80
access-list OUT extended deny ip any any
access-group OUT in interface outside

Refer to the exhibit. A security analyst is reviewing the ASA configuration. Which traffic will be permitted from the outside interface?

⚠ Common exam trap

Cisco often tests the distinction between 'any IP traffic' and 'any TCP traffic' — the trap here is that candidates may assume 'permit tcp any host 10.1.1.1 eq 80' allows all IP traffic to that host, but it strictly permits only TCP with destination port 80.

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

TCP traffic to host 10.1.1.1 on port 80

The ASA configuration shown includes an access-list entry that permits TCP traffic from any source to host 10.1.1.1 on port 80. This is the only rule that explicitly allows traffic from the outside interface to the inside network, and since the outside interface has the access-group applied inbound, only traffic matching this permit statement will be allowed.

Answer analysis

Option-by-option breakdown

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

  • Any IP traffic to host 10.1.1.1

    Why it's wrong here

    The permit rule specifically allows TCP, not all IP.

  • All traffic from the outside to the inside network

    Why it's wrong here

    The deny rule blocks all other traffic.

  • TCP traffic to host 10.1.1.1 on port 80

    Why this is correct

    The first ACL line permits TCP to 10.1.1.1 port 80.

  • HTTP traffic from internal hosts to the outside

    Why it's wrong here

    The access-group applies to inbound traffic on the outside interface, not outbound.

About these practice questions

One of 979 original 200-201 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 200-201 practice question is part of Courseiva's free Cisco 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 200-201 exam.