100% found this document useful (1 vote)
329 views

Week 05 Assignment Solution

This document contains 10 multiple choice questions from an online certification course on Google Cloud Computing Foundations offered by NPTEL. Each question tests knowledge of key cloud computing concepts like virtual private clouds, CIDR notation, cloud CDNs, VPC networking limits, connectivity options like Direct Connect, load balancing types, subnetting, hybrid clouds, VPC peering and DHCP. The questions range from true/false to selecting the correct definition or property of each concept.

Uploaded by

tipon82206
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
329 views

Week 05 Assignment Solution

This document contains 10 multiple choice questions from an online certification course on Google Cloud Computing Foundations offered by NPTEL. Each question tests knowledge of key cloud computing concepts like virtual private clouds, CIDR notation, cloud CDNs, VPC networking limits, connectivity options like Direct Connect, load balancing types, subnetting, hybrid clouds, VPC peering and DHCP. The questions range from true/false to selecting the correct definition or property of each concept.

Uploaded by

tipon82206
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

NPTEL Online Certification Courses

Indian Institute of Technology Kharagpur

Google Cloud Computing Foundations


(Jul-Oct 2023)
Assignment- Week 5
TYPE OF QUESTION: MCQ/MSQ
Number of questions: 10 Total mark: 10 X 1 = 10

QUESTION 1:
“Virtual private cloud is a physical network provided by GCP that allows deployment of compute
engine and containers within its subnetworks” - Please select the correct option.

a) The above statement is correct


b) The above statement is incorrect

Correct Answer: (b)


Detailed Solution: Virtual private cloud is a software defined network

QUESTION 2:
CIDR stands for __________

a) Classful inter domain routing


b) Classless intra domain routing
c) Classful intra domain routing
d) Classless inter domain routing

Correct Answer: (d)


Detailed Solution: CIDR is Classless Inter Domain Routing

QUESTION 3:
“Cloud CDN enables fast content delivery to the user usually by storing files at multiple regions” -
this statement is:
a) True
b) False

Correct Answer: (b)


Detailed Solution: Cloud CDN enables fast content delivery usually by storing the files closer to
the user. It also helps in low-cost and low-latency content delivery.

1
NPTEL Online Certification Courses

Indian Institute of Technology Kharagpur

QUESTION 4:
The maximum number of VPC networks that can be peered with a single network is __________.
a) 1
b) 5
c) 10
d) Unlimited

Correct Answer: (d)

QUESTION 5:
Which interconnection option provides a direct physical link between on-premises infrastructure
and a public cloud provider?
a) Virtual Private Network (VPN)
b) Direct Connect
c) Internet peering
d) Cloud Load Balancer

Correct Answer: (b)


Detailed Solution: Direct Connect is the interconnection option that provides a direct physical link
between on-premises infrastructure and a public cloud provider. It establishes a dedicated, private
network connection between the on-premises data center and the public cloud provider's data center.
This dedicated connection offers higher bandwidth, lower latency, and increased security compared
to a virtual private network (VPN) over the internet.

QUESTION 6:
Which load balancing option operates at the Transport layer (Layer 4) of the OSI model?
a) Network Load Balancer
b) HTTP(S) Load Balancer
c) Internal TCP/UDP Load Balancer
d) SSL Proxy Load Balancer

Correct Answer: (c)


Detailed Solution: The Internal TCP/UDP Load Balancer is a regional load balancer provided by
Google Cloud Platform (GCP) that distributes incoming traffic to backend instances based on
transport layer protocols such as TCP or UDP. It uses the source IP address and port, as well as the
destination IP address and port, to make load balancing decisions.

2
NPTEL Online Certification Courses

Indian Institute of Technology Kharagpur

QUESTION 7:
Consider following statements
1) In auto subnet mode range of addresses are expandable upto /16 only.
2) Custom subnet mode comes with predefined ip ranges.
Select correct option

a) Only 1 is true
b) Only 2 is true
c) Both are true
d) Both are false

Correct Answer: (a)


Detailed Solution: In custom subnet mode we have complete control over subnet and ip ranges.

QUESTION 8:
A hybrid cloud combines multiple public clouds from different providers.
a) True
b) False
Correct Answer: (b)
Detailed Solution: A hybrid cloud refers to an environment that combines both public cloud and
private cloud infrastructure. It involves the integration of on-premises infrastructure with one or
more public cloud providers. The public cloud can be from a single provider or multiple providers,
but it does not specifically refer to combining multiple public clouds from different providers.

QUESTION 9:
Which of the following statements about VPC peering is correct?

a) VPC peering allows communication between VPC networks in different cloud providers.
b) VPC peering is automatically enabled when creating multiple VPC networks.
c) VPC peering requires IP address overlap between the peered networks.
d) VPC peering can be used to create a full mesh connectivity between all VPC networks.

Correct Answer: (d)


Detailed Solution: VPC peering is a networking feature that allows direct communication between
VPC networks within the same cloud provider. It enables resources in one VPC network to
communicate with resources in another VPC network using private IP addresses.

3
NPTEL Online Certification Courses

Indian Institute of Technology Kharagpur

QUESTION 10:
The full form of DHCP is ______________

a) Distributed Host Configuration Protocol


b) Dynamic Host Configuration Protocol
c) Dynamic Host Controlling Protocol
d) Distributed Host Controlling Protocol

Correct Answer: (b)


Detailed Solution: DHCP is Dynamic Host Configuration Protocol.

You might also like