SG0-001 · Question #596
A senior administrator configuring a firewall would like to know the IP address of a frequently accessed website to verify that site was not accidentally blocked in the content filter by the junior ad
The correct answer is B. nslookup. This question asks for the command-line tool used to resolve a website's hostname to its corresponding IP address for network configuration verification.
Question
A senior administrator configuring a firewall would like to know the IP address of a frequently accessed website to verify that site was not accidentally blocked in the content filter by the junior administrator's recently-added range of blocked IP addresses. Which of the following tools would be used to find the IP address of the website?
Options
- Aipconfig/ifconfig
- Bnslookup
- Cnetstat
- Dtracert/traceroute
How the community answered
(48 responses)- A4% (2)
- B85% (41)
- C2% (1)
- D8% (4)
Why each option
This question asks for the command-line tool used to resolve a website's hostname to its corresponding IP address for network configuration verification.
nslookup is a command-line tool used to query the Domain Name System (DNS) to obtain domain name to IP address mappings or other DNS records. An administrator would use nslookup to resolve a website's hostname to its IP address, which is crucial for verifying firewall content filter rules based on IP ranges.
tracert (Windows) or traceroute (Linux/Unix) maps the network path that packets take to reach a destination, showing intermediate router IP addresses, rather than just resolving the destination website's IP address directly.
Concept tested: DNS resolution utilities
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/nslookup
Topics
Community Discussion
No community discussion yet for this question.