nerdexam
ExamsCV0-003Questions#535
CompTIA

CV0-003 · Question #535

CV0-003 Question #535: Real Exam Question with Answer & Explanation

The correct answer is D: Update the gateway on the web server to use 72.135.10.1. A web server with a valid public IP returning service unavailable errors most likely has a misconfigured or missing default gateway, preventing it from routing responses back to clients.

Troubleshooting

Question

A web server has been deployed in a public IaaS provider and has been assigned the public IP address of 72.135.10.100. Users are now reporting that when they browse to the website, they receive a message indicating the service is unavailable. The cloud administrator logs into the server, runs a netstat command, and notices the following relevant output: Which of the following actions should the cloud administrator take to resolve the issue?

Exhibit

CV0-003 question #535 exhibit

Options

  • AAssign a new IP address of 192.168.100.10 to the web server
  • BModify the firewall on 72.135.10.100 to allow only UDP
  • CConfigure the WAF to filter requests from 17.3.130.3
  • DUpdate the gateway on the web server to use 72.135.10.1

Explanation

A web server with a valid public IP returning service unavailable errors most likely has a misconfigured or missing default gateway, preventing it from routing responses back to clients.

Common mistakes.

  • A. Assigning a private RFC 1918 address like 192.168.100.10 would remove the server from public internet reachability entirely, making the problem worse rather than resolving it.
  • B. HTTP and HTTPS rely on TCP, not UDP, so restricting the firewall to allow only UDP traffic would completely break web service access.
  • C. Configuring the WAF to filter a specific source IP would only block that one client and does not address the underlying routing issue causing the service to be unavailable.

Concept tested. Default gateway misconfiguration in cloud IaaS networking

Reference. https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html

Topics

#gateway configuration#network routing#web server#IP configuration

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice