ExamRange

CND (312-38) Network Defense Simulation

Learn to evaluate data backup strategies based on availability and security requirements. This scenario focuses on selecting the appropriate Disaster Recovery (DR) method for ubiquitous, encrypted access.

Network Scenario

The organization's IT Steering Committee is restructuring its Business Continuity and Disaster Recovery (BCDR) strategy. With a newly distributed workforce operating globally, traditional centralized backups are causing availability bottlenecks.

The CISO has mandated a new backup architecture. The primary requirements are: the data must be strongly encrypted at rest and in transit, and it must be highly available so that remote employees can recover their files 24/7 without needing to route through the corporate VPN.

Traffic & Logs

# BCDR Policy Requirement Matrix v2.1
[REQ-01] Data Security: AES-256 Encryption at Rest.
[REQ-02] Transit Security: TLS 1.3 required for all sync operations.
[REQ-03] Accessibility: Internet-routable, ubiquitous access independent of HQ network state.
# Firewall Egress Log - Backup Sync Validation
[14:22:10] SRC: 192.168.1.45 (Remote Worker) | DST: 52.218.112.x (AWS S3) | DPORT: 443 | PROTO: TCP/TLSv1.3 | ACTION: ALLOW
[14:22:15] SRC: 10.50.2.14 (Branch Office) | DST: 52.218.112.x (AWS S3) | DPORT: 443 | PROTO: TCP/TLSv1.3 | ACTION: ALLOW

Question

A company wants to implement a data backup method that allows them to encrypt the data ensuring its security as well as access it at any time and from any location. What is the appropriate backup method that should be implemented?