Respuesta :

The command to be used in order to perform a reverse lookup of the 10.0.0.3 IP address is: dig -x 10.0.0.3 and nslookup 10.0.0.3

Reverse lookup is used in the DNS (Domain Name System) in order to match the domain name with the associated IP address ensuring the source of web page visitor or the source of an email prior to letting them enter the network. Reverse DNS lookup is useful in making sure that an email, for example, comes from a valid source. Another usage of a reverse DNS lookup would be of a company web page so that the company is able to identify and track the IP address of whoever visited its website to identify its intended market demographic or to identify its prospective customers.

To learn more about reverse lookup visit: https://brainly.com/question/28456092

#SPJ4

Your question seems to be incomplete, but I suppose the full question was:

"You need to perform a reverse lookup of the 10.0.0.1 IP address. Which command can you use to accomplish this? (Select two. Each response is a complete solution.)

nbtstat -a 10.0.0.3

ipconfig /dnslookup 10.0.0.3

dig -x 10.0.0.3

nslookup 10.0.0.3

arp 10.0.0.3"