Using nslookup and dig for DNS Queries
📖 Scenario: You are working as a network technician. You need to check the IP address of a website and verify DNS records using command-line tools.
🎯 Goal: Learn how to use nslookup and dig commands to find DNS information about a domain.
📋 What You'll Learn
Use
nslookup to find the IP address of example.comUse
dig to query the A record of example.comUse
dig to query the MX record of example.comDisplay the results clearly in the terminal
💡 Why This Matters
🌍 Real World
Network administrators and IT support use nslookup and dig to check DNS records and troubleshoot domain name issues.
💼 Career
Knowing how to use these commands is essential for roles in network management, cybersecurity, and system administration.
Progress0 / 4 steps