{"id":14609,"date":"2026-09-17T06:08:42","date_gmt":"2026-09-17T06:08:42","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=14609"},"modified":"2026-09-17T06:08:42","modified_gmt":"2026-09-17T06:08:42","slug":"cisco-ccnp-cybersecurity-350-201-practice-test-questions-and-exam-dumps-part7-q121-140","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/cisco-ccnp-cybersecurity-350-201-practice-test-questions-and-exam-dumps-part7-q121-140\/","title":{"rendered":"Cisco CCNP Cybersecurity 350-201 Practice Test Questions and Exam Dumps Part7 Q121-140"},"content":{"rendered":"<h1><\/h1>\n<h2><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/350-201-exam-dumps\"><b>Cisco CCNP Cybersecurity 350-201 Exam Dumps<\/b><\/a><b> and Practice Test Dumps.<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 121<\/b><\/h3>\n<p><b>What protocol secures web traffic over TLS connections?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unencrypted Telnet protocol<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hypertext Transfer Protocol Secure<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Trivial File Transfer Protocol<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">File Transfer Protocol daemon<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Hypertext Transfer Protocol Secure (HTTPS) is the secure extension of standard HTTP, designed to protect web communications between client browsers and enterprise web servers against eavesdropping, tampering, and man-in-the-middle attacks. HTTPS wraps standard HTTP data payloads inside Transport Layer Security (TLS) or Secure Sockets Layer (SSL) cryptographic encryption wrappers backed by digital certificates issued by trusted certificate authorities. Network administrators configure HTTPS to operate over TCP port 443, ensuring robust data confidentiality, integrity, and authentication for modern web applications and cloud services. This cryptographic wrapping protects sensitive user data during transit across untrusted public networks.<\/span><\/p>\n<h3><b>Question 122<\/b><\/h3>\n<p><b>Which security appliance inspects network traffic packets inline?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Layer 2 unmanaged Ethernet switch<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Basic passive network signal repeater<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unshielded twisted-pair patch cable<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Next-Generation Firewall security appliance<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Next-Generation Firewall (NGFW) is an advanced security appliance that goes far beyond traditional packet-filtering firewalls by performing deep packet inspection up to Layer 7 of the OSI model. While legacy firewalls evaluated only IP addresses and port numbers, NGFWs inspect application-layer traffic payloads to identify specific applications, detect sophisticated malware signatures, prevent intrusion attempts, and enforce granular security policies. They integrate traditional firewall capabilities with intrusion prevention systems, URL filtering, and advanced threat intelligence feeds, providing comprehensive security visibility and enforcement across modern corporate networks and data centers.<\/span><\/p>\n<h3><b>Question 123<\/b><\/h3>\n<p><b>What security device drops packets matching attack signatures?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Intrusion Prevention System appliance<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Layer 2 unmanaged Ethernet bridge<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Passive optical network signal tap<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unshielded twisted-pair patch cord<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An Intrusion Prevention System (IPS) is an advanced inline security appliance designed to monitor network traffic for malicious activities, policy violations, and known attack signatures with the capability to actively block or drop identified threats in real time. Unlike passive Intrusion Detection Systems that merely generate alerts for administrative review, an IPS sits directly in the data path of network traffic flows. When packet inspection algorithms detect malicious signatures, exploit patterns, or anomalous behavior, the IPS instantly terminates the connection session, drops malicious packets, and shields internal enterprise assets against active network-based cyber attacks.<\/span><\/p>\n<h3><b>Question 124<\/b><\/h3>\n<p><b>Which cryptographic attack attempts dictionary guessing against hashes?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Man-in-the-middle interception attack<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Distributed denial of service flood<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Brute-force and dictionary attack<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Address Resolution Protocol poisoning<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A dictionary attack is a cryptographic and authentication exploit where an attacker attempts to determine a decryption key or user password by systematically searching through a large pre-computed list of likely candidates, such as dictionary words, common phrases, and previously breached passwords. In the context of password hashes or wireless handshakes, attackers hash each dictionary word and compare the resulting digest against the target hash. If a match occurs, the plaintext password is compromised. Defending against dictionary attacks requires enforcing strong, complex password policies, multi-factor authentication, and account lockout mechanisms.<\/span><\/p>\n<h3><b>Question 125<\/b><\/h3>\n<p><b>What networking protocol maps IP addresses to MAC addresses?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dynamic Host Configuration Protocol<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Address Resolution Protocol stack<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Internet Control Message Protocol<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Domain Name System resolution protocol<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Address Resolution Protocol (ARP) is a fundamental networking protocol used to map a network layer IP address to a physical hardware MAC address recognized by the local area network data link layer. When a host needs to communicate with another device on the same local subnet, it broadcasts an ARP request packet asking, &#8220;Who has this IP address?&#8221; The target device responds with its unique hardware MAC address, allowing the sender to encapsulate data frames correctly for physical transmission. While essential for local delivery, standard ARP lacks authentication, making it vulnerable to spoofing and poisoning attacks.<\/span><\/p>\n<h3><b>Question 126<\/b><\/h3>\n<p><b>Which wireless security protocol introduced Simultaneous Authentication Equals?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Wired Equivalent Privacy standard<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Wi-Fi Protected Access protocol<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Wi-Fi Protected Access 2<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Wi-Fi Protected Access 3<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Wi-Fi Protected Access 3 (WPA3) introduced advanced cryptographic enhancements to secure wireless networks against offline dictionary attacks. Traditional WPA2-Personal networks relied on static pre-shared keys, allowing attackers to capture handshake packets over the air and execute brute-force decryption offline if the passphrase was weak. WPA3-Personal replaces this exchange with Simultaneous Authentication of Equals (SAE), a secure key establishment protocol based on elliptic-curve cryptography. SAE ensures that even if users choose weak passwords, attackers cannot recover the password through offline dictionary attacks, providing robust forward secrecy.<\/span><\/p>\n<h3><b>Question 127<\/b><\/h3>\n<p><b>What enterprise technology aggregates security event logs centrally?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Security Information and Event Management<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Layer 2 managed Ethernet switch<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Basic passive network signal hub<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Structured cabling patch panel block<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Security Information and Event Management (SIEM) solution is a comprehensive enterprise security technology that aggregates, normalizes, and correlates log data collected from various hardware devices, operating systems, applications, and network infrastructure components. By centralizing log telemetry, SIEM platforms enable security operations centers to monitor real-time security events, detect advanced persistent threats, and identify behavioral anomalies that deviate from established baselines. They utilize pre-configured correlation rules, automated threat intelligence feeds, and machine learning algorithms to generate actionable alerts, facilitating rapid incident response and regulatory compliance auditing.<\/span><\/p>\n<h3><b>Question 128<\/b><\/h3>\n<p><b>Which cryptographic protocol establishes secure web session keys?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">File Transfer Protocol daemon<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unencrypted Telnet remote administration<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Transport Layer Security protocol<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Trivial File Transfer Protocol service<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Transport Layer Security (TLS) is a foundational cryptographic protocol designed to provide secure, encrypted communications over computer networks, heavily utilized in securing web browser and server interactions via HTTPS. TLS establishes a secure connection through a cryptographic handshake process that negotiates encryption algorithms, authenticates digital certificates, and generates shared session keys. By encapsulating application-layer payloads inside robust cryptographic wrappers, TLS guarantees data confidentiality, message integrity, and peer authentication, effectively protecting sensitive user credentials and enterprise web application data against eavesdropping and tampering during transit across public networks.<\/span><\/p>\n<h3><b>Question 129<\/b><\/h3>\n<p><b>What core security principle restricts user account permissions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Defense in depth security strategy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Principle of least privilege<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Zero Trust network architecture<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Separation of duties governance policy<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The principle of least privilege is a fundamental information security concept that dictates that a user, process, or system component must be given only the minimum levels of access permissions\u2014or privileges\u2014necessary to perform its specific, authorized job functions. By restricting privileges strictly to operational requirements, organizations significantly limit the potential blast radius of credential compromise, insider threats, and malware propagation. For example, standard network users should never possess administrative privileges, and software applications should execute under restricted service accounts rather than root-level permissions.<\/span><\/p>\n<h3><b>Question 130<\/b><\/h3>\n<p><b>Which network attack floods switch CAM tables rapidly?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Address Resolution Protocol poisoning attack<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dynamic Host Configuration server exhaustion<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Spanning Tree Root bridge hijacking<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Content Addressable Memory table flooding<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Content Addressable Memory (CAM) table flooding attack\u2014commonly referred to as a MAC flooding attack\u2014is a Layer 2 exploit where a malicious actor overwhelms an enterprise switch by transmitting a high volume of Ethernet frames with randomized source MAC addresses. Because switches maintain limited physical memory capacity within their CAM tables to track valid interface associations, exhausting this table forces the switch into an insecure hub-like broadcast mode. In this degraded state, subsequent traffic destined for any port is broadcast across all ports, allowing the attacker to capture sensitive data using packet sniffers.<\/span><\/p>\n<h3><b>Question 131<\/b><\/h3>\n<p><b>What protocol secures network device configurations via SSH?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network Configuration Protocol daemon<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Telnet remote administration protocol<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hypertext Transfer Protocol service<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Trivial File Transfer Protocol utility<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Network Configuration Protocol (NETCONF) is a network management protocol developed by the Internet Engineering Task Force to address the limitations of legacy management interfaces like SNMP and CLI scripting. NETCONF provides mechanisms to install, manipulate, and delete the configurations of network devices programmatically. It operates over secure transport protocols like Secure Shell (SSH), ensuring that management sessions and configuration data payloads are fully encrypted and authenticated. By utilizing XML-based data encodings and supporting structured data models like YANG, NETCONF enables automated network orchestration and software-defined networking workflows across enterprise infrastructures.<\/span><\/p>\n<h3><b>Question 132<\/b><\/h3>\n<p><b>Which diagnostic tool captures raw binary network frames?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Layer 2 unmanaged Ethernet hardware switch<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Basic passive network signal repeater hub<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Packet sniffer network analyzer tool<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Structured cabling patch cord cable<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A packet analyzer\u2014commonly referred to as a packet sniffer or network protocol analyzer\u2014is a specialized software or hardware tool designed to intercept, log, and analyze network traffic traversing a wired or wireless medium. When packets pass through a network interface card configured in promiscuous mode, the analyzer captures raw binary frames, decodes encapsulation layers, and displays detailed protocol metrics, payloads, and header fields. Security analysts and network engineers rely heavily on packet sniffers like Wireshark during troubleshooting and forensic investigations to examine network communications, detect anomalies, identify malicious payloads, and audit security policies.<\/span><\/p>\n<h3><b>Question 133<\/b><\/h3>\n<p><b>What framework assesses software vulnerability severity score metrics?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Open Web Application Security Project<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Common Vulnerability Scoring System<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">National Institute of Standards framework<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Information Technology Infrastructure Library<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The Common Vulnerability Scoring System (CVSS) is an open, standardized framework used to assess and measure the severity of computer system security vulnerabilities. CVSS produces numerical score ratings ranging from 0.0 to 10.0 based on various metric groups, including exploitability metrics (how easily a flaw can be accessed), impact metrics (consequences to confidentiality, integrity, and availability), and temporal characteristics that change over time. Security operations teams utilize CVSS scores to prioritize vulnerability remediation efforts, allocate resources effectively, and evaluate operational risk across enterprise software and hardware inventories.<\/span><\/p>\n<h3><b>Question 134<\/b><\/h3>\n<p><b>Which cloud deployment model provides dedicated physical hardware?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Public cloud shared multi-tenant architecture<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hybrid cloud federated environment<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Community cloud collaborative hosting platform<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Private cloud dedicated hardware environment<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A private cloud deployment model provides cloud computing resources dedicated exclusively to a single business organization, hosted either on-premises or managed externally by a third-party vendor. Unlike public cloud environments that pool virtualized infrastructure across multiple tenants, a private cloud maintains dedicated physical hardware, storage arrays, and network fabrics. This architecture delivers superior control, customization, and data privacy, making it an ideal choice for enterprises operating under strict regulatory compliance mandates, financial constraints, or specialized security requirements that prohibit sharing physical infrastructure with external tenants.<\/span><\/p>\n<h3><b>Question 135<\/b><\/h3>\n<p><b>What malicious software conceals processes within operating systems?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Rootkit system concealment software<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Adware marketing program package<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Spyware tracking telemetry agent<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ransomware file encryption utility<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A rootkit is a stealthy type of malicious software designed to conceal the existence of certain processes or programs from normal methods of detection while maintaining privileged administrative access to a computer system. Rootkits frequently compromise core operating system kernels or system binaries, intercepting operating system application programming interface calls to hide files, network connections, and active malicious processes from antivirus scanners and system administrators. Because they operate at deep privilege levels, detecting and removing rootkits often requires specialized offline scanning tools or complete operating system reinstallation.<\/span><\/p>\n<h3><b>Question 136<\/b><\/h3>\n<p><b>Which cryptographic framework secures BGP routing table exchanges?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Simple Network Management Protocol v3<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dynamic Host Configuration Protocol snooping<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource Public Key Infrastructure authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Address Resolution Protocol dynamic inspection<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Resource Public Key Infrastructure (RPKI) is a specialized cryptographic framework designed to secure the routing infrastructure of the internet by validating the ownership of Internet Number Resources. BGP routing table exchanges historically lacked built-in authentication, leaving global routing vulnerable to malicious prefix hijacking and accidental misconfigurations where rogue autonomous systems advertised fake IP address blocks. RPKI utilizes cryptographic Route Origin Authorizations to bind specific IP address prefixes to authorized autonomous system numbers. Routers implementing RPKI validate these digital signatures before accepting routing updates, ensuring reliable path selection and global routing security.<\/span><\/p>\n<h3><b>Question 137<\/b><\/h3>\n<p><b>What security mechanism detects unauthorized system file modifications?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Passive network traffic sniffing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">File integrity monitoring software<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unshielded twisted-pair cabling<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dynamic IP address assignment<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">File integrity monitoring (FIM) is an automated security control and software mechanism that examines operating system files, application binaries, and configuration files to detect unauthorized modifications, tampering, or corruption. FIM tools typically calculate cryptographic hash baselines of critical system files during known-good states and continuously compare current file hashes against these baseline references. If an attacker modifies a system binary, installs a rootkit, or alters configuration settings, the FIM engine instantly flags the discrepancy, generating real-time security alerts for incident response teams to investigate potential system compromises.<\/span><\/p>\n<h3><b>Question 138<\/b><\/h3>\n<p><b>Which automated attack uses stolen credentials across sites?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Content Addressable Memory table flooding<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Address Resolution Protocol cache poisoning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Distributed denial of service flood<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Credential stuffing and account takeover<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Credential stuffing is an automated cyber attack where malicious actors take stolen username and password pairs obtained from data breaches on unrelated websites and attempt to log in across large numbers of target enterprise accounts. Because many users reuse identical passwords across multiple services, credential stuffing attacks frequently succeed, resulting in account takeover without requiring traditional vulnerability exploitation. This type of attack effectively bypasses perimeter firewalls and network segmentation controls because the authentication traffic appears entirely legitimate. Defending against credential stuffing requires multi-factor authentication, bot mitigation tools, and continuous credential monitoring.<\/span><\/p>\n<h3><b>Question 139<\/b><\/h3>\n<p><b>What IEEE standard defines port-based network access control?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IEEE 802.1X port-based access control<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IEEE 802.1Q trunking standard specification<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IEEE 802.11ac wireless networking protocol<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IEEE 802.3af Power over Ethernet standard<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The IEEE 802.1X standard defines port-based network access control, providing an authentication mechanism for devices wishing to attach to a LAN or WLAN. 802.1X uses the Extensible Authentication Protocol to pass authentication messages between the supplicant client, the network access device (authenticator), and a centralized authentication server (such as RADIUS). Until the client successfully authenticates, the switch port blocks all traffic except EAPOL frames. This ensures that unauthorized endpoints, rogue devices, or unverified computers cannot access enterprise network resources.<\/span><\/p>\n<h3><b>Question 140<\/b><\/h3>\n<p><b>Which cryptographic protocol secures domain name resolution records?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dynamic Host Configuration Protocol engine<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Simple Network Management Protocol daemon<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Domain Name System Security Extensions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network Time Protocol synchronization<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Domain Name System Security Extensions (DNSSEC) is a suite of cryptographic specifications developed by the Internet Engineering Task Force to secure information provided by the Domain Name System. Traditional DNS implementations lacked built-in security, making them highly vulnerable to cache poisoning and spoofing attacks where malicious actors redirected traffic to fraudulent servers. DNSSEC addresses this by signing DNS records cryptographically using digital signatures based on public key cryptography. This allows client resolvers to verify the authenticity and integrity of DNS responses, ensuring users connect to legitimate destinations.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Cisco CCNP Cybersecurity 350-201 Exam Dumps and Practice Test Dumps. &nbsp; Question 121 What protocol secures web traffic over TLS connections? Unencrypted Telnet protocol Hypertext Transfer Protocol Secure Trivial File Transfer Protocol File Transfer Protocol daemon Correct Answer: 2 Explanation: Hypertext Transfer Protocol Secure (HTTPS) is the secure extension of standard HTTP, designed [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/14609"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=14609"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/14609\/revisions"}],"predecessor-version":[{"id":14681,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/14609\/revisions\/14681"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=14609"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=14609"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=14609"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}