Storage system
Everything is stored in RAM
- dynamic (stacks, heaps, global vars of application)
- when application stops, data may be lost
- storage (databases)
- analagous to a file and provides static storage across invocation of the application
Databases
- chunks of data
- each entry is associated with a type (linked to an application)