Topic02 Data Acquisition
Topic02 Data Acquisition
Topic02 Data Acquisition
Types of acquisitions
– Static acquisitions and live acquisitions
Four methods of data collection
– Creating a disk-to-image file
– Creating a disk-to-disk
– Creating a logical disk-to-disk or disk-to-data file
– Creating a sparse data copy of a file or folder
Determining the best method depends on the circumstances
of the investigation
– consider the size of the source (suspect) disk, whether you can retain
the source disk as evidence or must return it to the owner, how much
time you have to perform the acquisition, and where the evidence is
located.
Guide to Computer Forensics and Investigations Six Edition [email protected] 8
DETERMINING THE BEST ACQUISITION METHOD
RAID 2
– Similar to RAID 1
– Data is written to a disk on a bit level
– Has better data integrity checking than RAID 0
– Slower than RAID 0
RAID 3
– Uses data stripping and dedicated parity
RAID 4
– Data is written in blocks
RAID 5
– Similar to RAIDs 0 and 3
– Places parity recovery data on each disk
RAID 6
– Redundant parity on each disk
RAID 10, or mirrored striping
– Also known as RAID 1+0
– Combination of RAID 1 and RAID 0