Solved

You Are Troubleshooting a DNS Issue on a Linux System

Question 11

Multiple Choice

You are troubleshooting a DNS issue on a Linux system, and need to test the resolution of your domain mycompany.com MX record using Google's DNS server with the IP address of 8.8.8.8. What dig command will accomplish this?


A) dig --server 8.8.8.8 --type=mx mycompany.com
B) dig -s 8.8.8.8 -t mx mycompany.com
C) dig query 8.8.8.8 domain mycompany.com type mx
D) dig @8.8.8.8 mycompany.com MX

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions