What are some of the design goals of AFF?
What will be an ideal response?
ANSWER: Dr. Simson L. Garfinkel developed an open-source acquisition format called Advanced Forensic Format (AFF). This format has the following design goals:
• Capable of producing compressed or uncompressed image files
• No size restriction for disk-to-image files
• Space in the image file or segmented files for metadata
• Simple design with extensibility
• Open source for multiple computing platforms and OSs
• Internal consistency checks for self-authentication
You might also like to view...
When used with ofstream objects, operator! is not:
a. Overloaded. b. Used to determine if the open operation succeeded. c. Used to close a file explicitly. d. Used to return a nonzero value if an error occurs.
What are the most important types of scanning?
What will be an ideal response?
Match the following terms to their meanings:
I. database II. table II. record IV. field V. object A. complete set of fields about one person, place, event, or concept B. smallest data element of a table C. collection of organized data D. the main component used to make a database function E. an object in which data is stored
For object-oriented programs, ____ allocation allows creating and destroying new objects as required.
A. fixed B. compiler C. static D. dynamic