- A
It reduces the set of network locations from which administrative access is allowed.
This is correct because source restriction narrows exposure.
- B
It can make access monitoring and filtering easier to manage.
This is correct because a smaller trusted source space is easier to control and observe.
- C
It removes the need for SSH or other secure transports.
Why wrong: This is wrong because source restriction does not replace transport security.
- D
It makes logging unnecessary.
Why wrong: This is wrong because visibility is still valuable.
- E
It can be used only for wireless management.
Why wrong: This is wrong because source restriction applies broadly.
CCNA Network Services and Security Practice Question
This 200-301 practice question tests your understanding of network services and security. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: source restriction limits administrative access to specific IP addresses or network segments, reducing the attack surface for management interfaces.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
Which two statements accurately describe the value of source restriction on administrative access?
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
It reduces the set of network locations from which administrative access is allowed.
Source restriction improves security by reducing the number of places from which administrative traffic is expected and permitted. In practical terms, this makes exposure smaller and monitoring clearer. It does not replace secure protocols or identity controls, but it strengthens the overall design. This is a layered-management-security question because it emphasizes how source restriction complements other controls.
Key principle: Source restriction limits administrative access to specific IP addresses or network segments, reducing the attack surface for management interfaces.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
It reduces the set of network locations from which administrative access is allowed.
Why this is correct
This is correct because source restriction narrows exposure.
Related concept
Source restriction limits administrative access to specific IP addresses or network segments, reducing the attack surface for management interfaces.
- ✓
It can make access monitoring and filtering easier to manage.
Why this is correct
This is correct because a smaller trusted source space is easier to control and observe.
Related concept
Source restriction limits administrative access to specific IP addresses or network segments, reducing the attack surface for management interfaces.
- ✗
It removes the need for SSH or other secure transports.
Why it's wrong here
This is wrong because source restriction does not replace transport security.
When this WOULD be correct
If the exam question asked about the benefits of implementing a network policy that allows access only from trusted devices, then this option could be correct, as it might imply that secure transports are not necessary when all access is from a secure, trusted source.
- ✗
It makes logging unnecessary.
Why it's wrong here
This is wrong because visibility is still valuable.
When this WOULD be correct
In a hypothetical exam scenario where the question states that a specific system has implemented comprehensive real-time monitoring and alerting mechanisms that negate the need for logging, option D could be considered correct. This would imply that all actions are monitored live, making logging redundant.
- ✗
It can be used only for wireless management.
Why it's wrong here
This is wrong because source restriction applies broadly.
When this WOULD be correct
If the exam question specifically asked about the management of wireless networks and stated that source restriction is a feature exclusive to wireless management systems, then option E could be correct. For example, a question might ask about security measures unique to wireless administrative access.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.
✓It reduces the set of network locations from which administrative access is allowed.Correct answer▾
Why this is correct
This is correct because source restriction narrows exposure.
✗It removes the need for SSH or other secure transports.Wrong answer — click to see why▾
Why this is wrong here
This option is incorrect because source restriction does not eliminate the need for secure transport protocols like SSH; it merely limits the locations from which access can be initiated. Secure transports are still essential for protecting data in transit.
★ When this WOULD be the correct answer
If the exam question asked about the benefits of implementing a network policy that allows access only from trusted devices, then this option could be correct, as it might imply that secure transports are not necessary when all access is from a secure, trusted source.
Why candidates choose this
Candidates may find this option tempting due to a misunderstanding of network security principles, believing that restricting access inherently negates the need for secure communication methods like SSH.
✗It makes logging unnecessary.Wrong answer — click to see why▾
Why this is wrong here
This option is wrong because logging is essential for tracking administrative access and actions taken on a system, regardless of source restrictions. Logging provides an audit trail that is critical for security and compliance.
★ When this WOULD be the correct answer
In a hypothetical exam scenario where the question states that a specific system has implemented comprehensive real-time monitoring and alerting mechanisms that negate the need for logging, option D could be considered correct. This would imply that all actions are monitored live, making logging redundant.
Why candidates choose this
Candidates may choose this option due to a misunderstanding of the role of logging in security practices, believing that source restrictions alone can suffice for security oversight without realizing the importance of maintaining logs for accountability.
✗It can be used only for wireless management.Wrong answer — click to see why▾
Why this is wrong here
Option E is incorrect because source restriction can be applied to both wired and wireless management, not limited to wireless environments. Administrative access can be restricted based on IP addresses regardless of the connection type.
★ When this WOULD be the correct answer
If the exam question specifically asked about the management of wireless networks and stated that source restriction is a feature exclusive to wireless management systems, then option E could be correct. For example, a question might ask about security measures unique to wireless administrative access.
Why candidates choose this
Candidates may find this option tempting due to the common association of security measures with wireless networks, leading them to mistakenly believe that source restriction is exclusively applicable to wireless management.
Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Common exam traps
Common exam trap: answer the scenario, not the keyword
A common exam trap is to believe that source restriction removes the need for secure transport protocols like SSH or makes logging unnecessary. Some candidates mistakenly think that limiting source IP addresses alone fully secures administrative access. However, source restriction only controls where connections can originate; it does not encrypt data or authenticate users. Ignoring secure protocols or logging can leave management sessions vulnerable to interception or unauthorized use. The exam tests understanding that source restriction is a complementary control, not a replacement for transport security or auditing.
Detailed technical explanation
How to think about this question
Source restriction on administrative access is a security control that limits the IP addresses or network segments from which administrators can connect to network devices. This control reduces the attack surface by allowing only trusted and known locations to initiate management sessions, such as SSH or Telnet, thereby preventing unauthorized access attempts from unknown or untrusted sources. In Cisco devices and CCNA contexts, source restriction is typically implemented using access control lists (ACLs) applied to management interfaces or VTY lines. These ACLs filter incoming management traffic based on source IP addresses, ensuring that only specified hosts or networks can reach the device's administrative services. This approach complements secure transport protocols like SSH by adding a network-layer filter that narrows exposure and simplifies monitoring. A common exam trap is to assume that source restriction alone provides complete security or replaces the need for secure protocols such as SSH. However, source restriction only limits where management connections can originate; it does not encrypt or authenticate the session. Practically, source restriction reduces noise in logs and alerts by focusing on expected sources, but logging and secure transport remain essential for comprehensive security and auditing.
KKey Concepts to Remember
- Source restriction limits administrative access to specific IP addresses or network segments, reducing the attack surface for management interfaces.
- Cisco devices use access control lists (ACLs) to enforce source restrictions on management protocols like SSH and Telnet.
- Source restriction complements secure transport protocols by narrowing the set of allowed connection origins without replacing encryption or authentication.
- By reducing the number of trusted source locations, source restriction simplifies access monitoring and filtering for network administrators.
- Source restriction does not eliminate the need for logging and auditing administrative access attempts to maintain visibility and incident response.
- Source restriction applies broadly across wired and wireless management access, not just wireless environments.
- Effective source restriction requires careful planning to avoid blocking legitimate administrative access from dynamic or remote IP addresses.
- Combining source restriction with layered security controls strengthens overall network device management security.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Source restriction limits administrative access to specific IP addresses or network segments, reducing the attack surface for management interfaces.
Real-world example
How this comes up in practice
A security administrator must allow nursing staff to reach a patient records server while blocking access from the guest Wi-Fi VLAN. After applying an extended ACL, traffic is still blocked from nursing workstations. The ACL was applied outbound instead of inbound on the wrong interface. Questions like this test ACL direction and placement rules.
What to study next
Got this wrong? Here's your next step.
Review source restriction limits administrative access to specific IP addresses or network segments, reducing the attack surface for management interfaces., then practise related 200-301 questions on the same topic to reinforce the concept.
- →
Network Services and Security — study guide chapter
Learn the concepts, then practise the questions
- →
Network Services and Security practice questions
Targeted practice on this topic area only
- →
All 200-301 questions
1,819 questions across all exam domains
- →
CCNA 200-301 v2 study guide
Full concept coverage aligned to exam objectives
- →
200-301 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related 200-301 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Network Infrastructure and Connectivity practice questions
Practise 200-301 questions linked to Network Infrastructure and Connectivity.
Switching and Network Access practice questions
Practise 200-301 questions linked to Switching and Network Access.
IP Routing practice questions
Practise 200-301 questions linked to IP Routing.
Network Services and Security practice questions
Practise 200-301 questions linked to Network Services and Security.
AI and Network Operations practice questions
Practise 200-301 questions linked to AI and Network Operations.
CCNA subnetting practice questions
Practise IPv4 subnetting, CIDR, masks, host ranges and subnet selection.
CCNA OSPF practice questions
Practise OSPF neighbours, router IDs, metrics, areas and routing-table interpretation.
CCNA VLAN practice questions
Practise VLANs, access ports, trunks, allowed VLANs and switching scenarios.
CCNA STP practice questions
Practise spanning tree, root bridge election, port roles and STP troubleshooting.
CCNA EtherChannel practice questions
Practise LACP, PAgP, port-channel behaviour and bundle requirements.
CCNA ACL practice questions
Practise standard and extended ACLs, permit/deny logic and traffic filtering.
CCNA NAT practice questions
Practise static NAT, dynamic NAT, PAT and inside/outside address translation.
Practice this exam
Start a free 200-301 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this 200-301 question test?
Network Services and Security — This question tests Network Services and Security — Source restriction limits administrative access to specific IP addresses or network segments, reducing the attack surface for management interfaces..
What is the correct answer to this question?
The correct answer is: It reduces the set of network locations from which administrative access is allowed. — Source restriction improves security by reducing the number of places from which administrative traffic is expected and permitted. In practical terms, this makes exposure smaller and monitoring clearer. It does not replace secure protocols or identity controls, but it strengthens the overall design. This is a layered-management-security question because it emphasizes how source restriction complements other controls.
What should I do if I get this 200-301 question wrong?
Review source restriction limits administrative access to specific IP addresses or network segments, reducing the attack surface for management interfaces., then practise related 200-301 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
Source restriction limits administrative access to specific IP addresses or network segments, reducing the attack surface for management interfaces.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: May 17, 2026
This 200-301 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-301 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.