In this module, you will evaluate a critical component of a disaster recovery and backup infrastructure. You will learn to identify the types of storage media utilized for air-gapped network backups and long-term log retention.
You are auditing the Business Continuity and Disaster Recovery (BCDR) architecture for a financial institution. The network generates massive amounts of PCAP (Packet Capture) data and syslog archives daily. To defend against ransomware, the security policy requires that long-term archival data must be physically isolated (air-gapped) after being written.
The network engineering team is deploying an LTO (Linear Tape-Open) tape library system for this exact purpose. As a Network Defender, you must verify the operational characteristics of this backup media to ensure logs can be properly retained and eventually restored during a forensic investigation.
The organization is utilizing a tape backup system (LTO-8) to archive network packet captures. The system logs clearly indicate that finding a specific piece of data requires the physical media to "spool" sequentially to reach the correct block.
This behavior is characteristic of Sequential Access Memory. Unlike flash storage or spinning disks where the read head can jump directly to a sector, tape drives must read the data in a linear sequence from start to finish.
SAM (Sequential Access Memory) is a class of data storage devices that read stored data in a sequence. Magnetic tape is the most common example of SAM used in modern enterprise environments for deep archiving.
RAM (Random Access Memory) and ROM (Read-Only Memory) allow data to be accessed in any order in constant time. DASD (Direct Access Storage Device), like hard disk drives, also allow direct/random access to blocks without reading all preceding data.
Network defenders incorporate SAM technologies (like tape backups) into their disaster recovery plans because they are easily taken offline (air-gapped). If ransomware encrypts network-attached storage (NAS/SAN/DASD), the offline sequential tapes remain secure and untainted.
Master storage protocols, disaster recovery, and network analysis.
Explore more CND simulations