NSLOOKUP, DIG, and HOSTNAME Command-Line Tools (Video)

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/13

flashcard set

Earn XP

Description and Tags

Flashcards cover key concepts and commands from NSLOOKUP, DIG, and HOSTNAME, including modes, record types (A, MX, CNAME), and related DNS concepts.

Last updated 4:55 PM on 9/7/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

14 Terms

1
New cards

NSLOOKUP

Name Server Lookup; a command-line tool used to query DNS servers to map domain names to IP addresses and retrieve DNS records.

2
New cards

Non-interactive mode

NSLOOKUP mode in which you enter a domain on one line and receive a single set of results (no interactive shell).

3
New cards

Interactive mode

NSLOOKUP shell that allows multiple queries, changing the DNS server, and selecting different record types.

4
New cards

server (NSLOOKUP command)

NSLOOKUP command to specify which DNS server to use for lookups.

5
New cards

set q equals MX

NSLOOKUP command to set the query type to MX (mail exchange) records; commonly used in Windows syntax.

6
New cards

set type equals MX

NSLOOKUP command to set the query type to MX when using Linux/Unix/OSX; equivalent to set q equals MX in Windows.

7
New cards

MX record

Mail Exchange DNS records; designate mail servers for a domain and include a priority value (lower numbers = higher priority).

8
New cards

MX record priority

Priority value for MX records; lower numbers indicate higher priority and influence mail delivery order.

9
New cards

CNAME

Canonical Name record; creates an alias from one domain name to another domain name.

10
New cards

A record

Address record; maps a domain name to an IPv4 address.

11
New cards

DIG

DNS query tool available by default on Linux/Unix/OSX (Windows versions exist); queries DNS similarly to NSLOOKUP and returns DNS records (A by default).

12
New cards

dig -t MX

DIG command option to query for MX (mail exchange) records for a domain.

13
New cards

hostname command

Command used to display the host name portion of the system's full computer name.

14
New cards

FQDN

Fully Qualified Domain Name; the complete domain name that uniquely identifies a host within the DNS hierarchy.