312-49v10 Exam QuestionsBrowse all questions from this exam

312-49v10 Exam - Question 283


Rusty, a computer forensics apprentice, uses the command nbtstat `"c while analyzing the network information in a suspect system. What information is he looking for?

Show Answer
Correct Answer: C

The nbtstat -c command displays the contents of the NetBIOS name cache. This cache contains a list of NetBIOS names and their corresponding IP addresses that the system has resolved. This information is crucial in network analysis and troubleshooting as it helps in identifying how names are resolved to IP addresses.

Discussion

4 comments
Sign in to comment
diomayaOption: C
May 24, 2023

C is correct!

zybrOption: C
Jul 12, 2023

Question should be nbtstat /c

ElbOption: C
May 3, 2024

C > nbtstat -c: displays the contents of the NetBIOS name cache, the table of NetBIOS names and their resolved IP addresses.

aqeel1506Option: C
Jul 21, 2024

Rusty is using the command nbtstat -c while analyzing network information. This command displays: C. Contents of the NetBIOS name cache The nbtstat -c command shows the NetBIOS name cache, which contains a list of the NetBIOS names and their corresponding IP addresses that the system has resolved.