143k views
1 vote
Explain what is Ipconfig?

User Matm
by
3.9k points

2 Answers

4 votes

Answer: (Internet Protocol CONFIGuration) A command line utility that is used to display and manage the IP address assigned to the machine.

Explanation: An important additional feature of ipconfig is to force refreshing of the DHCP IP address of the host computer to request a different IP address. This is done using two commands in sequence. First, ipconfig /release is executed to force the client to immediately give up its lease by sending the server a DHCP release notification which updates the server's status information and marks the old client's IP address as "available". Then, the command ipconfig /renew is executed to request a new IP address. Where a computer is connected to a cable or DSL modem, it may have to be plugged directly into the modem network port to bypass the router, before using ipconfig /release and turning off the power for a period of time, to ensure that the old IP address is taken by another computer.

User Maras
by
3.6k points
2 votes

Answer:

Explanation:

Ipconfig (Internet Protocol Configuration) is a command-line utility that displays all current TCP/IP network configuration values and can release and renew certain leases for DHCP configurations.

User Chu
by
4.0k points