Encryption at rest means that data is protected by encrypting it before it is saved to disk. When you insert data into MongoDB, the data is first encrypted, then saved in encrypted form on the disk. When you read the data, MongoDB reads the encrypted data from disk and decrypts it before returning it to you. This process ensures that sensitive information is never stored in plain text on the disk, protecting it from unauthorized access. The execution table shows each step from inserting, encrypting, saving, reading, decrypting, and returning the data. Variables track the document state changing from plaintext to encrypted and back. Key moments clarify why encryption happens before saving and decryption after reading. The visual quiz tests understanding of these steps. This concept helps keep your data safe even if someone accesses the physical storage.