Answer:
c. nbtstat -a 193.145.85.202
Step-by-step explanation:
Nbtstat is integrated into many versions of the Windows operating system and it is used for in the TCP/IP for NETBIOS troubleshooting and diagnosis. It is used to display the NETBIOS statistics of a computer.
The Nbtstat can be used with several attributes depending on the required function. For example, on the command line, if you type;
Nbtstat -a [IPaddress]
The NETBIOS name table of the computer with the given ip address (which will show whether or not there are shared resources) will be listed.
So, to determine whether there are shared resources on a Windows computer with IP address 193.145.85.202, the following command should be typed;
Nbtstat -a 193.145.85.202
Other attributes that could be used with nbtstat are;
i. -c which will show the contents of the NETBIOS name cache, and a table showing the NETBIOS names and their corresponding IP addresses.
ii. -n which will show locally registered names on the system.