ExamGecko
Question list
Search
Search

Question 17 - 100-490 discussion

Report
Export

From a Windows command prompt, which command displays the local IP address of a computer?

A.

ipconfiguration

Answers
A.

ipconfiguration

B.

ip configuration

Answers
B.

ip configuration

C.

ipconfig

Answers
C.

ipconfig

D.

ip config

Answers
D.

ip config

Suggested answer: C

Explanation:

The ipconfig command in Windows is used to display and manage network configuration information for the local computer. Here's what it shows:

IP Address: The IPv4 address assigned to each network adapter.

Subnet Mask: The subnet mask used to determine the network segment.

Default Gateway: The IP address of the router used to send traffic to other networks.

Other Information: DNS servers, DHCP server details, and more.

Incorrect options:

ipconfiguration: This is not a recognized command in the Windows command prompt.

ip configuration: This is also not a recognized command.

ip config: While it might seem like it should work, Windows uses ipconfig without spaces.

How to use ipconfig:

Open the Windows command prompt (Search for 'cmd')

Type ipconfig and press Enter.

Microsoft documentation on ipconfig: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/ipconfig

asked 07/10/2024
Sriharsha Janga
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first