Why is the combination of strong authentication and centralized logging generally better than using either one alone?
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 helps prevent unauthorized access, 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 function.
This is wrong because access control and logging serve different purposes.
Distractor review
Centralized logging makes authentication unnecessary.
This is wrong because logging does not replace access control.
Distractor review
Strong authentication removes the need for device event records.
This is wrong because event records remain valuable even with strong access control.
Common exam trap
Common exam trap: answer the scenario, not the keyword
A frequent exam trap is believing that strong authentication alone fully secures a network or that centralized logging can substitute for access control. Candidates may incorrectly think that logging makes authentication unnecessary or that authentication removes the need for event records. This misunderstanding overlooks the complementary nature of these controls: authentication prevents unauthorized access, while logging provides visibility and accountability. Ignoring either control weakens security and can cause candidates to select incorrect options that underestimate the importance of layered defenses in Cisco network security.
Technical deep dive
How to think about this question
Strong authentication is a security control that verifies the identity of users or devices before granting access to network resources. In Cisco networking, this often involves protocols such as RADIUS or TACACS+ that enforce username and password validation, multi-factor authentication, or certificate-based methods. This control is preventive, aiming to stop unauthorized users from entering the network or accessing sensitive devices. Centralized logging, commonly implemented using Syslog servers in Cisco environments, collects logs from multiple devices into one repository. This enables network administrators to monitor events, detect anomalies, and perform forensic analysis after incidents occur. While authentication controls who can enter, logging records what users do, providing accountability and visibility. The combination ensures that even if an attacker bypasses authentication, their actions can be detected and investigated. A common exam trap is assuming that strong authentication alone is sufficient for security or that logging can replace access control. In practice, authentication without logging leaves no audit trail, making it difficult to detect insider threats or compromised accounts. Conversely, logging without authentication allows unauthorized users to gain access unchecked. Cisco best practices emphasize layered security where authentication and centralized logging work together to create a robust defense and incident response capability.
KKey Concepts to Remember
- Strong authentication prevents unauthorized users from gaining access to network devices and services by verifying user identities before granting access.
- Centralized logging collects and stores event records from multiple network devices in a single location to improve monitoring and incident investigation.
- Authentication focuses on proactively blocking unauthorized access, while centralized logging provides reactive visibility into what actions occurred on the network.
- Combining strong authentication with centralized logging enhances security by providing both prevention of unauthorized access and accountability through detailed audit trails.
- Centralized logging enables network administrators to detect suspicious activities and correlate events across devices, which is critical for troubleshooting and forensic analysis.
- Relying solely on authentication ignores the need for visibility into user actions, while logging alone cannot stop unauthorized access attempts.
- Cisco devices support centralized logging via protocols like Syslog, which is essential for scalable and consistent security monitoring in enterprise networks.
- Effective security design in Cisco networks uses layered controls where authentication and logging complement each other to reduce risk and improve incident response.
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 prevents unauthorized users from gaining access to network devices and services by verifying user identities before granting access.
What is the correct answer to this question?
The correct answer is: Authentication helps prevent unauthorized access, 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 activity across the environment. In plain language, one control focuses more on prevention, while the other improves visibility and accountability. Together they create a stronger security posture than either one alone. This is an important design mindset. Security is stronger when controls complement each other instead of trying to solve every problem with one mechanism. The correct answer is the one focused on prevention plus visibility.
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.