exam questions

Exam CV0-003 All Questions

View all questions & answers for the CV0-003 exam

Exam CV0-003 topic 1 question 34 discussion

Actual exam question from CompTIA's CV0-003
Question #: 34
Topic #: 1
[All CV0-003 Questions]

A cloud administrator has deployed a new VM. The VM cannot access the Internet or the VMs on any other subnet. The administrator runs a network command and sees the following output:

The new VM can access another VM at 172.16.31.39. The administrator has verified the IP address is correct. Which of the following is the MOST likely cause of the connectivity issue?

  • A. A missing static route
  • B. A duplicate IP on the network
  • C. Firewall issues
  • D. The wrong gateway
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
i_bird
Highly Voted 2 years, 7 months ago
I came to learn, not unlearn..how can it not be D?
upvoted 9 times
kuzummjakk
1 year, 1 month ago
If the gateway is wrong, the traffic wouldn't leave the machine at all. Meaning it can't even talk to a machine on the same network like the question says. The gateway is the FIRST place the traffic hits.
upvoted 3 times
Kobigasi
8 months ago
This is wrong. The question says ' VMs on other subnets'. The device can still talk on the same subnet, even if the gateway is wrong. It will use ARP, and the traffic will not hit the gateway first as you state.
upvoted 1 times
...
...
...
SimplyDebonair
Highly Voted 3 years ago
Selected Answer: D
The determining factor is the subnet mask. Plugging the IPv4 address into a IPv4/Subnet calculator, you come out with 30 usable hosts. The ranges for those hosts are 172.16.31.33 - 172.16.31.62. When you plug in the default gateway’s IP, it also comes back with 30 usable hosts. However, the ranges for those hosts are 172.16.32.225 - 172.16.31.254, which is outside the range of the IPv4 address. Thus, the issue isn’t a duplicated IP, but the gateway is wrong.
upvoted 8 times
kuzummjakk
1 year, 1 month ago
technically the subnet mask can be wrong and traffic can still reach the gateway if the IP is correct, however if the gateway is wrong traffic won't leave the machine at all so talking to another machine on the same network aint happening like the question says. Duplicate IP still doesn't make sense though given the information in the question and how it can reach machines in its subnet just fine. Cloud vendors usually let you configure some sort of "route table" to control what traffic goes between what subnets and you're meant to configure the route table to send traffic that "falls through" as going to the "internet gateway" so by being the most related to "no internet access, but internal access", I think it's A.
upvoted 1 times
Kobigasi
8 months ago
Actually traffic will leave the machine, even if the gateway is wrong. devices use ARP to talk to other devices in the same subnet and it doesn't hit the gateway at all. That said I still believe the answer is D
upvoted 1 times
...
...
...
BigM
Most Recent 2 months ago
Selected Answer: D
Seems to be D is the correct answer. Wrong gateway
upvoted 1 times
...
54a6b25
9 months, 2 weeks ago
D. The wrong gateway Explanation: Given the subnet mask of 255.255.255.224, the subnet range for the VM's IP address (172.16.31.38) would be 172.16.31.32 to 172.16.31.63, with 172.16.31.33 as the first usable address and 172.16.31.62 as the broadcast address. The default gateway for this subnet should be within this range, but typically, it would be one of the first or last usable addresses in the range, like 172.16.31.33 or 172.16.31.62. The provided gateway, 172.16.31.254, does not fall within the 172.16.31.32/27 subnet range, which is why the VM cannot access the Internet or other subnets. To resolve the issue, the correct gateway should be set to an address within the VM's subnet range. For example, if the standard practice in the network is to use the first usable address as the gateway, the gateway should be set to 172.16.31.33. If the last usable address is used, it should be 172.16.31.62.
upvoted 1 times
...
Alvin_L
10 months, 4 weeks ago
Selected Answer: D
It's deinitely wrong gateway, this subnet is /27, should only has 32 devices, 254 is way out of range
upvoted 1 times
...
kuzummjakk
1 year, 1 month ago
Selected Answer: A
If it can't reach the gateway, why can it reach that other machine? In the cloud, the network often has to be manually configured to allow access outside of the subnet to the internet so my bet's on A.
upvoted 2 times
...
AllenTaylor
1 year, 3 months ago
Selected Answer: D
It is D. Why is B shown as the answer?
upvoted 1 times
...
gijack88
1 year, 4 months ago
Selected Answer: D
The Answer is D. IPv4 address 172.16.31.38 with a subnet 255.255.255.224 has a network address of 172.16.31.32 and a broadcast of 172.16.31.63 this means the gateway can only fall between 172.16.31.33 - 172.16.31.62. The gateway listed of 172.16.31.254 is not in the same subnet, which means it cannot reach the gateway necessary to reach other networks.
upvoted 1 times
...
yyCherubim
1 year, 5 months ago
Selected Answer: D
Answer "B" is more of CompTIA Stupid! If you have a duplicate IP on the network, your not going to talk to anything.
upvoted 2 times
...
sheilawu
1 year, 9 months ago
Selected Answer: D
Was on my test 7/2 , answer should be D
upvoted 1 times
...
Zak11
2 years ago
Selected Answer: D
The most likely cause of the connectivity issue is the wrong gateway. The solution is to correct the default gateway to the correct value, which should be within the same subnet as the VM's IPv4 address and subnet mask. In this case, the correct gateway address would be within the range of 172.16.31.33 - 172.16.31.62.
upvoted 1 times
...
scott5010
2 years, 5 months ago
BS question, default gateway has to be on the same subnet as the host, in this case it would be a /27 with 30 hosts.
upvoted 1 times
...
ryanzou
2 years, 7 months ago
Selected Answer: D
D with no doubt
upvoted 2 times
...
ironman_86
2 years, 7 months ago
D is the correct one
upvoted 3 times
...
DVD300
3 years, 5 months ago
D. wrong gateway coz the gateway is in a separate subnet /27 goes in multiples of 32
upvoted 3 times
...
All_ultrex
3 years, 7 months ago
This has to be D, wrong gateway. The subnet is a /27 which allows for 30 usable hosts. The IP and gateway are not on the same subnet.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago