Android Flashcards
1
Q
Why is android forensics so important ?
A
Because it is the most widely used OS on different devices.
2
Q
On which devices can the Android OS be found?
A
- smartphones
- tablets
- eReaders
- car’s
- Washers and Dryers
- Fridges
3
Q
What is the latest version of android?
A
The latest version is android 13.
4
Q
Name 5 supported File Systems by android.
A
- YAFFS
- YAFFS2
- F2FS
- EXT4
- FAT32
5
Q
What are the main features of EXT4?
A
- More stable
- High performance
- Most commonly used
- support for large files
- faster file access time
6
Q
What are the main features of FAT32?
A
- it is supported by almost every OS
- commonly used for USB Flash drives
- low overhead, do more disk space
7
Q
What are the main features of YAFFS2 ?
A
- it is opensource
- wear leveling
- journaling
- small memory footprint
8
Q
Where can the evidence be found on a android device?
A
- Shared preference
- Internal storage
- External storage
- SQlite files
- Network
9
Q
What are the 4 methodes of acquisition on android ?
A
- Logical
- Physical
- JTAG
- Chip-off