312-49 · Question #613
Raw data acquisition format creates _________ of a data set or suspect drive.
The correct answer is B. Simple sequential flat files. Raw format (also called dd format, after the Unix 'dd' command) creates a bit-for-bit, sector-by-sector copy of a drive stored as simple sequential flat files - meaning the output is a contiguous stream of raw binary data with no proprietary headers, metadata wrappers, or…
Question
Raw data acquisition format creates _________ of a data set or suspect drive.
Options
- ASegmented image files
- BSimple sequential flat files
- CCompressed image files
- DSegmented files
How the community answered
(52 responses)- A2% (1)
- B87% (45)
- C8% (4)
- D4% (2)
Explanation
Raw format (also called dd format, after the Unix 'dd' command) creates a bit-for-bit, sector-by-sector copy of a drive stored as simple sequential flat files - meaning the output is a contiguous stream of raw binary data with no proprietary headers, metadata wrappers, or compression. This simplicity makes raw images universally compatible with virtually all forensic tools. The trade-offs are that raw format does not natively support compression, encryption, or built-in error checking/hashing (unlike proprietary formats like E01/EnCase). Segmented image files and compressed image files are characteristics of proprietary forensic formats like E01 or AFF, not raw format.
Topics
Community Discussion
No community discussion yet for this question.