> For the complete documentation index, see [llms.txt](https://derek-johnson-1.gitbook.io/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://derek-johnson-1.gitbook.io/welcome/freshman/security-110/week-6/data-security-principles-information-states.md).

# Data Security Principles - Information States

### Data at Rest, in Transit, Processing

#### At Rest - data stored on a device, server, cloud, or a backup medium

For example, stored private photos and comments on Instagram. Instagram could process your data both locally on your phone or on their servers. Instagram could have multiple servers and cloud storage where these photos and comments are stored (anywhere in the world)

We must ensure no other application, the phone/server operating system, except the Instagram application, is able to see (confidentiality), change (integrity), or delete (availability) our photos while they are stored both locally or remotely.

### Continued

* Before it reaches Instagram, the data is crossing multiple network nodes across the country and the globe.
* We must ensure none of these nodes are able to see, change, or delete our photos before reaching the Instagram server.
