What are benefits of global Cloud Load Balancing?
What kind of load-balancing options does the Google VPC offers?
Global HTTP(s) load balancing option offers?
- Can route different URLs to different back ends.
Global SSL Proxy load balancing option offers?
Global TCP Proxy load balancing offers?
- Supported on specific port numbers.
Regional load balancing offers?
- Supported on any port number
Regional internal load balancing offer?
- Use for the internal tiers of multi-tier applications.
What is a Cloud DNS?
Highly scalable and available DNS service.
Offers a cost-effective way to make services and applications available to your users.
What is Cloud CDN?
It’s a Cloud Delivery Network. Uses Google’s globally distributed edge caches to cache content close to your users.
What is Object Storage?
Object storage is a store for binary and object data, blobs and unstructured data.
Google Cloud provides a service called Cloud Storage for object storage.
What are usual use cases of Object Storage?
Object store use cases include applications that need data to be highly available and highly durable, such as streaming videos, serving images and documents, and websites. It is also used for storing large amounts of data for use cases such as genomics and data analytics. You can also use it for storing backups and archives for compliance with regulatory requirements. Or, use it to replace old physical tape records and move them over to cloud storage. It is also widely used for disaster recovery because it takes practically no time to switch to a backup bucket to recover from a disaster.
What is a Block Storage?
With block storage, files are split into evenly sized blocks of data, each with its own address but with no additional information (metadata) to provide more context for what that block of data is. Block storage can be directly accessed by the operating system as a mounted drive volume.
What two Block Storage options does GCloud provide?
Persistent Disk and Local SSD
What is a Persistent Disk?
Persistent Disk is a block store for VMs that offers a range of latency and performance options.
What are use cases for Persistent Disk?
The use cases of Persistent Disk include disks for VMs and shared read-only data across multiple VMs. It is also used for rapid, durable backups of running VMs. Because of the high-performance options available, Persistent Disk is also a good storage option for databases.
What is a Local SSD?
Local SSD is also block storage but it is ephemeral in nature, and therefore typically used for stateless workloads that require the lowest available latencies.
What are use cases for Local SSD?
The use cases include flash optimized databases, host caching layers for analytics, or scratch disks for any application, as well as scale out analytics and media rendering.
What is a File Storage?
TODO
What are use cases for File Storage?
Typical use cases of Filestore include high performance computing (HPC), media processing, electronics design automation (EDA), application migrations, web content management, life science data analytics, and more!
What are 4 Cloud Storage classes available?
Explain intention of use, use cases, SLAs for Multi-regional class of Cloud Storage.
Intended for data that is most frequently used.
Use cases: Content storage and delivery
SLA: 99.95%
Explain intention of use, use cases, SLAs for Regional class of Cloud Storage.
Intended for data that is accessed frequently within a region
Use cases: In-region analytics, transcoding
SLA: 99.90%
Explain intention of use, use cases, SLAs for Nearline class of Cloud Storage.
Intended for data that is accessed less than once a month
Use cases: Long tail content, backups
SLA: 99.00%
Explain intention of use, use cases, SLAs for Coldline class of Cloud Storage.
Intended for data that is accessed less than once a year
Use cases: Archiving, disaster recovery
SLA: 99.00%