Friday, January 13, 2023

Write the command to display the IP configuration on a Windows PC

It is possible to display the IP configuration settings on a Windows PC by using the ipconfig command at the command prompt. The output will show the IPv4 address, subnet mask, and gateway information received from the DHCP server.

Enter the command to display the IP configuration on a Windows PC.

C:\>ipconfig

Windows IP Configuration 

 

Ethernet adapter Local Area Connection: 

 

Connection-specific DNS Suffix . : cisco.com 

Link-local IPv6 Address . . . . . : fe80::b0ef:ca42:af2c:c6c7%16 

IPv4 Address. . . . . . . . . . . : 192.168.1.10 

Subnet Mask . . . . . . . . . . . : 255.255.255.0 

Default Gateway . . . . . . . . . : 192.168.1.1

No comments:

Post a Comment

Explain the purpose of Data Link Layer and also draw the diagram for the same.

The Data Link layer is responsible for  Communications between end-device network interface cards. It allows upper layer protocols to access...