Why is the combination of strong authentication and centralized logging better than either control by itself?
Answer choices
Why each option matters
Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.
Best answer
Authentication improves prevention, while centralized logging improves visibility and investigation.
This is correct because the two controls complement each other.
Distractor review
They are redundant because both perform exactly the same task.
This is wrong because access control and logging serve different functions.
Distractor review
Centralized logging makes authentication unnecessary.
This is wrong because logging does not replace prevention.
Distractor review
Strong authentication removes the need for any event records.
This is wrong because event records remain useful even with strong authentication.
Common exam trap
Common exam trap: answer the scenario, not the keyword
A common exam trap is believing that strong authentication alone is enough to secure a network, leading to the misconception that event logging is unnecessary. Candidates may also incorrectly assume that centralized logging can replace authentication by simply recording events without preventing unauthorized access. This misunderstanding overlooks the complementary roles these controls play: authentication stops unauthorized users upfront, while logging provides the visibility needed to detect and investigate incidents. Ignoring either control weakens overall security and can cause candidates to select incorrect answers that underestimate the importance of layered defenses.
Technical deep dive
How to think about this question
Strong authentication is a security control that verifies user identities before granting access to network resources, preventing unauthorized entry. Centralized logging collects and stores event records from multiple devices in one location, enabling network administrators to monitor, analyze, and investigate security incidents effectively. The combination of strong authentication and centralized logging provides a layered security approach: authentication acts as a preventive measure by blocking unauthorized users, while centralized logging enhances visibility and accountability by recording access attempts and system events. This dual approach supports both proactive defense and reactive investigation, which is critical in Cisco network environments where access control lists (ACLs) and AAA (Authentication, Authorization, and Accounting) services are implemented. A common exam trap is assuming that strong authentication alone is sufficient to secure a network or that logging can replace authentication. In reality, authentication prevents unauthorized access upfront, but without logging, detecting and investigating breaches or policy violations becomes difficult. Cisco devices rely on both controls to maintain security integrity and compliance, reflecting best practices in network security management.
KKey Concepts to Remember
- Strong authentication verifies user identities to prevent unauthorized access to Cisco network devices and services.
- Centralized logging collects and consolidates event data from multiple network devices to improve security visibility and incident investigation.
- Authentication acts as a preventive control, while centralized logging provides detection and accountability after access attempts occur.
- Cisco AAA services integrate authentication and logging to enforce access policies and record user activities for auditing purposes.
- Relying solely on authentication ignores the need for forensic analysis, which centralized logging supports by preserving event records.
- Centralized logging enables network administrators to correlate events across devices, improving threat detection and response.
- Strong authentication alone cannot detect insider threats or compromised credentials without complementary logging mechanisms.
- Layered security controls, such as combining authentication with logging, provide broader protection than single mechanisms in Cisco networks.
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.
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.
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.
CCNA DHCP practice questions
Practise DHCP scopes, relay, leases and troubleshooting.
CCNA show ip route practice questions
Practise routing-table output, longest-prefix match, AD and route selection.
CCNA show interfaces trunk practice questions
Practise trunk verification and VLAN forwarding across switches.
CCNA wireless security practice questions
Practise WLAN security, authentication and wireless architecture concepts.
CCNA IPv6 practice questions
Practise IPv6 addressing, routes, neighbour discovery and common IPv6 exam traps.
More questions from this exam
Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.
Question 1
A router learns the same prefix from both OSPF and EIGRP. Which route is installed by default?
Question 2
A router shows this output: R1#show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 10.1.1.2 1 FULL/DR 00:00:34 192.168.12.2 GigabitEthernet0/0 10.1.1.3 1 2WAY/DROTHER 00:00:39 192.168.12.3 GigabitEthernet0/0 Which statement is correct?
Question 3
What is the OSPF metric called?
Question 4
A non-root switch has two uplinks toward the root bridge. One path has a lower total STP cost than the other. What role will the lower-cost uplink have?
Question 5
A router interface applies this ACL inbound: 10 deny tcp any any eq 80 20 permit ip any any A user reports that web browsing to a server by IP address fails, but ping works. Which statement best explains the behavior?
Question 6
A router learns route 198.51.100.0/24 from OSPF with AD 110 and also has a static route to the same prefix configured with AD 150. Which route is installed?
FAQ
Questions learners often ask
What does this 200-301 question test?
Strong authentication verifies user identities to prevent unauthorized access to Cisco network devices and services.
What is the correct answer to this question?
The correct answer is: Authentication improves prevention, while centralized logging improves visibility and investigation. — The combination is better because strong authentication helps prevent unauthorized access, while centralized logging helps detect, review, and investigate what happened across the environment. In practical terms, one control is stronger on prevention, and the other is stronger on visibility and accountability. Together they provide broader protection than either one alone. This reflects a real security principle: mature security depends on layers of control, not one mechanism trying to do every job.
What should I do if I get this 200-301 question wrong?
Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.
Discussion
Sign in to join the discussion.