Multiple choice technology

How do you get the IP address and Network Adapter address of your workstation?

  1. hostname

  2. ifconfig

  3. ipconfig

  4. ipaddress

Reveal answer Fill a bubble to check yourself
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.