Steps for repairing Windows XP Network faults

Source: Internet
Author: User
Tags flushes

What actions occur when I click repair on a network connection in Windows XP and later?

A. if you right-click a network connection and select status, Windows displays information about the connection's speed, duration of connection, and packet activity. for XP and later, a repair option appears on the support tab. when you click repair, Windows attempts to resolve a range of problems. specifically, the OS

Attempts to renew the DHCP lease, if the connection obtains its IP address through DHCP, using a broadcast message.

Flushes the Address Resolution Protocol (ARP) cache using the command
ARP-D *

Flushes the NetBIOS cache using the command
NBTSTAT-R

Flushes the DNS Cache using the command
Ipconfig/flushdns

Reregisters the NetBIOS Name and IP address with wins using the command
NBTSTAT-rr

Reregisters the computer name and IP address with DNS using the command
Ipconfig/registerdns

Steps for Windows XP Network Restoration

Source: taocsdn Column

Q: If you right-click a network connection and select "status", Windows displays a dialog box that includes the following information: connection speed, connection duration, and activity status of data packets (number of received and sent packets ). In OS versions above XP, Microsoft adds a "fix" option in the status attribute in the support tab. When you click "fix ", windows will try to fix your network connection. In particular, the operating system follows the steps below (actually calling internal function implementation, this article only simulates a similar Command Line Process ):

1. If an IP address is obtained from DHCP through broadcast, the DHCP lease will be updated first.

2. Refresh ARP cache (ARP-D *)

3. Refresh the NetBIOS cache (nbtstat-R)

4. Refresh the DNS cache (ipconfig/flushdns)

5. register the NetBIOS Name and IP address (nbtstat-rr) on wins again)

6. register the computer name and IP address (ipconfig/registerdns) on the DNS again)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.