1. What is GCP ? Ans: Google Cloud Platform (GCP) has one of the largest and fastest networks in the world. GCP resources are treated as services instead of hardware. For example, Persistent Disk is not a physical device, but is a service used over a network. 2. What are the three types of networks in GCP ? Ans: There are three types of networks in GCP: Default Auto Custom 3. What is the maximum number of networks that can be created per project ? Ans: Projects consist of Objects and Services which are billed. Projects contain networks, and the maximum number of networks that can be created per project is five . Note: All infrastructure resources in GCP are organized under Projects . Project is defined as a key organizer for all the resources. If a network type is not specified, by default GCP considers the Default network. ...