Week 3 Flashcards
Data Encoding Schemas
How is data stored?
Binary
0s, 1s, base-2
8 binary digits
1 byte/character
hexadecimal
base 16 representation of a character
ASCII
American Standard Code for Information Interchange
- limited to 256 character codes
What does formatting a drive do? (3)
Makes partitions. Partitions organize the disk space into different sections with different purposes.
- installs a file table. A file table is a catalog keeping track of where different files are stored on the drive.
-erases the “pointers” to the data on the drive, but the data itself is not erased.
Partitioning Physical Disk
Partition 1- Reserved
2- Data
3- Recovery
Unallocated space
is not part of partitions, Recycled/deleted goes here.
hard to make cases w/ data in unallocated space
FAT
File Allocation Table
- traces lifespan of files in data storage medium
- when was file created, modified
- some, but not all, varieties of FAT can track ownership, deletion
- data is stored in sectors and then clusters
- these can have many redundancies
- limited in ability to track metadata
NTFS
New Technology File System
- tracks life span of file
- higher degree of detail in tracking files
- flexibility for growth
- lots of file organization available
Data Acquisition
- should be forensically sound
- defensible
-repeatable - make copy of original
Physical
- bit by bit, bitstream
- all data, undeleted, deleted, unallocated space, entire OS
- gets more metadata
- slower, more expensive, takes more physical, digital space
Logical
just user files, folders
slack space - space in bwtn clusters of stored logical data where other data existed
usually no deleted/unallocated space
usually quicker, cheaper, less space
Metadata
“data about data”
-info about file
- ownership, authorship
- file names, dates, times, size, mod, location,
changing metadata doesn’t change the file
can only change metadata for your view
EXIF data in cams
Hardware and Software
Forensic Stand Alone Imagers
Software-based imaging