Skip to content

Protecting data on the wire versus data sitting on a disk

Encryption in transit protects data as it moves between systems (e.g., client to Google Cloud, or between services), while encryption at rest protects data stored on disk. Google Cloud applies both by default for its services, but understanding the distinction helps clarify what threats each protects against and where customer-managed keys can be applied.

Must-know

  • Encryption in transit uses protocols like TLS to protect data moving over networks, preventing interception or tampering while data travels between clients, services, or data centers.
  • Encryption at rest protects data stored on persistent storage (disks, object storage, databases) so that if physical media or storage systems are compromised, the data remains unreadable without the keys.
  • Google Cloud encrypts data at rest by default using Google-managed encryption keys, with no action required by the customer for most services like Cloud Storage, BigQuery, and Persistent Disk.
  • Customers can choose Customer-Managed Encryption Keys (CMEK) via Cloud KMS or Customer-Supplied Encryption Keys (CSEK) for additional control over data-at-rest encryption, but this applies to storage, not transit.
  • Data in transit is automatically encrypted for traffic within Google's network and for connections to Google Cloud APIs/services over HTTPS/TLS; customers should ensure their own client connections also use TLS.
  • Encryption in transit and at rest are complementary, not interchangeable: encrypting data at rest does not protect it while being transmitted, and vice versa, so both are needed for comprehensive data protection.
Check this objectiveFree · always available

A data engineer uploads a CSV file to a Cloud Storage bucket and leaves it there for downstream batch processing later in the week. Which term describes the protection that automatically safeguards the file's contents while it resides in the bucket?

Your objective map0 tried · 0 right · 41 untouched

What you have tried across GCP ADP's objectives, not a readiness score.

Coverage checked against the published exam guide on Aug 12, 2026.

These are independent practice questions, written against this certification's published exam guide. They are not the certification vendor's own questions, and not the real exam.