{"id":11465,"date":"2026-09-14T08:59:16","date_gmt":"2026-09-14T08:59:16","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=11465"},"modified":"2026-09-14T08:59:16","modified_gmt":"2026-09-14T08:59:16","slug":"comptia-sy0-701-exam-dumps-and-practice-test-questions-part-4-q61-80","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/comptia-sy0-701-exam-dumps-and-practice-test-questions-part-4-q61-80\/","title":{"rendered":"CompTIA SY0-701 Exam Dumps and Practice Test Questions \u2014 Part 4 (Q61\u201380)"},"content":{"rendered":"<h3>View Full\u00a0<a href=\"https:\/\/www.examlabs.com\/sy0-701-exam-dumps\">CompTIA SY0-701 Exam Dumps<\/a>\u00a0and Practice Test Dumps.<\/h3>\n<p>&nbsp;<\/p>\n<h3><b>Question 61<\/b><\/h3>\n<p><b>Which security control is used to restrict access to network resources based on a device&#8217;s MAC address?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Access control list<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">MAC filtering<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Port mirroring<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network load balancing<\/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;\">MAC filtering allows a network device to permit or deny connections based on the Media Access Control (MAC) addresses of devices. Administrators can create an allowlist or denylist of specific hardware addresses. Although MAC filtering can provide an additional layer of control, it should not be considered a complete security solution because MAC addresses can potentially be spoofed.<\/span><\/p>\n<h3><b>Question 62<\/b><\/h3>\n<p><b>A security analyst notices repeated login attempts using a small number of common passwords against many different accounts. Which attack is most likely occurring?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Credential stuffing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Password spraying<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Brute-force attack<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Rainbow table attack<\/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;\">Password spraying attempts to authenticate against many accounts using a small list of commonly used passwords. Unlike a traditional brute-force attack, which may attempt many passwords against one account, password spraying spreads attempts across multiple accounts to reduce the likelihood of triggering account lockout mechanisms. Strong passwords and multifactor authentication can help mitigate this attack.<\/span><\/p>\n<h3><b>Question 63<\/b><\/h3>\n<p><b>Which technology provides a secure method for administrators to remotely manage network devices using encrypted communications?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Telnet<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FTP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SSH<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">HTTP<\/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;\">Secure Shell (SSH) provides encrypted remote access to systems and network devices. It protects authentication credentials and administrative commands while they are transmitted across the network. SSH is preferred over Telnet because Telnet transmits information, including credentials, without encryption.<\/span><\/p>\n<h3><b>Question 64<\/b><\/h3>\n<p><b>Which security mechanism is commonly used to securely store passwords so that the original password cannot easily be recovered?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hashing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Plaintext storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Encoding<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Compression<\/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;\">Password hashing converts a password into a fixed-length value using a one-way cryptographic function. Secure password storage typically combines hashing with unique salts and an appropriate password-hashing algorithm. If a password database is compromised, properly hashed and salted passwords are more difficult for attackers to recover than plaintext passwords.<\/span><\/p>\n<h3><b>Question 65<\/b><\/h3>\n<p><b>Which type of attack occurs when an attacker intercepts and potentially modifies communication between two parties?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Man-in-the-middle<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Denial-of-service<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Password spraying<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Privilege escalation<\/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 man-in-the-middle (MITM) attack occurs when an attacker positions themselves between two communicating parties and intercepts their communications. The attacker may monitor, modify, or redirect the information being exchanged. Encryption, certificate validation, secure protocols, and strong authentication can help protect communications from MITM attacks.<\/span><\/p>\n<h3><b>Question 66<\/b><\/h3>\n<p><b>Which security solution is designed to prevent users from accessing websites that violate an organization&#8217;s security policy?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Web content filter<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Load balancer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DHCP server<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">File server<\/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 web content filter controls access to websites and online content according to organizational policies. It can block categories such as malicious websites, inappropriate content, or known phishing domains. Web filtering can reduce exposure to web-based threats and help enforce acceptable-use policies.<\/span><\/p>\n<h3><b>Question 67<\/b><\/h3>\n<p><b>Which type of malicious software encrypts files and demands payment from the victim to restore access?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ransomware<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Spyware<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Rootkit<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Adware<\/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;\">Ransomware is malware that typically encrypts files or otherwise prevents users from accessing their data and then demands payment from the victim. A successful ransomware incident can significantly disrupt business operations. Offline or immutable backups, endpoint protection, patch management, access controls, and security awareness can help reduce the risk and impact of ransomware.<\/span><\/p>\n<h3><b>Question 68<\/b><\/h3>\n<p><b>Which protocol is commonly used to securely transfer files by operating through an encrypted SSH connection?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TFTP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SFTP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FTP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SMTP<\/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;\">Secure File Transfer Protocol (SFTP) provides encrypted file transfers through an SSH connection. It protects credentials and transferred data from interception while communicating over an untrusted network. SFTP is preferable to traditional FTP when sensitive information must be transferred securely.<\/span><\/p>\n<h3><b>Question 69<\/b><\/h3>\n<p><b>Which security principle focuses on preventing a single individual from having complete control over a critical business process?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Separation of duties<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Least privilege<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Job rotation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Mandatory access control<\/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;\">Separation of duties ensures that critical responsibilities are divided among multiple individuals. This reduces the possibility that one person can perform unauthorized actions without oversight. For example, an employee who prepares a payment may be different from the employee who approves it.<\/span><\/p>\n<h3><b>Question 70<\/b><\/h3>\n<p><b>Which type of attack exploits a vulnerability in an application by injecting malicious script into content viewed by other users?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cross-site scripting<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SQL injection<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Buffer overflow<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Directory traversal<\/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;\">Cross-site scripting (XSS) occurs when an attacker injects malicious scripts into web content that is subsequently executed in a victim&#8217;s browser. Depending on the vulnerability, an attacker may attempt to steal session information, manipulate web content, or perform actions on behalf of a victim. Input validation, output encoding, and appropriate security controls can help prevent XSS.<\/span><\/p>\n<h3><b>Question 71<\/b><\/h3>\n<p><b>Which security architecture places a public-facing web server in a separate network segment from an organization&#8217;s internal network?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DMZ<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">VLAN trunk<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Intranet<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Peer-to-peer network<\/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 demilitarized zone (DMZ) is a network segment designed to host systems that must be accessible from untrusted networks while keeping them separated from the internal network. Public-facing services such as web, email, and DNS servers may be placed in a DMZ. This segmentation limits the potential impact if a public-facing server is compromised.<\/span><\/p>\n<h3><b>Question 72<\/b><\/h3>\n<p><b>Which security control is primarily responsible for preventing unauthorized software from executing on an endpoint?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Application allowlisting<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data backup<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network address translation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Port forwarding<\/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;\">Application allowlisting permits only approved applications to execute on a system. Unauthorized or unknown programs are blocked according to the organization&#8217;s security policy. This control can help prevent malware and unapproved software from running, particularly on systems that require a tightly controlled software environment.<\/span><\/p>\n<h3><b>Question 73<\/b><\/h3>\n<p><b>Which type of attack uses a fake DNS response to redirect users to a malicious website?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DNS poisoning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Password spraying<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Credential stuffing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tailgating<\/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;\">DNS poisoning involves manipulating DNS information so that a domain name resolves to an incorrect or malicious IP address. Users may believe they are visiting a legitimate website while actually being redirected to an attacker&#8217;s site. DNS security mechanisms, secure DNS configurations, and certificate validation can help reduce the effectiveness of DNS-based attacks.<\/span><\/p>\n<h3><b>Question 74<\/b><\/h3>\n<p><b>Which type of security control is intended to discourage unauthorized activity by making an attacker aware that security measures are present?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Deterrent control<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Corrective control<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Recovery control<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Compensating control<\/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 deterrent control is designed to discourage individuals from attempting unauthorized or malicious actions. Examples include warning banners, visible security cameras, security guards, and clearly posted security policies. These controls may not physically prevent an attack, but they can reduce the likelihood that an individual will attempt one.<\/span><\/p>\n<h3><b>Question 75<\/b><\/h3>\n<p><b>Which security control is designed to restore normal operations after a security incident has occurred?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Preventive control<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Detective control<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Corrective control<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Deterrent control<\/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 corrective control is used to address the effects of a security incident and help restore systems to an operational state. Examples include restoring data from backups, removing malware, and repairing compromised configurations. Corrective controls are an important component of incident response and business continuity.<\/span><\/p>\n<h3><b>Question 76<\/b><\/h3>\n<p><b>Which cloud security concept ensures that customers are responsible for securing certain components while the cloud provider secures the underlying infrastructure?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Shared responsibility model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Zero Trust model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Defense-in-depth model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Open authentication model<\/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 shared responsibility model divides security responsibilities between the cloud service provider and the customer. The provider is generally responsible for protecting the underlying infrastructure, while the customer remains responsible for security tasks such as identities, configurations, applications, or data depending on the service model. Understanding these responsibilities helps organizations avoid security gaps in cloud environments.<\/span><\/p>\n<h3><b>Question 77<\/b><\/h3>\n<p><b>Which wireless security protocol provides stronger protection than WPA and uses AES-based encryption?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">WEP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">WPA2<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">WPA<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Open authentication<\/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;\">WPA2 provides stronger wireless security than the older WEP and WPA standards and commonly uses AES-based encryption through CCMP. Organizations should use modern wireless security configurations and strong authentication methods whenever supported. Legacy protocols such as WEP should be avoided because of known security weaknesses.<\/span><\/p>\n<h3><b>Question 78<\/b><\/h3>\n<p><b>Which type of attack attempts to use an operating system command through an application&#8217;s input field?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Command injection<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SQL injection<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cross-site scripting<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Replay attack<\/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;\">Command injection occurs when an attacker manipulates application input so that operating system commands are executed by the underlying system. If successful, this attack may allow unauthorized access to system resources or execution of malicious commands. Input validation, secure coding practices, least privilege, and avoiding unsafe command execution methods can help prevent command injection.<\/span><\/p>\n<h3><b>Question 79<\/b><\/h3>\n<p><b>Which security measure provides an additional layer of protection by requiring a user to approve a login through a separate device?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Multifactor authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Single sign-on<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Password synchronization<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Account federation<\/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;\">Multifactor authentication requires more than one authentication factor to verify a user&#8217;s identity. A login approval through a separate device can represent a possession factor when used alongside a password or another factor. This additional requirement can help prevent unauthorized access even when an attacker has obtained the user&#8217;s password.<\/span><\/p>\n<h3><b>Question 80<\/b><\/h3>\n<p><b>Which disaster recovery metric defines the maximum acceptable amount of data that an organization can lose after an incident?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">RTO<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">RPO<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">MTTR<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SLA<\/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 Recovery Point Objective (RPO) defines the maximum acceptable amount of data loss measured in time. For example, an organization with an RPO of one hour should have recovery mechanisms capable of restoring data to a point no more than approximately one hour before the disruption. RPO helps organizations determine appropriate backup frequency and data replication requirements.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full\u00a0CompTIA SY0-701 Exam Dumps\u00a0and Practice Test Dumps. &nbsp; Question 61 Which security control is used to restrict access to network resources based on a device&#8217;s MAC address? Access control list MAC filtering Port mirroring Network load balancing Correct Answer: 2 Explanation MAC filtering allows a network device to permit or deny connections based on [&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\/11465"}],"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=11465"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/11465\/revisions"}],"predecessor-version":[{"id":11466,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/11465\/revisions\/11466"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=11465"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=11465"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=11465"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}