How do you get the IP address and Network Adapter address of your workstation?
-
hostname
-
ifconfig
-
ipconfig
-
ipaddress
C
Correct answer
Explanation
On Windows systems, 'ipconfig' displays IP configuration including IP address and network adapter (MAC) information. 'hostname' only shows the computer name. 'ifconfig' is the Unix/Linux equivalent, not used on Windows. 'ipaddress' is not a standard command. On Windows, use ipconfig /all for complete adapter information.