Nptel GCC W5
Nptel GCC W5
QUESTION 1:
If a host on a network has the address 172.16.45.14/30, what is the subnetwork this host belongs to?
a) 172.16.45.0
L
b) 172.16.45.4
E
c) 172.16.45.8
d) 172.16.45.12
T
Correct Answer: (d)
P
Detailed Solution: A /30, regardless of the class of address, has a 252 in the fourth octet. This means
we have a block size of 4 and our subnets are 0, 4, 8, 12, 16, etc. Address 14 is obviously in the 12
N
subnet.
QUESTION 2:
Consider following statements and select the correct options:
1) In auto subnet mode range of addresses are expandable upto /16 only.
2) Custom subnet mode comes with predefined IP ranges.
a) Only 1 is true.
b) Only 2 is true.
c) Both are true.
d) Both are false.
QUESTION 3:
Match the following.
Protocol Length in number of bits
1
NPTEL Online Certification Courses
QUESTION 4:
TE L
What of the following are various types of routing algorithms?
a) Non-adaptive Algorithm.
P
b) Adaptive Algorithm.
c) Accumulative Algorithm.
N
d) Hybrid Algorithm.
QUESTION 5:
Packet filtering firewalls are vulnerable to __________.
a) Hardware vulnerabilities
b) MiTM
c) Phishing
d) Spoofing
QUESTION 6:
What is a VPC (Virtual Private Cloud) network?
a) A physical network infrastructure that connects multiple data centers.
2
NPTEL Online Certification Courses
b) A virtual network that provides isolation and control over cloud resources.
c) A network protocol used for secure communication between servers.
d) A cloud service provided by Google Cloud Platform.
QUESTION 7:
L
Which of the following is a characteristic of VPC peering in cloud environments?
E
a) Allows direct network access to instances across different regions.
b) Automatically routes traffic between peered VPCs without needing route table modifications.
T
c) Requires each VPC to be in the same region to establish peering.
d) Provides low-latency, high-bandwidth connection between peered VPCs.
N P
Detailed Solution: VPC peering provides a low-latency, high-bandwidth connection between
peered VPCs, enabling efficient and high-speed data transfer. It does not require VPCs to be in the
same region (as inter-region VPC peering is supported), and route table modifications are necessary
to route traffic between peered VPCs. Additionally, VPC peering does not inherently allow direct
network access to instances across different regions without proper configuration.
QUESTION 8:
“A hybrid cloud combines multiple public clouds from different providers.”
The above statement is:
a) True
b) False
3
NPTEL Online Certification Courses
QUESTION 9:
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
L
between on-premises infrastructure and a public cloud provider. It establishes a dedicated, private
E
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
T
compared to a virtual private network (VPN) over the internet.
P
QUESTION 10:
N
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